body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lexend', 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #073b4c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #073b4c !important;
  border-color: #073b4c !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !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: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #073b4c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #073b4c !important;
}
.text-secondary {
  color: #d8c3a5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #073b4c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #073b4c;
  border-color: #073b4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #073b4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4ac6ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #073b4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #073b4c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #073b4c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #073b4c;
}
.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: #073b4c;
  border-bottom-color: #073b4c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #073b4c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d8c3a5 !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='%23073b4c' %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-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #e4dcea !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFF0SGinka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFF0SGinka .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFF0SGinka .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF0SGinka .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sFF0SGinka .mbr-section-title {
  color: #073b4c;
}
.cid-sFF0SGinka .mbr-text,
.cid-sFF0SGinka .mbr-section-btn {
  color: #353535;
}
.cid-sFF3eJNZDT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-sFF3eJNZDT .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sFF3eJNZDT .icon-box {
  background: #073b4c;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFF3eJNZDT .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFF3eJNZDT .card {
    margin-bottom: 2rem;
  }
  .cid-sFF3eJNZDT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFF3eJNZDT .card-title,
.cid-sFF3eJNZDT .card-box {
  color: #073b4c;
}
.cid-sFF3eJNZDT .icon-text {
  color: #353535;
}
.cid-sFF3eJNZDT .icon-title {
  color: #073b4c;
}
.cid-tOMNmzegyE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tOMNmzegyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOMNmzegyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOMNmzegyE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tOMNmzegyE .team-card:hover {
  transform: translateY(-10px);
}
.cid-tOMNmzegyE .item-wrapper {
  background: #e4dcea;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tOMNmzegyE .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOMNmzegyE .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tOMNmzegyE .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOMNmzegyE .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-tOMNmzegyE .social-row {
  text-align: center;
}
.cid-tOMNmzegyE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tOMNmzegyE .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tOMNmzegyE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tOMNmzegyE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tOMNmzegyE .mbr-section-title {
  color: #073b4c;
}
.cid-tOMNmzegyE .card-title,
.cid-tOMNmzegyE .social-row {
  text-align: center;
}
.cid-sFF75ZhH2d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
@media (max-width: 991px) {
  .cid-sFF75ZhH2d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sFF75ZhH2d img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFF75ZhH2d .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFF75ZhH2d .mbr-section-title {
  color: #073b4c;
}
.cid-sFF75ZhH2d .mbr-text {
  color: #232323;
}
.cid-sFF3qL4anb {
  background-color: #ffffff;
}
.cid-sFF3qL4anb .mbr-text,
.cid-sFF3qL4anb .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sFF3qL4anb .mbr-text,
  .cid-sFF3qL4anb .mbr-section-title {
    text-align: center;
  }
}
.cid-sFF3qL4anb a.btn {
  height: 100%;
  margin: 0;
}
.cid-sFF3qL4anb .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-sFF3qL4anb .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sFF3qL4anb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFF3qL4anb .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-sFF3qL4anb .justify-content-center {
  align-items: center;
}
.cid-sFF3qL4anb H1 {
  color: #073b4c;
}
.cid-sFF3B84VW8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-25-faded-2000x698.jpg");
}
.cid-sFF3B84VW8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFF3B84VW8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFF3B84VW8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-sFF3B84VW8 .mbr-section-title {
  color: #073b4c;
}
.cid-tPNvnYPn3p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/purple-painting-25-faded-2000x698.jpg");
}
.cid-tPNvnYPn3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPNvnYPn3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPNvnYPn3p .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tPNvnYPn3p .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tPNvnYPn3p .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPNvnYPn3p .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPNvnYPn3p .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPNvnYPn3p [class^="socicon-"]:before,
.cid-tPNvnYPn3p [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tOMEVFbwI2 {
  z-index: 1000;
  width: 100%;
}
.cid-tOMEVFbwI2 nav.navbar {
  position: fixed;
}
.cid-tOMEVFbwI2 .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-tOMEVFbwI2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOMEVFbwI2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOMEVFbwI2 .dropdown-item:hover,
.cid-tOMEVFbwI2 .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-tOMEVFbwI2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOMEVFbwI2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOMEVFbwI2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOMEVFbwI2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOMEVFbwI2 .nav-link {
  position: relative;
}
.cid-tOMEVFbwI2 .container {
  display: flex;
  margin: auto;
}
.cid-tOMEVFbwI2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOMEVFbwI2 .dropdown-menu,
.cid-tOMEVFbwI2 .navbar.opened {
  background: #e4dcea !important;
}
.cid-tOMEVFbwI2 .nav-item:focus,
.cid-tOMEVFbwI2 .nav-link:focus {
  outline: none;
}
.cid-tOMEVFbwI2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOMEVFbwI2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOMEVFbwI2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOMEVFbwI2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOMEVFbwI2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOMEVFbwI2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOMEVFbwI2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-tOMEVFbwI2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tOMEVFbwI2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOMEVFbwI2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tOMEVFbwI2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOMEVFbwI2 .navbar.collapsed {
  justify-content: center;
}
.cid-tOMEVFbwI2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOMEVFbwI2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOMEVFbwI2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOMEVFbwI2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOMEVFbwI2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOMEVFbwI2 .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-tOMEVFbwI2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOMEVFbwI2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOMEVFbwI2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOMEVFbwI2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOMEVFbwI2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOMEVFbwI2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOMEVFbwI2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOMEVFbwI2 .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-tOMEVFbwI2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOMEVFbwI2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOMEVFbwI2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOMEVFbwI2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOMEVFbwI2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOMEVFbwI2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tOMEVFbwI2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOMEVFbwI2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOMEVFbwI2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOMEVFbwI2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOMEVFbwI2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOMEVFbwI2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOMEVFbwI2 .dropdown-item.active,
.cid-tOMEVFbwI2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tOMEVFbwI2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOMEVFbwI2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOMEVFbwI2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOMEVFbwI2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-tOMEVFbwI2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOMEVFbwI2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOMEVFbwI2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOMEVFbwI2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOMEVFbwI2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOMEVFbwI2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOMEVFbwI2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOMEVFbwI2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOMEVFbwI2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOMEVFbwI2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOMEVFbwI2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOMEVFbwI2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOMEVFbwI2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOMEVFbwI2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOMEVFbwI2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOMEVFbwI2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOMEVFbwI2 .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-tOMEVFbwI2 .navbar {
    height: 70px;
  }
  .cid-tOMEVFbwI2 .navbar.opened {
    height: auto;
  }
  .cid-tOMEVFbwI2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOMFsWQVpa {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tOMFsWQVpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOMFsWQVpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOMFsWQVpa .mbr-section-title {
  color: #073b4c;
}
.cid-tOMEVGfwuH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOMEVGfwuH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOMEVGfwuH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tOMEVGfwuH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tOMEVGfwuH .mbr-section-title {
  color: #073b4c;
}
.cid-tOMEVGfwuH .mbr-text {
  color: #8e8d8a;
}
.cid-tOMGhWM6J9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4dcea;
}
.cid-tOMGhWM6J9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOMGhWM6J9 .mbr-text {
  color: #073b4c;
}
.cid-tOMGBiy7oY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOMGBiy7oY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOMGBiy7oY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOMGBiy7oY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tOMGBiy7oY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tOMGBiy7oY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #073b4c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tOMGBiy7oY H3 {
  color: #8e8d8a;
}
.cid-tOMGBiy7oY .list {
  color: #8e8d8a;
}
.cid-tOMHj7RgdN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4dcea;
}
.cid-tOMHj7RgdN .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOMHj7RgdN .mbr-text {
  color: #073b4c;
}
.cid-tOMHqFnLFe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOMHqFnLFe .mbr-text {
  color: #8e8d8a;
}
.cid-tOMHGLQrI9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tOMHGLQrI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOMHGLQrI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOMHGLQrI9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tOMHGLQrI9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tOMHGLQrI9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tOMHGLQrI9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOMHGLQrI9 .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOMHGLQrI9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOMHGLQrI9 .carousel-control,
.cid-tOMHGLQrI9 .close {
  background: #1b1b1b;
}
.cid-tOMHGLQrI9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOMHGLQrI9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOMHGLQrI9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOMHGLQrI9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOMHGLQrI9 .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-tOMHGLQrI9 .close::before {
  content: '\e91a';
}
.cid-tOMHGLQrI9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOMHGLQrI9 .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-tOMHGLQrI9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOMHGLQrI9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOMHGLQrI9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOMHGLQrI9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOMHGLQrI9 .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-tOMHGLQrI9 .carousel-indicators li.active,
.cid-tOMHGLQrI9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOMHGLQrI9 .carousel-indicators li::after,
.cid-tOMHGLQrI9 .carousel-indicators li::before {
  content: none;
}
.cid-tOMHGLQrI9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOMHGLQrI9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOMHGLQrI9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOMHGLQrI9 .carousel-indicators {
    display: none;
  }
}
.cid-tOMHGLQrI9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOMHGLQrI9 .carousel-inner > .active {
  display: block;
}
.cid-tOMHGLQrI9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOMHGLQrI9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOMHGLQrI9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOMHGLQrI9 .carousel-control,
  .cid-tOMHGLQrI9 .carousel-indicators,
  .cid-tOMHGLQrI9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOMHGLQrI9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOMHGLQrI9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOMHGLQrI9 .carousel-indicators .active,
