.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9c98cf !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #72baa9 !important;
  border-color: #72baa9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #94cbbe !important;
  border-color: #94cbbe !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94cbbe !important;
  border-color: #94cbbe !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9c98cf;
  color: #9c98cf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #635db3 !important;
  background-color: transparent !important;
  border-color: #635db3 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #72baa9;
  color: #72baa9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #468f7e !important;
  background-color: transparent !important;
  border-color: #468f7e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #72baa9 !important;
  border-color: #72baa9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9c98cf !important;
}
.text-secondary {
  color: #72baa9 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5952af !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #418575 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #9c98cf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9c98cf;
  border-color: #9c98cf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9c98cf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9c98cf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #9c98cf;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9c98cf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9c98cf;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9c98cf;
  border-bottom-color: #9c98cf;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9c98cf !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: #72baa9 !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='%239c98cf' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uWYAJ52vvx {
  z-index: 1000;
  width: 100%;
}
.cid-uWYAJ52vvx nav.navbar {
  position: fixed;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYAJ52vvx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYAJ52vvx .dropdown-item:hover,
.cid-uWYAJ52vvx .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYAJ52vvx .dropdown-item:hover span {
  color: white;
}
.cid-uWYAJ52vvx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYAJ52vvx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYAJ52vvx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYAJ52vvx .nav-link {
  position: relative;
}
.cid-uWYAJ52vvx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYAJ52vvx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown-menu,
.cid-uWYAJ52vvx .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYAJ52vvx .nav-item:focus,
.cid-uWYAJ52vvx .nav-link:focus {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYAJ52vvx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYAJ52vvx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYAJ52vvx .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYAJ52vvx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYAJ52vvx .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYAJ52vvx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYAJ52vvx .navbar.collapsed {
  justify-content: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYAJ52vvx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYAJ52vvx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYAJ52vvx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYAJ52vvx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYAJ52vvx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYAJ52vvx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYAJ52vvx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYAJ52vvx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown-item.active,
.cid-uWYAJ52vvx .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYAJ52vvx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYAJ52vvx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYAJ52vvx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYAJ52vvx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYAJ52vvx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYAJ52vvx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar {
    height: 70px;
  }
  .cid-uWYAJ52vvx .navbar.opened {
    height: auto;
  }
  .cid-uWYAJ52vvx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWvj8zntfd {
  display: flex;
  padding-top: 17rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/feed-millennial-4.webp");
}
.cid-uWvj8zntfd .mbr-overlay {
  background-color: #757b62;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uWvj8zntfd {
    align-items: flex-end;
  }
  .cid-uWvj8zntfd .row {
    justify-content: flex-start;
  }
  .cid-uWvj8zntfd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWvj8zntfd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWvj8zntfd {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWvj8zntfd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWvj8zntfd .content-wrap {
    width: 100%;
  }
}
.cid-uWvj8zntfd .mbr-section-title,
.cid-uWvj8zntfd .mbr-section-subtitle {
  text-align: center;
}
.cid-uWvj8zntfd .mbr-text,
.cid-uWvj8zntfd .mbr-section-btn {
  text-align: left;
}
.cid-uWvj8zntfd .mbr-section-title {
  text-align: left;
}
.cid-uWzfXDPalA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fd-2000x2500.webp");
}
.cid-uWzfXDPalA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzfXDPalA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzfXDPalA .row {
  flex-direction: row-reverse;
}
.cid-uWvpj7qFxq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/qiscss-2000x1359.webp");
}
.cid-uWvpj7qFxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvpj7qFxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzrtFXtWc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/cccc-2000x916.webp");
}
.cid-uWzrtFXtWc .mbr-overlay {
  background: #474e93;
  opacity: 0.6;
}
.cid-uWzrtFXtWc h6 {
  line-height: 1.2;
}
.cid-uWzrtFXtWc img,
.cid-uWzrtFXtWc .item-img {
  width: 100%;
  height: 100%;
}
.cid-uWzrtFXtWc .item:focus,
.cid-uWzrtFXtWc span:focus {
  outline: none;
}
.cid-uWzrtFXtWc .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uWzrtFXtWc .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uWzrtFXtWc .mbr-section-title {
  color: #000000;
}
.cid-uWzrtFXtWc .mbr-text,
.cid-uWzrtFXtWc .mbr-section-btn {
  color: #000000;
}
.cid-uWzrtFXtWc .item-title {
  color: #000000;
  text-align: center;
}
.cid-uWzrtFXtWc .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWzrtFXtWc .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWzrtFXtWc .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uWzrtFXtWc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWzERFyL0V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWzERFyL0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzERFyL0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzERFyL0V .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWzERFyL0V .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWzERFyL0V .row {
    text-align: center;
  }
  .cid-uWzERFyL0V .row > div {
    margin: auto;
  }
  .cid-uWzERFyL0V .social-row {
    justify-content: center;
  }
}
.cid-uWzERFyL0V .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWzERFyL0V .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWzERFyL0V .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWzERFyL0V .list {
    margin-bottom: 0rem;
  }
}
.cid-uWzERFyL0V .mbr-text {
  color: #ffffff;
}
.cid-uWzERFyL0V .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWzERFyL0V .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWzERFyL0V div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWzERFyL0V .copyright {
  color: #ffffff;
}
.cid-uWYAJ52vvx {
  z-index: 1000;
  width: 100%;
}
.cid-uWYAJ52vvx nav.navbar {
  position: fixed;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYAJ52vvx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYAJ52vvx .dropdown-item:hover,
.cid-uWYAJ52vvx .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYAJ52vvx .dropdown-item:hover span {
  color: white;
}
.cid-uWYAJ52vvx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYAJ52vvx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYAJ52vvx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYAJ52vvx .nav-link {
  position: relative;
}
.cid-uWYAJ52vvx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYAJ52vvx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown-menu,
.cid-uWYAJ52vvx .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYAJ52vvx .nav-item:focus,
.cid-uWYAJ52vvx .nav-link:focus {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYAJ52vvx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYAJ52vvx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYAJ52vvx .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYAJ52vvx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYAJ52vvx .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYAJ52vvx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYAJ52vvx .navbar.collapsed {
  justify-content: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYAJ52vvx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYAJ52vvx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYAJ52vvx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYAJ52vvx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYAJ52vvx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYAJ52vvx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYAJ52vvx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYAJ52vvx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown-item.active,
.cid-uWYAJ52vvx .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYAJ52vvx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYAJ52vvx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYAJ52vvx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYAJ52vvx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYAJ52vvx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYAJ52vvx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar {
    height: 70px;
  }
  .cid-uWYAJ52vvx .navbar.opened {
    height: auto;
  }
  .cid-uWYAJ52vvx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWQDz9cgz7 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pexel-2000x1073.webp");
}
.cid-uWQDz9cgz7 .mbr-overlay {
  background-color: #757b62;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uWQDz9cgz7 {
    align-items: flex-end;
  }
  .cid-uWQDz9cgz7 .row {
    justify-content: center;
  }
  .cid-uWQDz9cgz7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWQDz9cgz7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWQDz9cgz7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWQDz9cgz7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWQDz9cgz7 .content-wrap {
    width: 100%;
  }
}
.cid-uWQDz9cgz7 .mbr-section-title,
.cid-uWQDz9cgz7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uWQDz9cgz7 .mbr-text,
.cid-uWQDz9cgz7 .mbr-section-btn {
  text-align: center;
}
.cid-uWQDz9cgz7 .mbr-section-title {
  text-align: center;
}
.cid-uWQDz9wOxX {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ddf-2000x2500.webp");
}
.cid-uWQDz9wOxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQDz9wOxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQDz9wOxX .row {
  flex-direction: row-reverse;
}
.cid-uWQDz9HQur {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWQDz9HQur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQDz9HQur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQDz9HQur .mbr-section-title {
  text-align: center;
}
.cid-uWWF1HiSol {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fd-2000x2500.webp");
}
.cid-uWWF1HiSol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWF1HiSol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWF1HiSol .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWWFKDdyw1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWWFKDdyw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWFKDdyw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWFKDdyw1 .mbr-section-title {
  text-align: center;
}
.cid-uWWGLu9OWB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ddf-2000x2500.webp");
}
.cid-uWWGLu9OWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWGLu9OWB .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uWWGLu9OWB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWWGLu9OWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWGLu9OWB .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #72baa9;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uWWGLu9OWB .card-title,
.cid-uWWGLu9OWB .iconfont-wrapper,
.cid-uWWGLu9OWB .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWWGLu9OWB .content-head {
  max-width: 800px;
}
.cid-uWWGLu9OWB .mbr-section-title {
  color: #000000;
}
.cid-uWWGLu9OWB .mbr-section-btn {
  text-align: center;
}
.cid-uWWGLu9OWB .card-title,
.cid-uWWGLu9OWB .iconfont-wrapper {
  color: #ffffff;
}
.cid-uWWGLu9OWB .card-text,
.cid-uWWGLu9OWB .mbr-section-btn {
  color: #ffffff;
}
.cid-uWWL5IRZsO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWWL5IRZsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWL5IRZsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWL5IRZsO .mbr-section-title {
  text-align: center;
}
.cid-uWWM0BDXFv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ttf-2000x2500.webp");
}
.cid-uWWM0BDXFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWM0BDXFv .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uWWM0BDXFv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWWM0BDXFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWM0BDXFv .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #72baa9;
  height: 80px;
  border-radius: 50%;
}
.cid-uWWM0BDXFv .card-title,
.cid-uWWM0BDXFv .iconfont-wrapper,
.cid-uWWM0BDXFv .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWWM0BDXFv .content-head {
  max-width: 800px;
}
.cid-uWWM0BDXFv .mbr-section-title {
  color: #000000;
}
.cid-uWWM0BDXFv .mbr-section-btn {
  text-align: center;
}
.cid-uWWM0BDXFv .card-title,
.cid-uWWM0BDXFv .iconfont-wrapper {
  color: #ffffff;
}
.cid-uWWM0BDXFv .card-text,
.cid-uWWM0BDXFv .mbr-section-btn {
  color: #ffffff;
}
.cid-uWWOMui6Gy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #72baa9;
}
.cid-uWWOMui6Gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWOMui6Gy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWOMui6Gy .mbr-description {
  text-align: left;
}
.cid-uWWOMui6Gy .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uWWOMui6Gy .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWWOMui6Gy .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uWWOMui6Gy .card-title,
.cid-uWWOMui6Gy .iconfont-wrapper {
  color: #000000;
}
.cid-uWWOMui6Gy .card-text {
  color: #000000;
}
.cid-uWWOMui6Gy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWWOMui6Gy .mbr-number {
  color: #9fe870;
}
.cid-uWWOMui6Gy .mbr-text,
.cid-uWWOMui6Gy .mbr-section-btn {
  text-align: center;
}
.cid-uWWOMui6Gy .card-text,
.cid-uWWOMui6Gy .item .mbr-section-btn {
  text-align: left;
}
.cid-uWWOMui6Gy .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uWWOMui6Gy .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWWOMui6Gy .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWWOMui6Gy .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uWWOMui6Gy .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uWWOMui6Gy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWWOMui6Gy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWWOMui6Gy .card-title {
  text-align: left;
}
.cid-uWWOMui6Gy .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWWOMui6Gy .item-content .item-footer {
  margin-top: auto;
}
.cid-uWQDza7u4G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWQDza7u4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQDza7u4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQDza7u4G .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWQDza7u4G .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWQDza7u4G .row {
    text-align: center;
  }
  .cid-uWQDza7u4G .row > div {
    margin: auto;
  }
  .cid-uWQDza7u4G .social-row {
    justify-content: center;
  }
}
.cid-uWQDza7u4G .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWQDza7u4G .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWQDza7u4G .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWQDza7u4G .list {
    margin-bottom: 0rem;
  }
}
.cid-uWQDza7u4G .mbr-text {
  color: #ffffff;
}
.cid-uWQDza7u4G .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWQDza7u4G .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWQDza7u4G div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWQDza7u4G .copyright {
  color: #ffffff;
}
.cid-uWYAJ52vvx {
  z-index: 1000;
  width: 100%;
}
.cid-uWYAJ52vvx nav.navbar {
  position: fixed;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYAJ52vvx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYAJ52vvx .dropdown-item:hover,
.cid-uWYAJ52vvx .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYAJ52vvx .dropdown-item:hover span {
  color: white;
}
.cid-uWYAJ52vvx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYAJ52vvx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYAJ52vvx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYAJ52vvx .nav-link {
  position: relative;
}
.cid-uWYAJ52vvx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYAJ52vvx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown-menu,
.cid-uWYAJ52vvx .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYAJ52vvx .nav-item:focus,
.cid-uWYAJ52vvx .nav-link:focus {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYAJ52vvx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYAJ52vvx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYAJ52vvx .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYAJ52vvx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYAJ52vvx .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYAJ52vvx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYAJ52vvx .navbar.collapsed {
  justify-content: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYAJ52vvx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYAJ52vvx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYAJ52vvx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYAJ52vvx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYAJ52vvx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYAJ52vvx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYAJ52vvx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYAJ52vvx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown-item.active,
.cid-uWYAJ52vvx .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYAJ52vvx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYAJ52vvx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYAJ52vvx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYAJ52vvx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYAJ52vvx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYAJ52vvx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar {
    height: 70px;
  }
  .cid-uWYAJ52vvx .navbar.opened {
    height: auto;
  }
  .cid-uWYAJ52vvx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWWQKugsUc {
  display: flex;
  padding-top: 16rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dsdddc00465-1333x947.webp");
}
.cid-uWWQKugsUc .mbr-overlay {
  background-color: #474e93;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uWWQKugsUc {
    align-items: flex-end;
  }
  .cid-uWWQKugsUc .row {
    justify-content: center;
  }
  .cid-uWWQKugsUc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWWQKugsUc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWWQKugsUc {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWWQKugsUc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWWQKugsUc .content-wrap {
    width: 100%;
  }
}
.cid-uWWQKugsUc .mbr-section-title,
.cid-uWWQKugsUc .mbr-section-subtitle {
  text-align: center;
}
.cid-uWWQKugsUc .mbr-text,
.cid-uWWQKugsUc .mbr-section-btn {
  text-align: center;
}
.cid-uWWQKugsUc .mbr-section-title {
  text-align: center;
}
.cid-uWWTPAs8DK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWWTPAs8DK .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uWWTPAs8DK img,
.cid-uWWTPAs8DK .item-img {
  width: 100%;
}
.cid-uWWTPAs8DK .item:focus,
.cid-uWWTPAs8DK span:focus {
  outline: none;
}
.cid-uWWTPAs8DK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWWTPAs8DK .item {
    margin-bottom: 1rem;
  }
}
.cid-uWWTPAs8DK .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWWTPAs8DK .mbr-section-title {
  color: #232323;
}
.cid-uWWTPAs8DK .mbr-text,
.cid-uWWTPAs8DK .mbr-section-btn {
  color: #232323;
}
.cid-uWWTPAs8DK .item-title {
  color: #232323;
  text-align: center;
}
.cid-uWWTPAs8DK .content-head {
  max-width: 800px;
}
.cid-uWWQKuTDra {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uWWQKuTDra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWQKuTDra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWQKuTDra .row {
  flex-direction: row-reverse;
}
.cid-uWWQKvi6nj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWWQKvi6nj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWQKvi6nj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWQKvi6nj .mbr-section-subtitle {
  color: #000000;
}
.cid-uWWXvKpyTr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uWWXvKpyTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWXvKpyTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWXvKpyTr .row {
  flex-direction: row-reverse;
}
.cid-uWWY7LUOca {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWWY7LUOca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWY7LUOca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWY7LUOca .mbr-section-subtitle {
  color: #000000;
}
.cid-uWWYOx71lB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uWWYOx71lB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWYOx71lB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWYOx71lB .row {
  flex-direction: row-reverse;
}
.cid-uWWYTYpe73 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWWYTYpe73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWYTYpe73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWYTYpe73 .mbr-section-subtitle {
  color: #000000;
}
.cid-uWWQKwMs7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWWQKwMs7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWQKwMs7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWQKwMs7D .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWWQKwMs7D .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWWQKwMs7D .row {
    text-align: center;
  }
  .cid-uWWQKwMs7D .row > div {
    margin: auto;
  }
  .cid-uWWQKwMs7D .social-row {
    justify-content: center;
  }
}
.cid-uWWQKwMs7D .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWWQKwMs7D .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWWQKwMs7D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWWQKwMs7D .list {
    margin-bottom: 0rem;
  }
}
.cid-uWWQKwMs7D .mbr-text {
  color: #ffffff;
}
.cid-uWWQKwMs7D .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWWQKwMs7D .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWWQKwMs7D div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWWQKwMs7D .copyright {
  color: #ffffff;
}
.cid-uWYAJ52vvx {
  z-index: 1000;
  width: 100%;
}
.cid-uWYAJ52vvx nav.navbar {
  position: fixed;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYAJ52vvx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYAJ52vvx .dropdown-item:hover,
.cid-uWYAJ52vvx .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYAJ52vvx .dropdown-item:hover span {
  color: white;
}
.cid-uWYAJ52vvx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYAJ52vvx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYAJ52vvx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYAJ52vvx .nav-link {
  position: relative;
}
.cid-uWYAJ52vvx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYAJ52vvx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown-menu,
.cid-uWYAJ52vvx .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYAJ52vvx .nav-item:focus,
.cid-uWYAJ52vvx .nav-link:focus {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYAJ52vvx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYAJ52vvx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYAJ52vvx .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYAJ52vvx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYAJ52vvx .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYAJ52vvx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYAJ52vvx .navbar.collapsed {
  justify-content: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYAJ52vvx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYAJ52vvx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYAJ52vvx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYAJ52vvx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYAJ52vvx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYAJ52vvx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYAJ52vvx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYAJ52vvx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown-item.active,
.cid-uWYAJ52vvx .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYAJ52vvx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYAJ52vvx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYAJ52vvx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYAJ52vvx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYAJ52vvx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYAJ52vvx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar {
    height: 70px;
  }
  .cid-uWYAJ52vvx .navbar.opened {
    height: auto;
  }
  .cid-uWYAJ52vvx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWWZ5AgjDW {
  display: flex;
  padding-top: 16rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/teamww-2000x1045.webp");
}
.cid-uWWZ5AgjDW .mbr-overlay {
  background-color: #474e93;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uWWZ5AgjDW {
    align-items: flex-end;
  }
  .cid-uWWZ5AgjDW .row {
    justify-content: center;
  }
  .cid-uWWZ5AgjDW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWWZ5AgjDW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWWZ5AgjDW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWWZ5AgjDW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWWZ5AgjDW .content-wrap {
    width: 100%;
  }
}
.cid-uWWZ5AgjDW .mbr-section-title,
.cid-uWWZ5AgjDW .mbr-section-subtitle {
  text-align: center;
}
.cid-uWWZ5AgjDW .mbr-text,
.cid-uWWZ5AgjDW .mbr-section-btn {
  text-align: center;
}
.cid-uWWZ5AgjDW .mbr-section-title {
  text-align: center;
}
.cid-uWWZ5B7j56 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWWZ5B7j56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWZ5B7j56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWZ5B7j56 .mbr-section-subtitle {
  color: #000000;
}
.cid-uWYksTbfAI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYksTbfAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYksTbfAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYksTbfAI .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWYksTbfAI .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWYksTbfAI .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYksTbfAI .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-uWYksTbfAI .wrap {
  background: url("../../../assets/images/vv-940x788.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uWYksTbfAI .wrap .inner-wrap {
  padding: 40px;
}
.cid-uWYksTbfAI .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWYksTbfAI .mbr-text {
  color: #000000;
}
.cid-uWYksTbfAI .mbr-text,
.cid-uWYksTbfAI .mbr-section-btn {
  color: #ffffff;
}
.cid-uWZxzXWldL {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWZxzXWldL .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWZxzXWldL .panel-group {
  border: none;
}
.cid-uWZxzXWldL .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWZxzXWldL .card-header {
    padding: 0rem;
  }
}
.cid-uWZxzXWldL .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWZxzXWldL .img-col {
  padding: 0;
}
.cid-uWZxzXWldL .img-item {
  height: 100%;
}
.cid-uWZxzXWldL img {
  height: 100%;
  object-fit: cover;
}
.cid-uWZxzXWldL .collapsed span {
  transform: rotate(0deg);
}
.cid-uWZxzXWldL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWZxzXWldL p {
  margin-bottom: 0.3rem;
}
.cid-uWZxzXWldL .panel-title-edit {
  color: #000000;
}
.cid-uWZxzXWldL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWZxzXWldL .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWZxzXWldL .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWZxzXWldL .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uWZxzXWldL .panel-text {
  color: #000000;
}
.cid-uWZxzXWldL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWZxzXWldL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWZxzXWldL .panel-title-edit,
.cid-uWZxzXWldL .mbr-iconfont {
  color: #000000;
}
.cid-uWZxKjseEy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWZxKjseEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZxKjseEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZxKjseEy .row {
  justify-content: center;
}
.cid-uWZxKjseEy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWZxKjseEy .item {
    margin-bottom: 1rem;
  }
}
.cid-uWZxKjseEy .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #72baa9;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWZxKjseEy .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWZxKjseEy .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uWZxKjseEy .content-head {
  max-width: 800px;
}
.cid-uWZxKjseEy .card-title {
  color: #ffffff;
}
.cid-uWZxKjseEy P {
  color: #ffffff;
}
.cid-uWWZ5BMNxP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWWZ5BMNxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWZ5BMNxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWZ5BMNxP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWWZ5BMNxP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWWZ5BMNxP .row {
    text-align: center;
  }
  .cid-uWWZ5BMNxP .row > div {
    margin: auto;
  }
  .cid-uWWZ5BMNxP .social-row {
    justify-content: center;
  }
}
.cid-uWWZ5BMNxP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWWZ5BMNxP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWWZ5BMNxP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWWZ5BMNxP .list {
    margin-bottom: 0rem;
  }
}
.cid-uWWZ5BMNxP .mbr-text {
  color: #ffffff;
}
.cid-uWWZ5BMNxP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWWZ5BMNxP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWWZ5BMNxP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWWZ5BMNxP .copyright {
  color: #ffffff;
}
.cid-uWYAJ52vvx {
  z-index: 1000;
  width: 100%;
}
.cid-uWYAJ52vvx nav.navbar {
  position: fixed;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYAJ52vvx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYAJ52vvx .dropdown-item:hover,
.cid-uWYAJ52vvx .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYAJ52vvx .dropdown-item:hover span {
  color: white;
}
.cid-uWYAJ52vvx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYAJ52vvx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYAJ52vvx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYAJ52vvx .nav-link {
  position: relative;
}
.cid-uWYAJ52vvx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYAJ52vvx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown-menu,
.cid-uWYAJ52vvx .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYAJ52vvx .nav-item:focus,
.cid-uWYAJ52vvx .nav-link:focus {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYAJ52vvx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYAJ52vvx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYAJ52vvx .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYAJ52vvx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYAJ52vvx .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYAJ52vvx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYAJ52vvx .navbar.collapsed {
  justify-content: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYAJ52vvx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYAJ52vvx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYAJ52vvx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYAJ52vvx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYAJ52vvx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYAJ52vvx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYAJ52vvx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYAJ52vvx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown-item.active,
.cid-uWYAJ52vvx .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYAJ52vvx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYAJ52vvx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYAJ52vvx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYAJ52vvx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYAJ52vvx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYAJ52vvx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar {
    height: 70px;
  }
  .cid-uWYAJ52vvx .navbar.opened {
    height: auto;
  }
  .cid-uWYAJ52vvx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYk5D8uL8 {
  display: flex;
  padding-top: 16rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/teamww-2000x1045.webp");
}
.cid-uWYk5D8uL8 .mbr-overlay {
  background-color: #474e93;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uWYk5D8uL8 {
    align-items: flex-end;
  }
  .cid-uWYk5D8uL8 .row {
    justify-content: center;
  }
  .cid-uWYk5D8uL8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWYk5D8uL8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWYk5D8uL8 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWYk5D8uL8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWYk5D8uL8 .content-wrap {
    width: 100%;
  }
}
.cid-uWYk5D8uL8 .mbr-section-title,
.cid-uWYk5D8uL8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uWYk5D8uL8 .mbr-text,
.cid-uWYk5D8uL8 .mbr-section-btn {
  text-align: center;
}
.cid-uWYk5D8uL8 .mbr-section-title {
  text-align: center;
}
.cid-uWYk5DImTT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWYk5DImTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYk5DImTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYk5DImTT .mbr-section-subtitle {
  color: #000000;
}
.cid-uWYk5DV5GI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWYk5DV5GI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWYk5DV5GI .item {
    margin-bottom: 1rem;
  }
}
.cid-uWYk5DV5GI .item-wrapper {
  position: relative;
}
.cid-uWYk5DV5GI .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uWYk5DV5GI .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uWYk5DV5GI .carousel-control,
.cid-uWYk5DV5GI .close {
  background: #1b1b1b;
}
.cid-uWYk5DV5GI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uWYk5DV5GI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uWYk5DV5GI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uWYk5DV5GI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uWYk5DV5GI .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-uWYk5DV5GI .close::before {
  content: '\e91a';
}
.cid-uWYk5DV5GI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uWYk5DV5GI .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-uWYk5DV5GI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWYk5DV5GI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWYk5DV5GI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWYk5DV5GI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uWYk5DV5GI .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-uWYk5DV5GI .carousel-indicators li.active,
.cid-uWYk5DV5GI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uWYk5DV5GI .carousel-indicators li::after,
.cid-uWYk5DV5GI .carousel-indicators li::before {
  content: none;
}
.cid-uWYk5DV5GI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWYk5DV5GI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uWYk5DV5GI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYk5DV5GI .carousel-indicators {
    display: none;
  }
}
.cid-uWYk5DV5GI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uWYk5DV5GI .carousel-inner > .active {
  display: block;
}
.cid-uWYk5DV5GI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWYk5DV5GI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uWYk5DV5GI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uWYk5DV5GI .carousel-control,
  .cid-uWYk5DV5GI .carousel-indicators,
  .cid-uWYk5DV5GI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uWYk5DV5GI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uWYk5DV5GI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uWYk5DV5GI .carousel-indicators .active,
.cid-uWYk5DV5GI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uWYk5DV5GI .carousel-indicators .active {
  background: #fff;
}
.cid-uWYk5DV5GI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uWYk5DV5GI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uWYk5DV5GI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uWYk5DV5GI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uWYk5DV5GI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uWYk5DV5GI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uWYk5DV5GI .carousel {
  width: 100%;
}
.cid-uWYk5DV5GI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uWYk5DV5GI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uWYk5DV5GI .modal.fade .modal-dialog,
.cid-uWYk5DV5GI .modal.in .modal-dialog {
  transform: none;
}
.cid-uWYk5DV5GI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uWYk5DV5GI .content-head {
  max-width: 800px;
}
.cid-uWYk5FdfFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWYk5FdfFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYk5FdfFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYk5FdfFj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYk5FdfFj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYk5FdfFj .row {
    text-align: center;
  }
  .cid-uWYk5FdfFj .row > div {
    margin: auto;
  }
  .cid-uWYk5FdfFj .social-row {
    justify-content: center;
  }
}
.cid-uWYk5FdfFj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYk5FdfFj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYk5FdfFj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYk5FdfFj .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYk5FdfFj .mbr-text {
  color: #ffffff;
}
.cid-uWYk5FdfFj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYk5FdfFj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYk5FdfFj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYk5FdfFj .copyright {
  color: #ffffff;
}
.cid-uWYAJ52vvx {
  z-index: 1000;
  width: 100%;
}
.cid-uWYAJ52vvx nav.navbar {
  position: fixed;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYAJ52vvx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYAJ52vvx .dropdown-item:hover,
.cid-uWYAJ52vvx .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYAJ52vvx .dropdown-item:hover span {
  color: white;
}
.cid-uWYAJ52vvx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYAJ52vvx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYAJ52vvx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYAJ52vvx .nav-link {
  position: relative;
}
.cid-uWYAJ52vvx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYAJ52vvx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown-menu,
.cid-uWYAJ52vvx .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYAJ52vvx .nav-item:focus,
.cid-uWYAJ52vvx .nav-link:focus {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYAJ52vvx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYAJ52vvx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYAJ52vvx .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYAJ52vvx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYAJ52vvx .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYAJ52vvx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYAJ52vvx .navbar.collapsed {
  justify-content: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYAJ52vvx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYAJ52vvx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYAJ52vvx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYAJ52vvx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYAJ52vvx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYAJ52vvx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYAJ52vvx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYAJ52vvx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown-item.active,
.cid-uWYAJ52vvx .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYAJ52vvx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYAJ52vvx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYAJ52vvx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYAJ52vvx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYAJ52vvx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYAJ52vvx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar {
    height: 70px;
  }
  .cid-uWYAJ52vvx .navbar.opened {
    height: auto;
  }
  .cid-uWYAJ52vvx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYqk6Cnme {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uWYqk6Cnme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYqk6Cnme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYqk6Cnme .row {
  flex-direction: row-reverse;
}
.cid-uWYrvohgnJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWYrvohgnJ img,
.cid-uWYrvohgnJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWYrvohgnJ .item:focus,
.cid-uWYrvohgnJ span:focus {
  outline: none;
}
.cid-uWYrvohgnJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWYrvohgnJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uWYrvohgnJ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYrvohgnJ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYrvohgnJ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWYrvohgnJ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWYrvohgnJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWYrvohgnJ .mbr-section-title {
  color: #000000;
}
.cid-uWYrvohgnJ .item-title {
  text-align: left;
}
.cid-uWYrvohgnJ .item-subtitle {
  text-align: left;
}
.cid-uWYrvohgnJ .mbr-text,
.cid-uWYrvohgnJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uWYrvohgnJ .content-head {
  max-width: 800px;
}
.cid-uWYSS1WY0k {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWYSS1WY0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYSS1WY0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYSS1WY0k .mbr-section-subtitle {
  color: #000000;
}
.cid-uWYqk9na1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWYqk9na1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYqk9na1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYqk9na1g .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYqk9na1g .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYqk9na1g .row {
    text-align: center;
  }
  .cid-uWYqk9na1g .row > div {
    margin: auto;
  }
  .cid-uWYqk9na1g .social-row {
    justify-content: center;
  }
}
.cid-uWYqk9na1g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYqk9na1g .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYqk9na1g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYqk9na1g .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYqk9na1g .mbr-text {
  color: #ffffff;
}
.cid-uWYqk9na1g .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYqk9na1g .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYqk9na1g div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYqk9na1g .copyright {
  color: #ffffff;
}
.cid-uWYAJ52vvx {
  z-index: 1000;
  width: 100%;
}
.cid-uWYAJ52vvx nav.navbar {
  position: fixed;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYAJ52vvx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYAJ52vvx .dropdown-item:hover,
.cid-uWYAJ52vvx .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYAJ52vvx .dropdown-item:hover span {
  color: white;
}
.cid-uWYAJ52vvx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYAJ52vvx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYAJ52vvx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYAJ52vvx .nav-link {
  position: relative;
}
.cid-uWYAJ52vvx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYAJ52vvx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown-menu,
.cid-uWYAJ52vvx .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYAJ52vvx .nav-item:focus,
.cid-uWYAJ52vvx .nav-link:focus {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYAJ52vvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYAJ52vvx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYAJ52vvx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYAJ52vvx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYAJ52vvx .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYAJ52vvx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYAJ52vvx .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYAJ52vvx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYAJ52vvx .navbar.collapsed {
  justify-content: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYAJ52vvx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYAJ52vvx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYAJ52vvx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYAJ52vvx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYAJ52vvx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYAJ52vvx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYAJ52vvx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYAJ52vvx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYAJ52vvx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYAJ52vvx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYAJ52vvx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYAJ52vvx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYAJ52vvx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYAJ52vvx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYAJ52vvx .dropdown-item.active,
.cid-uWYAJ52vvx .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYAJ52vvx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYAJ52vvx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYAJ52vvx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYAJ52vvx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYAJ52vvx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYAJ52vvx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYAJ52vvx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYAJ52vvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYAJ52vvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYAJ52vvx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYAJ52vvx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYAJ52vvx .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-uWYAJ52vvx .navbar {
    height: 70px;
  }
  .cid-uWYAJ52vvx .navbar.opened {
    height: auto;
  }
  .cid-uWYAJ52vvx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYwpnOm3S {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexel-2000x1073.webp");
}
.cid-uWYwpnOm3S .mbr-overlay {
  background-color: #757b62;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uWYwpnOm3S {
    align-items: flex-end;
  }
  .cid-uWYwpnOm3S .row {
    justify-content: center;
  }
  .cid-uWYwpnOm3S .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWYwpnOm3S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWYwpnOm3S {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWYwpnOm3S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWYwpnOm3S .content-wrap {
    width: 100%;
  }
}
.cid-uWYwpnOm3S .mbr-section-title,
.cid-uWYwpnOm3S .mbr-section-subtitle {
  text-align: center;
}
.cid-uWYwpnOm3S .mbr-text,
.cid-uWYwpnOm3S .mbr-section-btn {
  text-align: center;
}
.cid-uWYwpnOm3S .mbr-section-title {
  text-align: center;
}
.cid-uWYxpJLTsk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWYxpJLTsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYxpJLTsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYxpJLTsk .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWYxpJLTsk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWYxpJLTsk .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWYxpJLTsk .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYxpJLTsk .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWYxpJLTsk .row {
  flex-direction: row-reverse;
}
.cid-uWYxpJLTsk .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWYxpJLTsk .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYxpJLTsk .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWYxpJLTsk .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWYxpJLTsk .image-wrapper {
  padding: 0 1rem;
}
.cid-uWYxpJLTsk img,
.cid-uWYxpJLTsk .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYxpJLTsk img,
  .cid-uWYxpJLTsk .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWYxpJLTsk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uWYxpJLTsk .mbr-text {
  color: #000000;
}
.cid-uWYxpJLTsk .mbr-text,
.cid-uWYxpJLTsk .mbr-section-btn {
  text-align: left;
}
.cid-uWYxpJLTsk .price {
  color: #232323;
  text-align: left;
}
.cid-uWYxpJLTsk .content-head {
  max-width: 800px;
}
.cid-uWYxpJLTsk .mbr-section-maintitle {
  text-align: center;
}
.cid-uWYxpJLTsk .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uWYwSHS8tY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWYwSHS8tY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWYwSHS8tY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWYwSHS8tY .item-head {
  background: #72baa9;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYwSHS8tY .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYwSHS8tY .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uWYwSHS8tY .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #edefeb;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYwSHS8tY .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYwSHS8tY .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uWYwSHS8tY .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #edefeb;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uWYwSHS8tY .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYwSHS8tY .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uWYwSHS8tY .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uWYwSHS8tY .btn {
  width: -webkit-fill-available;
}
.cid-uWYwSHS8tY .item:focus,
.cid-uWYwSHS8tY span:focus {
  outline: none;
}
.cid-uWYwSHS8tY .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uWYwSHS8tY .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYwSHS8tY .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uWYwSHS8tY .mbr-section-title {
  color: #000000;
}
.cid-uWYwSHS8tY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWYwSHS8tY .mbr-text,
.cid-uWYwSHS8tY .mbr-section-btn {
  text-align: left;
}
.cid-uWYwSHS8tY .item-title {
  text-align: left;
  color: #000000;
}
.cid-uWYwSHS8tY .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uWYwSHS8tY .content-head {
  max-width: 800px;
}
.cid-uWYwpq0tXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWYwpq0tXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYwpq0tXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYwpq0tXP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYwpq0tXP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYwpq0tXP .row {
    text-align: center;
  }
  .cid-uWYwpq0tXP .row > div {
    margin: auto;
  }
  .cid-uWYwpq0tXP .social-row {
    justify-content: center;
  }
}
.cid-uWYwpq0tXP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYwpq0tXP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYwpq0tXP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYwpq0tXP .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYwpq0tXP .mbr-text {
  color: #ffffff;
}
.cid-uWYwpq0tXP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYwpq0tXP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYwpq0tXP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYwpq0tXP .copyright {
  color: #ffffff;
}
.cid-uWYDbssBEH {
  z-index: 1000;
  width: 100%;
}
.cid-uWYDbssBEH nav.navbar {
  position: fixed;
}
.cid-uWYDbssBEH .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-uWYDbssBEH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYDbssBEH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYDbssBEH .dropdown-item:hover,
.cid-uWYDbssBEH .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYDbssBEH .dropdown-item:hover span {
  color: white;
}
.cid-uWYDbssBEH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYDbssBEH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYDbssBEH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYDbssBEH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYDbssBEH .nav-link {
  position: relative;
}
.cid-uWYDbssBEH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYDbssBEH .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYDbssBEH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYDbssBEH .dropdown-menu,
.cid-uWYDbssBEH .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYDbssBEH .nav-item:focus,
.cid-uWYDbssBEH .nav-link:focus {
  outline: none;
}
.cid-uWYDbssBEH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYDbssBEH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYDbssBEH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYDbssBEH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYDbssBEH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYDbssBEH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYDbssBEH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYDbssBEH .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYDbssBEH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYDbssBEH .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYDbssBEH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYDbssBEH .navbar.collapsed {
  justify-content: center;
}
.cid-uWYDbssBEH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYDbssBEH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYDbssBEH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYDbssBEH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYDbssBEH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYDbssBEH .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-uWYDbssBEH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYDbssBEH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYDbssBEH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYDbssBEH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYDbssBEH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYDbssBEH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYDbssBEH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYDbssBEH .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-uWYDbssBEH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYDbssBEH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYDbssBEH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYDbssBEH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYDbssBEH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYDbssBEH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYDbssBEH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYDbssBEH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYDbssBEH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYDbssBEH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYDbssBEH .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-uWYDbssBEH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYDbssBEH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYDbssBEH .dropdown-item.active,
.cid-uWYDbssBEH .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYDbssBEH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYDbssBEH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYDbssBEH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYDbssBEH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYDbssBEH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYDbssBEH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYDbssBEH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYDbssBEH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYDbssBEH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYDbssBEH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYDbssBEH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYDbssBEH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYDbssBEH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYDbssBEH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYDbssBEH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYDbssBEH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYDbssBEH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYDbssBEH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYDbssBEH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYDbssBEH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYDbssBEH .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-uWYDbssBEH .navbar {
    height: 70px;
  }
  .cid-uWYDbssBEH .navbar.opened {
    height: auto;
  }
  .cid-uWYDbssBEH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYDbqzPBG {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexel-2000x1073.webp");
}
.cid-uWYDbqzPBG .mbr-overlay {
  background-color: #757b62;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uWYDbqzPBG {
    align-items: flex-end;
  }
  .cid-uWYDbqzPBG .row {
    justify-content: center;
  }
  .cid-uWYDbqzPBG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWYDbqzPBG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWYDbqzPBG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWYDbqzPBG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWYDbqzPBG .content-wrap {
    width: 100%;
  }
}
.cid-uWYDbqzPBG .mbr-section-title,
.cid-uWYDbqzPBG .mbr-section-subtitle {
  text-align: center;
}
.cid-uWYDbqzPBG .mbr-text,
.cid-uWYDbqzPBG .mbr-section-btn {
  text-align: center;
}
.cid-uWYDbqzPBG .mbr-section-title {
  text-align: center;
}
.cid-uWYDmNnqJ9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYDmNnqJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYDmNnqJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYDxxUTlY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYDxxUTlY .mbr-text {
  color: #000000;
}
.cid-uWYDxxUTlY .mbr-section-subtitle {
  color: #000000;
}
.cid-uWYDxxUTlY .mbr-section-title {
  color: #000000;
}
.cid-uWYF7cDuwv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWYF7cDuwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYF7cDuwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uWYF7cDuwv .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uWYF7cDuwv .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYF7cDuwv .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uWYF7cDuwv .card-wrapper {
  background: #ffffff;
}
.cid-uWYF7cDuwv .mbr-text,
.cid-uWYF7cDuwv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWYF7cDuwv .card-title,
.cid-uWYF7cDuwv .card-box {
  text-align: left;
  color: #000000;
}
.cid-uWYF7cDuwv .image-wrapper img {
  width: 100%;
}
.cid-uWYDbs7Kjh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWYDbs7Kjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYDbs7Kjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYDbs7Kjh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYDbs7Kjh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYDbs7Kjh .row {
    text-align: center;
  }
  .cid-uWYDbs7Kjh .row > div {
    margin: auto;
  }
  .cid-uWYDbs7Kjh .social-row {
    justify-content: center;
  }
}
.cid-uWYDbs7Kjh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYDbs7Kjh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYDbs7Kjh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYDbs7Kjh .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYDbs7Kjh .mbr-text {
  color: #ffffff;
}
.cid-uWYDbs7Kjh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYDbs7Kjh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYDbs7Kjh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYDbs7Kjh .copyright {
  color: #ffffff;
}
.cid-uWYGx5Hf3A {
  z-index: 1000;
  width: 100%;
}
.cid-uWYGx5Hf3A nav.navbar {
  position: fixed;
}
.cid-uWYGx5Hf3A .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-uWYGx5Hf3A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYGx5Hf3A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYGx5Hf3A .dropdown-item:hover,
.cid-uWYGx5Hf3A .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYGx5Hf3A .dropdown-item:hover span {
  color: white;
}
.cid-uWYGx5Hf3A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYGx5Hf3A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYGx5Hf3A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYGx5Hf3A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYGx5Hf3A .nav-link {
  position: relative;
}
.cid-uWYGx5Hf3A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYGx5Hf3A .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYGx5Hf3A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYGx5Hf3A .dropdown-menu,
.cid-uWYGx5Hf3A .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYGx5Hf3A .nav-item:focus,
.cid-uWYGx5Hf3A .nav-link:focus {
  outline: none;
}
.cid-uWYGx5Hf3A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYGx5Hf3A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYGx5Hf3A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYGx5Hf3A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYGx5Hf3A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYGx5Hf3A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYGx5Hf3A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYGx5Hf3A .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYGx5Hf3A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYGx5Hf3A .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYGx5Hf3A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYGx5Hf3A .navbar.collapsed {
  justify-content: center;
}
.cid-uWYGx5Hf3A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYGx5Hf3A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYGx5Hf3A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYGx5Hf3A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYGx5Hf3A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYGx5Hf3A .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-uWYGx5Hf3A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYGx5Hf3A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYGx5Hf3A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYGx5Hf3A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYGx5Hf3A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYGx5Hf3A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYGx5Hf3A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYGx5Hf3A .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-uWYGx5Hf3A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYGx5Hf3A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYGx5Hf3A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYGx5Hf3A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYGx5Hf3A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYGx5Hf3A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYGx5Hf3A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYGx5Hf3A .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYGx5Hf3A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYGx5Hf3A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYGx5Hf3A .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-uWYGx5Hf3A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYGx5Hf3A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYGx5Hf3A .dropdown-item.active,
.cid-uWYGx5Hf3A .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYGx5Hf3A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYGx5Hf3A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYGx5Hf3A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYGx5Hf3A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYGx5Hf3A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYGx5Hf3A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYGx5Hf3A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYGx5Hf3A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYGx5Hf3A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYGx5Hf3A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYGx5Hf3A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYGx5Hf3A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYGx5Hf3A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYGx5Hf3A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYGx5Hf3A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYGx5Hf3A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYGx5Hf3A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYGx5Hf3A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYGx5Hf3A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYGx5Hf3A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYGx5Hf3A .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-uWYGx5Hf3A .navbar {
    height: 70px;
  }
  .cid-uWYGx5Hf3A .navbar.opened {
    height: auto;
  }
  .cid-uWYGx5Hf3A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYGwSUFcJ {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexel-2000x1073.webp");
}
.cid-uWYGwSUFcJ .mbr-overlay {
  background-color: #757b62;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uWYGwSUFcJ {
    align-items: flex-end;
  }
  .cid-uWYGwSUFcJ .row {
    justify-content: center;
  }
  .cid-uWYGwSUFcJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWYGwSUFcJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWYGwSUFcJ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWYGwSUFcJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWYGwSUFcJ .content-wrap {
    width: 100%;
  }
}
.cid-uWYGwSUFcJ .mbr-section-title,
.cid-uWYGwSUFcJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uWYGwSUFcJ .mbr-text,
.cid-uWYGwSUFcJ .mbr-section-btn {
  text-align: center;
}
.cid-uWYGwSUFcJ .mbr-section-title {
  text-align: center;
}
.cid-uWYGwWLtY7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYGwWLtY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYGwWLtY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYGwYG0CC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYGwYG0CC .mbr-text {
  color: #000000;
}
.cid-uWYGwYG0CC .mbr-section-subtitle {
  color: #000000;
}
.cid-uWYGwYG0CC .mbr-section-title {
  color: #000000;
}
.cid-uWYGx03ryv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWYGx03ryv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYGx03ryv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uWYGx03ryv .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uWYGx03ryv .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYGx03ryv .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uWYGx03ryv .card-wrapper {
  background: #ffffff;
}
.cid-uWYGx03ryv .mbr-text,
.cid-uWYGx03ryv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWYGx03ryv .card-title,
.cid-uWYGx03ryv .card-box {
  text-align: left;
  color: #000000;
}
.cid-uWYGx03ryv .image-wrapper img {
  width: 100%;
}
.cid-uWYGx5mozv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWYGx5mozv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYGx5mozv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYGx5mozv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYGx5mozv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYGx5mozv .row {
    text-align: center;
  }
  .cid-uWYGx5mozv .row > div {
    margin: auto;
  }
  .cid-uWYGx5mozv .social-row {
    justify-content: center;
  }
}
.cid-uWYGx5mozv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYGx5mozv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYGx5mozv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYGx5mozv .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYGx5mozv .mbr-text {
  color: #ffffff;
}
.cid-uWYGx5mozv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYGx5mozv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYGx5mozv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYGx5mozv .copyright {
  color: #ffffff;
}
.cid-uWYHM1FJeK {
  z-index: 1000;
  width: 100%;
}
.cid-uWYHM1FJeK nav.navbar {
  position: fixed;
}
.cid-uWYHM1FJeK .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-uWYHM1FJeK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYHM1FJeK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYHM1FJeK .dropdown-item:hover,
.cid-uWYHM1FJeK .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYHM1FJeK .dropdown-item:hover span {
  color: white;
}
.cid-uWYHM1FJeK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYHM1FJeK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYHM1FJeK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYHM1FJeK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYHM1FJeK .nav-link {
  position: relative;
}
.cid-uWYHM1FJeK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYHM1FJeK .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYHM1FJeK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYHM1FJeK .dropdown-menu,
.cid-uWYHM1FJeK .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYHM1FJeK .nav-item:focus,
.cid-uWYHM1FJeK .nav-link:focus {
  outline: none;
}
.cid-uWYHM1FJeK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYHM1FJeK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYHM1FJeK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYHM1FJeK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYHM1FJeK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYHM1FJeK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYHM1FJeK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYHM1FJeK .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYHM1FJeK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYHM1FJeK .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYHM1FJeK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYHM1FJeK .navbar.collapsed {
  justify-content: center;
}
.cid-uWYHM1FJeK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYHM1FJeK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYHM1FJeK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYHM1FJeK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYHM1FJeK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYHM1FJeK .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-uWYHM1FJeK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYHM1FJeK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYHM1FJeK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYHM1FJeK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYHM1FJeK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYHM1FJeK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYHM1FJeK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYHM1FJeK .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-uWYHM1FJeK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYHM1FJeK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYHM1FJeK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYHM1FJeK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYHM1FJeK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYHM1FJeK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYHM1FJeK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYHM1FJeK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYHM1FJeK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYHM1FJeK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYHM1FJeK .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-uWYHM1FJeK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYHM1FJeK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYHM1FJeK .dropdown-item.active,
.cid-uWYHM1FJeK .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYHM1FJeK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYHM1FJeK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYHM1FJeK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYHM1FJeK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYHM1FJeK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYHM1FJeK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYHM1FJeK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYHM1FJeK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYHM1FJeK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYHM1FJeK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYHM1FJeK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYHM1FJeK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYHM1FJeK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYHM1FJeK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYHM1FJeK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYHM1FJeK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYHM1FJeK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYHM1FJeK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYHM1FJeK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYHM1FJeK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYHM1FJeK .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-uWYHM1FJeK .navbar {
    height: 70px;
  }
  .cid-uWYHM1FJeK .navbar.opened {
    height: auto;
  }
  .cid-uWYHM1FJeK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYHLXAmAD {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexel-2000x1073.webp");
}
.cid-uWYHLXAmAD .mbr-overlay {
  background-color: #757b62;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uWYHLXAmAD {
    align-items: flex-end;
  }
  .cid-uWYHLXAmAD .row {
    justify-content: center;
  }
  .cid-uWYHLXAmAD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWYHLXAmAD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWYHLXAmAD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWYHLXAmAD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWYHLXAmAD .content-wrap {
    width: 100%;
  }
}
.cid-uWYHLXAmAD .mbr-section-title,
.cid-uWYHLXAmAD .mbr-section-subtitle {
  text-align: center;
}
.cid-uWYHLXAmAD .mbr-text,
.cid-uWYHLXAmAD .mbr-section-btn {
  text-align: center;
}
.cid-uWYHLXAmAD .mbr-section-title {
  text-align: center;
}
.cid-uWYHLZshEu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYHLZshEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYHLZshEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYHLZYO4l {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYHLZYO4l .mbr-text {
  color: #000000;
}
.cid-uWYHLZYO4l .mbr-section-subtitle {
  color: #000000;
}
.cid-uWYHLZYO4l .mbr-section-title {
  color: #000000;
}
.cid-uWYHM0lts3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWYHM0lts3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYHM0lts3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uWYHM0lts3 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uWYHM0lts3 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYHM0lts3 .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uWYHM0lts3 .card-wrapper {
  background: #ffffff;
}
.cid-uWYHM0lts3 .mbr-text,
.cid-uWYHM0lts3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWYHM0lts3 .card-title,
.cid-uWYHM0lts3 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uWYHM0lts3 .image-wrapper img {
  width: 100%;
}
.cid-uWYHM0TNku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWYHM0TNku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYHM0TNku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYHM0TNku .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYHM0TNku .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYHM0TNku .row {
    text-align: center;
  }
  .cid-uWYHM0TNku .row > div {
    margin: auto;
  }
  .cid-uWYHM0TNku .social-row {
    justify-content: center;
  }
}
.cid-uWYHM0TNku .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYHM0TNku .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYHM0TNku .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYHM0TNku .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYHM0TNku .mbr-text {
  color: #ffffff;
}
.cid-uWYHM0TNku .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYHM0TNku .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYHM0TNku div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYHM0TNku .copyright {
  color: #ffffff;
}
.cid-uWYTatztDh {
  z-index: 1000;
  width: 100%;
}
.cid-uWYTatztDh nav.navbar {
  position: fixed;
}
.cid-uWYTatztDh .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-uWYTatztDh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYTatztDh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYTatztDh .dropdown-item:hover,
.cid-uWYTatztDh .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYTatztDh .dropdown-item:hover span {
  color: white;
}
.cid-uWYTatztDh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYTatztDh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYTatztDh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYTatztDh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYTatztDh .nav-link {
  position: relative;
}
.cid-uWYTatztDh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYTatztDh .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYTatztDh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYTatztDh .dropdown-menu,
.cid-uWYTatztDh .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYTatztDh .nav-item:focus,
.cid-uWYTatztDh .nav-link:focus {
  outline: none;
}
.cid-uWYTatztDh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYTatztDh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYTatztDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYTatztDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYTatztDh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYTatztDh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYTatztDh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYTatztDh .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYTatztDh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYTatztDh .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYTatztDh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYTatztDh .navbar.collapsed {
  justify-content: center;
}
.cid-uWYTatztDh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYTatztDh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYTatztDh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYTatztDh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYTatztDh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYTatztDh .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-uWYTatztDh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYTatztDh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYTatztDh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYTatztDh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYTatztDh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYTatztDh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYTatztDh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYTatztDh .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-uWYTatztDh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYTatztDh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYTatztDh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYTatztDh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYTatztDh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYTatztDh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYTatztDh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYTatztDh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYTatztDh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYTatztDh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYTatztDh .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-uWYTatztDh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYTatztDh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYTatztDh .dropdown-item.active,
.cid-uWYTatztDh .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYTatztDh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYTatztDh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYTatztDh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYTatztDh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYTatztDh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYTatztDh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYTatztDh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYTatztDh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYTatztDh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYTatztDh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYTatztDh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYTatztDh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYTatztDh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYTatztDh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYTatztDh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYTatztDh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYTatztDh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYTatztDh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYTatztDh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYTatztDh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYTatztDh .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-uWYTatztDh .navbar {
    height: 70px;
  }
  .cid-uWYTatztDh .navbar.opened {
    height: auto;
  }
  .cid-uWYTatztDh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYTagAYMQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uWYTagAYMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYTagAYMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYTagAYMQ .row {
  flex-direction: row-reverse;
}
.cid-uWYTjcWkg6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uWYTjcWkg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYTjcWkg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYTjcWkg6 .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uWYTjcWkg6 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWYTjcWkg6 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYTjcWkg6 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWYTjcWkg6 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWYTjcWkg6 .image-wrapper {
  padding: 0 1rem;
}
.cid-uWYTjcWkg6 img,
.cid-uWYTjcWkg6 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYTjcWkg6 img,
  .cid-uWYTjcWkg6 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWYTjcWkg6 .mbr-section-title {
  color: #000000;
}
.cid-uWYTjcWkg6 .mbr-text {
  color: #000000;
}
.cid-uWYTjcWkg6 .mbr-text,
.cid-uWYTjcWkg6 .mbr-section-btn {
  text-align: left;
}
.cid-uWYV7GbsyV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYV7GbsyV .item:focus,
.cid-uWYV7GbsyV span:focus {
  outline: none;
}
.cid-uWYV7GbsyV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWYV7GbsyV .item {
    margin-bottom: 1rem;
  }
}
.cid-uWYV7GbsyV .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYV7GbsyV .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYV7GbsyV .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWYV7GbsyV .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWYV7GbsyV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWYV7GbsyV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWYV7GbsyV .mbr-text,
.cid-uWYV7GbsyV .item .mbr-section-btn {
  text-align: center;
}
.cid-uWYV7GbsyV .content-head {
  max-width: 800px;
}
.cid-uWYV7GbsyV .mbr-number {
  color: #474e93;
}
.cid-uWYV7GbsyV .mbr-section-subtitle,
.cid-uWYV7GbsyV .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uWYV7GbsyV .mbr-text {
  text-align: left;
}
.cid-uWYV7GbsyV .mbr-text,
.cid-uWYV7GbsyV .mbr-card-btn {
  text-align: left;
}
.cid-uWYV7GbsyV .mbr-text,
.cid-uWYV7GbsyV .mbr-section-btn {
  text-align: left;
}
.cid-uWYV7GbsyV .mbr-text,
.cid-uWYV7GbsyV .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWYV7GbsyV .card-text,
.cid-uWYV7GbsyV .item .mbr-section-btn {
  text-align: left;
}
.cid-uWYV7GbsyV .card-title {
  text-align: left;
}
.cid-uWZ6L9BmR5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWZ6L9BmR5 .item:focus,
.cid-uWZ6L9BmR5 span:focus {
  outline: none;
}
.cid-uWZ6L9BmR5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWZ6L9BmR5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uWZ6L9BmR5 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWZ6L9BmR5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWZ6L9BmR5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWZ6L9BmR5 .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWZ6L9BmR5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWZ6L9BmR5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWZ6L9BmR5 .mbr-text,
.cid-uWZ6L9BmR5 .item .mbr-section-btn {
  text-align: center;
}
.cid-uWZ6L9BmR5 .content-head {
  max-width: 800px;
}
.cid-uWZ6L9BmR5 .mbr-number {
  color: #474e93;
}
.cid-uWZ6L9BmR5 .mbr-section-subtitle,
.cid-uWZ6L9BmR5 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uWZ6L9BmR5 .mbr-text {
  text-align: left;
}
.cid-uWZ6L9BmR5 .mbr-text,
.cid-uWZ6L9BmR5 .mbr-card-btn {
  text-align: left;
}
.cid-uWZ6L9BmR5 .mbr-text,
.cid-uWZ6L9BmR5 .mbr-section-btn {
  text-align: left;
}
.cid-uWZ6L9BmR5 .mbr-text,
.cid-uWZ6L9BmR5 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWZ6L9BmR5 .card-text,
.cid-uWZ6L9BmR5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uWZ6L9BmR5 .card-title {
  text-align: left;
}
.cid-uWYTGfW7OZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYTGfW7OZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYTGfW7OZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYTGfW7OZ .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uWYTGfW7OZ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWYTGfW7OZ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYTGfW7OZ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWYTGfW7OZ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWYTGfW7OZ .row {
  flex-direction: row-reverse;
}
.cid-uWYTGfW7OZ .image-wrapper {
  padding: 0 1rem;
}
.cid-uWYTGfW7OZ img,
.cid-uWYTGfW7OZ .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYTGfW7OZ img,
  .cid-uWYTGfW7OZ .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWYTGfW7OZ .mbr-section-title {
  color: #000000;
}
.cid-uWYTGfW7OZ .mbr-text {
  color: #000000;
}
.cid-uWYWLeKKVv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWYWLeKKVv .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWYWLeKKVv .panel-group {
  border: none;
}
.cid-uWYWLeKKVv .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWYWLeKKVv .card-header {
    padding: 0rem;
  }
}
.cid-uWYWLeKKVv .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWYWLeKKVv .img-col {
  padding: 0;
}
.cid-uWYWLeKKVv .img-item {
  height: 100%;
}
.cid-uWYWLeKKVv img {
  height: 100%;
  object-fit: cover;
}
.cid-uWYWLeKKVv .collapsed span {
  transform: rotate(0deg);
}
.cid-uWYWLeKKVv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWYWLeKKVv p {
  margin-bottom: 0.3rem;
}
.cid-uWYWLeKKVv .panel-title-edit {
  color: #000000;
}
.cid-uWYWLeKKVv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWYWLeKKVv .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWYWLeKKVv .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYWLeKKVv .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uWYWLeKKVv .panel-text {
  color: #000000;
}
.cid-uWYWLeKKVv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWYWLeKKVv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWYWLeKKVv .panel-title-edit,
.cid-uWYWLeKKVv .mbr-iconfont {
  color: #000000;
}
.cid-uWYTan9i9U {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWYTan9i9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYTan9i9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYTan9i9U .mbr-section-subtitle {
  color: #000000;
}
.cid-uWYTat19BC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWYTat19BC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYTat19BC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYTat19BC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYTat19BC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYTat19BC .row {
    text-align: center;
  }
  .cid-uWYTat19BC .row > div {
    margin: auto;
  }
  .cid-uWYTat19BC .social-row {
    justify-content: center;
  }
}
.cid-uWYTat19BC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYTat19BC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYTat19BC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYTat19BC .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYTat19BC .mbr-text {
  color: #ffffff;
}
.cid-uWYTat19BC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYTat19BC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYTat19BC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYTat19BC .copyright {
  color: #ffffff;
}
.cid-uWYWRmfXx3 {
  z-index: 1000;
  width: 100%;
}
.cid-uWYWRmfXx3 nav.navbar {
  position: fixed;
}
.cid-uWYWRmfXx3 .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-uWYWRmfXx3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYWRmfXx3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYWRmfXx3 .dropdown-item:hover,
.cid-uWYWRmfXx3 .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYWRmfXx3 .dropdown-item:hover span {
  color: white;
}
.cid-uWYWRmfXx3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYWRmfXx3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYWRmfXx3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYWRmfXx3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYWRmfXx3 .nav-link {
  position: relative;
}
.cid-uWYWRmfXx3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYWRmfXx3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYWRmfXx3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYWRmfXx3 .dropdown-menu,
.cid-uWYWRmfXx3 .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYWRmfXx3 .nav-item:focus,
.cid-uWYWRmfXx3 .nav-link:focus {
  outline: none;
}
.cid-uWYWRmfXx3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYWRmfXx3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYWRmfXx3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYWRmfXx3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYWRmfXx3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYWRmfXx3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYWRmfXx3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYWRmfXx3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYWRmfXx3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYWRmfXx3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYWRmfXx3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYWRmfXx3 .navbar.collapsed {
  justify-content: center;
}
.cid-uWYWRmfXx3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYWRmfXx3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYWRmfXx3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYWRmfXx3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYWRmfXx3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYWRmfXx3 .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-uWYWRmfXx3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYWRmfXx3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYWRmfXx3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYWRmfXx3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYWRmfXx3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYWRmfXx3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYWRmfXx3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYWRmfXx3 .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-uWYWRmfXx3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYWRmfXx3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYWRmfXx3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYWRmfXx3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYWRmfXx3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYWRmfXx3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYWRmfXx3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYWRmfXx3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYWRmfXx3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYWRmfXx3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYWRmfXx3 .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-uWYWRmfXx3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYWRmfXx3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYWRmfXx3 .dropdown-item.active,
.cid-uWYWRmfXx3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYWRmfXx3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYWRmfXx3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYWRmfXx3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYWRmfXx3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYWRmfXx3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYWRmfXx3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYWRmfXx3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYWRmfXx3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYWRmfXx3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYWRmfXx3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYWRmfXx3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYWRmfXx3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYWRmfXx3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYWRmfXx3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYWRmfXx3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYWRmfXx3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYWRmfXx3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYWRmfXx3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYWRmfXx3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYWRmfXx3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYWRmfXx3 .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-uWYWRmfXx3 .navbar {
    height: 70px;
  }
  .cid-uWYWRmfXx3 .navbar.opened {
    height: auto;
  }
  .cid-uWYWRmfXx3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYWRjpvZd {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uWYWRjpvZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWRjpvZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWRjpvZd .row {
  flex-direction: row-reverse;
}
.cid-uWYWRk0pii {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWYWRk0pii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWRk0pii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWRk0pii .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uWYWRk0pii .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWYWRk0pii .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWRk0pii .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWYWRk0pii .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWYWRk0pii .image-wrapper {
  padding: 0 1rem;
}
.cid-uWYWRk0pii img,
.cid-uWYWRk0pii .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYWRk0pii img,
  .cid-uWYWRk0pii .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWYWRk0pii .mbr-section-title {
  color: #000000;
}
.cid-uWYWRk0pii .mbr-text {
  color: #000000;
}
.cid-uWYWRk0pii .mbr-text,
.cid-uWYWRk0pii .mbr-section-btn {
  text-align: left;
}
.cid-uWYWRkfGmm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYWRkfGmm .item:focus,
.cid-uWYWRkfGmm span:focus {
  outline: none;
}
.cid-uWYWRkfGmm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWYWRkfGmm .item {
    margin-bottom: 1rem;
  }
}
.cid-uWYWRkfGmm .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYWRkfGmm .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWRkfGmm .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWYWRkfGmm .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWYWRkfGmm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWYWRkfGmm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWYWRkfGmm .mbr-text,
.cid-uWYWRkfGmm .item .mbr-section-btn {
  text-align: center;
}
.cid-uWYWRkfGmm .content-head {
  max-width: 800px;
}
.cid-uWYWRkfGmm .mbr-number {
  color: #474e93;
}
.cid-uWYWRkfGmm .mbr-section-subtitle,
.cid-uWYWRkfGmm .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uWYWRkfGmm .mbr-text {
  text-align: left;
}
.cid-uWYWRkfGmm .mbr-text,
.cid-uWYWRkfGmm .mbr-card-btn {
  text-align: left;
}
.cid-uWYWRkfGmm .mbr-text,
.cid-uWYWRkfGmm .mbr-section-btn {
  text-align: left;
}
.cid-uWYWRkfGmm .mbr-text,
.cid-uWYWRkfGmm .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWYWRkfGmm .card-text,
.cid-uWYWRkfGmm .item .mbr-section-btn {
  text-align: left;
}
.cid-uWYWRkfGmm .card-title {
  text-align: left;
}
.cid-uWYWRkAQIU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYWRkAQIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWRkAQIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWRkAQIU .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uWYWRkAQIU .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWYWRkAQIU .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWRkAQIU .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWYWRkAQIU .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWYWRkAQIU .row {
  flex-direction: row-reverse;
}
.cid-uWYWRkAQIU .image-wrapper {
  padding: 0 1rem;
}
.cid-uWYWRkAQIU img,
.cid-uWYWRkAQIU .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYWRkAQIU img,
  .cid-uWYWRkAQIU .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWYWRkAQIU .mbr-section-title {
  color: #000000;
}
.cid-uWYWRkAQIU .mbr-text {
  color: #000000;
}
.cid-uWYWRkQdaz {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWYWRkQdaz .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWYWRkQdaz .panel-group {
  border: none;
}
.cid-uWYWRkQdaz .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWYWRkQdaz .card-header {
    padding: 0rem;
  }
}
.cid-uWYWRkQdaz .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWYWRkQdaz .img-col {
  padding: 0;
}
.cid-uWYWRkQdaz .img-item {
  height: 100%;
}
.cid-uWYWRkQdaz img {
  height: 100%;
  object-fit: cover;
}
.cid-uWYWRkQdaz .collapsed span {
  transform: rotate(0deg);
}
.cid-uWYWRkQdaz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWYWRkQdaz p {
  margin-bottom: 0.3rem;
}
.cid-uWYWRkQdaz .panel-title-edit {
  color: #000000;
}
.cid-uWYWRkQdaz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWYWRkQdaz .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWYWRkQdaz .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYWRkQdaz .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uWYWRkQdaz .panel-text {
  color: #000000;
}
.cid-uWYWRkQdaz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWYWRkQdaz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWYWRkQdaz .panel-title-edit,
.cid-uWYWRkQdaz .mbr-iconfont {
  color: #000000;
}
.cid-uWZ3GldPdB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWZ3GldPdB .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWZ3GldPdB .panel-group {
  border: none;
}
.cid-uWZ3GldPdB .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWZ3GldPdB .card-header {
    padding: 0rem;
  }
}
.cid-uWZ3GldPdB .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWZ3GldPdB .img-col {
  padding: 0;
}
.cid-uWZ3GldPdB .img-item {
  height: 100%;
}
.cid-uWZ3GldPdB img {
  height: 100%;
  object-fit: cover;
}
.cid-uWZ3GldPdB .collapsed span {
  transform: rotate(0deg);
}
.cid-uWZ3GldPdB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWZ3GldPdB p {
  margin-bottom: 0.3rem;
}
.cid-uWZ3GldPdB .panel-title-edit {
  color: #000000;
}
.cid-uWZ3GldPdB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWZ3GldPdB .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWZ3GldPdB .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWZ3GldPdB .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uWZ3GldPdB .panel-text {
  color: #000000;
}
.cid-uWZ3GldPdB .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWZ3GldPdB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWZ3GldPdB .panel-title-edit,
.cid-uWZ3GldPdB .mbr-iconfont {
  color: #000000;
}
.cid-uWYWRluCHa {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWYWRluCHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWRluCHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWRluCHa .mbr-section-subtitle {
  color: #000000;
}
.cid-uWYWRlLq1r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWYWRlLq1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWRlLq1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWRlLq1r .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYWRlLq1r .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWRlLq1r .row {
    text-align: center;
  }
  .cid-uWYWRlLq1r .row > div {
    margin: auto;
  }
  .cid-uWYWRlLq1r .social-row {
    justify-content: center;
  }
}
.cid-uWYWRlLq1r .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYWRlLq1r .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYWRlLq1r .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYWRlLq1r .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYWRlLq1r .mbr-text {
  color: #ffffff;
}
.cid-uWYWRlLq1r .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYWRlLq1r .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYWRlLq1r div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYWRlLq1r .copyright {
  color: #ffffff;
}
.cid-uWYWSYNJIR {
  z-index: 1000;
  width: 100%;
}
.cid-uWYWSYNJIR nav.navbar {
  position: fixed;
}
.cid-uWYWSYNJIR .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-uWYWSYNJIR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYWSYNJIR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYWSYNJIR .dropdown-item:hover,
.cid-uWYWSYNJIR .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYWSYNJIR .dropdown-item:hover span {
  color: white;
}
.cid-uWYWSYNJIR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYWSYNJIR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYWSYNJIR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYWSYNJIR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYWSYNJIR .nav-link {
  position: relative;
}
.cid-uWYWSYNJIR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYWSYNJIR .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYWSYNJIR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYWSYNJIR .dropdown-menu,
.cid-uWYWSYNJIR .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYWSYNJIR .nav-item:focus,
.cid-uWYWSYNJIR .nav-link:focus {
  outline: none;
}
.cid-uWYWSYNJIR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYWSYNJIR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYWSYNJIR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYWSYNJIR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYWSYNJIR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYWSYNJIR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYWSYNJIR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYWSYNJIR .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYWSYNJIR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYWSYNJIR .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYWSYNJIR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYWSYNJIR .navbar.collapsed {
  justify-content: center;
}
.cid-uWYWSYNJIR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYWSYNJIR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYWSYNJIR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYWSYNJIR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYWSYNJIR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYWSYNJIR .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-uWYWSYNJIR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYWSYNJIR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYWSYNJIR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYWSYNJIR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYWSYNJIR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYWSYNJIR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYWSYNJIR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYWSYNJIR .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-uWYWSYNJIR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYWSYNJIR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYWSYNJIR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYWSYNJIR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYWSYNJIR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYWSYNJIR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYWSYNJIR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYWSYNJIR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYWSYNJIR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYWSYNJIR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYWSYNJIR .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-uWYWSYNJIR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYWSYNJIR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYWSYNJIR .dropdown-item.active,
.cid-uWYWSYNJIR .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYWSYNJIR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYWSYNJIR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYWSYNJIR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYWSYNJIR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYWSYNJIR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYWSYNJIR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYWSYNJIR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYWSYNJIR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYWSYNJIR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYWSYNJIR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYWSYNJIR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYWSYNJIR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYWSYNJIR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYWSYNJIR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYWSYNJIR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYWSYNJIR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYWSYNJIR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYWSYNJIR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYWSYNJIR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYWSYNJIR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYWSYNJIR .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-uWYWSYNJIR .navbar {
    height: 70px;
  }
  .cid-uWYWSYNJIR .navbar.opened {
    height: auto;
  }
  .cid-uWYWSYNJIR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYWSWdnJq {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uWYWSWdnJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWSWdnJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWSWdnJq .row {
  flex-direction: row-reverse;
}
.cid-uWYWSX5XeO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYWSX5XeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWSX5XeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWSX5XeO .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uWYWSX5XeO .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWYWSX5XeO .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWSX5XeO .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWYWSX5XeO .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWYWSX5XeO .image-wrapper {
  padding: 0 1rem;
}
.cid-uWYWSX5XeO img,
.cid-uWYWSX5XeO .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYWSX5XeO img,
  .cid-uWYWSX5XeO .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWYWSX5XeO .mbr-section-title {
  color: #000000;
}
.cid-uWYWSX5XeO .mbr-text {
  color: #000000;
}
.cid-uWYWSX5XeO .mbr-text,
.cid-uWYWSX5XeO .mbr-section-btn {
  text-align: left;
}
.cid-uWYWSXhkNd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYWSXhkNd .item:focus,
.cid-uWYWSXhkNd span:focus {
  outline: none;
}
.cid-uWYWSXhkNd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWYWSXhkNd .item {
    margin-bottom: 1rem;
  }
}
.cid-uWYWSXhkNd .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYWSXhkNd .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWSXhkNd .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWYWSXhkNd .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWYWSXhkNd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWYWSXhkNd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWYWSXhkNd .mbr-text,
.cid-uWYWSXhkNd .item .mbr-section-btn {
  text-align: center;
}
.cid-uWYWSXhkNd .content-head {
  max-width: 800px;
}
.cid-uWYWSXhkNd .mbr-number {
  color: #474e93;
}
.cid-uWYWSXhkNd .mbr-section-subtitle,
.cid-uWYWSXhkNd .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uWYWSXhkNd .mbr-text {
  text-align: left;
}
.cid-uWYWSXhkNd .mbr-text,
.cid-uWYWSXhkNd .mbr-card-btn {
  text-align: left;
}
.cid-uWYWSXhkNd .mbr-text,
.cid-uWYWSXhkNd .mbr-section-btn {
  text-align: left;
}
.cid-uWYWSXhkNd .mbr-text,
.cid-uWYWSXhkNd .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWYWSXhkNd .card-text,
.cid-uWYWSXhkNd .item .mbr-section-btn {
  text-align: left;
}
.cid-uWYWSXhkNd .card-title {
  text-align: left;
}
.cid-uWYWSXtycN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYWSXtycN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWSXtycN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWSXtycN .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uWYWSXtycN .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWYWSXtycN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWSXtycN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWYWSXtycN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWYWSXtycN .row {
  flex-direction: row-reverse;
}
.cid-uWYWSXtycN .image-wrapper {
  padding: 0 1rem;
}
.cid-uWYWSXtycN img,
.cid-uWYWSXtycN .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYWSXtycN img,
  .cid-uWYWSXtycN .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWYWSXtycN .mbr-section-title {
  color: #000000;
}
.cid-uWYWSXtycN .mbr-text {
  color: #000000;
}
.cid-uWYWSXFWHP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWYWSXFWHP .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWYWSXFWHP .panel-group {
  border: none;
}
.cid-uWYWSXFWHP .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWYWSXFWHP .card-header {
    padding: 0rem;
  }
}
.cid-uWYWSXFWHP .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWYWSXFWHP .img-col {
  padding: 0;
}
.cid-uWYWSXFWHP .img-item {
  height: 100%;
}
.cid-uWYWSXFWHP img {
  height: 100%;
  object-fit: cover;
}
.cid-uWYWSXFWHP .collapsed span {
  transform: rotate(0deg);
}
.cid-uWYWSXFWHP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWYWSXFWHP p {
  margin-bottom: 0.3rem;
}
.cid-uWYWSXFWHP .panel-title-edit {
  color: #000000;
}
.cid-uWYWSXFWHP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWYWSXFWHP .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWYWSXFWHP .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYWSXFWHP .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uWYWSXFWHP .panel-text {
  color: #000000;
}
.cid-uWYWSXFWHP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWYWSXFWHP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWYWSXFWHP .panel-title-edit,
.cid-uWYWSXFWHP .mbr-iconfont {
  color: #000000;
}
.cid-uWYWSY0shz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWYWSY0shz img,
.cid-uWYWSY0shz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWYWSY0shz .item:focus,
.cid-uWYWSY0shz span:focus {
  outline: none;
}
.cid-uWYWSY0shz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWYWSY0shz .item {
    margin-bottom: 1rem;
  }
}
.cid-uWYWSY0shz .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYWSY0shz .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWSY0shz .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWYWSY0shz .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWYWSY0shz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWYWSY0shz .mbr-section-title {
  color: #000000;
}
.cid-uWYWSY0shz .item-title {
  text-align: left;
}
.cid-uWYWSY0shz .item-subtitle {
  text-align: left;
}
.cid-uWYWSY0shz .mbr-text,
.cid-uWYWSY0shz .item .mbr-section-btn {
  text-align: left;
}
.cid-uWYWSY0shz .content-head {
  max-width: 800px;
}
.cid-uWYWSYg1TA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWYWSYg1TA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWSYg1TA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWSYg1TA .mbr-section-subtitle {
  color: #000000;
}
.cid-uWYWSYqNyc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWYWSYqNyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWSYqNyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWSYqNyc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYWSYqNyc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWSYqNyc .row {
    text-align: center;
  }
  .cid-uWYWSYqNyc .row > div {
    margin: auto;
  }
  .cid-uWYWSYqNyc .social-row {
    justify-content: center;
  }
}
.cid-uWYWSYqNyc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYWSYqNyc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYWSYqNyc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYWSYqNyc .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYWSYqNyc .mbr-text {
  color: #ffffff;
}
.cid-uWYWSYqNyc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYWSYqNyc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYWSYqNyc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYWSYqNyc .copyright {
  color: #ffffff;
}
.cid-uWYWWEIrZz {
  z-index: 1000;
  width: 100%;
}
.cid-uWYWWEIrZz nav.navbar {
  position: fixed;
}
.cid-uWYWWEIrZz .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-uWYWWEIrZz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYWWEIrZz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYWWEIrZz .dropdown-item:hover,
.cid-uWYWWEIrZz .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWYWWEIrZz .dropdown-item:hover span {
  color: white;
}
.cid-uWYWWEIrZz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYWWEIrZz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYWWEIrZz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYWWEIrZz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYWWEIrZz .nav-link {
  position: relative;
}
.cid-uWYWWEIrZz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWYWWEIrZz .container {
    flex-wrap: nowrap;
  }
}
.cid-uWYWWEIrZz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYWWEIrZz .dropdown-menu,
.cid-uWYWWEIrZz .navbar.opened {
  background: #474e93 !important;
}
.cid-uWYWWEIrZz .nav-item:focus,
.cid-uWYWWEIrZz .nav-link:focus {
  outline: none;
}
.cid-uWYWWEIrZz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYWWEIrZz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYWWEIrZz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYWWEIrZz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYWWEIrZz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYWWEIrZz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYWWEIrZz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWYWWEIrZz .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYWWEIrZz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYWWEIrZz .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYWWEIrZz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYWWEIrZz .navbar.collapsed {
  justify-content: center;
}
.cid-uWYWWEIrZz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYWWEIrZz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWYWWEIrZz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWYWWEIrZz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYWWEIrZz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYWWEIrZz .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-uWYWWEIrZz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYWWEIrZz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYWWEIrZz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYWWEIrZz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYWWEIrZz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYWWEIrZz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYWWEIrZz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYWWEIrZz .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-uWYWWEIrZz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYWWEIrZz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYWWEIrZz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYWWEIrZz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYWWEIrZz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYWWEIrZz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYWWEIrZz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYWWEIrZz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYWWEIrZz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYWWEIrZz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYWWEIrZz .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-uWYWWEIrZz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYWWEIrZz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYWWEIrZz .dropdown-item.active,
.cid-uWYWWEIrZz .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYWWEIrZz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYWWEIrZz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYWWEIrZz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYWWEIrZz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWYWWEIrZz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYWWEIrZz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYWWEIrZz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYWWEIrZz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYWWEIrZz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYWWEIrZz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWYWWEIrZz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYWWEIrZz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYWWEIrZz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYWWEIrZz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYWWEIrZz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYWWEIrZz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYWWEIrZz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYWWEIrZz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYWWEIrZz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYWWEIrZz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYWWEIrZz .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-uWYWWEIrZz .navbar {
    height: 70px;
  }
  .cid-uWYWWEIrZz .navbar.opened {
    height: auto;
  }
  .cid-uWYWWEIrZz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYWWCqOxH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uWYWWCqOxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWWCqOxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWWCqOxH .row {
  flex-direction: row-reverse;
}
.cid-uWYWWD58Xu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uWYWWD58Xu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWWD58Xu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWWD58Xu .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uWYWWD58Xu .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWYWWD58Xu .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWWD58Xu .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWYWWD58Xu .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWYWWD58Xu .image-wrapper {
  padding: 0 1rem;
}
.cid-uWYWWD58Xu img,
.cid-uWYWWD58Xu .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYWWD58Xu img,
  .cid-uWYWWD58Xu .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWYWWD58Xu .mbr-section-title {
  color: #000000;
}
.cid-uWYWWD58Xu .mbr-text {
  color: #000000;
}
.cid-uWYWWD58Xu .mbr-text,
.cid-uWYWWD58Xu .mbr-section-btn {
  text-align: left;
}
.cid-uWYWWDh6UZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYWWDh6UZ .item:focus,
.cid-uWYWWDh6UZ span:focus {
  outline: none;
}
.cid-uWYWWDh6UZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWYWWDh6UZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uWYWWDh6UZ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYWWDh6UZ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWWDh6UZ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWYWWDh6UZ .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWYWWDh6UZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWYWWDh6UZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWYWWDh6UZ .mbr-text,
.cid-uWYWWDh6UZ .item .mbr-section-btn {
  text-align: center;
}
.cid-uWYWWDh6UZ .content-head {
  max-width: 800px;
}
.cid-uWYWWDh6UZ .mbr-number {
  color: #474e93;
}
.cid-uWYWWDh6UZ .mbr-section-subtitle,
.cid-uWYWWDh6UZ .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uWYWWDh6UZ .mbr-text {
  text-align: left;
}
.cid-uWYWWDh6UZ .mbr-text,
.cid-uWYWWDh6UZ .mbr-card-btn {
  text-align: left;
}
.cid-uWYWWDh6UZ .mbr-text,
.cid-uWYWWDh6UZ .mbr-section-btn {
  text-align: left;
}
.cid-uWYWWDh6UZ .mbr-text,
.cid-uWYWWDh6UZ .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWYWWDh6UZ .card-text,
.cid-uWYWWDh6UZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uWYWWDh6UZ .card-title {
  text-align: left;
}
.cid-uWYWWDvZoY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYWWDvZoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWWDvZoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWWDvZoY .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uWYWWDvZoY .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWYWWDvZoY .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWWDvZoY .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWYWWDvZoY .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWYWWDvZoY .row {
  flex-direction: row-reverse;
}
.cid-uWYWWDvZoY .image-wrapper {
  padding: 0 1rem;
}
.cid-uWYWWDvZoY img,
.cid-uWYWWDvZoY .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYWWDvZoY img,
  .cid-uWYWWDvZoY .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWYWWDvZoY .mbr-section-title {
  color: #000000;
}
.cid-uWYWWDvZoY .mbr-text {
  color: #000000;
}
.cid-uWYWWDIwgQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWYWWDIwgQ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWYWWDIwgQ .panel-group {
  border: none;
}
.cid-uWYWWDIwgQ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWYWWDIwgQ .card-header {
    padding: 0rem;
  }
}
.cid-uWYWWDIwgQ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWYWWDIwgQ .img-col {
  padding: 0;
}
.cid-uWYWWDIwgQ .img-item {
  height: 100%;
}
.cid-uWYWWDIwgQ img {
  height: 100%;
  object-fit: cover;
}
.cid-uWYWWDIwgQ .collapsed span {
  transform: rotate(0deg);
}
.cid-uWYWWDIwgQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWYWWDIwgQ p {
  margin-bottom: 0.3rem;
}
.cid-uWYWWDIwgQ .panel-title-edit {
  color: #000000;
}
.cid-uWYWWDIwgQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWYWWDIwgQ .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWYWWDIwgQ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYWWDIwgQ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uWYWWDIwgQ .panel-text {
  color: #000000;
}
.cid-uWYWWDIwgQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWYWWDIwgQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWYWWDIwgQ .panel-title-edit,
.cid-uWYWWDIwgQ .mbr-iconfont {
  color: #000000;
}
.cid-uWYWWE2EOE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWYWWE2EOE img,
.cid-uWYWWE2EOE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWYWWE2EOE .item:focus,
.cid-uWYWWE2EOE span:focus {
  outline: none;
}
.cid-uWYWWE2EOE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWYWWE2EOE .item {
    margin-bottom: 1rem;
  }
}
.cid-uWYWWE2EOE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWYWWE2EOE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWWE2EOE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWYWWE2EOE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWYWWE2EOE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWYWWE2EOE .mbr-section-title {
  color: #000000;
}
.cid-uWYWWE2EOE .item-title {
  text-align: left;
}
.cid-uWYWWE2EOE .item-subtitle {
  text-align: left;
}
.cid-uWYWWE2EOE .mbr-text,
.cid-uWYWWE2EOE .item .mbr-section-btn {
  text-align: left;
}
.cid-uWYWWE2EOE .content-head {
  max-width: 800px;
}
.cid-uWYWWEjwwO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWYWWEjwwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWWEjwwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWWEjwwO .mbr-section-subtitle {
  color: #000000;
}
.cid-uWYWWEtgMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWYWWEtgMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWWEtgMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWWEtgMz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWYWWEtgMz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYWWEtgMz .row {
    text-align: center;
  }
  .cid-uWYWWEtgMz .row > div {
    margin: auto;
  }
  .cid-uWYWWEtgMz .social-row {
    justify-content: center;
  }
}
.cid-uWYWWEtgMz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWYWWEtgMz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWYWWEtgMz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYWWEtgMz .list {
    margin-bottom: 0rem;
  }
}
.cid-uWYWWEtgMz .mbr-text {
  color: #ffffff;
}
.cid-uWYWWEtgMz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWYWWEtgMz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWYWWEtgMz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWYWWEtgMz .copyright {
  color: #ffffff;
}
.cid-uWZ8zD1ivT {
  z-index: 1000;
  width: 100%;
}
.cid-uWZ8zD1ivT nav.navbar {
  position: fixed;
}
.cid-uWZ8zD1ivT .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-uWZ8zD1ivT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWZ8zD1ivT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWZ8zD1ivT .dropdown-item:hover,
.cid-uWZ8zD1ivT .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWZ8zD1ivT .dropdown-item:hover span {
  color: white;
}
.cid-uWZ8zD1ivT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWZ8zD1ivT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWZ8zD1ivT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWZ8zD1ivT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWZ8zD1ivT .nav-link {
  position: relative;
}
.cid-uWZ8zD1ivT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWZ8zD1ivT .container {
    flex-wrap: nowrap;
  }
}
.cid-uWZ8zD1ivT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWZ8zD1ivT .dropdown-menu,
.cid-uWZ8zD1ivT .navbar.opened {
  background: #474e93 !important;
}
.cid-uWZ8zD1ivT .nav-item:focus,
.cid-uWZ8zD1ivT .nav-link:focus {
  outline: none;
}
.cid-uWZ8zD1ivT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWZ8zD1ivT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWZ8zD1ivT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWZ8zD1ivT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWZ8zD1ivT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWZ8zD1ivT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWZ8zD1ivT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWZ8zD1ivT .navbar.opened {
  transition: all 0.3s;
}
.cid-uWZ8zD1ivT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWZ8zD1ivT .navbar .navbar-logo img {
  width: auto;
}
.cid-uWZ8zD1ivT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWZ8zD1ivT .navbar.collapsed {
  justify-content: center;
}
.cid-uWZ8zD1ivT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWZ8zD1ivT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWZ8zD1ivT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWZ8zD1ivT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWZ8zD1ivT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWZ8zD1ivT .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-uWZ8zD1ivT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWZ8zD1ivT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWZ8zD1ivT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWZ8zD1ivT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWZ8zD1ivT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWZ8zD1ivT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWZ8zD1ivT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWZ8zD1ivT .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-uWZ8zD1ivT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWZ8zD1ivT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWZ8zD1ivT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWZ8zD1ivT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWZ8zD1ivT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWZ8zD1ivT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWZ8zD1ivT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWZ8zD1ivT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWZ8zD1ivT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWZ8zD1ivT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWZ8zD1ivT .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-uWZ8zD1ivT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWZ8zD1ivT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWZ8zD1ivT .dropdown-item.active,
.cid-uWZ8zD1ivT .dropdown-item:active {
  background-color: transparent;
}
.cid-uWZ8zD1ivT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWZ8zD1ivT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWZ8zD1ivT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWZ8zD1ivT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWZ8zD1ivT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWZ8zD1ivT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWZ8zD1ivT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWZ8zD1ivT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWZ8zD1ivT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWZ8zD1ivT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWZ8zD1ivT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWZ8zD1ivT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWZ8zD1ivT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWZ8zD1ivT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWZ8zD1ivT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWZ8zD1ivT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWZ8zD1ivT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWZ8zD1ivT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWZ8zD1ivT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWZ8zD1ivT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWZ8zD1ivT .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-uWZ8zD1ivT .navbar {
    height: 70px;
  }
  .cid-uWZ8zD1ivT .navbar.opened {
    height: auto;
  }
  .cid-uWZ8zD1ivT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWZ8zz45wa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/colablue-2000x1045.webp");
}
.cid-uWZ8zz45wa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZ8zz45wa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZ8zz45wa .row {
  flex-direction: row-reverse;
}
.cid-uWZ8IW4HME {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWZ8IW4HME .mbr-text {
  color: #000000;
}
.cid-uWZ8IW4HME .mbr-section-subtitle {
  color: #000000;
}
.cid-uWZ8IW4HME .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWZ8IW4HME .mbr-text,
.cid-uWZ8IW4HME .item .mbr-section-btn {
  text-align: left;
}
.cid-uWZ8IW4HME .text-content {
  background: #f7f7f7;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWZ8IW4HME .text-content {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWZ8IW4HME .text-content {
    padding: 2rem 1.5rem;
  }
}
.cid-uWZ8IW4HME .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWZ8IW4HME .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWZ8IW4HME .card-wrapper {
  background: #f7f7f7;
}
.cid-uWZaDwKvBV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uWZaDwKvBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZaDwKvBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uWZaDwKvBV .container-fluid {
    padding: 0;
  }
}
.cid-uWZaDwKvBV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uWZaDwKvBV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uWZaDwKvBV .embla__button--next,
.cid-uWZaDwKvBV .embla__button--prev {
  display: flex;
}
.cid-uWZaDwKvBV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uWZaDwKvBV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uWZaDwKvBV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWZaDwKvBV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uWZaDwKvBV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWZaDwKvBV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWZaDwKvBV .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWZaDwKvBV .embla {
  position: relative;
  width: 100%;
}
.cid-uWZaDwKvBV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uWZaDwKvBV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWZaDwKvBV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWZaDwKvBV .embla__slide a {
  cursor: grab;
}
.cid-uWZaDwKvBV .embla__slide a:active {
  cursor: grabbing;
}
.cid-uWZaDwKvBV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWZaDwKvBV .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uWZaDwKvBV .mbr-section-title {
  color: #232323;
}
.cid-uWZaDwKvBV .mbr-section-subtitle {
  color: #232323;
}
.cid-uWZaDwKvBV .mbr-box {
  color: #ffffff;
}
.cid-uWZaDwKvBV .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uWZaDwKvBV img,
.cid-uWZaDwKvBV .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uWZaDwKvBV .item-wrapper {
  position: relative;
}
.cid-uWZaDwKvBV .content-head {
  max-width: 800px;
}
.cid-uWZ8zBJ25t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWZ8zBJ25t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZ8zBJ25t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZ8zBJ25t .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uWZ8zBJ25t .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWZ8zBJ25t .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWZ8zBJ25t .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWZ8zBJ25t .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWZ8zBJ25t .row {
  flex-direction: row-reverse;
}
.cid-uWZ8zBJ25t .image-wrapper {
  padding: 0 1rem;
}
.cid-uWZ8zBJ25t img,
.cid-uWZ8zBJ25t .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWZ8zBJ25t img,
  .cid-uWZ8zBJ25t .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWZ8zBJ25t .mbr-section-title {
  color: #000000;
}
.cid-uWZ8zBJ25t .mbr-text {
  color: #000000;
}
.cid-uWZ8zC0pRn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWZ8zC0pRn .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWZ8zC0pRn .panel-group {
  border: none;
}
.cid-uWZ8zC0pRn .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWZ8zC0pRn .card-header {
    padding: 0rem;
  }
}
.cid-uWZ8zC0pRn .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWZ8zC0pRn .img-col {
  padding: 0;
}
.cid-uWZ8zC0pRn .img-item {
  height: 100%;
}
.cid-uWZ8zC0pRn img {
  height: 100%;
  object-fit: cover;
}
.cid-uWZ8zC0pRn .collapsed span {
  transform: rotate(0deg);
}
.cid-uWZ8zC0pRn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWZ8zC0pRn p {
  margin-bottom: 0.3rem;
}
.cid-uWZ8zC0pRn .panel-title-edit {
  color: #000000;
}
.cid-uWZ8zC0pRn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWZ8zC0pRn .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWZ8zC0pRn .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWZ8zC0pRn .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uWZ8zC0pRn .panel-text {
  color: #000000;
}
.cid-uWZ8zC0pRn .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWZ8zC0pRn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWZ8zC0pRn .panel-title-edit,
.cid-uWZ8zC0pRn .mbr-iconfont {
  color: #000000;
}
.cid-uWZ8zCKPEX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWZ8zCKPEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZ8zCKPEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZ8zCKPEX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWZ8zCKPEX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWZ8zCKPEX .row {
    text-align: center;
  }
  .cid-uWZ8zCKPEX .row > div {
    margin: auto;
  }
  .cid-uWZ8zCKPEX .social-row {
    justify-content: center;
  }
}
.cid-uWZ8zCKPEX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWZ8zCKPEX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWZ8zCKPEX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWZ8zCKPEX .list {
    margin-bottom: 0rem;
  }
}
.cid-uWZ8zCKPEX .mbr-text {
  color: #ffffff;
}
.cid-uWZ8zCKPEX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWZ8zCKPEX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWZ8zCKPEX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWZ8zCKPEX .copyright {
  color: #ffffff;
}
.cid-uWZdSoSn2B {
  z-index: 1000;
  width: 100%;
}
.cid-uWZdSoSn2B nav.navbar {
  position: fixed;
}
.cid-uWZdSoSn2B .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-uWZdSoSn2B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWZdSoSn2B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWZdSoSn2B .dropdown-item:hover,
.cid-uWZdSoSn2B .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uWZdSoSn2B .dropdown-item:hover span {
  color: white;
}
.cid-uWZdSoSn2B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWZdSoSn2B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWZdSoSn2B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWZdSoSn2B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWZdSoSn2B .nav-link {
  position: relative;
}
.cid-uWZdSoSn2B .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWZdSoSn2B .container {
    flex-wrap: nowrap;
  }
}
.cid-uWZdSoSn2B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWZdSoSn2B .dropdown-menu,
.cid-uWZdSoSn2B .navbar.opened {
  background: #474e93 !important;
}
.cid-uWZdSoSn2B .nav-item:focus,
.cid-uWZdSoSn2B .nav-link:focus {
  outline: none;
}
.cid-uWZdSoSn2B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWZdSoSn2B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWZdSoSn2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWZdSoSn2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWZdSoSn2B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWZdSoSn2B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWZdSoSn2B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uWZdSoSn2B .navbar.opened {
  transition: all 0.3s;
}
.cid-uWZdSoSn2B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWZdSoSn2B .navbar .navbar-logo img {
  width: auto;
}
.cid-uWZdSoSn2B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWZdSoSn2B .navbar.collapsed {
  justify-content: center;
}
.cid-uWZdSoSn2B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWZdSoSn2B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWZdSoSn2B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWZdSoSn2B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWZdSoSn2B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWZdSoSn2B .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-uWZdSoSn2B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWZdSoSn2B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWZdSoSn2B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWZdSoSn2B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWZdSoSn2B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWZdSoSn2B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWZdSoSn2B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWZdSoSn2B .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-uWZdSoSn2B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWZdSoSn2B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWZdSoSn2B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWZdSoSn2B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWZdSoSn2B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWZdSoSn2B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWZdSoSn2B .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWZdSoSn2B .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWZdSoSn2B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWZdSoSn2B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWZdSoSn2B .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-uWZdSoSn2B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWZdSoSn2B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWZdSoSn2B .dropdown-item.active,
.cid-uWZdSoSn2B .dropdown-item:active {
  background-color: transparent;
}
.cid-uWZdSoSn2B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWZdSoSn2B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWZdSoSn2B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWZdSoSn2B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uWZdSoSn2B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWZdSoSn2B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWZdSoSn2B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWZdSoSn2B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWZdSoSn2B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWZdSoSn2B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWZdSoSn2B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWZdSoSn2B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWZdSoSn2B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWZdSoSn2B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWZdSoSn2B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWZdSoSn2B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWZdSoSn2B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWZdSoSn2B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWZdSoSn2B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWZdSoSn2B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWZdSoSn2B .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-uWZdSoSn2B .navbar {
    height: 70px;
  }
  .cid-uWZdSoSn2B .navbar.opened {
    height: auto;
  }
  .cid-uWZdSoSn2B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWZdSlm7ta {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dsdddc00465-1333x947.webp");
}
.cid-uWZdSlm7ta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZdSlm7ta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZdSlm7ta .row {
  flex-direction: row-reverse;
}
.cid-uWZf9iQ7Nm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uWZf9iQ7Nm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZf9iQ7Nm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uWZf9iQ7Nm .container-fluid {
    padding: 0;
  }
}
.cid-uWZf9iQ7Nm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uWZf9iQ7Nm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uWZf9iQ7Nm .embla__button--next,
.cid-uWZf9iQ7Nm .embla__button--prev {
  display: flex;
}
.cid-uWZf9iQ7Nm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uWZf9iQ7Nm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uWZf9iQ7Nm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWZf9iQ7Nm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uWZf9iQ7Nm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWZf9iQ7Nm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWZf9iQ7Nm .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWZf9iQ7Nm .embla {
  position: relative;
  width: 100%;
}
.cid-uWZf9iQ7Nm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uWZf9iQ7Nm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWZf9iQ7Nm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWZf9iQ7Nm .embla__slide a {
  cursor: grab;
}
.cid-uWZf9iQ7Nm .embla__slide a:active {
  cursor: grabbing;
}
.cid-uWZf9iQ7Nm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWZf9iQ7Nm .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uWZf9iQ7Nm .mbr-section-title {
  color: #232323;
}
.cid-uWZf9iQ7Nm .mbr-section-subtitle {
  color: #232323;
}
.cid-uWZf9iQ7Nm .mbr-box {
  color: #ffffff;
}
.cid-uWZf9iQ7Nm .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uWZf9iQ7Nm img,
.cid-uWZf9iQ7Nm .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uWZf9iQ7Nm .item-wrapper {
  position: relative;
}
.cid-uWZf9iQ7Nm .content-head {
  max-width: 800px;
}
.cid-uWZgHDhToR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWZgHDhToR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZgHDhToR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uWZgHDhToR .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uWZgHDhToR .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWZgHDhToR .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uWZgHDhToR .card-wrapper {
  background: #f7f7f7;
}
.cid-uWZgHDhToR .mbr-text,
.cid-uWZgHDhToR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWZgHDhToR .card-title,
.cid-uWZgHDhToR .card-box {
  text-align: left;
  color: #000000;
}
.cid-uWZgHDhToR .image-wrapper img {
  width: 100%;
}
.cid-uWZdSncK4q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWZdSncK4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZdSncK4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZdSncK4q .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uWZdSncK4q .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWZdSncK4q .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWZdSncK4q .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWZdSncK4q .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWZdSncK4q .row {
  flex-direction: row-reverse;
}
.cid-uWZdSncK4q .image-wrapper {
  padding: 0 1rem;
}
.cid-uWZdSncK4q img,
.cid-uWZdSncK4q .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWZdSncK4q img,
  .cid-uWZdSncK4q .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWZdSncK4q .mbr-section-title {
  color: #000000;
}
.cid-uWZdSncK4q .mbr-text {
  color: #000000;
}
.cid-uWZdSnngSJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWZdSnngSJ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWZdSnngSJ .panel-group {
  border: none;
}
.cid-uWZdSnngSJ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWZdSnngSJ .card-header {
    padding: 0rem;
  }
}
.cid-uWZdSnngSJ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWZdSnngSJ .img-col {
  padding: 0;
}
.cid-uWZdSnngSJ .img-item {
  height: 100%;
}
.cid-uWZdSnngSJ img {
  height: 100%;
  object-fit: cover;
}
.cid-uWZdSnngSJ .collapsed span {
  transform: rotate(0deg);
}
.cid-uWZdSnngSJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWZdSnngSJ p {
  margin-bottom: 0.3rem;
}
.cid-uWZdSnngSJ .panel-title-edit {
  color: #000000;
}
.cid-uWZdSnngSJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWZdSnngSJ .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWZdSnngSJ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWZdSnngSJ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uWZdSnngSJ .panel-text {
  color: #000000;
}
.cid-uWZdSnngSJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWZdSnngSJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWZdSnngSJ .panel-title-edit,
.cid-uWZdSnngSJ .mbr-iconfont {
  color: #000000;
}
.cid-uWZdSnAsCG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uWZdSnAsCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZdSnAsCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZdSnAsCG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWZdSnAsCG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWZdSnAsCG .row {
    text-align: center;
  }
  .cid-uWZdSnAsCG .row > div {
    margin: auto;
  }
  .cid-uWZdSnAsCG .social-row {
    justify-content: center;
  }
}
.cid-uWZdSnAsCG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWZdSnAsCG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWZdSnAsCG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWZdSnAsCG .list {
    margin-bottom: 0rem;
  }
}
.cid-uWZdSnAsCG .mbr-text {
  color: #ffffff;
}
.cid-uWZdSnAsCG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWZdSnAsCG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWZdSnAsCG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWZdSnAsCG .copyright {
  color: #ffffff;
}
.cid-uX2oESytt1 {
  z-index: 1000;
  width: 100%;
}
.cid-uX2oESytt1 nav.navbar {
  position: fixed;
}
.cid-uX2oESytt1 .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-uX2oESytt1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX2oESytt1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX2oESytt1 .dropdown-item:hover,
.cid-uX2oESytt1 .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uX2oESytt1 .dropdown-item:hover span {
  color: white;
}
.cid-uX2oESytt1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX2oESytt1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX2oESytt1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX2oESytt1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX2oESytt1 .nav-link {
  position: relative;
}
.cid-uX2oESytt1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uX2oESytt1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uX2oESytt1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX2oESytt1 .dropdown-menu,
.cid-uX2oESytt1 .navbar.opened {
  background: #474e93 !important;
}
.cid-uX2oESytt1 .nav-item:focus,
.cid-uX2oESytt1 .nav-link:focus {
  outline: none;
}
.cid-uX2oESytt1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2oESytt1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2oESytt1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2oESytt1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2oESytt1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2oESytt1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2oESytt1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uX2oESytt1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uX2oESytt1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX2oESytt1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uX2oESytt1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX2oESytt1 .navbar.collapsed {
  justify-content: center;
}
.cid-uX2oESytt1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2oESytt1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2oESytt1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uX2oESytt1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2oESytt1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2oESytt1 .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-uX2oESytt1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2oESytt1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2oESytt1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX2oESytt1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2oESytt1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2oESytt1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2oESytt1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2oESytt1 .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-uX2oESytt1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX2oESytt1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX2oESytt1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2oESytt1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX2oESytt1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2oESytt1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uX2oESytt1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uX2oESytt1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX2oESytt1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX2oESytt1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX2oESytt1 .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-uX2oESytt1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2oESytt1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2oESytt1 .dropdown-item.active,
.cid-uX2oESytt1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2oESytt1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2oESytt1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2oESytt1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2oESytt1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uX2oESytt1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX2oESytt1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX2oESytt1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX2oESytt1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX2oESytt1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX2oESytt1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX2oESytt1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX2oESytt1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2oESytt1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2oESytt1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX2oESytt1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2oESytt1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2oESytt1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2oESytt1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2oESytt1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX2oESytt1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2oESytt1 .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-uX2oESytt1 .navbar {
    height: 70px;
  }
  .cid-uX2oESytt1 .navbar.opened {
    height: auto;
  }
  .cid-uX2oESytt1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2oENcF33 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uX2oENcF33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2oENcF33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2oENcF33 .row {
  flex-direction: row-reverse;
}
.cid-uX2oEOMJH6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uX2oEOMJH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2oEOMJH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2oEOMJH6 .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2oEOMJH6 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2oEOMJH6 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2oEOMJH6 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2oEOMJH6 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2oEOMJH6 .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2oEOMJH6 img,
.cid-uX2oEOMJH6 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2oEOMJH6 img,
  .cid-uX2oEOMJH6 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2oEOMJH6 .mbr-section-title {
  color: #000000;
}
.cid-uX2oEOMJH6 .mbr-text {
  color: #000000;
}
.cid-uX2oEOMJH6 .mbr-text,
.cid-uX2oEOMJH6 .mbr-section-btn {
  text-align: left;
}
.cid-uX2oERtG6d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2oERtG6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2oERtG6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2oERtG6d .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2oERtG6d .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2oERtG6d .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2oERtG6d .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2oERtG6d .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2oERtG6d .row {
  flex-direction: row-reverse;
}
.cid-uX2oERtG6d .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2oERtG6d img,
.cid-uX2oERtG6d .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2oERtG6d img,
  .cid-uX2oERtG6d .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2oERtG6d .mbr-section-title {
  color: #000000;
}
.cid-uX2oERtG6d .mbr-text {
  color: #000000;
}
.cid-uX2oERGMc4 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2oERGMc4 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uX2oERGMc4 .panel-group {
  border: none;
}
.cid-uX2oERGMc4 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uX2oERGMc4 .card-header {
    padding: 0rem;
  }
}
.cid-uX2oERGMc4 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uX2oERGMc4 .img-col {
  padding: 0;
}
.cid-uX2oERGMc4 .img-item {
  height: 100%;
}
.cid-uX2oERGMc4 img {
  height: 100%;
  object-fit: cover;
}
.cid-uX2oERGMc4 .collapsed span {
  transform: rotate(0deg);
}
.cid-uX2oERGMc4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uX2oERGMc4 p {
  margin-bottom: 0.3rem;
}
.cid-uX2oERGMc4 .panel-title-edit {
  color: #000000;
}
.cid-uX2oERGMc4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uX2oERGMc4 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uX2oERGMc4 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2oERGMc4 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uX2oERGMc4 .panel-text {
  color: #000000;
}
.cid-uX2oERGMc4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uX2oERGMc4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uX2oERGMc4 .panel-title-edit,
.cid-uX2oERGMc4 .mbr-iconfont {
  color: #000000;
}
.cid-uX2zyv3hKg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uX2zyv3hKg .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uX2zyv3hKg .panel-group {
  border: none;
}
.cid-uX2zyv3hKg .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uX2zyv3hKg .card-header {
    padding: 0rem;
  }
}
.cid-uX2zyv3hKg .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uX2zyv3hKg .img-col {
  padding: 0;
}
.cid-uX2zyv3hKg .img-item {
  height: 100%;
}
.cid-uX2zyv3hKg img {
  height: 100%;
  object-fit: cover;
}
.cid-uX2zyv3hKg .collapsed span {
  transform: rotate(0deg);
}
.cid-uX2zyv3hKg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uX2zyv3hKg p {
  margin-bottom: 0.3rem;
}
.cid-uX2zyv3hKg .panel-title-edit {
  color: #000000;
}
.cid-uX2zyv3hKg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uX2zyv3hKg .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uX2zyv3hKg .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2zyv3hKg .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uX2zyv3hKg .panel-text {
  color: #000000;
}
.cid-uX2zyv3hKg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uX2zyv3hKg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uX2zyv3hKg .panel-title-edit,
.cid-uX2zyv3hKg .mbr-iconfont {
  color: #000000;
}
.cid-uX2oERWlpW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2oERWlpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2oERWlpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2oERWlpW .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2oES7YVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uX2oES7YVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2oES7YVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2oES7YVH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX2oES7YVH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2oES7YVH .row {
    text-align: center;
  }
  .cid-uX2oES7YVH .row > div {
    margin: auto;
  }
  .cid-uX2oES7YVH .social-row {
    justify-content: center;
  }
}
.cid-uX2oES7YVH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX2oES7YVH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX2oES7YVH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2oES7YVH .list {
    margin-bottom: 0rem;
  }
}
.cid-uX2oES7YVH .mbr-text {
  color: #ffffff;
}
.cid-uX2oES7YVH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX2oES7YVH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX2oES7YVH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX2oES7YVH .copyright {
  color: #ffffff;
}
.cid-uX2A6DbbdQ {
  z-index: 1000;
  width: 100%;
}
.cid-uX2A6DbbdQ nav.navbar {
  position: fixed;
}
.cid-uX2A6DbbdQ .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-uX2A6DbbdQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX2A6DbbdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX2A6DbbdQ .dropdown-item:hover,
.cid-uX2A6DbbdQ .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uX2A6DbbdQ .dropdown-item:hover span {
  color: white;
}
.cid-uX2A6DbbdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX2A6DbbdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX2A6DbbdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX2A6DbbdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX2A6DbbdQ .nav-link {
  position: relative;
}
.cid-uX2A6DbbdQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uX2A6DbbdQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uX2A6DbbdQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX2A6DbbdQ .dropdown-menu,
.cid-uX2A6DbbdQ .navbar.opened {
  background: #474e93 !important;
}
.cid-uX2A6DbbdQ .nav-item:focus,
.cid-uX2A6DbbdQ .nav-link:focus {
  outline: none;
}
.cid-uX2A6DbbdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2A6DbbdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2A6DbbdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2A6DbbdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2A6DbbdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2A6DbbdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2A6DbbdQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uX2A6DbbdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uX2A6DbbdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX2A6DbbdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uX2A6DbbdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX2A6DbbdQ .navbar.collapsed {
  justify-content: center;
}
.cid-uX2A6DbbdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2A6DbbdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2A6DbbdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uX2A6DbbdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2A6DbbdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2A6DbbdQ .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-uX2A6DbbdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2A6DbbdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2A6DbbdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX2A6DbbdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2A6DbbdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2A6DbbdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2A6DbbdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2A6DbbdQ .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-uX2A6DbbdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX2A6DbbdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX2A6DbbdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2A6DbbdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX2A6DbbdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2A6DbbdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uX2A6DbbdQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uX2A6DbbdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX2A6DbbdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX2A6DbbdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX2A6DbbdQ .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-uX2A6DbbdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2A6DbbdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2A6DbbdQ .dropdown-item.active,
.cid-uX2A6DbbdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2A6DbbdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2A6DbbdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2A6DbbdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2A6DbbdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uX2A6DbbdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX2A6DbbdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX2A6DbbdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX2A6DbbdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX2A6DbbdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX2A6DbbdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX2A6DbbdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX2A6DbbdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2A6DbbdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2A6DbbdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX2A6DbbdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2A6DbbdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2A6DbbdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2A6DbbdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2A6DbbdQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX2A6DbbdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2A6DbbdQ .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-uX2A6DbbdQ .navbar {
    height: 70px;
  }
  .cid-uX2A6DbbdQ .navbar.opened {
    height: auto;
  }
  .cid-uX2A6DbbdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2A6tmvo1 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uX2A6tmvo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2A6tmvo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2A6tmvo1 .row {
  flex-direction: row-reverse;
}
.cid-uX2A6Amc2g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2A6Amc2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2A6Amc2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2A6Amc2g .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2A6Amc2g .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2A6Amc2g .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2A6Amc2g .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2A6Amc2g .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2A6Amc2g .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2A6Amc2g img,
.cid-uX2A6Amc2g .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2A6Amc2g img,
  .cid-uX2A6Amc2g .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2A6Amc2g .mbr-section-title {
  color: #000000;
}
.cid-uX2A6Amc2g .mbr-text {
  color: #000000;
}
.cid-uX2A6Amc2g .mbr-text,
.cid-uX2A6Amc2g .mbr-section-btn {
  text-align: left;
}
.cid-uX2A6ASjqA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2A6ASjqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2A6ASjqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2A6ASjqA .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2A6ASjqA .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2A6ASjqA .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2A6ASjqA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2A6ASjqA .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2A6ASjqA .row {
  flex-direction: row-reverse;
}
.cid-uX2A6ASjqA .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2A6ASjqA img,
.cid-uX2A6ASjqA .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2A6ASjqA img,
  .cid-uX2A6ASjqA .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2A6ASjqA .mbr-section-title {
  color: #000000;
}
.cid-uX2A6ASjqA .mbr-text {
  color: #000000;
}
.cid-uX2IVwYw0j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2IVwYw0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2IVwYw0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2IVwYw0j .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2IVwYw0j .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2IVwYw0j .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2IVwYw0j .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2IVwYw0j .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2IVwYw0j .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2IVwYw0j img,
.cid-uX2IVwYw0j .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2IVwYw0j img,
  .cid-uX2IVwYw0j .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2IVwYw0j .mbr-section-title {
  color: #000000;
}
.cid-uX2IVwYw0j .mbr-text {
  color: #000000;
}
.cid-uX2IVwYw0j .mbr-text,
.cid-uX2IVwYw0j .mbr-section-btn {
  text-align: left;
}
.cid-uX2A6ACu8W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2A6ACu8W .item:focus,
.cid-uX2A6ACu8W span:focus {
  outline: none;
}
.cid-uX2A6ACu8W .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX2A6ACu8W .item {
    margin-bottom: 1rem;
  }
}
.cid-uX2A6ACu8W .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2A6ACu8W .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2A6ACu8W .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uX2A6ACu8W .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX2A6ACu8W .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uX2A6ACu8W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX2A6ACu8W .mbr-text,
.cid-uX2A6ACu8W .item .mbr-section-btn {
  text-align: center;
}
.cid-uX2A6ACu8W .content-head {
  max-width: 800px;
}
.cid-uX2A6ACu8W .mbr-number {
  color: #474e93;
}
.cid-uX2A6ACu8W .mbr-section-subtitle,
.cid-uX2A6ACu8W .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uX2A6ACu8W .mbr-text {
  text-align: left;
}
.cid-uX2A6ACu8W .mbr-text,
.cid-uX2A6ACu8W .mbr-card-btn {
  text-align: left;
}
.cid-uX2A6ACu8W .mbr-text,
.cid-uX2A6ACu8W .mbr-section-btn {
  text-align: left;
}
.cid-uX2A6ACu8W .mbr-text,
.cid-uX2A6ACu8W .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uX2A6ACu8W .card-text,
.cid-uX2A6ACu8W .item .mbr-section-btn {
  text-align: left;
}
.cid-uX2A6ACu8W .card-title {
  text-align: left;
}
.cid-uX2A6B1l5o {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX2A6B1l5o .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uX2A6B1l5o .panel-group {
  border: none;
}
.cid-uX2A6B1l5o .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uX2A6B1l5o .card-header {
    padding: 0rem;
  }
}
.cid-uX2A6B1l5o .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uX2A6B1l5o .img-col {
  padding: 0;
}
.cid-uX2A6B1l5o .img-item {
  height: 100%;
}
.cid-uX2A6B1l5o img {
  height: 100%;
  object-fit: cover;
}
.cid-uX2A6B1l5o .collapsed span {
  transform: rotate(0deg);
}
.cid-uX2A6B1l5o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uX2A6B1l5o p {
  margin-bottom: 0.3rem;
}
.cid-uX2A6B1l5o .panel-title-edit {
  color: #000000;
}
.cid-uX2A6B1l5o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uX2A6B1l5o .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uX2A6B1l5o .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2A6B1l5o .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uX2A6B1l5o .panel-text {
  color: #000000;
}
.cid-uX2A6B1l5o .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uX2A6B1l5o .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uX2A6B1l5o .panel-title-edit,
.cid-uX2A6B1l5o .mbr-iconfont {
  color: #000000;
}
.cid-uX2A6BoMr6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2A6BoMr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2A6BoMr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2A6BoMr6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2A6CMyOO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uX2A6CMyOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2A6CMyOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2A6CMyOO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX2A6CMyOO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2A6CMyOO .row {
    text-align: center;
  }
  .cid-uX2A6CMyOO .row > div {
    margin: auto;
  }
  .cid-uX2A6CMyOO .social-row {
    justify-content: center;
  }
}
.cid-uX2A6CMyOO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX2A6CMyOO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX2A6CMyOO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2A6CMyOO .list {
    margin-bottom: 0rem;
  }
}
.cid-uX2A6CMyOO .mbr-text {
  color: #ffffff;
}
.cid-uX2A6CMyOO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX2A6CMyOO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX2A6CMyOO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX2A6CMyOO .copyright {
  color: #ffffff;
}
.cid-uX2KfgGBaD {
  z-index: 1000;
  width: 100%;
}
.cid-uX2KfgGBaD nav.navbar {
  position: fixed;
}
.cid-uX2KfgGBaD .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-uX2KfgGBaD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX2KfgGBaD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX2KfgGBaD .dropdown-item:hover,
.cid-uX2KfgGBaD .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uX2KfgGBaD .dropdown-item:hover span {
  color: white;
}
.cid-uX2KfgGBaD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX2KfgGBaD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX2KfgGBaD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX2KfgGBaD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX2KfgGBaD .nav-link {
  position: relative;
}
.cid-uX2KfgGBaD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uX2KfgGBaD .container {
    flex-wrap: nowrap;
  }
}
.cid-uX2KfgGBaD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX2KfgGBaD .dropdown-menu,
.cid-uX2KfgGBaD .navbar.opened {
  background: #474e93 !important;
}
.cid-uX2KfgGBaD .nav-item:focus,
.cid-uX2KfgGBaD .nav-link:focus {
  outline: none;
}
.cid-uX2KfgGBaD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2KfgGBaD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2KfgGBaD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2KfgGBaD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2KfgGBaD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2KfgGBaD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2KfgGBaD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uX2KfgGBaD .navbar.opened {
  transition: all 0.3s;
}
.cid-uX2KfgGBaD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX2KfgGBaD .navbar .navbar-logo img {
  width: auto;
}
.cid-uX2KfgGBaD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX2KfgGBaD .navbar.collapsed {
  justify-content: center;
}
.cid-uX2KfgGBaD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2KfgGBaD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2KfgGBaD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uX2KfgGBaD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2KfgGBaD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2KfgGBaD .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-uX2KfgGBaD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2KfgGBaD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2KfgGBaD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX2KfgGBaD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2KfgGBaD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2KfgGBaD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2KfgGBaD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2KfgGBaD .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-uX2KfgGBaD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX2KfgGBaD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX2KfgGBaD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2KfgGBaD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX2KfgGBaD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2KfgGBaD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uX2KfgGBaD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uX2KfgGBaD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX2KfgGBaD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX2KfgGBaD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX2KfgGBaD .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-uX2KfgGBaD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2KfgGBaD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2KfgGBaD .dropdown-item.active,
.cid-uX2KfgGBaD .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2KfgGBaD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2KfgGBaD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2KfgGBaD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2KfgGBaD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uX2KfgGBaD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX2KfgGBaD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX2KfgGBaD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX2KfgGBaD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX2KfgGBaD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX2KfgGBaD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX2KfgGBaD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX2KfgGBaD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2KfgGBaD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2KfgGBaD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX2KfgGBaD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2KfgGBaD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2KfgGBaD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2KfgGBaD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2KfgGBaD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX2KfgGBaD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2KfgGBaD .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-uX2KfgGBaD .navbar {
    height: 70px;
  }
  .cid-uX2KfgGBaD .navbar.opened {
    height: auto;
  }
  .cid-uX2KfgGBaD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2KfcVDKm {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uX2KfcVDKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2KfcVDKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2KfcVDKm .row {
  flex-direction: row-reverse;
}
.cid-uX2KfdZ8Fs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2KfdZ8Fs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2KfdZ8Fs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2KfdZ8Fs .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2KfdZ8Fs .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2KfdZ8Fs .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2KfdZ8Fs .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2KfdZ8Fs .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2KfdZ8Fs .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2KfdZ8Fs img,
.cid-uX2KfdZ8Fs .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2KfdZ8Fs img,
  .cid-uX2KfdZ8Fs .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2KfdZ8Fs .mbr-section-title {
  color: #000000;
}
.cid-uX2KfdZ8Fs .mbr-text {
  color: #000000;
}
.cid-uX2KfdZ8Fs .mbr-text,
.cid-uX2KfdZ8Fs .mbr-section-btn {
  text-align: left;
}
.cid-uX2Kfer949 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2Kfer949 .item:focus,
.cid-uX2Kfer949 span:focus {
  outline: none;
}
.cid-uX2Kfer949 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX2Kfer949 .item {
    margin-bottom: 1rem;
  }
}
.cid-uX2Kfer949 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2Kfer949 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2Kfer949 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uX2Kfer949 .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX2Kfer949 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uX2Kfer949 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX2Kfer949 .mbr-text,
.cid-uX2Kfer949 .item .mbr-section-btn {
  text-align: center;
}
.cid-uX2Kfer949 .content-head {
  max-width: 800px;
}
.cid-uX2Kfer949 .mbr-number {
  color: #474e93;
}
.cid-uX2Kfer949 .mbr-section-subtitle,
.cid-uX2Kfer949 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uX2Kfer949 .mbr-text {
  text-align: left;
}
.cid-uX2Kfer949 .mbr-text,
.cid-uX2Kfer949 .mbr-card-btn {
  text-align: left;
}
.cid-uX2Kfer949 .mbr-text,
.cid-uX2Kfer949 .mbr-section-btn {
  text-align: left;
}
.cid-uX2Kfer949 .mbr-text,
.cid-uX2Kfer949 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uX2Kfer949 .card-text,
.cid-uX2Kfer949 .item .mbr-section-btn {
  text-align: left;
}
.cid-uX2Kfer949 .card-title {
  text-align: left;
}
.cid-uX2Kffjso2 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX2Kffjso2 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uX2Kffjso2 .panel-group {
  border: none;
}
.cid-uX2Kffjso2 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uX2Kffjso2 .card-header {
    padding: 0rem;
  }
}
.cid-uX2Kffjso2 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uX2Kffjso2 .img-col {
  padding: 0;
}
.cid-uX2Kffjso2 .img-item {
  height: 100%;
}
.cid-uX2Kffjso2 img {
  height: 100%;
  object-fit: cover;
}
.cid-uX2Kffjso2 .collapsed span {
  transform: rotate(0deg);
}
.cid-uX2Kffjso2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uX2Kffjso2 p {
  margin-bottom: 0.3rem;
}
.cid-uX2Kffjso2 .panel-title-edit {
  color: #000000;
}
.cid-uX2Kffjso2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uX2Kffjso2 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uX2Kffjso2 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2Kffjso2 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uX2Kffjso2 .panel-text {
  color: #000000;
}
.cid-uX2Kffjso2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uX2Kffjso2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uX2Kffjso2 .panel-title-edit,
.cid-uX2Kffjso2 .mbr-iconfont {
  color: #000000;
}
.cid-uX2Kfg3bnC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2Kfg3bnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2Kfg3bnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2Kfg3bnC .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2KfgfD0i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uX2KfgfD0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2KfgfD0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2KfgfD0i .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX2KfgfD0i .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2KfgfD0i .row {
    text-align: center;
  }
  .cid-uX2KfgfD0i .row > div {
    margin: auto;
  }
  .cid-uX2KfgfD0i .social-row {
    justify-content: center;
  }
}
.cid-uX2KfgfD0i .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX2KfgfD0i .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX2KfgfD0i .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2KfgfD0i .list {
    margin-bottom: 0rem;
  }
}
.cid-uX2KfgfD0i .mbr-text {
  color: #ffffff;
}
.cid-uX2KfgfD0i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX2KfgfD0i .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX2KfgfD0i div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX2KfgfD0i .copyright {
  color: #ffffff;
}
.cid-uX2LP3adLk {
  z-index: 1000;
  width: 100%;
}
.cid-uX2LP3adLk nav.navbar {
  position: fixed;
}
.cid-uX2LP3adLk .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-uX2LP3adLk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX2LP3adLk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX2LP3adLk .dropdown-item:hover,
.cid-uX2LP3adLk .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uX2LP3adLk .dropdown-item:hover span {
  color: white;
}
.cid-uX2LP3adLk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX2LP3adLk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX2LP3adLk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX2LP3adLk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX2LP3adLk .nav-link {
  position: relative;
}
.cid-uX2LP3adLk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uX2LP3adLk .container {
    flex-wrap: nowrap;
  }
}
.cid-uX2LP3adLk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX2LP3adLk .dropdown-menu,
.cid-uX2LP3adLk .navbar.opened {
  background: #474e93 !important;
}
.cid-uX2LP3adLk .nav-item:focus,
.cid-uX2LP3adLk .nav-link:focus {
  outline: none;
}
.cid-uX2LP3adLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2LP3adLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2LP3adLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2LP3adLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2LP3adLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2LP3adLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2LP3adLk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uX2LP3adLk .navbar.opened {
  transition: all 0.3s;
}
.cid-uX2LP3adLk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX2LP3adLk .navbar .navbar-logo img {
  width: auto;
}
.cid-uX2LP3adLk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX2LP3adLk .navbar.collapsed {
  justify-content: center;
}
.cid-uX2LP3adLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2LP3adLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2LP3adLk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uX2LP3adLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2LP3adLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2LP3adLk .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-uX2LP3adLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2LP3adLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2LP3adLk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX2LP3adLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2LP3adLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2LP3adLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2LP3adLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2LP3adLk .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-uX2LP3adLk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX2LP3adLk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX2LP3adLk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2LP3adLk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX2LP3adLk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2LP3adLk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uX2LP3adLk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uX2LP3adLk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX2LP3adLk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX2LP3adLk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX2LP3adLk .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-uX2LP3adLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2LP3adLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2LP3adLk .dropdown-item.active,
.cid-uX2LP3adLk .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2LP3adLk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2LP3adLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2LP3adLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2LP3adLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uX2LP3adLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX2LP3adLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX2LP3adLk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX2LP3adLk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX2LP3adLk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX2LP3adLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX2LP3adLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX2LP3adLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2LP3adLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2LP3adLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX2LP3adLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2LP3adLk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2LP3adLk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2LP3adLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2LP3adLk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX2LP3adLk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2LP3adLk .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-uX2LP3adLk .navbar {
    height: 70px;
  }
  .cid-uX2LP3adLk .navbar.opened {
    height: auto;
  }
  .cid-uX2LP3adLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2LOYt6Ei {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uX2LOYt6Ei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2LOYt6Ei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2LOYt6Ei .row {
  flex-direction: row-reverse;
}
.cid-uX2LOZzioj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2LOZzioj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2LOZzioj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2LOZzioj .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2LOZzioj .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2LOZzioj .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2LOZzioj .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2LOZzioj .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2LOZzioj .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2LOZzioj img,
.cid-uX2LOZzioj .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2LOZzioj img,
  .cid-uX2LOZzioj .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2LOZzioj .mbr-section-title {
  color: #000000;
}
.cid-uX2LOZzioj .mbr-text {
  color: #000000;
}
.cid-uX2LOZzioj .mbr-text,
.cid-uX2LOZzioj .mbr-section-btn {
  text-align: left;
}
.cid-uX2LP1YiS3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2LP1YiS3 .item:focus,
.cid-uX2LP1YiS3 span:focus {
  outline: none;
}
.cid-uX2LP1YiS3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX2LP1YiS3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uX2LP1YiS3 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2LP1YiS3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2LP1YiS3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uX2LP1YiS3 .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX2LP1YiS3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uX2LP1YiS3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX2LP1YiS3 .mbr-text,
.cid-uX2LP1YiS3 .item .mbr-section-btn {
  text-align: center;
}
.cid-uX2LP1YiS3 .content-head {
  max-width: 800px;
}
.cid-uX2LP1YiS3 .mbr-number {
  color: #474e93;
}
.cid-uX2LP1YiS3 .mbr-section-subtitle,
.cid-uX2LP1YiS3 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uX2LP1YiS3 .mbr-text {
  text-align: left;
}
.cid-uX2LP1YiS3 .mbr-text,
.cid-uX2LP1YiS3 .mbr-card-btn {
  text-align: left;
}
.cid-uX2LP1YiS3 .mbr-text,
.cid-uX2LP1YiS3 .mbr-section-btn {
  text-align: left;
}
.cid-uX2LP1YiS3 .mbr-text,
.cid-uX2LP1YiS3 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uX2LP1YiS3 .card-text,
.cid-uX2LP1YiS3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uX2LP1YiS3 .card-title {
  text-align: left;
}
.cid-uX2LOZMnHA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2LOZMnHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2LOZMnHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2LOZMnHA .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2LOZMnHA .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2LOZMnHA .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2LOZMnHA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2LOZMnHA .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2LOZMnHA .row {
  flex-direction: row-reverse;
}
.cid-uX2LOZMnHA .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2LOZMnHA img,
.cid-uX2LOZMnHA .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2LOZMnHA img,
  .cid-uX2LOZMnHA .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2LOZMnHA .mbr-section-title {
  color: #000000;
}
.cid-uX2LOZMnHA .mbr-text {
  color: #000000;
}
.cid-uX2PUdt5BY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2PUdt5BY .item:focus,
.cid-uX2PUdt5BY span:focus {
  outline: none;
}
.cid-uX2PUdt5BY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX2PUdt5BY .item {
    margin-bottom: 1rem;
  }
}
.cid-uX2PUdt5BY .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2PUdt5BY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2PUdt5BY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uX2PUdt5BY .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX2PUdt5BY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uX2PUdt5BY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX2PUdt5BY .mbr-text,
.cid-uX2PUdt5BY .item .mbr-section-btn {
  text-align: center;
}
.cid-uX2PUdt5BY .content-head {
  max-width: 800px;
}
.cid-uX2PUdt5BY .mbr-number {
  color: #474e93;
}
.cid-uX2PUdt5BY .mbr-section-subtitle,
.cid-uX2PUdt5BY .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uX2PUdt5BY .mbr-text {
  text-align: left;
}
.cid-uX2PUdt5BY .mbr-text,
.cid-uX2PUdt5BY .mbr-card-btn {
  text-align: left;
}
.cid-uX2PUdt5BY .mbr-text,
.cid-uX2PUdt5BY .mbr-section-btn {
  text-align: left;
}
.cid-uX2PUdt5BY .mbr-text,
.cid-uX2PUdt5BY .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uX2PUdt5BY .card-text,
.cid-uX2PUdt5BY .item .mbr-section-btn {
  text-align: left;
}
.cid-uX2PUdt5BY .card-title {
  text-align: left;
}
.cid-uX2LP2cfdj {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX2LP2cfdj .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uX2LP2cfdj .panel-group {
  border: none;
}
.cid-uX2LP2cfdj .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uX2LP2cfdj .card-header {
    padding: 0rem;
  }
}
.cid-uX2LP2cfdj .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uX2LP2cfdj .img-col {
  padding: 0;
}
.cid-uX2LP2cfdj .img-item {
  height: 100%;
}
.cid-uX2LP2cfdj img {
  height: 100%;
  object-fit: cover;
}
.cid-uX2LP2cfdj .collapsed span {
  transform: rotate(0deg);
}
.cid-uX2LP2cfdj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uX2LP2cfdj p {
  margin-bottom: 0.3rem;
}
.cid-uX2LP2cfdj .panel-title-edit {
  color: #000000;
}
.cid-uX2LP2cfdj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uX2LP2cfdj .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uX2LP2cfdj .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2LP2cfdj .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uX2LP2cfdj .panel-text {
  color: #000000;
}
.cid-uX2LP2cfdj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uX2LP2cfdj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uX2LP2cfdj .panel-title-edit,
.cid-uX2LP2cfdj .mbr-iconfont {
  color: #000000;
}
.cid-uX2LP2s2K5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2LP2s2K5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2LP2s2K5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2LP2s2K5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2LP2RKWA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uX2LP2RKWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2LP2RKWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2LP2RKWA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX2LP2RKWA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2LP2RKWA .row {
    text-align: center;
  }
  .cid-uX2LP2RKWA .row > div {
    margin: auto;
  }
  .cid-uX2LP2RKWA .social-row {
    justify-content: center;
  }
}
.cid-uX2LP2RKWA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX2LP2RKWA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX2LP2RKWA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2LP2RKWA .list {
    margin-bottom: 0rem;
  }
}
.cid-uX2LP2RKWA .mbr-text {
  color: #ffffff;
}
.cid-uX2LP2RKWA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX2LP2RKWA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX2LP2RKWA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX2LP2RKWA .copyright {
  color: #ffffff;
}
.cid-uX2Rkmxx30 {
  z-index: 1000;
  width: 100%;
}
.cid-uX2Rkmxx30 nav.navbar {
  position: fixed;
}
.cid-uX2Rkmxx30 .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-uX2Rkmxx30 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX2Rkmxx30 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX2Rkmxx30 .dropdown-item:hover,
.cid-uX2Rkmxx30 .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uX2Rkmxx30 .dropdown-item:hover span {
  color: white;
}
.cid-uX2Rkmxx30 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX2Rkmxx30 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX2Rkmxx30 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX2Rkmxx30 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX2Rkmxx30 .nav-link {
  position: relative;
}
.cid-uX2Rkmxx30 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uX2Rkmxx30 .container {
    flex-wrap: nowrap;
  }
}
.cid-uX2Rkmxx30 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX2Rkmxx30 .dropdown-menu,
.cid-uX2Rkmxx30 .navbar.opened {
  background: #474e93 !important;
}
.cid-uX2Rkmxx30 .nav-item:focus,
.cid-uX2Rkmxx30 .nav-link:focus {
  outline: none;
}
.cid-uX2Rkmxx30 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2Rkmxx30 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2Rkmxx30 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2Rkmxx30 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2Rkmxx30 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2Rkmxx30 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2Rkmxx30 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uX2Rkmxx30 .navbar.opened {
  transition: all 0.3s;
}
.cid-uX2Rkmxx30 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX2Rkmxx30 .navbar .navbar-logo img {
  width: auto;
}
.cid-uX2Rkmxx30 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX2Rkmxx30 .navbar.collapsed {
  justify-content: center;
}
.cid-uX2Rkmxx30 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2Rkmxx30 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2Rkmxx30 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uX2Rkmxx30 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2Rkmxx30 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2Rkmxx30 .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-uX2Rkmxx30 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2Rkmxx30 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2Rkmxx30 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX2Rkmxx30 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2Rkmxx30 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2Rkmxx30 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2Rkmxx30 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2Rkmxx30 .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-uX2Rkmxx30 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX2Rkmxx30 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX2Rkmxx30 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2Rkmxx30 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX2Rkmxx30 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2Rkmxx30 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uX2Rkmxx30 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uX2Rkmxx30 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX2Rkmxx30 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX2Rkmxx30 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX2Rkmxx30 .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-uX2Rkmxx30 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2Rkmxx30 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2Rkmxx30 .dropdown-item.active,
.cid-uX2Rkmxx30 .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2Rkmxx30 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2Rkmxx30 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2Rkmxx30 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2Rkmxx30 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uX2Rkmxx30 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX2Rkmxx30 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX2Rkmxx30 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX2Rkmxx30 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX2Rkmxx30 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX2Rkmxx30 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX2Rkmxx30 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX2Rkmxx30 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2Rkmxx30 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2Rkmxx30 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX2Rkmxx30 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2Rkmxx30 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2Rkmxx30 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2Rkmxx30 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2Rkmxx30 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX2Rkmxx30 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2Rkmxx30 .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-uX2Rkmxx30 .navbar {
    height: 70px;
  }
  .cid-uX2Rkmxx30 .navbar.opened {
    height: auto;
  }
  .cid-uX2Rkmxx30 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2Rkjxc50 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uX2Rkjxc50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2Rkjxc50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2Rkjxc50 .row {
  flex-direction: row-reverse;
}
.cid-uX2RkkNvvb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2RkkNvvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2RkkNvvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2RkkNvvb .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2RkkNvvb .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2RkkNvvb .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2RkkNvvb .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2RkkNvvb .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2RkkNvvb .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2RkkNvvb img,
.cid-uX2RkkNvvb .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2RkkNvvb img,
  .cid-uX2RkkNvvb .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2RkkNvvb .mbr-section-title {
  color: #000000;
}
.cid-uX2RkkNvvb .mbr-text {
  color: #000000;
}
.cid-uX2RkkNvvb .mbr-text,
.cid-uX2RkkNvvb .mbr-section-btn {
  text-align: left;
}
.cid-uX2Rkljx3r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2Rkljx3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2Rkljx3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2Rkljx3r .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2Rkljx3r .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2Rkljx3r .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2Rkljx3r .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2Rkljx3r .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2Rkljx3r .row {
  flex-direction: row-reverse;
}
.cid-uX2Rkljx3r .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2Rkljx3r img,
.cid-uX2Rkljx3r .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2Rkljx3r img,
  .cid-uX2Rkljx3r .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2Rkljx3r .mbr-section-title {
  color: #000000;
}
.cid-uX2Rkljx3r .mbr-text {
  color: #000000;
}
.cid-uX2RklKBMX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX2RklKBMX .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uX2RklKBMX .panel-group {
  border: none;
}
.cid-uX2RklKBMX .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uX2RklKBMX .card-header {
    padding: 0rem;
  }
}
.cid-uX2RklKBMX .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uX2RklKBMX .img-col {
  padding: 0;
}
.cid-uX2RklKBMX .img-item {
  height: 100%;
}
.cid-uX2RklKBMX img {
  height: 100%;
  object-fit: cover;
}
.cid-uX2RklKBMX .collapsed span {
  transform: rotate(0deg);
}
.cid-uX2RklKBMX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uX2RklKBMX p {
  margin-bottom: 0.3rem;
}
.cid-uX2RklKBMX .panel-title-edit {
  color: #000000;
}
.cid-uX2RklKBMX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uX2RklKBMX .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uX2RklKBMX .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2RklKBMX .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uX2RklKBMX .panel-text {
  color: #000000;
}
.cid-uX2RklKBMX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uX2RklKBMX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uX2RklKBMX .panel-title-edit,
.cid-uX2RklKBMX .mbr-iconfont {
  color: #000000;
}
.cid-uX2Rkm2bpM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2Rkm2bpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2Rkm2bpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2Rkm2bpM .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2Rkmegor {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uX2Rkmegor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2Rkmegor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2Rkmegor .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX2Rkmegor .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2Rkmegor .row {
    text-align: center;
  }
  .cid-uX2Rkmegor .row > div {
    margin: auto;
  }
  .cid-uX2Rkmegor .social-row {
    justify-content: center;
  }
}
.cid-uX2Rkmegor .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX2Rkmegor .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX2Rkmegor .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2Rkmegor .list {
    margin-bottom: 0rem;
  }
}
.cid-uX2Rkmegor .mbr-text {
  color: #ffffff;
}
.cid-uX2Rkmegor .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX2Rkmegor .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX2Rkmegor div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX2Rkmegor .copyright {
  color: #ffffff;
}
.cid-uX2SuYy5LF {
  z-index: 1000;
  width: 100%;
}
.cid-uX2SuYy5LF nav.navbar {
  position: fixed;
}
.cid-uX2SuYy5LF .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-uX2SuYy5LF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX2SuYy5LF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX2SuYy5LF .dropdown-item:hover,
.cid-uX2SuYy5LF .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uX2SuYy5LF .dropdown-item:hover span {
  color: white;
}
.cid-uX2SuYy5LF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX2SuYy5LF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX2SuYy5LF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX2SuYy5LF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX2SuYy5LF .nav-link {
  position: relative;
}
.cid-uX2SuYy5LF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uX2SuYy5LF .container {
    flex-wrap: nowrap;
  }
}
.cid-uX2SuYy5LF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX2SuYy5LF .dropdown-menu,
.cid-uX2SuYy5LF .navbar.opened {
  background: #474e93 !important;
}
.cid-uX2SuYy5LF .nav-item:focus,
.cid-uX2SuYy5LF .nav-link:focus {
  outline: none;
}
.cid-uX2SuYy5LF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2SuYy5LF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2SuYy5LF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2SuYy5LF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2SuYy5LF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2SuYy5LF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2SuYy5LF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uX2SuYy5LF .navbar.opened {
  transition: all 0.3s;
}
.cid-uX2SuYy5LF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX2SuYy5LF .navbar .navbar-logo img {
  width: auto;
}
.cid-uX2SuYy5LF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX2SuYy5LF .navbar.collapsed {
  justify-content: center;
}
.cid-uX2SuYy5LF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2SuYy5LF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2SuYy5LF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uX2SuYy5LF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2SuYy5LF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2SuYy5LF .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-uX2SuYy5LF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2SuYy5LF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2SuYy5LF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX2SuYy5LF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2SuYy5LF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2SuYy5LF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2SuYy5LF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2SuYy5LF .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-uX2SuYy5LF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX2SuYy5LF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX2SuYy5LF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2SuYy5LF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX2SuYy5LF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2SuYy5LF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uX2SuYy5LF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uX2SuYy5LF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX2SuYy5LF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX2SuYy5LF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX2SuYy5LF .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-uX2SuYy5LF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2SuYy5LF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2SuYy5LF .dropdown-item.active,
.cid-uX2SuYy5LF .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2SuYy5LF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2SuYy5LF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2SuYy5LF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2SuYy5LF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uX2SuYy5LF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX2SuYy5LF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX2SuYy5LF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX2SuYy5LF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX2SuYy5LF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX2SuYy5LF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX2SuYy5LF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX2SuYy5LF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2SuYy5LF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2SuYy5LF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX2SuYy5LF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2SuYy5LF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2SuYy5LF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2SuYy5LF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2SuYy5LF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX2SuYy5LF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2SuYy5LF .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-uX2SuYy5LF .navbar {
    height: 70px;
  }
  .cid-uX2SuYy5LF .navbar.opened {
    height: auto;
  }
  .cid-uX2SuYy5LF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2SuVlr7k {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uX2SuVlr7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2SuVlr7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2SuVlr7k .row {
  flex-direction: row-reverse;
}
.cid-uX2SuWmt9q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2SuWmt9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2SuWmt9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2SuWmt9q .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2SuWmt9q .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2SuWmt9q .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2SuWmt9q .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2SuWmt9q .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2SuWmt9q .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2SuWmt9q img,
.cid-uX2SuWmt9q .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2SuWmt9q img,
  .cid-uX2SuWmt9q .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2SuWmt9q .mbr-section-title {
  color: #000000;
}
.cid-uX2SuWmt9q .mbr-text {
  color: #000000;
}
.cid-uX2SuWmt9q .mbr-text,
.cid-uX2SuWmt9q .mbr-section-btn {
  text-align: left;
}
.cid-uX2SuWHOEx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2SuWHOEx .item:focus,
.cid-uX2SuWHOEx span:focus {
  outline: none;
}
.cid-uX2SuWHOEx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX2SuWHOEx .item {
    margin-bottom: 1rem;
  }
}
.cid-uX2SuWHOEx .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2SuWHOEx .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2SuWHOEx .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uX2SuWHOEx .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX2SuWHOEx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uX2SuWHOEx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX2SuWHOEx .mbr-text,
.cid-uX2SuWHOEx .item .mbr-section-btn {
  text-align: center;
}
.cid-uX2SuWHOEx .content-head {
  max-width: 800px;
}
.cid-uX2SuWHOEx .mbr-number {
  color: #474e93;
}
.cid-uX2SuWHOEx .mbr-section-subtitle,
.cid-uX2SuWHOEx .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uX2SuWHOEx .mbr-text {
  text-align: left;
}
.cid-uX2SuWHOEx .mbr-text,
.cid-uX2SuWHOEx .mbr-card-btn {
  text-align: left;
}
.cid-uX2SuWHOEx .mbr-text,
.cid-uX2SuWHOEx .mbr-section-btn {
  text-align: left;
}
.cid-uX2SuWHOEx .mbr-text,
.cid-uX2SuWHOEx .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uX2SuWHOEx .card-text,
.cid-uX2SuWHOEx .item .mbr-section-btn {
  text-align: left;
}
.cid-uX2SuWHOEx .card-title {
  text-align: left;
}
.cid-uX2YVrc5ie {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2YVrc5ie .item:focus,
.cid-uX2YVrc5ie span:focus {
  outline: none;
}
.cid-uX2YVrc5ie .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX2YVrc5ie .item {
    margin-bottom: 1rem;
  }
}
.cid-uX2YVrc5ie .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2YVrc5ie .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2YVrc5ie .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uX2YVrc5ie .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX2YVrc5ie .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uX2YVrc5ie .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX2YVrc5ie .mbr-text,
.cid-uX2YVrc5ie .item .mbr-section-btn {
  text-align: center;
}
.cid-uX2YVrc5ie .content-head {
  max-width: 800px;
}
.cid-uX2YVrc5ie .mbr-number {
  color: #474e93;
}
.cid-uX2YVrc5ie .mbr-section-subtitle,
.cid-uX2YVrc5ie .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uX2YVrc5ie .mbr-text {
  text-align: left;
}
.cid-uX2YVrc5ie .mbr-text,
.cid-uX2YVrc5ie .mbr-card-btn {
  text-align: left;
}
.cid-uX2YVrc5ie .mbr-text,
.cid-uX2YVrc5ie .mbr-section-btn {
  text-align: left;
}
.cid-uX2YVrc5ie .mbr-text,
.cid-uX2YVrc5ie .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uX2YVrc5ie .card-text,
.cid-uX2YVrc5ie .item .mbr-section-btn {
  text-align: left;
}
.cid-uX2YVrc5ie .card-title {
  text-align: left;
}
.cid-uX2SuXg1Rm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2SuXg1Rm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2SuXg1Rm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2SuXg1Rm .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX2SuXg1Rm .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2SuXg1Rm .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2SuXg1Rm .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX2SuXg1Rm .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX2SuXg1Rm .row {
  flex-direction: row-reverse;
}
.cid-uX2SuXg1Rm .image-wrapper {
  padding: 0 1rem;
}
.cid-uX2SuXg1Rm img,
.cid-uX2SuXg1Rm .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX2SuXg1Rm img,
  .cid-uX2SuXg1Rm .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX2SuXg1Rm .mbr-section-title {
  color: #000000;
}
.cid-uX2SuXg1Rm .mbr-text {
  color: #000000;
}
.cid-uX2SuXHCwz {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX2SuXHCwz .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uX2SuXHCwz .panel-group {
  border: none;
}
.cid-uX2SuXHCwz .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uX2SuXHCwz .card-header {
    padding: 0rem;
  }
}
.cid-uX2SuXHCwz .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uX2SuXHCwz .img-col {
  padding: 0;
}
.cid-uX2SuXHCwz .img-item {
  height: 100%;
}
.cid-uX2SuXHCwz img {
  height: 100%;
  object-fit: cover;
}
.cid-uX2SuXHCwz .collapsed span {
  transform: rotate(0deg);
}
.cid-uX2SuXHCwz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uX2SuXHCwz p {
  margin-bottom: 0.3rem;
}
.cid-uX2SuXHCwz .panel-title-edit {
  color: #000000;
}
.cid-uX2SuXHCwz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uX2SuXHCwz .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uX2SuXHCwz .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2SuXHCwz .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uX2SuXHCwz .panel-text {
  color: #000000;
}
.cid-uX2SuXHCwz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uX2SuXHCwz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uX2SuXHCwz .panel-title-edit,
.cid-uX2SuXHCwz .mbr-iconfont {
  color: #000000;
}
.cid-uX2SuXZSTG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2SuXZSTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2SuXZSTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2SuXZSTG .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2SuYdTpL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uX2SuYdTpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2SuYdTpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2SuYdTpL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX2SuYdTpL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2SuYdTpL .row {
    text-align: center;
  }
  .cid-uX2SuYdTpL .row > div {
    margin: auto;
  }
  .cid-uX2SuYdTpL .social-row {
    justify-content: center;
  }
}
.cid-uX2SuYdTpL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX2SuYdTpL .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX2SuYdTpL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2SuYdTpL .list {
    margin-bottom: 0rem;
  }
}
.cid-uX2SuYdTpL .mbr-text {
  color: #ffffff;
}
.cid-uX2SuYdTpL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX2SuYdTpL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX2SuYdTpL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX2SuYdTpL .copyright {
  color: #ffffff;
}
.cid-uX33m9xcbD {
  z-index: 1000;
  width: 100%;
}
.cid-uX33m9xcbD nav.navbar {
  position: fixed;
}
.cid-uX33m9xcbD .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-uX33m9xcbD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX33m9xcbD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX33m9xcbD .dropdown-item:hover,
.cid-uX33m9xcbD .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uX33m9xcbD .dropdown-item:hover span {
  color: white;
}
.cid-uX33m9xcbD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX33m9xcbD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX33m9xcbD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX33m9xcbD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX33m9xcbD .nav-link {
  position: relative;
}
.cid-uX33m9xcbD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uX33m9xcbD .container {
    flex-wrap: nowrap;
  }
}
.cid-uX33m9xcbD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX33m9xcbD .dropdown-menu,
.cid-uX33m9xcbD .navbar.opened {
  background: #474e93 !important;
}
.cid-uX33m9xcbD .nav-item:focus,
.cid-uX33m9xcbD .nav-link:focus {
  outline: none;
}
.cid-uX33m9xcbD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX33m9xcbD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX33m9xcbD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX33m9xcbD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX33m9xcbD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX33m9xcbD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX33m9xcbD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uX33m9xcbD .navbar.opened {
  transition: all 0.3s;
}
.cid-uX33m9xcbD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX33m9xcbD .navbar .navbar-logo img {
  width: auto;
}
.cid-uX33m9xcbD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX33m9xcbD .navbar.collapsed {
  justify-content: center;
}
.cid-uX33m9xcbD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX33m9xcbD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX33m9xcbD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uX33m9xcbD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX33m9xcbD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX33m9xcbD .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-uX33m9xcbD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX33m9xcbD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX33m9xcbD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX33m9xcbD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX33m9xcbD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX33m9xcbD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX33m9xcbD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX33m9xcbD .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-uX33m9xcbD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX33m9xcbD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX33m9xcbD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX33m9xcbD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX33m9xcbD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX33m9xcbD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uX33m9xcbD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uX33m9xcbD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX33m9xcbD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX33m9xcbD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX33m9xcbD .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-uX33m9xcbD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX33m9xcbD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX33m9xcbD .dropdown-item.active,
.cid-uX33m9xcbD .dropdown-item:active {
  background-color: transparent;
}
.cid-uX33m9xcbD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX33m9xcbD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX33m9xcbD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX33m9xcbD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uX33m9xcbD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX33m9xcbD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX33m9xcbD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX33m9xcbD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX33m9xcbD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX33m9xcbD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX33m9xcbD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX33m9xcbD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX33m9xcbD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX33m9xcbD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX33m9xcbD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX33m9xcbD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX33m9xcbD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX33m9xcbD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX33m9xcbD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX33m9xcbD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX33m9xcbD .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-uX33m9xcbD .navbar {
    height: 70px;
  }
  .cid-uX33m9xcbD .navbar.opened {
    height: auto;
  }
  .cid-uX33m9xcbD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX33m6B7wA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uX33m6B7wA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX33m6B7wA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX33m6B7wA .row {
  flex-direction: row-reverse;
}
.cid-uX33m7EARZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX33m7EARZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX33m7EARZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX33m7EARZ .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX33m7EARZ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX33m7EARZ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX33m7EARZ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX33m7EARZ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX33m7EARZ .image-wrapper {
  padding: 0 1rem;
}
.cid-uX33m7EARZ img,
.cid-uX33m7EARZ .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX33m7EARZ img,
  .cid-uX33m7EARZ .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX33m7EARZ .mbr-section-title {
  color: #000000;
}
.cid-uX33m7EARZ .mbr-text {
  color: #000000;
}
.cid-uX33m7EARZ .mbr-text,
.cid-uX33m7EARZ .mbr-section-btn {
  text-align: left;
}
.cid-uX33m7Tm9X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX33m7Tm9X .item:focus,
.cid-uX33m7Tm9X span:focus {
  outline: none;
}
.cid-uX33m7Tm9X .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX33m7Tm9X .item {
    margin-bottom: 1rem;
  }
}
.cid-uX33m7Tm9X .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX33m7Tm9X .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX33m7Tm9X .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uX33m7Tm9X .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX33m7Tm9X .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uX33m7Tm9X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX33m7Tm9X .mbr-text,
.cid-uX33m7Tm9X .item .mbr-section-btn {
  text-align: center;
}
.cid-uX33m7Tm9X .content-head {
  max-width: 800px;
}
.cid-uX33m7Tm9X .mbr-number {
  color: #474e93;
}
.cid-uX33m7Tm9X .mbr-section-subtitle,
.cid-uX33m7Tm9X .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uX33m7Tm9X .mbr-text {
  text-align: left;
}
.cid-uX33m7Tm9X .mbr-text,
.cid-uX33m7Tm9X .mbr-card-btn {
  text-align: left;
}
.cid-uX33m7Tm9X .mbr-text,
.cid-uX33m7Tm9X .mbr-section-btn {
  text-align: left;
}
.cid-uX33m7Tm9X .mbr-text,
.cid-uX33m7Tm9X .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uX33m7Tm9X .card-text,
.cid-uX33m7Tm9X .item .mbr-section-btn {
  text-align: left;
}
.cid-uX33m7Tm9X .card-title {
  text-align: left;
}
.cid-uX33m8bFsc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX33m8bFsc .item:focus,
.cid-uX33m8bFsc span:focus {
  outline: none;
}
.cid-uX33m8bFsc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX33m8bFsc .item {
    margin-bottom: 1rem;
  }
}
.cid-uX33m8bFsc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX33m8bFsc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX33m8bFsc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uX33m8bFsc .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX33m8bFsc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uX33m8bFsc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX33m8bFsc .mbr-text,
.cid-uX33m8bFsc .item .mbr-section-btn {
  text-align: center;
}
.cid-uX33m8bFsc .content-head {
  max-width: 800px;
}
.cid-uX33m8bFsc .mbr-number {
  color: #474e93;
}
.cid-uX33m8bFsc .mbr-section-subtitle,
.cid-uX33m8bFsc .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uX33m8bFsc .mbr-text {
  text-align: left;
}
.cid-uX33m8bFsc .mbr-text,
.cid-uX33m8bFsc .mbr-card-btn {
  text-align: left;
}
.cid-uX33m8bFsc .mbr-text,
.cid-uX33m8bFsc .mbr-section-btn {
  text-align: left;
}
.cid-uX33m8bFsc .mbr-text,
.cid-uX33m8bFsc .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uX33m8bFsc .card-text,
.cid-uX33m8bFsc .item .mbr-section-btn {
  text-align: left;
}
.cid-uX33m8bFsc .card-title {
  text-align: left;
}
.cid-uX33m8Gp64 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX33m8Gp64 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uX33m8Gp64 .panel-group {
  border: none;
}
.cid-uX33m8Gp64 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uX33m8Gp64 .card-header {
    padding: 0rem;
  }
}
.cid-uX33m8Gp64 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uX33m8Gp64 .img-col {
  padding: 0;
}
.cid-uX33m8Gp64 .img-item {
  height: 100%;
}
.cid-uX33m8Gp64 img {
  height: 100%;
  object-fit: cover;
}
.cid-uX33m8Gp64 .collapsed span {
  transform: rotate(0deg);
}
.cid-uX33m8Gp64 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uX33m8Gp64 p {
  margin-bottom: 0.3rem;
}
.cid-uX33m8Gp64 .panel-title-edit {
  color: #000000;
}
.cid-uX33m8Gp64 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uX33m8Gp64 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uX33m8Gp64 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX33m8Gp64 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uX33m8Gp64 .panel-text {
  color: #000000;
}
.cid-uX33m8Gp64 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uX33m8Gp64 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uX33m8Gp64 .panel-title-edit,
.cid-uX33m8Gp64 .mbr-iconfont {
  color: #000000;
}
.cid-uX33m8W9Ix {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX33m8W9Ix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX33m8W9Ix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX33m8W9Ix .mbr-section-subtitle {
  color: #000000;
}
.cid-uX33m9840U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uX33m9840U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX33m9840U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX33m9840U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX33m9840U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX33m9840U .row {
    text-align: center;
  }
  .cid-uX33m9840U .row > div {
    margin: auto;
  }
  .cid-uX33m9840U .social-row {
    justify-content: center;
  }
}
.cid-uX33m9840U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX33m9840U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX33m9840U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX33m9840U .list {
    margin-bottom: 0rem;
  }
}
.cid-uX33m9840U .mbr-text {
  color: #ffffff;
}
.cid-uX33m9840U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX33m9840U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX33m9840U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX33m9840U .copyright {
  color: #ffffff;
}
.cid-uX34WgwEkI {
  z-index: 1000;
  width: 100%;
}
.cid-uX34WgwEkI nav.navbar {
  position: fixed;
}
.cid-uX34WgwEkI .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-uX34WgwEkI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX34WgwEkI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX34WgwEkI .dropdown-item:hover,
.cid-uX34WgwEkI .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uX34WgwEkI .dropdown-item:hover span {
  color: white;
}
.cid-uX34WgwEkI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX34WgwEkI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX34WgwEkI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX34WgwEkI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX34WgwEkI .nav-link {
  position: relative;
}
.cid-uX34WgwEkI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uX34WgwEkI .container {
    flex-wrap: nowrap;
  }
}
.cid-uX34WgwEkI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX34WgwEkI .dropdown-menu,
.cid-uX34WgwEkI .navbar.opened {
  background: #474e93 !important;
}
.cid-uX34WgwEkI .nav-item:focus,
.cid-uX34WgwEkI .nav-link:focus {
  outline: none;
}
.cid-uX34WgwEkI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX34WgwEkI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX34WgwEkI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX34WgwEkI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX34WgwEkI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX34WgwEkI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX34WgwEkI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uX34WgwEkI .navbar.opened {
  transition: all 0.3s;
}
.cid-uX34WgwEkI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX34WgwEkI .navbar .navbar-logo img {
  width: auto;
}
.cid-uX34WgwEkI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX34WgwEkI .navbar.collapsed {
  justify-content: center;
}
.cid-uX34WgwEkI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX34WgwEkI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX34WgwEkI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uX34WgwEkI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX34WgwEkI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX34WgwEkI .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-uX34WgwEkI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX34WgwEkI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX34WgwEkI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX34WgwEkI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX34WgwEkI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX34WgwEkI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX34WgwEkI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX34WgwEkI .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-uX34WgwEkI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX34WgwEkI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX34WgwEkI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX34WgwEkI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX34WgwEkI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX34WgwEkI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uX34WgwEkI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uX34WgwEkI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX34WgwEkI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX34WgwEkI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX34WgwEkI .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-uX34WgwEkI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX34WgwEkI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX34WgwEkI .dropdown-item.active,
.cid-uX34WgwEkI .dropdown-item:active {
  background-color: transparent;
}
.cid-uX34WgwEkI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX34WgwEkI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX34WgwEkI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX34WgwEkI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uX34WgwEkI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX34WgwEkI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX34WgwEkI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX34WgwEkI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX34WgwEkI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX34WgwEkI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX34WgwEkI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX34WgwEkI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX34WgwEkI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX34WgwEkI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX34WgwEkI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX34WgwEkI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX34WgwEkI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX34WgwEkI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX34WgwEkI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX34WgwEkI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX34WgwEkI .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-uX34WgwEkI .navbar {
    height: 70px;
  }
  .cid-uX34WgwEkI .navbar.opened {
    height: auto;
  }
  .cid-uX34WgwEkI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX34WdM50m {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uX34WdM50m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX34WdM50m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX34WdM50m .row {
  flex-direction: row-reverse;
}
.cid-uX34WeRqtO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX34WeRqtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX34WeRqtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX34WeRqtO .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX34WeRqtO .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX34WeRqtO .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX34WeRqtO .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX34WeRqtO .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX34WeRqtO .image-wrapper {
  padding: 0 1rem;
}
.cid-uX34WeRqtO img,
.cid-uX34WeRqtO .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX34WeRqtO img,
  .cid-uX34WeRqtO .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX34WeRqtO .mbr-section-title {
  color: #000000;
}
.cid-uX34WeRqtO .mbr-text {
  color: #000000;
}
.cid-uX34WeRqtO .mbr-text,
.cid-uX34WeRqtO .mbr-section-btn {
  text-align: left;
}
.cid-uX34Wf7RxQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX34Wf7RxQ .item:focus,
.cid-uX34Wf7RxQ span:focus {
  outline: none;
}
.cid-uX34Wf7RxQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX34Wf7RxQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uX34Wf7RxQ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX34Wf7RxQ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX34Wf7RxQ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uX34Wf7RxQ .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX34Wf7RxQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uX34Wf7RxQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX34Wf7RxQ .mbr-text,
.cid-uX34Wf7RxQ .item .mbr-section-btn {
  text-align: center;
}
.cid-uX34Wf7RxQ .content-head {
  max-width: 800px;
}
.cid-uX34Wf7RxQ .mbr-number {
  color: #474e93;
}
.cid-uX34Wf7RxQ .mbr-section-subtitle,
.cid-uX34Wf7RxQ .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uX34Wf7RxQ .mbr-text {
  text-align: left;
}
.cid-uX34Wf7RxQ .mbr-text,
.cid-uX34Wf7RxQ .mbr-card-btn {
  text-align: left;
}
.cid-uX34Wf7RxQ .mbr-text,
.cid-uX34Wf7RxQ .mbr-section-btn {
  text-align: left;
}
.cid-uX34Wf7RxQ .mbr-text,
.cid-uX34Wf7RxQ .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uX34Wf7RxQ .card-text,
.cid-uX34Wf7RxQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uX34Wf7RxQ .card-title {
  text-align: left;
}
.cid-uX34WfKBPN {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX34WfKBPN .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uX34WfKBPN .panel-group {
  border: none;
}
.cid-uX34WfKBPN .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uX34WfKBPN .card-header {
    padding: 0rem;
  }
}
.cid-uX34WfKBPN .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uX34WfKBPN .img-col {
  padding: 0;
}
.cid-uX34WfKBPN .img-item {
  height: 100%;
}
.cid-uX34WfKBPN img {
  height: 100%;
  object-fit: cover;
}
.cid-uX34WfKBPN .collapsed span {
  transform: rotate(0deg);
}
.cid-uX34WfKBPN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uX34WfKBPN p {
  margin-bottom: 0.3rem;
}
.cid-uX34WfKBPN .panel-title-edit {
  color: #000000;
}
.cid-uX34WfKBPN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uX34WfKBPN .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uX34WfKBPN .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX34WfKBPN .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uX34WfKBPN .panel-text {
  color: #000000;
}
.cid-uX34WfKBPN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uX34WfKBPN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uX34WfKBPN .panel-title-edit,
.cid-uX34WfKBPN .mbr-iconfont {
  color: #000000;
}
.cid-uX34Wg0Isx {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX34Wg0Isx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX34Wg0Isx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX34Wg0Isx .mbr-section-subtitle {
  color: #000000;
}
.cid-uX34Wgcb8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uX34Wgcb8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX34Wgcb8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX34Wgcb8x .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX34Wgcb8x .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX34Wgcb8x .row {
    text-align: center;
  }
  .cid-uX34Wgcb8x .row > div {
    margin: auto;
  }
  .cid-uX34Wgcb8x .social-row {
    justify-content: center;
  }
}
.cid-uX34Wgcb8x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX34Wgcb8x .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX34Wgcb8x .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX34Wgcb8x .list {
    margin-bottom: 0rem;
  }
}
.cid-uX34Wgcb8x .mbr-text {
  color: #ffffff;
}
.cid-uX34Wgcb8x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX34Wgcb8x .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX34Wgcb8x div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX34Wgcb8x .copyright {
  color: #ffffff;
}
.cid-uX3663BRig {
  z-index: 1000;
  width: 100%;
}
.cid-uX3663BRig nav.navbar {
  position: fixed;
}
.cid-uX3663BRig .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-uX3663BRig .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX3663BRig .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX3663BRig .dropdown-item:hover,
.cid-uX3663BRig .dropdown-item:focus {
  background: #9c98cf !important;
  color: white !important;
}
.cid-uX3663BRig .dropdown-item:hover span {
  color: white;
}
.cid-uX3663BRig .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX3663BRig .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX3663BRig .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX3663BRig .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX3663BRig .nav-link {
  position: relative;
}
.cid-uX3663BRig .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uX3663BRig .container {
    flex-wrap: nowrap;
  }
}
.cid-uX3663BRig .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX3663BRig .dropdown-menu,
.cid-uX3663BRig .navbar.opened {
  background: #474e93 !important;
}
.cid-uX3663BRig .nav-item:focus,
.cid-uX3663BRig .nav-link:focus {
  outline: none;
}
.cid-uX3663BRig .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX3663BRig .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX3663BRig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX3663BRig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX3663BRig .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX3663BRig .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX3663BRig .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 78, 147, 0.8);
}
.cid-uX3663BRig .navbar.opened {
  transition: all 0.3s;
}
.cid-uX3663BRig .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX3663BRig .navbar .navbar-logo img {
  width: auto;
}
.cid-uX3663BRig .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX3663BRig .navbar.collapsed {
  justify-content: center;
}
.cid-uX3663BRig .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX3663BRig .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX3663BRig .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uX3663BRig .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX3663BRig .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX3663BRig .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-uX3663BRig .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX3663BRig .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX3663BRig .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX3663BRig .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX3663BRig .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX3663BRig .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX3663BRig .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX3663BRig .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-uX3663BRig .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX3663BRig .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX3663BRig .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX3663BRig .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX3663BRig .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX3663BRig .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uX3663BRig .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uX3663BRig .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX3663BRig .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX3663BRig .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX3663BRig .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-uX3663BRig .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX3663BRig .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX3663BRig .dropdown-item.active,
.cid-uX3663BRig .dropdown-item:active {
  background-color: transparent;
}
.cid-uX3663BRig .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX3663BRig .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX3663BRig .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX3663BRig .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474e93;
}
.cid-uX3663BRig .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX3663BRig .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX3663BRig ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX3663BRig .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX3663BRig button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX3663BRig button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX3663BRig button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX3663BRig button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX3663BRig button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX3663BRig button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX3663BRig nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX3663BRig nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX3663BRig nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX3663BRig nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX3663BRig .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX3663BRig a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX3663BRig .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-uX3663BRig .navbar {
    height: 70px;
  }
  .cid-uX3663BRig .navbar.opened {
    height: auto;
  }
  .cid-uX3663BRig .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX3660UfjF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pal1-1333x726.webp");
}
.cid-uX3660UfjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3660UfjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3660UfjF .row {
  flex-direction: row-reverse;
}
.cid-uX36VITmsZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX36VITmsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX36VITmsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX36VITmsZ .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX36VITmsZ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX36VITmsZ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX36VITmsZ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX36VITmsZ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX36VITmsZ .image-wrapper {
  padding: 0 1rem;
}
.cid-uX36VITmsZ img,
.cid-uX36VITmsZ .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX36VITmsZ img,
  .cid-uX36VITmsZ .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX36VITmsZ .mbr-section-title {
  color: #000000;
}
.cid-uX36VITmsZ .mbr-text {
  color: #000000;
}
.cid-uX36VITmsZ .mbr-text,
.cid-uX36VITmsZ .mbr-section-btn {
  text-align: left;
}
.cid-uX36628FsJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX36628FsJ .item:focus,
.cid-uX36628FsJ span:focus {
  outline: none;
}
.cid-uX36628FsJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX36628FsJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uX36628FsJ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX36628FsJ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX36628FsJ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uX36628FsJ .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX36628FsJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uX36628FsJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX36628FsJ .mbr-text,
.cid-uX36628FsJ .item .mbr-section-btn {
  text-align: center;
}
.cid-uX36628FsJ .content-head {
  max-width: 800px;
}
.cid-uX36628FsJ .mbr-number {
  color: #474e93;
}
.cid-uX36628FsJ .mbr-section-subtitle,
.cid-uX36628FsJ .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uX36628FsJ .mbr-text {
  text-align: left;
}
.cid-uX36628FsJ .mbr-text,
.cid-uX36628FsJ .mbr-card-btn {
  text-align: left;
}
.cid-uX36628FsJ .mbr-text,
.cid-uX36628FsJ .mbr-section-btn {
  text-align: left;
}
.cid-uX36628FsJ .mbr-text,
.cid-uX36628FsJ .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uX36628FsJ .card-text,
.cid-uX36628FsJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uX36628FsJ .card-title {
  text-align: left;
}
.cid-uX3661UP7J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX3661UP7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3661UP7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3661UP7J .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-uX3661UP7J .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX3661UP7J .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uX3661UP7J .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uX3661UP7J .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uX3661UP7J .row {
  flex-direction: row-reverse;
}
.cid-uX3661UP7J .image-wrapper {
  padding: 0 1rem;
}
.cid-uX3661UP7J img,
.cid-uX3661UP7J .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uX3661UP7J img,
  .cid-uX3661UP7J .image-wrapper {
    max-height: 350px;
  }
}
.cid-uX3661UP7J .mbr-section-title {
  color: #000000;
}
.cid-uX3661UP7J .mbr-text {
  color: #000000;
}
.cid-uX3661UP7J .mbr-text,
.cid-uX3661UP7J .mbr-section-btn {
  text-align: left;
}
.cid-uX3662HvaD {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX3662HvaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3662HvaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3662HvaD .mbr-section-subtitle {
  color: #000000;
}
.cid-uX3662VaB6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474e93;
}
.cid-uX3662VaB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3662VaB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3662VaB6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX3662VaB6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX3662VaB6 .row {
    text-align: center;
  }
  .cid-uX3662VaB6 .row > div {
    margin: auto;
  }
  .cid-uX3662VaB6 .social-row {
    justify-content: center;
  }
}
.cid-uX3662VaB6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX3662VaB6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX3662VaB6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX3662VaB6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uX3662VaB6 .mbr-text {
  color: #ffffff;
}
.cid-uX3662VaB6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uX3662VaB6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uX3662VaB6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uX3662VaB6 .copyright {
  color: #ffffff;
}