.cid-tOMHGLQrI9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOMHGLQrI9 .carousel-indicators .active {
  background: #fff;
}
.cid-tOMHGLQrI9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOMHGLQrI9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOMHGLQrI9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOMHGLQrI9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOMHGLQrI9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOMHGLQrI9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOMHGLQrI9 .carousel {
  width: 100%;
}
.cid-tOMHGLQrI9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOMHGLQrI9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOMHGLQrI9 .modal.fade .modal-dialog,
.cid-tOMHGLQrI9 .modal.in .modal-dialog {
  transform: none;
}
.cid-tOMHGLQrI9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOMHGLQrI9 H6 {
  text-align: center;
}
.cid-tOMEVGHeSd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOMEVGHeSd .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tOMEVGHeSd .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-tOMEVGHeSd .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOMEVGHeSd .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tOMEVGHeSd .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-tOMEVGHeSd .mbr-section-title {
  color: #073b4c;
}
.cid-tPSpWKWn5q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tPSpWKWn5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPSpWKWn5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPSpWKWn5q .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tPSpWKWn5q .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tPSpWKWn5q .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPSpWKWn5q .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPSpWKWn5q .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPSpWKWn5q [class^="socicon-"]:before,
.cid-tPSpWKWn5q [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tOMIQrPhpd {
  z-index: 1000;
  width: 100%;
}
.cid-tOMIQrPhpd nav.navbar {
  position: fixed;
}
.cid-tOMIQrPhpd .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-tOMIQrPhpd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOMIQrPhpd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOMIQrPhpd .dropdown-item:hover,
.cid-tOMIQrPhpd .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-tOMIQrPhpd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOMIQrPhpd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOMIQrPhpd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOMIQrPhpd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOMIQrPhpd .nav-link {
  position: relative;
}
.cid-tOMIQrPhpd .container {
  display: flex;
  margin: auto;
}
.cid-tOMIQrPhpd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOMIQrPhpd .dropdown-menu,
.cid-tOMIQrPhpd .navbar.opened {
  background: #e4dcea !important;
}
.cid-tOMIQrPhpd .nav-item:focus,
.cid-tOMIQrPhpd .nav-link:focus {
  outline: none;
}
.cid-tOMIQrPhpd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOMIQrPhpd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOMIQrPhpd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOMIQrPhpd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOMIQrPhpd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOMIQrPhpd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOMIQrPhpd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-tOMIQrPhpd .navbar.opened {
  transition: all 0.3s;
}
.cid-tOMIQrPhpd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOMIQrPhpd .navbar .navbar-logo img {
  width: auto;
}
.cid-tOMIQrPhpd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOMIQrPhpd .navbar.collapsed {
  justify-content: center;
}
.cid-tOMIQrPhpd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOMIQrPhpd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOMIQrPhpd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOMIQrPhpd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOMIQrPhpd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOMIQrPhpd .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-tOMIQrPhpd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOMIQrPhpd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOMIQrPhpd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOMIQrPhpd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOMIQrPhpd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOMIQrPhpd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOMIQrPhpd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOMIQrPhpd .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-tOMIQrPhpd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOMIQrPhpd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOMIQrPhpd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOMIQrPhpd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOMIQrPhpd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOMIQrPhpd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tOMIQrPhpd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOMIQrPhpd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOMIQrPhpd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOMIQrPhpd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOMIQrPhpd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOMIQrPhpd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOMIQrPhpd .dropdown-item.active,
.cid-tOMIQrPhpd .dropdown-item:active {
  background-color: transparent;
}
.cid-tOMIQrPhpd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOMIQrPhpd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOMIQrPhpd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOMIQrPhpd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-tOMIQrPhpd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOMIQrPhpd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOMIQrPhpd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOMIQrPhpd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOMIQrPhpd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOMIQrPhpd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOMIQrPhpd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOMIQrPhpd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOMIQrPhpd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOMIQrPhpd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOMIQrPhpd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOMIQrPhpd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOMIQrPhpd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOMIQrPhpd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOMIQrPhpd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOMIQrPhpd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOMIQrPhpd .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-tOMIQrPhpd .navbar {
    height: 70px;
  }
  .cid-tOMIQrPhpd .navbar.opened {
    height: auto;
  }
  .cid-tOMIQrPhpd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOMIQs8h62 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tOMIQs8h62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOMIQs8h62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOMIQs8h62 .mbr-section-title {
  color: #073b4c;
}
.cid-tOMJ8oLfCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOMJ8oLfCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOMJ8oLfCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOMJ8oLfCm ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tOMJ8oLfCm li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tOMJ8oLfCm ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #073b4c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tOMJ8oLfCm H3 {
  color: #8e8d8a;
}
.cid-tOMJ8oLfCm .list {
  color: #8e8d8a;
}
.cid-tOMIQtdSAS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOMIQtdSAS .mbr-text {
  color: #8e8d8a;
}
.cid-tXN6ZQpmYI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXN6ZQpmYI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tXN6ZQpmYI .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tXN6ZQpmYI .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-tXN6ZQpmYI .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-tXN6ZQpmYI .mbr-text {
  color: #8e8d8a;
}
.cid-tOMIQtTeFn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOMIQtTeFn .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tOMIQtTeFn .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-tOMIQtTeFn .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOMIQtTeFn .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tOMIQtTeFn .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-tOMIQtTeFn .mbr-section-title {
  color: #073b4c;
}
.cid-tORIgQuOzG {
  z-index: 1000;
  width: 100%;
}
.cid-tORIgQuOzG nav.navbar {
  position: fixed;
}
.cid-tORIgQuOzG .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-tORIgQuOzG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tORIgQuOzG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tORIgQuOzG .dropdown-item:hover,
.cid-tORIgQuOzG .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-tORIgQuOzG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tORIgQuOzG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tORIgQuOzG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tORIgQuOzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tORIgQuOzG .nav-link {
  position: relative;
}
.cid-tORIgQuOzG .container {
  display: flex;
  margin: auto;
}
.cid-tORIgQuOzG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tORIgQuOzG .dropdown-menu,
.cid-tORIgQuOzG .navbar.opened {
  background: #e4dcea !important;
}
.cid-tORIgQuOzG .nav-item:focus,
.cid-tORIgQuOzG .nav-link:focus {
  outline: none;
}
.cid-tORIgQuOzG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tORIgQuOzG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tORIgQuOzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tORIgQuOzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tORIgQuOzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tORIgQuOzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tORIgQuOzG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-tORIgQuOzG .navbar.opened {
  transition: all 0.3s;
}
.cid-tORIgQuOzG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tORIgQuOzG .navbar .navbar-logo img {
  width: auto;
}
.cid-tORIgQuOzG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tORIgQuOzG .navbar.collapsed {
  justify-content: center;
}
.cid-tORIgQuOzG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tORIgQuOzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tORIgQuOzG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tORIgQuOzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tORIgQuOzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tORIgQuOzG .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-tORIgQuOzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tORIgQuOzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tORIgQuOzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tORIgQuOzG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tORIgQuOzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tORIgQuOzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tORIgQuOzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tORIgQuOzG .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-tORIgQuOzG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tORIgQuOzG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tORIgQuOzG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tORIgQuOzG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tORIgQuOzG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tORIgQuOzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tORIgQuOzG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tORIgQuOzG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tORIgQuOzG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tORIgQuOzG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tORIgQuOzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tORIgQuOzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tORIgQuOzG .dropdown-item.active,
.cid-tORIgQuOzG .dropdown-item:active {
  background-color: transparent;
}
.cid-tORIgQuOzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tORIgQuOzG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tORIgQuOzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tORIgQuOzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-tORIgQuOzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tORIgQuOzG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tORIgQuOzG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tORIgQuOzG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tORIgQuOzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tORIgQuOzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tORIgQuOzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tORIgQuOzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tORIgQuOzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tORIgQuOzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tORIgQuOzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tORIgQuOzG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tORIgQuOzG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tORIgQuOzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tORIgQuOzG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tORIgQuOzG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tORIgQuOzG .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-tORIgQuOzG .navbar {
    height: 70px;
  }
  .cid-tORIgQuOzG .navbar.opened {
    height: auto;
  }
  .cid-tORIgQuOzG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tORIgQPpXY {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tORIgQPpXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tORIgQPpXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tORIgQPpXY .mbr-section-title {
  color: #073b4c;
}
.cid-tORJ88TBJb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tORJ88TBJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tORJ88TBJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tORJ88TBJb .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tORJ88TBJb .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tORJ88TBJb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tORJ88TBJb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tORJ88TBJb .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tORJ88TBJb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tORJ88TBJb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tORJ88TBJb .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tORJ88TBJb .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tORJ88TBJb .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tORJ88TBJb .card-title {
  color: #073b4c;
}
.cid-tORJ88TBJb .mbr-text,
.cid-tORJ88TBJb .social-row {
  color: #8e8d8a;
}
.cid-tORIgRXWN3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tORIgRXWN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tORIgRXWN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tORIgRXWN3 .item {
  padding-bottom: 2rem;
}
.cid-tORIgRXWN3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tORIgRXWN3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tORIgRXWN3 .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tORIgRXWN3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tORIgRXWN3 .carousel-control,
.cid-tORIgRXWN3 .close {
  background: #1b1b1b;
}
.cid-tORIgRXWN3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tORIgRXWN3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tORIgRXWN3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tORIgRXWN3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tORIgRXWN3 .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-tORIgRXWN3 .close::before {
  content: '\e91a';
}
.cid-tORIgRXWN3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tORIgRXWN3 .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-tORIgRXWN3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tORIgRXWN3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tORIgRXWN3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tORIgRXWN3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tORIgRXWN3 .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-tORIgRXWN3 .carousel-indicators li.active,
.cid-tORIgRXWN3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tORIgRXWN3 .carousel-indicators li::after,
.cid-tORIgRXWN3 .carousel-indicators li::before {
  content: none;
}
.cid-tORIgRXWN3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tORIgRXWN3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tORIgRXWN3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tORIgRXWN3 .carousel-indicators {
    display: none;
  }
}
.cid-tORIgRXWN3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tORIgRXWN3 .carousel-inner > .active {
  display: block;
}
.cid-tORIgRXWN3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tORIgRXWN3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tORIgRXWN3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tORIgRXWN3 .carousel-control,
  .cid-tORIgRXWN3 .carousel-indicators,
  .cid-tORIgRXWN3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tORIgRXWN3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tORIgRXWN3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tORIgRXWN3 .carousel-indicators .active,
.cid-tORIgRXWN3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tORIgRXWN3 .carousel-indicators .active {
  background: #fff;
}
.cid-tORIgRXWN3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tORIgRXWN3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tORIgRXWN3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tORIgRXWN3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tORIgRXWN3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tORIgRXWN3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tORIgRXWN3 .carousel {
  width: 100%;
}
.cid-tORIgRXWN3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tORIgRXWN3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tORIgRXWN3 .modal.fade .modal-dialog,
.cid-tORIgRXWN3 .modal.in .modal-dialog {
  transform: none;
}
.cid-tORIgRXWN3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tORIgRXWN3 H6 {
  text-align: center;
}
.cid-tORIgSkfEd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tORIgSkfEd .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tORIgSkfEd .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-tORIgSkfEd .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tORIgSkfEd .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tORIgSkfEd .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-tORIgSkfEd .mbr-section-title {
  color: #073b4c;
}
.cid-tORLTFYeJm {
  z-index: 1000;
  width: 100%;
}
.cid-tORLTFYeJm nav.navbar {
  position: fixed;
}
.cid-tORLTFYeJm .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-tORLTFYeJm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tORLTFYeJm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tORLTFYeJm .dropdown-item:hover,
.cid-tORLTFYeJm .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-tORLTFYeJm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tORLTFYeJm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tORLTFYeJm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tORLTFYeJm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tORLTFYeJm .nav-link {
  position: relative;
}
.cid-tORLTFYeJm .container {
  display: flex;
  margin: auto;
}
.cid-tORLTFYeJm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tORLTFYeJm .dropdown-menu,
.cid-tORLTFYeJm .navbar.opened {
  background: #e4dcea !important;
}
.cid-tORLTFYeJm .nav-item:focus,
.cid-tORLTFYeJm .nav-link:focus {
  outline: none;
}
.cid-tORLTFYeJm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tORLTFYeJm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tORLTFYeJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tORLTFYeJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tORLTFYeJm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tORLTFYeJm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tORLTFYeJm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-tORLTFYeJm .navbar.opened {
  transition: all 0.3s;
}
.cid-tORLTFYeJm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tORLTFYeJm .navbar .navbar-logo img {
  width: auto;
}
.cid-tORLTFYeJm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tORLTFYeJm .navbar.collapsed {
  justify-content: center;
}
.cid-tORLTFYeJm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tORLTFYeJm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tORLTFYeJm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tORLTFYeJm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tORLTFYeJm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tORLTFYeJm .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-tORLTFYeJm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tORLTFYeJm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tORLTFYeJm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tORLTFYeJm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tORLTFYeJm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tORLTFYeJm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tORLTFYeJm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tORLTFYeJm .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-tORLTFYeJm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tORLTFYeJm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tORLTFYeJm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tORLTFYeJm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tORLTFYeJm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tORLTFYeJm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tORLTFYeJm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tORLTFYeJm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tORLTFYeJm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tORLTFYeJm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tORLTFYeJm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tORLTFYeJm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tORLTFYeJm .dropdown-item.active,
.cid-tORLTFYeJm .dropdown-item:active {
  background-color: transparent;
}
.cid-tORLTFYeJm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tORLTFYeJm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tORLTFYeJm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tORLTFYeJm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-tORLTFYeJm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tORLTFYeJm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tORLTFYeJm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tORLTFYeJm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tORLTFYeJm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tORLTFYeJm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tORLTFYeJm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tORLTFYeJm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tORLTFYeJm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tORLTFYeJm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tORLTFYeJm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tORLTFYeJm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tORLTFYeJm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tORLTFYeJm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tORLTFYeJm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tORLTFYeJm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tORLTFYeJm .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-tORLTFYeJm .navbar {
    height: 70px;
  }
  .cid-tORLTFYeJm .navbar.opened {
    height: auto;
  }
  .cid-tORLTFYeJm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tORLTGjKfn {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tORLTGjKfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tORLTGjKfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tORLTGjKfn .mbr-section-title {
  color: #073b4c;
}
.cid-tORLTHjski {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tORLTHjski .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tORLTHjski .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-tORLTHjski .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tORLTHjski .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tORLTHjski .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-tORLTHjski .mbr-section-title {
  color: #073b4c;
}
.cid-tORLTHjski .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tORMPl7JPU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tORMPl7JPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tORMPl7JPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tORMPl7JPU .google-map {
  height: 30rem;
  position: relative;
}
.cid-tORMPl7JPU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tORMPl7JPU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tORMPl7JPU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tORMPl7JPU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tORMPl7JPU .mbr-section-title {
  color: #073b4c;
}
.cid-tPSpTBKGMy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tPSpTBKGMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPSpTBKGMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPSpTBKGMy .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tPSpTBKGMy .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tPSpTBKGMy .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPSpTBKGMy .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPSpTBKGMy .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPSpTBKGMy [class^="socicon-"]:before,
.cid-tPSpTBKGMy [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tORNL1EFTq {
  z-index: 1000;
  width: 100%;
}
.cid-tORNL1EFTq nav.navbar {
  position: fixed;
}
.cid-tORNL1EFTq .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-tORNL1EFTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tORNL1EFTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tORNL1EFTq .dropdown-item:hover,
.cid-tORNL1EFTq .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-tORNL1EFTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tORNL1EFTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tORNL1EFTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tORNL1EFTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tORNL1EFTq .nav-link {
  position: relative;
}
.cid-tORNL1EFTq .container {
  display: flex;
  margin: auto;
}
.cid-tORNL1EFTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tORNL1EFTq .dropdown-menu,
.cid-tORNL1EFTq .navbar.opened {
  background: #e4dcea !important;
}
.cid-tORNL1EFTq .nav-item:focus,
.cid-tORNL1EFTq .nav-link:focus {
  outline: none;
}
.cid-tORNL1EFTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tORNL1EFTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tORNL1EFTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tORNL1EFTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tORNL1EFTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tORNL1EFTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tORNL1EFTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-tORNL1EFTq .navbar.opened {
  transition: all 0.3s;
}
.cid-tORNL1EFTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tORNL1EFTq .navbar .navbar-logo img {
  width: auto;
}
.cid-tORNL1EFTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tORNL1EFTq .navbar.collapsed {
  justify-content: center;
}
.cid-tORNL1EFTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tORNL1EFTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tORNL1EFTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tORNL1EFTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tORNL1EFTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tORNL1EFTq .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-tORNL1EFTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tORNL1EFTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tORNL1EFTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tORNL1EFTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tORNL1EFTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tORNL1EFTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tORNL1EFTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tORNL1EFTq .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-tORNL1EFTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tORNL1EFTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tORNL1EFTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tORNL1EFTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tORNL1EFTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tORNL1EFTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tORNL1EFTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tORNL1EFTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tORNL1EFTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tORNL1EFTq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tORNL1EFTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tORNL1EFTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tORNL1EFTq .dropdown-item.active,
.cid-tORNL1EFTq .dropdown-item:active {
  background-color: transparent;
}
.cid-tORNL1EFTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tORNL1EFTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tORNL1EFTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tORNL1EFTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-tORNL1EFTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tORNL1EFTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tORNL1EFTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tORNL1EFTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tORNL1EFTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tORNL1EFTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tORNL1EFTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tORNL1EFTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tORNL1EFTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tORNL1EFTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tORNL1EFTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tORNL1EFTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tORNL1EFTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tORNL1EFTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tORNL1EFTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tORNL1EFTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tORNL1EFTq .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-tORNL1EFTq .navbar {
    height: 70px;
  }
  .cid-tORNL1EFTq .navbar.opened {
    height: auto;
  }
  .cid-tORNL1EFTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tORNL20yHJ {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tORNL20yHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tORNL20yHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tORNL20yHJ .mbr-section-title {
  color: #073b4c;
}
.cid-tORO4eY0ot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tORO4eY0ot .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tORO4eY0ot .mbr-text {
  color: #8e8d8a;
}
.cid-tORO4MByFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tORO4MByFS .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tORO4MByFS .mbr-text {
  color: #8e8d8a;
}
.cid-tORTsQ6PJi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tORTsQ6PJi .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tORTsQ6PJi .mbr-text {
  color: #8e8d8a;
}
.cid-tORNL3T2kW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tORNL3T2kW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tORNL3T2kW .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-tORNL3T2kW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tORNL3T2kW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tORNL3T2kW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-tORNL3T2kW .mbr-section-title {
  color: #073b4c;
}
.cid-tORUvVCW6P {
  z-index: 1000;
  width: 100%;
}
.cid-tORUvVCW6P nav.navbar {
  position: fixed;
}
.cid-tORUvVCW6P .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-tORUvVCW6P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tORUvVCW6P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tORUvVCW6P .dropdown-item:hover,
.cid-tORUvVCW6P .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-tORUvVCW6P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tORUvVCW6P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tORUvVCW6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tORUvVCW6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tORUvVCW6P .nav-link {
  position: relative;
}
.cid-tORUvVCW6P .container {
  display: flex;
  margin: auto;
}
.cid-tORUvVCW6P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tORUvVCW6P .dropdown-menu,
.cid-tORUvVCW6P .navbar.opened {
  background: #e4dcea !important;
}
.cid-tORUvVCW6P .nav-item:focus,
.cid-tORUvVCW6P .nav-link:focus {
  outline: none;
}
.cid-tORUvVCW6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tORUvVCW6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tORUvVCW6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tORUvVCW6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tORUvVCW6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tORUvVCW6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tORUvVCW6P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-tORUvVCW6P .navbar.opened {
  transition: all 0.3s;
}
.cid-tORUvVCW6P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tORUvVCW6P .navbar .navbar-logo img {
  width: auto;
}
.cid-tORUvVCW6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tORUvVCW6P .navbar.collapsed {
  justify-content: center;
}
.cid-tORUvVCW6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tORUvVCW6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tORUvVCW6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tORUvVCW6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tORUvVCW6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tORUvVCW6P .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-tORUvVCW6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tORUvVCW6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tORUvVCW6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tORUvVCW6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tORUvVCW6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tORUvVCW6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tORUvVCW6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tORUvVCW6P .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-tORUvVCW6P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tORUvVCW6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tORUvVCW6P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tORUvVCW6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tORUvVCW6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tORUvVCW6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tORUvVCW6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-tORUvVCW6P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tORUvVCW6P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tORUvVCW6P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tORUvVCW6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tORUvVCW6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tORUvVCW6P .dropdown-item.active,
.cid-tORUvVCW6P .dropdown-item:active {
  background-color: transparent;
}
.cid-tORUvVCW6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tORUvVCW6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tORUvVCW6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tORUvVCW6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-tORUvVCW6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tORUvVCW6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tORUvVCW6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tORUvVCW6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tORUvVCW6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tORUvVCW6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tORUvVCW6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tORUvVCW6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tORUvVCW6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tORUvVCW6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tORUvVCW6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tORUvVCW6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tORUvVCW6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tORUvVCW6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tORUvVCW6P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tORUvVCW6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tORUvVCW6P .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-tORUvVCW6P .navbar {
    height: 70px;
  }
  .cid-tORUvVCW6P .navbar.opened {
    height: auto;
  }
  .cid-tORUvVCW6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tORUvVXSrA {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tORUvVXSrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tORUvVXSrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tORUvVXSrA .mbr-section-title {
  color: #073b4c;
}
.cid-tORUQnwmpK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tORUQnwmpK .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tORUQnwmpK .mbr-text {
  color: #8e8d8a;
}
.cid-tORUvWcnjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tORUvWcnjP .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tORUvWcnjP .mbr-text {
  color: #8e8d8a;
}
.cid-tORUvWqC8K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tORUvWqC8K .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tORUvWqC8K .mbr-text {
  color: #8e8d8a;
}
.cid-tORUvWGO5g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tORUvWGO5g .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tORUvWGO5g .mbr-text {
  color: #8e8d8a;
}
.cid-tORWDur4cl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e4dcea;
}
.cid-tORWDur4cl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tORWDur4cl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tORWDur4cl .item {
  padding-bottom: 2rem;
}
.cid-tORWDur4cl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tORWDur4cl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tORWDur4cl .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tORWDur4cl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tORWDur4cl .carousel-control,
.cid-tORWDur4cl .close {
  background: #1b1b1b;
}
.cid-tORWDur4cl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tORWDur4cl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tORWDur4cl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tORWDur4cl .carousel-control-next span {
  margin-left: 5px;
}
.cid-tORWDur4cl .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-tORWDur4cl .close::before {
  content: '\e91a';
}
.cid-tORWDur4cl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tORWDur4cl .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-tORWDur4cl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tORWDur4cl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tORWDur4cl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tORWDur4cl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tORWDur4cl .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-tORWDur4cl .carousel-indicators li.active,
.cid-tORWDur4cl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tORWDur4cl .carousel-indicators li::after,
.cid-tORWDur4cl .carousel-indicators li::before {
  content: none;
}
.cid-tORWDur4cl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tORWDur4cl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tORWDur4cl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tORWDur4cl .carousel-indicators {
    display: none;
  }
}
.cid-tORWDur4cl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tORWDur4cl .carousel-inner > .active {
  display: block;
}
.cid-tORWDur4cl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tORWDur4cl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tORWDur4cl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tORWDur4cl .carousel-control,
  .cid-tORWDur4cl .carousel-indicators,
  .cid-tORWDur4cl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tORWDur4cl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tORWDur4cl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tORWDur4cl .carousel-indicators .active,
.cid-tORWDur4cl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tORWDur4cl .carousel-indicators .active {
  background: #fff;
}
.cid-tORWDur4cl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tORWDur4cl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tORWDur4cl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tORWDur4cl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tORWDur4cl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tORWDur4cl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tORWDur4cl .carousel {
  width: 100%;
}
.cid-tORWDur4cl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tORWDur4cl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tORWDur4cl .modal.fade .modal-dialog,
.cid-tORWDur4cl .modal.in .modal-dialog {
  transform: none;
}
.cid-tORWDur4cl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tORWDur4cl H6 {
  text-align: center;
}
.cid-uKYSq3YdKf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKYSq3YdKf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uKYSq3YdKf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uKYSq3YdKf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uKYSq3YdKf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uKYSq3YdKf .row {
  margin: 0;
}
.cid-uKYSq3YdKf .card {
  padding: 3rem;
  border: 1px solid #073b4c !important;
}
@media (max-width: 767px) {
  .cid-uKYSq3YdKf .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uKYSq3YdKf h3 {
  margin-bottom: 3rem !important;
}
.cid-uKYSq3YdKf .content-head {
  max-width: 800px;
}
.cid-uKYSq3YdKf textarea {
  min-height: 200px;
}
.cid-uKYSq3YdKf input,
.cid-uKYSq3YdKf textarea {
  border: 1px solid #073b4c !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uKYSq3YdKf .mbr-section-title {
  color: #221b35;
}
.cid-uKYSq3YdKf LABEL {
  color: #221b35;
}
.cid-tORUvWVBf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tORUvWVBf2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tORUvWVBf2 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-tORUvWVBf2 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tORUvWVBf2 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tORUvWVBf2 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-tORUvWVBf2 .mbr-section-title {
  color: #073b4c;
}
.cid-tP1NDf6kxI {
  z-index: 1000;
  width: 100%;
}
.cid-tP1NDf6kxI nav.navbar {
  position: fixed;
}
.cid-tP1NDf6kxI .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-tP1NDf6kxI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP1NDf6kxI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP1NDf6kxI .dropdown-item:hover,
.cid-tP1NDf6kxI .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-tP1NDf6kxI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP1NDf6kxI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP1NDf6kxI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP1NDf6kxI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP1NDf6kxI .nav-link {
  position: relative;
}
.cid-tP1NDf6kxI .container {
  display: flex;
  margin: auto;
}
.cid-tP1NDf6kxI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP1NDf6kxI .dropdown-menu,
.cid-tP1NDf6kxI .navbar.opened {
  background: #e4dcea !important;
}
.cid-tP1NDf6kxI .nav-item:focus,
.cid-tP1NDf6kxI .nav-link:focus {
  outline: none;
}
.cid-tP1NDf6kxI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP1NDf6kxI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP1NDf6kxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP1NDf6kxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP1NDf6kxI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP1NDf6kxI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP1NDf6kxI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-tP1NDf6kxI .navbar.opened {
  transition: all 0.3s;
}
.cid-tP1NDf6kxI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP1NDf6kxI .navbar .navbar-logo img {
  width: auto;
}
.cid-tP1NDf6kxI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP1NDf6kxI .navbar.collapsed {
  justify-content: center;
}
.cid-tP1NDf6kxI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP1NDf6kxI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP1NDf6kxI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP1NDf6kxI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP1NDf6kxI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP1NDf6kxI .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-tP1NDf6kxI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP1NDf6kxI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP1NDf6kxI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP1NDf6kxI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP1NDf6kxI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP1NDf6kxI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP1NDf6kxI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP1NDf6kxI .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-tP1NDf6kxI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP1NDf6kxI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP1NDf6kxI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP1NDf6kxI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP1NDf6kxI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP1NDf6kxI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP1NDf6kxI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP1NDf6kxI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP1NDf6kxI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP1NDf6kxI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP1NDf6kxI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP1NDf6kxI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP1NDf6kxI .dropdown-item.active,
.cid-tP1NDf6kxI .dropdown-item:active {
  background-color: transparent;
}
.cid-tP1NDf6kxI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP1NDf6kxI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP1NDf6kxI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP1NDf6kxI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-tP1NDf6kxI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP1NDf6kxI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP1NDf6kxI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP1NDf6kxI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP1NDf6kxI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP1NDf6kxI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tP1NDf6kxI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP1NDf6kxI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP1NDf6kxI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP1NDf6kxI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP1NDf6kxI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP1NDf6kxI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP1NDf6kxI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP1NDf6kxI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP1NDf6kxI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP1NDf6kxI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP1NDf6kxI .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-tP1NDf6kxI .navbar {
    height: 70px;
  }
  .cid-tP1NDf6kxI .navbar.opened {
    height: auto;
  }
  .cid-tP1NDf6kxI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP1NDfp6Ug {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tP1NDfp6Ug .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP1NDfp6Ug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP1NDfp6Ug .mbr-section-title {
  color: #073b4c;
}
.cid-utpqBVLjVo {
  background-color: #ffffff;
}
.cid-utpqBVLjVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-utpqBVLjVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utpqBVLjVo .row {
  justify-content: space-between;
}
.cid-utpqBVLjVo .content-wrapper .mbr-desc {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-utpqBVLjVo .content-wrapper .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 992px) {
  .cid-utpqBVLjVo .content-wrapper .panel-group .card {
    padding: 25px 0;
  }
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card:hover::before,
.cid-utpqBVLjVo .content-wrapper .panel-group .card:focus::before {
  width: 100%;
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-top: 4px;
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 25px;
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
  padding: 0;
  margin: 0 0 0 50%;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-utpqBVLjVo .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
    margin: 0;
  }
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap {
  margin-bottom: 15px;
}
.cid-utpqBVLjVo .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utpqBVLjVo .mbr-desc {
  color: #073b4c;
}
.cid-utpqBVLjVo .panel-title-edit {
  color: #073b4c;
}
.cid-utpqBVLjVo .list {
  color: #000000;
}
.cid-utpqBVLjVo .list,
.cid-utpqBVLjVo .item-wrap {
  color: #073b4c;
}
.cid-tP1NDg866g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP1NDg866g .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tP1NDg866g .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-tP1NDg866g .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tP1NDg866g .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tP1NDg866g .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-tP1NDg866g .mbr-section-title {
  color: #073b4c;
}
.cid-tP1NDgolQk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
  overflow: hidden;
}
.cid-tP1NDgolQk .media-container-row .mbr-text {
  color: #353535;
}
.cid-tP2dcE46zG {
  z-index: 1000;
  width: 100%;
}
.cid-tP2dcE46zG nav.navbar {
  position: fixed;
}
.cid-tP2dcE46zG .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-tP2dcE46zG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP2dcE46zG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP2dcE46zG .dropdown-item:hover,
.cid-tP2dcE46zG .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-tP2dcE46zG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP2dcE46zG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP2dcE46zG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP2dcE46zG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP2dcE46zG .nav-link {
  position: relative;
}
.cid-tP2dcE46zG .container {
  display: flex;
  margin: auto;
}
.cid-tP2dcE46zG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP2dcE46zG .dropdown-menu,
.cid-tP2dcE46zG .navbar.opened {
  background: #e4dcea !important;
}
.cid-tP2dcE46zG .nav-item:focus,
.cid-tP2dcE46zG .nav-link:focus {
  outline: none;
}
.cid-tP2dcE46zG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP2dcE46zG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP2dcE46zG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP2dcE46zG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP2dcE46zG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP2dcE46zG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP2dcE46zG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-tP2dcE46zG .navbar.opened {
  transition: all 0.3s;
}
.cid-tP2dcE46zG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP2dcE46zG .navbar .navbar-logo img {
  width: auto;
}
.cid-tP2dcE46zG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP2dcE46zG .navbar.collapsed {
  justify-content: center;
}
.cid-tP2dcE46zG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP2dcE46zG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP2dcE46zG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP2dcE46zG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP2dcE46zG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP2dcE46zG .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-tP2dcE46zG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP2dcE46zG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP2dcE46zG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP2dcE46zG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP2dcE46zG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP2dcE46zG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP2dcE46zG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP2dcE46zG .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-tP2dcE46zG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP2dcE46zG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP2dcE46zG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP2dcE46zG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP2dcE46zG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP2dcE46zG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP2dcE46zG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP2dcE46zG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP2dcE46zG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP2dcE46zG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP2dcE46zG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP2dcE46zG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP2dcE46zG .dropdown-item.active,
.cid-tP2dcE46zG .dropdown-item:active {
  background-color: transparent;
}
.cid-tP2dcE46zG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP2dcE46zG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP2dcE46zG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP2dcE46zG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-tP2dcE46zG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP2dcE46zG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP2dcE46zG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP2dcE46zG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP2dcE46zG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP2dcE46zG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tP2dcE46zG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP2dcE46zG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP2dcE46zG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP2dcE46zG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP2dcE46zG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP2dcE46zG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP2dcE46zG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP2dcE46zG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP2dcE46zG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP2dcE46zG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP2dcE46zG .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-tP2dcE46zG .navbar {
    height: 70px;
  }
  .cid-tP2dcE46zG .navbar.opened {
    height: auto;
  }
  .cid-tP2dcE46zG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP2dcEl3sk {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tP2dcEl3sk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP2dcEl3sk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP2dcEl3sk .mbr-section-title {
  color: #073b4c;
}
.cid-tP2dcEyI8c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP2dcEyI8c .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tP2dcEyI8c .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tP2dcEyI8c .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-tP2dcEyI8c .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-tP2dcEyI8c .mbr-text {
  color: #8e8d8a;
}
.cid-tP2dcELeBS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP2dcELeBS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tP2dcELeBS .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tP2dcELeBS .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-tP2dcELeBS .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-tP2dcELeBS .mbr-text {
  color: #8e8d8a;
}
.cid-tP2dcFygWb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP2dcFygWb .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tP2dcFygWb .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-tP2dcFygWb .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tP2dcFygWb .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tP2dcFygWb .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-tP2dcFygWb .mbr-section-title {
  color: #073b4c;
}
.cid-tSDgVadL0P {
  z-index: 1000;
  width: 100%;
}
.cid-tSDgVadL0P nav.navbar {
  position: fixed;
}
.cid-tSDgVadL0P .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-tSDgVadL0P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSDgVadL0P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSDgVadL0P .dropdown-item:hover,
.cid-tSDgVadL0P .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-tSDgVadL0P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSDgVadL0P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSDgVadL0P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSDgVadL0P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSDgVadL0P .nav-link {
  position: relative;
}
.cid-tSDgVadL0P .container {
  display: flex;
  margin: auto;
}
.cid-tSDgVadL0P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSDgVadL0P .dropdown-menu,
.cid-tSDgVadL0P .navbar.opened {
  background: #e4dcea !important;
}
.cid-tSDgVadL0P .nav-item:focus,
.cid-tSDgVadL0P .nav-link:focus {
  outline: none;
}
.cid-tSDgVadL0P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSDgVadL0P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSDgVadL0P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSDgVadL0P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSDgVadL0P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSDgVadL0P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSDgVadL0P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-tSDgVadL0P .navbar.opened {
  transition: all 0.3s;
}
.cid-tSDgVadL0P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSDgVadL0P .navbar .navbar-logo img {
  width: auto;
}
.cid-tSDgVadL0P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSDgVadL0P .navbar.collapsed {
  justify-content: center;
}
.cid-tSDgVadL0P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSDgVadL0P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSDgVadL0P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSDgVadL0P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSDgVadL0P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSDgVadL0P .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-tSDgVadL0P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSDgVadL0P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSDgVadL0P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSDgVadL0P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSDgVadL0P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSDgVadL0P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSDgVadL0P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSDgVadL0P .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-tSDgVadL0P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSDgVadL0P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSDgVadL0P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSDgVadL0P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSDgVadL0P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSDgVadL0P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSDgVadL0P .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSDgVadL0P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSDgVadL0P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSDgVadL0P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSDgVadL0P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSDgVadL0P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSDgVadL0P .dropdown-item.active,
.cid-tSDgVadL0P .dropdown-item:active {
  background-color: transparent;
}
.cid-tSDgVadL0P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSDgVadL0P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSDgVadL0P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSDgVadL0P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-tSDgVadL0P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSDgVadL0P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSDgVadL0P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSDgVadL0P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSDgVadL0P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSDgVadL0P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSDgVadL0P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSDgVadL0P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSDgVadL0P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSDgVadL0P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSDgVadL0P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSDgVadL0P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSDgVadL0P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSDgVadL0P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSDgVadL0P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSDgVadL0P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSDgVadL0P .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-tSDgVadL0P .navbar {
    height: 70px;
  }
  .cid-tSDgVadL0P .navbar.opened {
    height: auto;
  }
  .cid-tSDgVadL0P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSDgVascRf {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-tSDgVascRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSDgVascRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSDgVascRf .mbr-section-title {
  color: #073b4c;
}
.cid-tSDgVaEICr {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSDgVaEICr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSDgVaEICr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSDgVaEICr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tSDgVaEICr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tSDgVaEICr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #073b4c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tSDgVaEICr H3 {
  color: #8e8d8a;
}
.cid-tSDgVaEICr .list {
  color: #8e8d8a;
}
.cid-tSDgVb1lzo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSDgVb1lzo .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tSDgVb1lzo .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-tSDgVb1lzo .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSDgVb1lzo .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tSDgVb1lzo .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-tSDgVb1lzo .mbr-section-title {
  color: #073b4c;
}
.cid-uckjF21X9l {
  z-index: 1000;
  width: 100%;
}
.cid-uckjF21X9l nav.navbar {
  position: fixed;
}
.cid-uckjF21X9l .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-uckjF21X9l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uckjF21X9l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uckjF21X9l .dropdown-item:hover,
.cid-uckjF21X9l .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uckjF21X9l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uckjF21X9l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uckjF21X9l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uckjF21X9l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uckjF21X9l .nav-link {
  position: relative;
}
.cid-uckjF21X9l .container {
  display: flex;
  margin: auto;
}
.cid-uckjF21X9l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uckjF21X9l .dropdown-menu,
.cid-uckjF21X9l .navbar.opened {
  background: #e4dcea !important;
}
.cid-uckjF21X9l .nav-item:focus,
.cid-uckjF21X9l .nav-link:focus {
  outline: none;
}
.cid-uckjF21X9l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uckjF21X9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uckjF21X9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uckjF21X9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uckjF21X9l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uckjF21X9l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uckjF21X9l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uckjF21X9l .navbar.opened {
  transition: all 0.3s;
}
.cid-uckjF21X9l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uckjF21X9l .navbar .navbar-logo img {
  width: auto;
}
.cid-uckjF21X9l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uckjF21X9l .navbar.collapsed {
  justify-content: center;
}
.cid-uckjF21X9l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uckjF21X9l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uckjF21X9l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uckjF21X9l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uckjF21X9l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uckjF21X9l .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-uckjF21X9l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uckjF21X9l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uckjF21X9l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uckjF21X9l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uckjF21X9l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uckjF21X9l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uckjF21X9l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uckjF21X9l .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-uckjF21X9l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uckjF21X9l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uckjF21X9l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uckjF21X9l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uckjF21X9l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uckjF21X9l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uckjF21X9l .navbar.navbar-short {
  min-height: 60px;
}
.cid-uckjF21X9l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uckjF21X9l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uckjF21X9l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uckjF21X9l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uckjF21X9l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uckjF21X9l .dropdown-item.active,
.cid-uckjF21X9l .dropdown-item:active {
  background-color: transparent;
}
.cid-uckjF21X9l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uckjF21X9l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uckjF21X9l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uckjF21X9l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uckjF21X9l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uckjF21X9l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uckjF21X9l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uckjF21X9l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uckjF21X9l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uckjF21X9l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uckjF21X9l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uckjF21X9l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uckjF21X9l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uckjF21X9l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uckjF21X9l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uckjF21X9l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uckjF21X9l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uckjF21X9l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uckjF21X9l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uckjF21X9l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uckjF21X9l .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-uckjF21X9l .navbar {
    height: 70px;
  }
  .cid-uckjF21X9l .navbar.opened {
    height: auto;
  }
  .cid-uckjF21X9l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uckjF2keua {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uckjF2keua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uckjF2keua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uckjF2keua .mbr-section-title {
  color: #073b4c;
}
.cid-uckjF2XTxk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uckjF2XTxk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uckjF2XTxk .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uckjF2XTxk .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-uckjF2XTxk .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-uckjF2XTxk .mbr-text {
  color: #8e8d8a;
}
.cid-uckjF46Jwa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uckjF46Jwa .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uckjF46Jwa .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uckjF46Jwa .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uckjF46Jwa .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uckjF46Jwa .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uckjF46Jwa .mbr-section-title {
  color: #073b4c;
}
.cid-ucklXirQYw {
  z-index: 1000;
  width: 100%;
}
.cid-ucklXirQYw nav.navbar {
  position: fixed;
}
.cid-ucklXirQYw .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-ucklXirQYw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucklXirQYw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucklXirQYw .dropdown-item:hover,
.cid-ucklXirQYw .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-ucklXirQYw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucklXirQYw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucklXirQYw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucklXirQYw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucklXirQYw .nav-link {
  position: relative;
}
.cid-ucklXirQYw .container {
  display: flex;
  margin: auto;
}
.cid-ucklXirQYw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucklXirQYw .dropdown-menu,
.cid-ucklXirQYw .navbar.opened {
  background: #e4dcea !important;
}
.cid-ucklXirQYw .nav-item:focus,
.cid-ucklXirQYw .nav-link:focus {
  outline: none;
}
.cid-ucklXirQYw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucklXirQYw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucklXirQYw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucklXirQYw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucklXirQYw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucklXirQYw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucklXirQYw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-ucklXirQYw .navbar.opened {
  transition: all 0.3s;
}
.cid-ucklXirQYw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucklXirQYw .navbar .navbar-logo img {
  width: auto;
}
.cid-ucklXirQYw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucklXirQYw .navbar.collapsed {
  justify-content: center;
}
.cid-ucklXirQYw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucklXirQYw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucklXirQYw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ucklXirQYw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucklXirQYw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucklXirQYw .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-ucklXirQYw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucklXirQYw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucklXirQYw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucklXirQYw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucklXirQYw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucklXirQYw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucklXirQYw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucklXirQYw .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-ucklXirQYw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucklXirQYw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucklXirQYw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucklXirQYw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucklXirQYw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucklXirQYw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucklXirQYw .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucklXirQYw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucklXirQYw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucklXirQYw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucklXirQYw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucklXirQYw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucklXirQYw .dropdown-item.active,
.cid-ucklXirQYw .dropdown-item:active {
  background-color: transparent;
}
.cid-ucklXirQYw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucklXirQYw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucklXirQYw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucklXirQYw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-ucklXirQYw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucklXirQYw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucklXirQYw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucklXirQYw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucklXirQYw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucklXirQYw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucklXirQYw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucklXirQYw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucklXirQYw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucklXirQYw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucklXirQYw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucklXirQYw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucklXirQYw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucklXirQYw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucklXirQYw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucklXirQYw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucklXirQYw .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-ucklXirQYw .navbar {
    height: 70px;
  }
  .cid-ucklXirQYw .navbar.opened {
    height: auto;
  }
  .cid-ucklXirQYw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucklXiKw0R {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-ucklXiKw0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucklXiKw0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucklXiKw0R .mbr-section-title {
  color: #073b4c;
}
.cid-utpmGJn9Fg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utpmGJn9Fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-utpmGJn9Fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utpmGJn9Fg .row {
  justify-content: space-between;
}
.cid-utpmGJn9Fg .content-wrapper .mbr-desc {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-utpmGJn9Fg .content-wrapper .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 992px) {
  .cid-utpmGJn9Fg .content-wrapper .panel-group .card {
    padding: 25px 0;
  }
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card:hover::before,
.cid-utpmGJn9Fg .content-wrapper .panel-group .card:focus::before {
  width: 100%;
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-top: 4px;
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 25px;
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
  padding: 0;
  margin: 0 0 0 50%;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-utpmGJn9Fg .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
    margin: 0;
  }
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap {
  margin-bottom: 15px;
}
.cid-utpmGJn9Fg .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utpmGJn9Fg .mbr-desc {
  color: #000000;
}
.cid-utpmGJn9Fg .panel-title-edit {
  color: #073b4c;
}
.cid-utpmGJn9Fg .list {
  color: #000000;
}
.cid-utpmGJn9Fg .list,
.cid-utpmGJn9Fg .item-wrap {
  color: #073b4c;
}
.cid-ucklXiZYGT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucklXiZYGT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ucklXiZYGT .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ucklXiZYGT .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-ucklXiZYGT .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-ucklXiZYGT .mbr-text {
  color: #8e8d8a;
}
.cid-ucklXjDd9t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucklXjDd9t .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ucklXjDd9t .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ucklXjDd9t .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-ucklXjDd9t .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-ucklXjDd9t .mbr-text {
  color: #8e8d8a;
}
.cid-ucklXkoCOe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucklXkoCOe .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ucklXkoCOe .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-ucklXkoCOe .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucklXkoCOe .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ucklXkoCOe .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-ucklXkoCOe .mbr-section-title {
  color: #073b4c;
}
.cid-uckjAQBYRN {
  z-index: 1000;
  width: 100%;
}
.cid-uckjAQBYRN nav.navbar {
  position: fixed;
}
.cid-uckjAQBYRN .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-uckjAQBYRN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uckjAQBYRN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uckjAQBYRN .dropdown-item:hover,
.cid-uckjAQBYRN .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uckjAQBYRN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uckjAQBYRN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uckjAQBYRN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uckjAQBYRN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uckjAQBYRN .nav-link {
  position: relative;
}
.cid-uckjAQBYRN .container {
  display: flex;
  margin: auto;
}
.cid-uckjAQBYRN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uckjAQBYRN .dropdown-menu,
.cid-uckjAQBYRN .navbar.opened {
  background: #e4dcea !important;
}
.cid-uckjAQBYRN .nav-item:focus,
.cid-uckjAQBYRN .nav-link:focus {
  outline: none;
}
.cid-uckjAQBYRN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uckjAQBYRN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uckjAQBYRN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uckjAQBYRN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uckjAQBYRN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uckjAQBYRN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uckjAQBYRN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uckjAQBYRN .navbar.opened {
  transition: all 0.3s;
}
.cid-uckjAQBYRN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uckjAQBYRN .navbar .navbar-logo img {
  width: auto;
}
.cid-uckjAQBYRN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uckjAQBYRN .navbar.collapsed {
  justify-content: center;
}
.cid-uckjAQBYRN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uckjAQBYRN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uckjAQBYRN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uckjAQBYRN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uckjAQBYRN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uckjAQBYRN .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-uckjAQBYRN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uckjAQBYRN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uckjAQBYRN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uckjAQBYRN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uckjAQBYRN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uckjAQBYRN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uckjAQBYRN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uckjAQBYRN .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-uckjAQBYRN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uckjAQBYRN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uckjAQBYRN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uckjAQBYRN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uckjAQBYRN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uckjAQBYRN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uckjAQBYRN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uckjAQBYRN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uckjAQBYRN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uckjAQBYRN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uckjAQBYRN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uckjAQBYRN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uckjAQBYRN .dropdown-item.active,
.cid-uckjAQBYRN .dropdown-item:active {
  background-color: transparent;
}
.cid-uckjAQBYRN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uckjAQBYRN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uckjAQBYRN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uckjAQBYRN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uckjAQBYRN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uckjAQBYRN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uckjAQBYRN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uckjAQBYRN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uckjAQBYRN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uckjAQBYRN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uckjAQBYRN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uckjAQBYRN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uckjAQBYRN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uckjAQBYRN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uckjAQBYRN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uckjAQBYRN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uckjAQBYRN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uckjAQBYRN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uckjAQBYRN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uckjAQBYRN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uckjAQBYRN .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-uckjAQBYRN .navbar {
    height: 70px;
  }
  .cid-uckjAQBYRN .navbar.opened {
    height: auto;
  }
  .cid-uckjAQBYRN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uckjAQV7Xt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uckjAQV7Xt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uckjAQV7Xt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uckjAQV7Xt .mbr-section-title {
  color: #073b4c;
}
.cid-uckjARpzK0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uckjARpzK0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uckjARpzK0 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uckjARpzK0 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-uckjARpzK0 .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-uckjARpzK0 .mbr-text {
  color: #8e8d8a;
}
.cid-uckjASDjmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uckjASDjmW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uckjASDjmW .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uckjASDjmW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uckjASDjmW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uckjASDjmW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uckjASDjmW .mbr-section-title {
  color: #073b4c;
}
.cid-uckmqPbhC0 {
  z-index: 1000;
  width: 100%;
}
.cid-uckmqPbhC0 nav.navbar {
  position: fixed;
}
.cid-uckmqPbhC0 .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-uckmqPbhC0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uckmqPbhC0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uckmqPbhC0 .dropdown-item:hover,
.cid-uckmqPbhC0 .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uckmqPbhC0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uckmqPbhC0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uckmqPbhC0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uckmqPbhC0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uckmqPbhC0 .nav-link {
  position: relative;
}
.cid-uckmqPbhC0 .container {
  display: flex;
  margin: auto;
}
.cid-uckmqPbhC0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uckmqPbhC0 .dropdown-menu,
.cid-uckmqPbhC0 .navbar.opened {
  background: #e4dcea !important;
}
.cid-uckmqPbhC0 .nav-item:focus,
.cid-uckmqPbhC0 .nav-link:focus {
  outline: none;
}
.cid-uckmqPbhC0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uckmqPbhC0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uckmqPbhC0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uckmqPbhC0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uckmqPbhC0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uckmqPbhC0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uckmqPbhC0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uckmqPbhC0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uckmqPbhC0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uckmqPbhC0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uckmqPbhC0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uckmqPbhC0 .navbar.collapsed {
  justify-content: center;
}
.cid-uckmqPbhC0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uckmqPbhC0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uckmqPbhC0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uckmqPbhC0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uckmqPbhC0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uckmqPbhC0 .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-uckmqPbhC0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uckmqPbhC0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uckmqPbhC0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uckmqPbhC0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uckmqPbhC0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uckmqPbhC0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uckmqPbhC0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uckmqPbhC0 .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-uckmqPbhC0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uckmqPbhC0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uckmqPbhC0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uckmqPbhC0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uckmqPbhC0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uckmqPbhC0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uckmqPbhC0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uckmqPbhC0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uckmqPbhC0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uckmqPbhC0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uckmqPbhC0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uckmqPbhC0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uckmqPbhC0 .dropdown-item.active,
.cid-uckmqPbhC0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uckmqPbhC0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uckmqPbhC0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uckmqPbhC0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uckmqPbhC0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uckmqPbhC0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uckmqPbhC0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uckmqPbhC0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uckmqPbhC0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uckmqPbhC0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uckmqPbhC0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uckmqPbhC0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uckmqPbhC0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uckmqPbhC0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uckmqPbhC0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uckmqPbhC0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uckmqPbhC0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uckmqPbhC0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uckmqPbhC0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uckmqPbhC0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uckmqPbhC0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uckmqPbhC0 .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-uckmqPbhC0 .navbar {
    height: 70px;
  }
  .cid-uckmqPbhC0 .navbar.opened {
    height: auto;
  }
  .cid-uckmqPbhC0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uckmqPr3cA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #eae7dc;
}
.cid-uckmqPr3cA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uckmqPr3cA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uckmqPr3cA .mbr-section-title {
  color: #073b4c;
}
.cid-uckmqQzEY6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uckmqQzEY6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uckmqQzEY6 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uckmqQzEY6 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-uckmqQzEY6 .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-uckmqQzEY6 .mbr-text {
  color: #8e8d8a;
}
.cid-uckmqR80fv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uckmqR80fv .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uckmqR80fv .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-uckmqR80fv .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uckmqR80fv .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uckmqR80fv .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uckmqR80fv .mbr-section-title {
  color: #073b4c;
}
.cid-uck98JaRrw {
  z-index: 1000;
  width: 100%;
}
.cid-uck98JaRrw nav.navbar {
  position: fixed;
}
.cid-uck98JaRrw .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-uck98JaRrw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uck98JaRrw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uck98JaRrw .dropdown-item:hover,
.cid-uck98JaRrw .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uck98JaRrw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uck98JaRrw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uck98JaRrw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uck98JaRrw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uck98JaRrw .nav-link {
  position: relative;
}
.cid-uck98JaRrw .container {
  display: flex;
  margin: auto;
}
.cid-uck98JaRrw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uck98JaRrw .dropdown-menu,
.cid-uck98JaRrw .navbar.opened {
  background: #e4dcea !important;
}
.cid-uck98JaRrw .nav-item:focus,
.cid-uck98JaRrw .nav-link:focus {
  outline: none;
}
.cid-uck98JaRrw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uck98JaRrw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uck98JaRrw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uck98JaRrw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uck98JaRrw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uck98JaRrw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uck98JaRrw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uck98JaRrw .navbar.opened {
  transition: all 0.3s;
}
.cid-uck98JaRrw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uck98JaRrw .navbar .navbar-logo img {
  width: auto;
}
.cid-uck98JaRrw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uck98JaRrw .navbar.collapsed {
  justify-content: center;
}
.cid-uck98JaRrw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uck98JaRrw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uck98JaRrw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uck98JaRrw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uck98JaRrw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uck98JaRrw .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-uck98JaRrw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uck98JaRrw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uck98JaRrw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uck98JaRrw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uck98JaRrw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uck98JaRrw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uck98JaRrw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uck98JaRrw .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-uck98JaRrw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uck98JaRrw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uck98JaRrw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uck98JaRrw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uck98JaRrw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uck98JaRrw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uck98JaRrw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uck98JaRrw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uck98JaRrw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uck98JaRrw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uck98JaRrw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uck98JaRrw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uck98JaRrw .dropdown-item.active,
.cid-uck98JaRrw .dropdown-item:active {
  background-color: transparent;
}
.cid-uck98JaRrw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uck98JaRrw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uck98JaRrw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uck98JaRrw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uck98JaRrw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uck98JaRrw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uck98JaRrw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uck98JaRrw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uck98JaRrw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uck98JaRrw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uck98JaRrw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uck98JaRrw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uck98JaRrw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uck98JaRrw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uck98JaRrw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uck98JaRrw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uck98JaRrw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uck98JaRrw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uck98JaRrw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uck98JaRrw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uck98JaRrw .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-uck98JaRrw .navbar {
    height: 70px;
  }
  .cid-uck98JaRrw .navbar.opened {
    height: auto;
  }
  .cid-uck98JaRrw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uck9iWgB1h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uck9iWgB1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uck9iWgB1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uck9iWgB1h .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uck9iWgB1h .mbr-section-title,
.cid-uck9iWgB1h .mbr-section-subtitle {
  text-align: center;
}
.cid-uck9iWgB1h .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uck9iWgB1h .item-wrapper {
  border-radius: 4px;
  background-color: #e4dcea;
}
.cid-uck9iWgB1h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uck9iWgB1h .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uck9iWgB1h .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uck9iWgB1h .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uck9iWgB1h .mbr-section-title {
  color: #073b4c;
}
.cid-uck98KU678 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uck98KU678 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uck98KU678 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uck98KU678 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uck98KU678 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uck98KU678 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uck98KU678 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uck98KU678 .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uck98KU678 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uck98KU678 .carousel-control,
.cid-uck98KU678 .close {
  background: #1b1b1b;
}
.cid-uck98KU678 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uck98KU678 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uck98KU678 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uck98KU678 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uck98KU678 .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-uck98KU678 .close::before {
  content: '\e91a';
}
.cid-uck98KU678 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uck98KU678 .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-uck98KU678 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uck98KU678 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uck98KU678 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uck98KU678 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uck98KU678 .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-uck98KU678 .carousel-indicators li.active,
.cid-uck98KU678 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uck98KU678 .carousel-indicators li::after,
.cid-uck98KU678 .carousel-indicators li::before {
  content: none;
}
.cid-uck98KU678 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uck98KU678 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uck98KU678 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uck98KU678 .carousel-indicators {
    display: none;
  }
}
.cid-uck98KU678 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uck98KU678 .carousel-inner > .active {
  display: block;
}
.cid-uck98KU678 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uck98KU678 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uck98KU678 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uck98KU678 .carousel-control,
  .cid-uck98KU678 .carousel-indicators,
  .cid-uck98KU678 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uck98KU678 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uck98KU678 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uck98KU678 .carousel-indicators .active,
.cid-uck98KU678 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uck98KU678 .carousel-indicators .active {
  background: #fff;
}
.cid-uck98KU678 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uck98KU678 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uck98KU678 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uck98KU678 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uck98KU678 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uck98KU678 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uck98KU678 .carousel {
  width: 100%;
}
.cid-uck98KU678 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uck98KU678 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uck98KU678 .modal.fade .modal-dialog,
.cid-uck98KU678 .modal.in .modal-dialog {
  transform: none;
}
.cid-uck98KU678 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uck98KU678 H6 {
  text-align: center;
}
.cid-uck98LuNQm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uck98LuNQm .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uck98LuNQm .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uck98LuNQm .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uck98LuNQm .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uck98LuNQm .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uck98LuNQm .mbr-section-title {
  color: #073b4c;
}
.cid-uck98LQOol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uck98LQOol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uck98LQOol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uck98LQOol .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uck98LQOol .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uck98LQOol .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uck98LQOol .bg-instagram:hover {
  background: #bd005c;
}
.cid-uck98LQOol .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uck98LQOol [class^="socicon-"]:before,
.cid-uck98LQOol [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uckmpDdjtV {
  z-index: 1000;
  width: 100%;
}
.cid-uckmpDdjtV nav.navbar {
  position: fixed;
}
.cid-uckmpDdjtV .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-uckmpDdjtV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uckmpDdjtV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uckmpDdjtV .dropdown-item:hover,
.cid-uckmpDdjtV .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uckmpDdjtV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uckmpDdjtV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uckmpDdjtV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uckmpDdjtV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uckmpDdjtV .nav-link {
  position: relative;
}
.cid-uckmpDdjtV .container {
  display: flex;
  margin: auto;
}
.cid-uckmpDdjtV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uckmpDdjtV .dropdown-menu,
.cid-uckmpDdjtV .navbar.opened {
  background: #e4dcea !important;
}
.cid-uckmpDdjtV .nav-item:focus,
.cid-uckmpDdjtV .nav-link:focus {
  outline: none;
}
.cid-uckmpDdjtV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uckmpDdjtV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uckmpDdjtV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uckmpDdjtV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uckmpDdjtV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uckmpDdjtV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uckmpDdjtV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uckmpDdjtV .navbar.opened {
  transition: all 0.3s;
}
.cid-uckmpDdjtV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uckmpDdjtV .navbar .navbar-logo img {
  width: auto;
}
.cid-uckmpDdjtV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uckmpDdjtV .navbar.collapsed {
  justify-content: center;
}
.cid-uckmpDdjtV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uckmpDdjtV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uckmpDdjtV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uckmpDdjtV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uckmpDdjtV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uckmpDdjtV .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-uckmpDdjtV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uckmpDdjtV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uckmpDdjtV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uckmpDdjtV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uckmpDdjtV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uckmpDdjtV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uckmpDdjtV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uckmpDdjtV .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-uckmpDdjtV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uckmpDdjtV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uckmpDdjtV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uckmpDdjtV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uckmpDdjtV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uckmpDdjtV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uckmpDdjtV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uckmpDdjtV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uckmpDdjtV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uckmpDdjtV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uckmpDdjtV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uckmpDdjtV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uckmpDdjtV .dropdown-item.active,
.cid-uckmpDdjtV .dropdown-item:active {
  background-color: transparent;
}
.cid-uckmpDdjtV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uckmpDdjtV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uckmpDdjtV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uckmpDdjtV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uckmpDdjtV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uckmpDdjtV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uckmpDdjtV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uckmpDdjtV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uckmpDdjtV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uckmpDdjtV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uckmpDdjtV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uckmpDdjtV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uckmpDdjtV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uckmpDdjtV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uckmpDdjtV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uckmpDdjtV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uckmpDdjtV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uckmpDdjtV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uckmpDdjtV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uckmpDdjtV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uckmpDdjtV .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-uckmpDdjtV .navbar {
    height: 70px;
  }
  .cid-uckmpDdjtV .navbar.opened {
    height: auto;
  }
  .cid-uckmpDdjtV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uckmpDt7io {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uckmpDt7io .mbr-fallback-image.disabled {
  display: none;
}
.cid-uckmpDt7io .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uckmpDt7io .mbr-section-title {
  color: #073b4c;
}
.cid-uckmpEPWD6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uckmpEPWD6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uckmpEPWD6 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uckmpEPWD6 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-uckmpEPWD6 .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-uckmpEPWD6 .mbr-text {
  color: #8e8d8a;
}
.cid-uckmpF5fzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uckmpF5fzE .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uckmpF5fzE .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uckmpF5fzE .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uckmpF5fzE .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uckmpF5fzE .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uckmpF5fzE .mbr-section-title {
  color: #073b4c;
}
.cid-uEyaxxdM5q {
  z-index: 1000;
  width: 100%;
}
.cid-uEyaxxdM5q nav.navbar {
  position: fixed;
}
.cid-uEyaxxdM5q .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-uEyaxxdM5q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEyaxxdM5q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEyaxxdM5q .dropdown-item:hover,
.cid-uEyaxxdM5q .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uEyaxxdM5q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEyaxxdM5q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEyaxxdM5q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEyaxxdM5q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEyaxxdM5q .nav-link {
  position: relative;
}
.cid-uEyaxxdM5q .container {
  display: flex;
  margin: auto;
}
.cid-uEyaxxdM5q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEyaxxdM5q .dropdown-menu,
.cid-uEyaxxdM5q .navbar.opened {
  background: #e4dcea !important;
}
.cid-uEyaxxdM5q .nav-item:focus,
.cid-uEyaxxdM5q .nav-link:focus {
  outline: none;
}
.cid-uEyaxxdM5q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEyaxxdM5q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEyaxxdM5q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEyaxxdM5q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEyaxxdM5q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEyaxxdM5q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEyaxxdM5q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uEyaxxdM5q .navbar.opened {
  transition: all 0.3s;
}
.cid-uEyaxxdM5q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEyaxxdM5q .navbar .navbar-logo img {
  width: auto;
}
.cid-uEyaxxdM5q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEyaxxdM5q .navbar.collapsed {
  justify-content: center;
}
.cid-uEyaxxdM5q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEyaxxdM5q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEyaxxdM5q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uEyaxxdM5q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEyaxxdM5q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEyaxxdM5q .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-uEyaxxdM5q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEyaxxdM5q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEyaxxdM5q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEyaxxdM5q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEyaxxdM5q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEyaxxdM5q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEyaxxdM5q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEyaxxdM5q .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-uEyaxxdM5q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEyaxxdM5q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEyaxxdM5q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEyaxxdM5q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEyaxxdM5q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEyaxxdM5q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEyaxxdM5q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEyaxxdM5q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEyaxxdM5q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEyaxxdM5q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEyaxxdM5q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEyaxxdM5q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEyaxxdM5q .dropdown-item.active,
.cid-uEyaxxdM5q .dropdown-item:active {
  background-color: transparent;
}
.cid-uEyaxxdM5q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEyaxxdM5q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEyaxxdM5q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEyaxxdM5q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uEyaxxdM5q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEyaxxdM5q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEyaxxdM5q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEyaxxdM5q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEyaxxdM5q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEyaxxdM5q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uEyaxxdM5q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEyaxxdM5q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEyaxxdM5q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEyaxxdM5q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEyaxxdM5q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEyaxxdM5q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEyaxxdM5q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEyaxxdM5q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEyaxxdM5q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEyaxxdM5q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEyaxxdM5q .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-uEyaxxdM5q .navbar {
    height: 70px;
  }
  .cid-uEyaxxdM5q .navbar.opened {
    height: auto;
  }
  .cid-uEyaxxdM5q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEyaxxvAwT {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uEyaxxvAwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyaxxvAwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyaxxvAwT .mbr-section-title {
  color: #073b4c;
}
.cid-uEyaxxJFsh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEyaxxJFsh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEyaxxJFsh .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uEyaxxJFsh .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-uEyaxxJFsh .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-uEyaxxJFsh .mbr-text {
  color: #8e8d8a;
}
.cid-uEyaxxUyPY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEyaxxUyPY .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uEyaxxUyPY .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uEyaxxUyPY .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEyaxxUyPY .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uEyaxxUyPY .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uEyaxxUyPY .mbr-section-title {
  color: #073b4c;
}
.cid-uN6j78gOSx {
  z-index: 1000;
  width: 100%;
}
.cid-uN6j78gOSx nav.navbar {
  position: fixed;
}
.cid-uN6j78gOSx .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-uN6j78gOSx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN6j78gOSx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN6j78gOSx .dropdown-item:hover,
.cid-uN6j78gOSx .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uN6j78gOSx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN6j78gOSx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN6j78gOSx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uN6j78gOSx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN6j78gOSx .nav-link {
  position: relative;
}
.cid-uN6j78gOSx .container {
  display: flex;
  margin: auto;
}
.cid-uN6j78gOSx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN6j78gOSx .dropdown-menu,
.cid-uN6j78gOSx .navbar.opened {
  background: #e4dcea !important;
}
.cid-uN6j78gOSx .nav-item:focus,
.cid-uN6j78gOSx .nav-link:focus {
  outline: none;
}
.cid-uN6j78gOSx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN6j78gOSx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN6j78gOSx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN6j78gOSx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN6j78gOSx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN6j78gOSx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN6j78gOSx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uN6j78gOSx .navbar.opened {
  transition: all 0.3s;
}
.cid-uN6j78gOSx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN6j78gOSx .navbar .navbar-logo img {
  width: auto;
}
.cid-uN6j78gOSx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN6j78gOSx .navbar.collapsed {
  justify-content: center;
}
.cid-uN6j78gOSx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN6j78gOSx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN6j78gOSx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uN6j78gOSx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN6j78gOSx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN6j78gOSx .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-uN6j78gOSx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN6j78gOSx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN6j78gOSx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN6j78gOSx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN6j78gOSx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN6j78gOSx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN6j78gOSx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN6j78gOSx .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-uN6j78gOSx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN6j78gOSx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN6j78gOSx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN6j78gOSx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN6j78gOSx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN6j78gOSx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uN6j78gOSx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uN6j78gOSx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uN6j78gOSx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uN6j78gOSx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN6j78gOSx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN6j78gOSx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN6j78gOSx .dropdown-item.active,
.cid-uN6j78gOSx .dropdown-item:active {
  background-color: transparent;
}
.cid-uN6j78gOSx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN6j78gOSx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN6j78gOSx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN6j78gOSx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uN6j78gOSx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN6j78gOSx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN6j78gOSx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN6j78gOSx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN6j78gOSx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN6j78gOSx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uN6j78gOSx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN6j78gOSx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN6j78gOSx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN6j78gOSx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN6j78gOSx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN6j78gOSx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN6j78gOSx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN6j78gOSx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN6j78gOSx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uN6j78gOSx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN6j78gOSx .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-uN6j78gOSx .navbar {
    height: 70px;
  }
  .cid-uN6j78gOSx .navbar.opened {
    height: auto;
  }
  .cid-uN6j78gOSx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN6j78AX5k {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uN6j78AX5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN6j78AX5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN6j78AX5k .mbr-section-title {
  color: #073b4c;
}
.cid-uN6j78Ptbd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN6j78Ptbd .mbr-section-subtitle {
  color: #073b4c;
}
.cid-uN6j78Ptbd .mbr-text {
  color: #8e8d8a;
}
.cid-uN6j79p7Zv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN6j79p7Zv .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uN6j79p7Zv .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uN6j79p7Zv .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uN6j79p7Zv .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uN6j79p7Zv .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uN6j79p7Zv .mbr-section-title {
  color: #073b4c;
}
.cid-uQeHyZYTCA {
  z-index: 1000;
  width: 100%;
}
.cid-uQeHyZYTCA nav.navbar {
  position: fixed;
}
.cid-uQeHyZYTCA .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-uQeHyZYTCA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQeHyZYTCA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQeHyZYTCA .dropdown-item:hover,
.cid-uQeHyZYTCA .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uQeHyZYTCA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQeHyZYTCA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQeHyZYTCA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQeHyZYTCA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQeHyZYTCA .nav-link {
  position: relative;
}
.cid-uQeHyZYTCA .container {
  display: flex;
  margin: auto;
}
.cid-uQeHyZYTCA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQeHyZYTCA .dropdown-menu,
.cid-uQeHyZYTCA .navbar.opened {
  background: #e4dcea !important;
}
.cid-uQeHyZYTCA .nav-item:focus,
.cid-uQeHyZYTCA .nav-link:focus {
  outline: none;
}
.cid-uQeHyZYTCA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQeHyZYTCA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQeHyZYTCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQeHyZYTCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQeHyZYTCA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQeHyZYTCA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQeHyZYTCA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uQeHyZYTCA .navbar.opened {
  transition: all 0.3s;
}
.cid-uQeHyZYTCA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQeHyZYTCA .navbar .navbar-logo img {
  width: auto;
}
.cid-uQeHyZYTCA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQeHyZYTCA .navbar.collapsed {
  justify-content: center;
}
.cid-uQeHyZYTCA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQeHyZYTCA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQeHyZYTCA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQeHyZYTCA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQeHyZYTCA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQeHyZYTCA .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-uQeHyZYTCA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQeHyZYTCA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQeHyZYTCA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQeHyZYTCA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQeHyZYTCA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQeHyZYTCA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQeHyZYTCA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQeHyZYTCA .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-uQeHyZYTCA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQeHyZYTCA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQeHyZYTCA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQeHyZYTCA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQeHyZYTCA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQeHyZYTCA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQeHyZYTCA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQeHyZYTCA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQeHyZYTCA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQeHyZYTCA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQeHyZYTCA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQeHyZYTCA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQeHyZYTCA .dropdown-item.active,
.cid-uQeHyZYTCA .dropdown-item:active {
  background-color: transparent;
}
.cid-uQeHyZYTCA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQeHyZYTCA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQeHyZYTCA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQeHyZYTCA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uQeHyZYTCA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQeHyZYTCA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQeHyZYTCA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQeHyZYTCA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQeHyZYTCA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQeHyZYTCA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQeHyZYTCA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQeHyZYTCA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQeHyZYTCA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQeHyZYTCA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQeHyZYTCA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQeHyZYTCA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQeHyZYTCA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQeHyZYTCA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQeHyZYTCA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQeHyZYTCA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQeHyZYTCA .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-uQeHyZYTCA .navbar {
    height: 70px;
  }
  .cid-uQeHyZYTCA .navbar.opened {
    height: auto;
  }
  .cid-uQeHyZYTCA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQeHz0ev86 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uQeHz0ev86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQeHz0ev86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQeHz0ev86 .mbr-section-title {
  color: #073b4c;
}
.cid-uQeI8msUtQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQeI8msUtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQeI8msUtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQeI8msUtQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQeI8msUtQ .row {
  flex-direction: row-reverse;
}
.cid-uQeI8msUtQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQeI8msUtQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQeI8msUtQ .mbr-text {
  color: #8e8d8a;
}
.cid-uQeKExRTPB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQeKExRTPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQeKExRTPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQeKExRTPB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQeKExRTPB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQeKExRTPB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQeKExRTPB .mbr-text {
  color: #8e8d8a;
}
.cid-uQeKF4lgtn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQeKF4lgtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQeKF4lgtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQeKF4lgtn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQeKF4lgtn .row {
  flex-direction: row-reverse;
}
.cid-uQeKF4lgtn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQeKF4lgtn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQeKF4lgtn .mbr-text {
  color: #8e8d8a;
}
.cid-uQeHz0tZww {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQeHz0tZww .mbr-section-subtitle {
  color: #073b4c;
}
.cid-uQeHz0tZww .mbr-text {
  color: #8e8d8a;
  text-align: left;
}
.cid-uQeHz0Gxzm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQeHz0Gxzm .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQeHz0Gxzm .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uQeHz0Gxzm .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQeHz0Gxzm .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uQeHz0Gxzm .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uQeHz0Gxzm .mbr-section-title {
  color: #073b4c;
}
.cid-uQeJ5Txn6e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uQeMz8Qz5B {
  z-index: 1000;
  width: 100%;
}
.cid-uQeMz8Qz5B nav.navbar {
  position: fixed;
}
.cid-uQeMz8Qz5B .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-uQeMz8Qz5B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQeMz8Qz5B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQeMz8Qz5B .dropdown-item:hover,
.cid-uQeMz8Qz5B .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uQeMz8Qz5B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQeMz8Qz5B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQeMz8Qz5B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQeMz8Qz5B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQeMz8Qz5B .nav-link {
  position: relative;
}
.cid-uQeMz8Qz5B .container {
  display: flex;
  margin: auto;
}
.cid-uQeMz8Qz5B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQeMz8Qz5B .dropdown-menu,
.cid-uQeMz8Qz5B .navbar.opened {
  background: #e4dcea !important;
}
.cid-uQeMz8Qz5B .nav-item:focus,
.cid-uQeMz8Qz5B .nav-link:focus {
  outline: none;
}
.cid-uQeMz8Qz5B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQeMz8Qz5B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQeMz8Qz5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQeMz8Qz5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQeMz8Qz5B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQeMz8Qz5B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQeMz8Qz5B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uQeMz8Qz5B .navbar.opened {
  transition: all 0.3s;
}
.cid-uQeMz8Qz5B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQeMz8Qz5B .navbar .navbar-logo img {
  width: auto;
}
.cid-uQeMz8Qz5B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQeMz8Qz5B .navbar.collapsed {
  justify-content: center;
}
.cid-uQeMz8Qz5B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQeMz8Qz5B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQeMz8Qz5B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQeMz8Qz5B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQeMz8Qz5B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQeMz8Qz5B .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-uQeMz8Qz5B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQeMz8Qz5B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQeMz8Qz5B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQeMz8Qz5B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQeMz8Qz5B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQeMz8Qz5B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQeMz8Qz5B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQeMz8Qz5B .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-uQeMz8Qz5B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQeMz8Qz5B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQeMz8Qz5B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQeMz8Qz5B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQeMz8Qz5B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQeMz8Qz5B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQeMz8Qz5B .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQeMz8Qz5B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQeMz8Qz5B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQeMz8Qz5B .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQeMz8Qz5B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQeMz8Qz5B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQeMz8Qz5B .dropdown-item.active,
.cid-uQeMz8Qz5B .dropdown-item:active {
  background-color: transparent;
}
.cid-uQeMz8Qz5B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQeMz8Qz5B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQeMz8Qz5B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQeMz8Qz5B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uQeMz8Qz5B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQeMz8Qz5B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQeMz8Qz5B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQeMz8Qz5B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQeMz8Qz5B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQeMz8Qz5B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQeMz8Qz5B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQeMz8Qz5B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQeMz8Qz5B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQeMz8Qz5B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQeMz8Qz5B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQeMz8Qz5B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQeMz8Qz5B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQeMz8Qz5B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQeMz8Qz5B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQeMz8Qz5B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQeMz8Qz5B .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-uQeMz8Qz5B .navbar {
    height: 70px;
  }
  .cid-uQeMz8Qz5B .navbar.opened {
    height: auto;
  }
  .cid-uQeMz8Qz5B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQeMz9bZGS {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uQeMz9bZGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQeMz9bZGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQeMz9bZGS .mbr-section-title {
  color: #073b4c;
}
.cid-uQeMz9v7IV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQeMz9v7IV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQeMz9v7IV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQeMz9v7IV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQeMz9v7IV .row {
  flex-direction: row-reverse;
}
.cid-uQeMz9v7IV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQeMz9v7IV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQeMz9v7IV .mbr-text {
  color: #8e8d8a;
}
.cid-uQeMz9v7IV .mbr-section-title {
  color: #8e8d8a;
}
.cid-uQeMz9Mn8q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQeMz9Mn8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQeMz9Mn8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQeMz9Mn8q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQeMz9Mn8q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQeMz9Mn8q .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQeMz9Mn8q .mbr-text {
  color: #8e8d8a;
}
.cid-uQeMza3qWS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQeMza3qWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQeMza3qWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQeMza3qWS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQeMza3qWS .row {
  flex-direction: row-reverse;
}
.cid-uQeMza3qWS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQeMza3qWS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQeMza3qWS .mbr-text {
  color: #8e8d8a;
}
.cid-uQeNJQFOVd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQeNJQFOVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQeNJQFOVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQeNJQFOVd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQeNJQFOVd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQeNJQFOVd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQeNJQFOVd .mbr-text {
  color: #8e8d8a;
}
.cid-uQeMzayDDK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQeMzayDDK .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQeMzayDDK .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uQeMzayDDK .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQeMzayDDK .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uQeMzayDDK .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uQeMzayDDK .mbr-section-title {
  color: #073b4c;
}
.cid-uQeMzaZpEF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uQuGoUDhY0 {
  z-index: 1000;
  width: 100%;
}
.cid-uQuGoUDhY0 nav.navbar {
  position: fixed;
}
.cid-uQuGoUDhY0 .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-uQuGoUDhY0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQuGoUDhY0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQuGoUDhY0 .dropdown-item:hover,
.cid-uQuGoUDhY0 .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uQuGoUDhY0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQuGoUDhY0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQuGoUDhY0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQuGoUDhY0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQuGoUDhY0 .nav-link {
  position: relative;
}
.cid-uQuGoUDhY0 .container {
  display: flex;
  margin: auto;
}
.cid-uQuGoUDhY0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQuGoUDhY0 .dropdown-menu,
.cid-uQuGoUDhY0 .navbar.opened {
  background: #e4dcea !important;
}
.cid-uQuGoUDhY0 .nav-item:focus,
.cid-uQuGoUDhY0 .nav-link:focus {
  outline: none;
}
.cid-uQuGoUDhY0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQuGoUDhY0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQuGoUDhY0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQuGoUDhY0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQuGoUDhY0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQuGoUDhY0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQuGoUDhY0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uQuGoUDhY0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQuGoUDhY0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQuGoUDhY0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQuGoUDhY0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQuGoUDhY0 .navbar.collapsed {
  justify-content: center;
}
.cid-uQuGoUDhY0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQuGoUDhY0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQuGoUDhY0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQuGoUDhY0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQuGoUDhY0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQuGoUDhY0 .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-uQuGoUDhY0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQuGoUDhY0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQuGoUDhY0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQuGoUDhY0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQuGoUDhY0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQuGoUDhY0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQuGoUDhY0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQuGoUDhY0 .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-uQuGoUDhY0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQuGoUDhY0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQuGoUDhY0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQuGoUDhY0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQuGoUDhY0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQuGoUDhY0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQuGoUDhY0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQuGoUDhY0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQuGoUDhY0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQuGoUDhY0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQuGoUDhY0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQuGoUDhY0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQuGoUDhY0 .dropdown-item.active,
.cid-uQuGoUDhY0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQuGoUDhY0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQuGoUDhY0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQuGoUDhY0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQuGoUDhY0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uQuGoUDhY0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQuGoUDhY0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQuGoUDhY0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQuGoUDhY0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQuGoUDhY0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQuGoUDhY0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQuGoUDhY0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQuGoUDhY0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQuGoUDhY0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQuGoUDhY0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQuGoUDhY0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQuGoUDhY0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQuGoUDhY0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQuGoUDhY0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQuGoUDhY0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQuGoUDhY0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQuGoUDhY0 .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-uQuGoUDhY0 .navbar {
    height: 70px;
  }
  .cid-uQuGoUDhY0 .navbar.opened {
    height: auto;
  }
  .cid-uQuGoUDhY0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQuGoUUZrk {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uQuGoUUZrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQuGoUUZrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQuGoUUZrk .mbr-section-title {
  color: #073b4c;
}
.cid-uQuGoV9uG3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQuGoV9uG3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQuGoV9uG3 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQuGoV9uG3 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-uQuGoV9uG3 .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-uQuGoV9uG3 .mbr-text {
  color: #8e8d8a;
}
.cid-uQuGoVll9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQuGoVll9w .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQuGoVll9w .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQuGoVll9w .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #073b4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #073b4c;
  color: #073b4c;
}
.cid-uQuGoVll9w .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-uQuGoVll9w .mbr-text {
  color: #8e8d8a;
}
.cid-uQuGoVxP1B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQuGoVxP1B .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQuGoVxP1B .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uQuGoVxP1B .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQuGoVxP1B .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uQuGoVxP1B .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uQuGoVxP1B .mbr-section-title {
  color: #073b4c;
}
.cid-uRQo8WjqsN {
  z-index: 1000;
  width: 100%;
}
.cid-uRQo8WjqsN nav.navbar {
  position: fixed;
}
.cid-uRQo8WjqsN .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-uRQo8WjqsN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRQo8WjqsN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRQo8WjqsN .dropdown-item:hover,
.cid-uRQo8WjqsN .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uRQo8WjqsN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRQo8WjqsN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRQo8WjqsN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRQo8WjqsN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRQo8WjqsN .nav-link {
  position: relative;
}
.cid-uRQo8WjqsN .container {
  display: flex;
  margin: auto;
}
.cid-uRQo8WjqsN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRQo8WjqsN .dropdown-menu,
.cid-uRQo8WjqsN .navbar.opened {
  background: #e4dcea !important;
}
.cid-uRQo8WjqsN .nav-item:focus,
.cid-uRQo8WjqsN .nav-link:focus {
  outline: none;
}
.cid-uRQo8WjqsN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRQo8WjqsN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRQo8WjqsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRQo8WjqsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRQo8WjqsN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRQo8WjqsN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRQo8WjqsN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uRQo8WjqsN .navbar.opened {
  transition: all 0.3s;
}
.cid-uRQo8WjqsN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRQo8WjqsN .navbar .navbar-logo img {
  width: auto;
}
.cid-uRQo8WjqsN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRQo8WjqsN .navbar.collapsed {
  justify-content: center;
}
.cid-uRQo8WjqsN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRQo8WjqsN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRQo8WjqsN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRQo8WjqsN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRQo8WjqsN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRQo8WjqsN .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-uRQo8WjqsN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRQo8WjqsN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRQo8WjqsN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRQo8WjqsN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRQo8WjqsN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRQo8WjqsN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRQo8WjqsN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRQo8WjqsN .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-uRQo8WjqsN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRQo8WjqsN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRQo8WjqsN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRQo8WjqsN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRQo8WjqsN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRQo8WjqsN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRQo8WjqsN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRQo8WjqsN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRQo8WjqsN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRQo8WjqsN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRQo8WjqsN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRQo8WjqsN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRQo8WjqsN .dropdown-item.active,
.cid-uRQo8WjqsN .dropdown-item:active {
  background-color: transparent;
}
.cid-uRQo8WjqsN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRQo8WjqsN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRQo8WjqsN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRQo8WjqsN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uRQo8WjqsN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRQo8WjqsN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRQo8WjqsN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRQo8WjqsN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRQo8WjqsN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRQo8WjqsN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRQo8WjqsN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRQo8WjqsN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQo8WjqsN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQo8WjqsN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRQo8WjqsN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQo8WjqsN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRQo8WjqsN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRQo8WjqsN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQo8WjqsN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRQo8WjqsN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRQo8WjqsN .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-uRQo8WjqsN .navbar {
    height: 70px;
  }
  .cid-uRQo8WjqsN .navbar.opened {
    height: auto;
  }
  .cid-uRQo8WjqsN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRQo8WBSWc {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uRQo8WBSWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQo8WBSWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQo8WBSWc .mbr-section-title {
  color: #073b4c;
}
.cid-uRQo8WPmxH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRQo8WPmxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQo8WPmxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRQo8WPmxH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRQo8WPmxH .row {
  flex-direction: row-reverse;
}
.cid-uRQo8WPmxH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRQo8WPmxH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRQo8WPmxH .mbr-text {
  color: #8e8d8a;
}
.cid-uRQo8WPmxH .mbr-section-title {
  color: #8e8d8a;
}
.cid-uRQo8X4peG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRQo8X4peG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQo8X4peG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRQo8X4peG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRQo8X4peG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRQo8X4peG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRQo8X4peG .mbr-text {
  color: #8e8d8a;
}
.cid-uRQo8XjdmM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRQo8XjdmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQo8XjdmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRQo8XjdmM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRQo8XjdmM .row {
  flex-direction: row-reverse;
}
.cid-uRQo8XjdmM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRQo8XjdmM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRQo8XjdmM .mbr-text {
  color: #8e8d8a;
}
.cid-uRQo8XBcYn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRQo8XBcYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQo8XBcYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRQo8XBcYn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRQo8XBcYn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRQo8XBcYn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRQo8XBcYn .mbr-text {
  color: #8e8d8a;
}
.cid-uRQo8XVdw5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQo8XVdw5 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRQo8XVdw5 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uRQo8XVdw5 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRQo8XVdw5 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uRQo8XVdw5 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uRQo8XVdw5 .mbr-section-title {
  color: #073b4c;
}
.cid-uRQo8Yh9gv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uTeO1fkXkL {
  z-index: 1000;
  width: 100%;
}
.cid-uTeO1fkXkL nav.navbar {
  position: fixed;
}
.cid-uTeO1fkXkL .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-uTeO1fkXkL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTeO1fkXkL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTeO1fkXkL .dropdown-item:hover,
.cid-uTeO1fkXkL .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uTeO1fkXkL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTeO1fkXkL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTeO1fkXkL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTeO1fkXkL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTeO1fkXkL .nav-link {
  position: relative;
}
.cid-uTeO1fkXkL .container {
  display: flex;
  margin: auto;
}
.cid-uTeO1fkXkL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTeO1fkXkL .dropdown-menu,
.cid-uTeO1fkXkL .navbar.opened {
  background: #e4dcea !important;
}
.cid-uTeO1fkXkL .nav-item:focus,
.cid-uTeO1fkXkL .nav-link:focus {
  outline: none;
}
.cid-uTeO1fkXkL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTeO1fkXkL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTeO1fkXkL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTeO1fkXkL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTeO1fkXkL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTeO1fkXkL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTeO1fkXkL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uTeO1fkXkL .navbar.opened {
  transition: all 0.3s;
}
.cid-uTeO1fkXkL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTeO1fkXkL .navbar .navbar-logo img {
  width: auto;
}
.cid-uTeO1fkXkL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTeO1fkXkL .navbar.collapsed {
  justify-content: center;
}
.cid-uTeO1fkXkL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTeO1fkXkL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTeO1fkXkL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTeO1fkXkL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTeO1fkXkL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTeO1fkXkL .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-uTeO1fkXkL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTeO1fkXkL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTeO1fkXkL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTeO1fkXkL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTeO1fkXkL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTeO1fkXkL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTeO1fkXkL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTeO1fkXkL .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-uTeO1fkXkL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTeO1fkXkL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTeO1fkXkL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTeO1fkXkL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTeO1fkXkL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTeO1fkXkL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTeO1fkXkL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTeO1fkXkL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTeO1fkXkL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTeO1fkXkL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTeO1fkXkL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTeO1fkXkL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTeO1fkXkL .dropdown-item.active,
.cid-uTeO1fkXkL .dropdown-item:active {
  background-color: transparent;
}
.cid-uTeO1fkXkL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTeO1fkXkL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTeO1fkXkL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTeO1fkXkL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uTeO1fkXkL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTeO1fkXkL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTeO1fkXkL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTeO1fkXkL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTeO1fkXkL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTeO1fkXkL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTeO1fkXkL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTeO1fkXkL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTeO1fkXkL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTeO1fkXkL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTeO1fkXkL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTeO1fkXkL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTeO1fkXkL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTeO1fkXkL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTeO1fkXkL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTeO1fkXkL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTeO1fkXkL .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-uTeO1fkXkL .navbar {
    height: 70px;
  }
  .cid-uTeO1fkXkL .navbar.opened {
    height: auto;
  }
  .cid-uTeO1fkXkL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTeO1fFjIN {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uTeO1fFjIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTeO1fFjIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTeO1fFjIN .mbr-section-title {
  color: #073b4c;
}
.cid-uTeO1fWoj0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTeO1fWoj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTeO1fWoj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTeO1fWoj0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTeO1fWoj0 .row {
  flex-direction: row-reverse;
}
.cid-uTeO1fWoj0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTeO1fWoj0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTeO1fWoj0 .mbr-text {
  color: #8e8d8a;
}
.cid-uTeO1fWoj0 .mbr-section-title {
  color: #8e8d8a;
}
.cid-uTeO1geyNr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTeO1geyNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTeO1geyNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTeO1geyNr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTeO1geyNr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTeO1geyNr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTeO1geyNr .mbr-text {
  color: #8e8d8a;
}
.cid-uTeO1gysT6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTeO1gysT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTeO1gysT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTeO1gysT6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTeO1gysT6 .row {
  flex-direction: row-reverse;
}
.cid-uTeO1gysT6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTeO1gysT6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTeO1gysT6 .mbr-text {
  color: #8e8d8a;
  text-align: left;
}
.cid-uTeO1gVH2M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTeO1gVH2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTeO1gVH2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTeO1gVH2M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTeO1gVH2M img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTeO1gVH2M .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTeO1gVH2M .mbr-text {
  color: #8e8d8a;
}
.cid-uTeP2yR26n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTeP2yR26n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTeP2yR26n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTeP2yR26n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTeP2yR26n .row {
  flex-direction: row-reverse;
}
.cid-uTeP2yR26n img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTeP2yR26n .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTeP2yR26n .mbr-text {
  color: #8e8d8a;
}
.cid-uTeP2yR26n .mbr-section-title {
  color: #8e8d8a;
}
.cid-uTePwab6xF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTePwab6xF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTePwab6xF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTePwab6xF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTePwab6xF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTePwab6xF .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTePwab6xF .mbr-section-title {
  color: #8e8d8a;
}
.cid-uTePwab6xF .mbr-text {
  color: #8e8d8a;
}
.cid-uTeO1hhX3R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTeO1hhX3R .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uTeO1hhX3R .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uTeO1hhX3R .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTeO1hhX3R .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uTeO1hhX3R .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uTeO1hhX3R .mbr-section-title {
  color: #073b4c;
}
.cid-uTeO1hN6D8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uTP2T4751d {
  z-index: 1000;
  width: 100%;
}
.cid-uTP2T4751d nav.navbar {
  position: fixed;
}
.cid-uTP2T4751d .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-uTP2T4751d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTP2T4751d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTP2T4751d .dropdown-item:hover,
.cid-uTP2T4751d .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uTP2T4751d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTP2T4751d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTP2T4751d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTP2T4751d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTP2T4751d .nav-link {
  position: relative;
}
.cid-uTP2T4751d .container {
  display: flex;
  margin: auto;
}
.cid-uTP2T4751d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTP2T4751d .dropdown-menu,
.cid-uTP2T4751d .navbar.opened {
  background: #e4dcea !important;
}
.cid-uTP2T4751d .nav-item:focus,
.cid-uTP2T4751d .nav-link:focus {
  outline: none;
}
.cid-uTP2T4751d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTP2T4751d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTP2T4751d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTP2T4751d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTP2T4751d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTP2T4751d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTP2T4751d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uTP2T4751d .navbar.opened {
  transition: all 0.3s;
}
.cid-uTP2T4751d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTP2T4751d .navbar .navbar-logo img {
  width: auto;
}
.cid-uTP2T4751d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTP2T4751d .navbar.collapsed {
  justify-content: center;
}
.cid-uTP2T4751d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTP2T4751d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTP2T4751d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTP2T4751d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTP2T4751d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTP2T4751d .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-uTP2T4751d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTP2T4751d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTP2T4751d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTP2T4751d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTP2T4751d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTP2T4751d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTP2T4751d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTP2T4751d .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-uTP2T4751d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTP2T4751d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTP2T4751d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTP2T4751d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTP2T4751d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTP2T4751d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTP2T4751d .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTP2T4751d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTP2T4751d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTP2T4751d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTP2T4751d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTP2T4751d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTP2T4751d .dropdown-item.active,
.cid-uTP2T4751d .dropdown-item:active {
  background-color: transparent;
}
.cid-uTP2T4751d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTP2T4751d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTP2T4751d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTP2T4751d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uTP2T4751d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTP2T4751d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTP2T4751d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTP2T4751d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTP2T4751d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTP2T4751d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTP2T4751d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTP2T4751d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTP2T4751d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTP2T4751d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTP2T4751d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTP2T4751d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTP2T4751d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTP2T4751d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTP2T4751d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTP2T4751d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTP2T4751d .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-uTP2T4751d .navbar {
    height: 70px;
  }
  .cid-uTP2T4751d .navbar.opened {
    height: auto;
  }
  .cid-uTP2T4751d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTP2T4qBhh {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uTP2T4qBhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTP2T4qBhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTP2T4qBhh .mbr-section-title {
  color: #073b4c;
}
.cid-uTP2T4HBvq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTP2T4HBvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTP2T4HBvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTP2T4HBvq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTP2T4HBvq .row {
  flex-direction: row-reverse;
}
.cid-uTP2T4HBvq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTP2T4HBvq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTP2T4HBvq .mbr-text {
  color: #8e8d8a;
}
.cid-uTP2T4HBvq .mbr-section-title {
  color: #8e8d8a;
}
.cid-uTP2T4XhSG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTP2T4XhSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTP2T4XhSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTP2T4XhSG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTP2T4XhSG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTP2T4XhSG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTP2T4XhSG .mbr-text {
  color: #8e8d8a;
}
.cid-uTP2T5eGjo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTP2T5eGjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTP2T5eGjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTP2T5eGjo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTP2T5eGjo .row {
  flex-direction: row-reverse;
}
.cid-uTP2T5eGjo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTP2T5eGjo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTP2T5eGjo .mbr-text {
  color: #8e8d8a;
}
.cid-uTP2T5y517 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTP2T5y517 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTP2T5y517 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTP2T5y517 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTP2T5y517 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTP2T5y517 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTP2T5y517 .mbr-text {
  color: #8e8d8a;
}
.cid-uTP5aTaCuO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTP5aTaCuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTP5aTaCuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTP5aTaCuO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTP5aTaCuO .row {
  flex-direction: row-reverse;
}
.cid-uTP5aTaCuO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTP5aTaCuO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTP5aTaCuO .mbr-text {
  color: #8e8d8a;
}
.cid-uTP55e8WRS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTP55e8WRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTP55e8WRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTP55e8WRS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTP55e8WRS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTP55e8WRS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTP55e8WRS .mbr-text {
  color: #8e8d8a;
}
.cid-uTP5pzhOAq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTP5pzhOAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTP5pzhOAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTP5pzhOAq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTP5pzhOAq .row {
  flex-direction: row-reverse;
}
.cid-uTP5pzhOAq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTP5pzhOAq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTP5pzhOAq .mbr-text {
  color: #8e8d8a;
}
.cid-uTP2T5TWZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTP2T5TWZt .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uTP2T5TWZt .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uTP2T5TWZt .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTP2T5TWZt .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uTP2T5TWZt .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uTP2T5TWZt .mbr-section-title {
  color: #073b4c;
}
.cid-uTP2T6nXBM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uUsEf5pl0p {
  z-index: 1000;
  width: 100%;
}
.cid-uUsEf5pl0p nav.navbar {
  position: fixed;
}
.cid-uUsEf5pl0p .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-uUsEf5pl0p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUsEf5pl0p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUsEf5pl0p .dropdown-item:hover,
.cid-uUsEf5pl0p .dropdown-item:focus {
  background: #073b4c !important;
  color: white !important;
}
.cid-uUsEf5pl0p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUsEf5pl0p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUsEf5pl0p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUsEf5pl0p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUsEf5pl0p .nav-link {
  position: relative;
}
.cid-uUsEf5pl0p .container {
  display: flex;
  margin: auto;
}
.cid-uUsEf5pl0p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUsEf5pl0p .dropdown-menu,
.cid-uUsEf5pl0p .navbar.opened {
  background: #e4dcea !important;
}
.cid-uUsEf5pl0p .nav-item:focus,
.cid-uUsEf5pl0p .nav-link:focus {
  outline: none;
}
.cid-uUsEf5pl0p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUsEf5pl0p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUsEf5pl0p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUsEf5pl0p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUsEf5pl0p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUsEf5pl0p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUsEf5pl0p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #e4dcea;
}
.cid-uUsEf5pl0p .navbar.opened {
  transition: all 0.3s;
}
.cid-uUsEf5pl0p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUsEf5pl0p .navbar .navbar-logo img {
  width: auto;
}
.cid-uUsEf5pl0p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUsEf5pl0p .navbar.collapsed {
  justify-content: center;
}
.cid-uUsEf5pl0p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUsEf5pl0p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUsEf5pl0p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUsEf5pl0p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUsEf5pl0p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUsEf5pl0p .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-uUsEf5pl0p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUsEf5pl0p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUsEf5pl0p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUsEf5pl0p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUsEf5pl0p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUsEf5pl0p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUsEf5pl0p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUsEf5pl0p .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-uUsEf5pl0p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUsEf5pl0p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUsEf5pl0p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUsEf5pl0p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUsEf5pl0p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUsEf5pl0p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUsEf5pl0p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUsEf5pl0p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUsEf5pl0p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUsEf5pl0p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUsEf5pl0p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUsEf5pl0p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUsEf5pl0p .dropdown-item.active,
.cid-uUsEf5pl0p .dropdown-item:active {
  background-color: transparent;
}
.cid-uUsEf5pl0p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUsEf5pl0p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUsEf5pl0p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUsEf5pl0p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4dcea;
}
.cid-uUsEf5pl0p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUsEf5pl0p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUsEf5pl0p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUsEf5pl0p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUsEf5pl0p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUsEf5pl0p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUsEf5pl0p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUsEf5pl0p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUsEf5pl0p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUsEf5pl0p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUsEf5pl0p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUsEf5pl0p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUsEf5pl0p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUsEf5pl0p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUsEf5pl0p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUsEf5pl0p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUsEf5pl0p .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-uUsEf5pl0p .navbar {
    height: 70px;
  }
  .cid-uUsEf5pl0p .navbar.opened {
    height: auto;
  }
  .cid-uUsEf5pl0p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUsEf5JrBv {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/purple-painting-50-faded-2000x698.jpeg");
}
.cid-uUsEf5JrBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUsEf5JrBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUsEf5JrBv .mbr-section-title {
  color: #073b4c;
}
.cid-uUsEf5Z4Q1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUsEf5Z4Q1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUsEf5Z4Q1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUsEf5Z4Q1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUsEf5Z4Q1 .row {
  flex-direction: row-reverse;
}
.cid-uUsEf5Z4Q1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUsEf5Z4Q1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUsEf5Z4Q1 .mbr-text {
  color: #8e8d8a;
}
.cid-uUsEf5Z4Q1 .mbr-section-title {
  color: #8e8d8a;
}
.cid-uUsEf6j1bu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUsEf6j1bu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUsEf6j1bu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUsEf6j1bu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUsEf6j1bu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUsEf6j1bu .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUsEf6j1bu .mbr-text {
  color: #8e8d8a;
}
.cid-uUsEf6Dv06 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUsEf6Dv06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUsEf6Dv06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUsEf6Dv06 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUsEf6Dv06 .row {
  flex-direction: row-reverse;
}
.cid-uUsEf6Dv06 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUsEf6Dv06 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUsEf6Dv06 .mbr-text {
  color: #8e8d8a;
}
.cid-uUsEf70HT5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUsEf70HT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUsEf70HT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUsEf70HT5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUsEf70HT5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUsEf70HT5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUsEf70HT5 .mbr-text {
  color: #8e8d8a;
}
.cid-uUsFwqa8ie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUsFwqa8ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUsFwqa8ie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUsFwqa8ie .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUsFwqa8ie .row {
  flex-direction: row-reverse;
}
.cid-uUsFwqa8ie img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUsFwqa8ie .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUsFwqa8ie .mbr-text {
  color: #8e8d8a;
}
.cid-uUsEf7pUb0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUsEf7pUb0 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uUsEf7pUb0 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e4dcea;
}
@media (max-width: 991px) {
  .cid-uUsEf7pUb0 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUsEf7pUb0 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uUsEf7pUb0 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #073b4c;
}
.cid-uUsEf7pUb0 .mbr-section-title {
  color: #073b4c;
}
.cid-uUsEf7RWdl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
