body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bf40a9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bf40a9 !important;
  border-color: #bf40a9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7e2a70 !important;
  border-color: #7e2a70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7e2a70 !important;
  border-color: #7e2a70 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7637b4 !important;
  border-color: #7637b4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4a2372 !important;
  border-color: #4a2372 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4a2372 !important;
  border-color: #4a2372 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bf40a9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7e2a70 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bf40a9 !important;
  border-color: #bf40a9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7637b4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4a2372 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7637b4 !important;
  border-color: #7637b4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bf40a9 !important;
}
.text-secondary {
  color: #7637b4 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #732665 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #431f66 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bf40a9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bf40a9;
  border-color: #bf40a9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bf40a9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dfa0d4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bf40a9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #bf40a9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bf40a9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bf40a9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bf40a9;
  border-bottom-color: #bf40a9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #bf40a9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7637b4 !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='%23bf40a9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-twmoc1yMWQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twmoc1yMWQ nav.navbar {
  position: fixed;
}
.cid-twmoc1yMWQ .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-twmoc1yMWQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twmoc1yMWQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twmoc1yMWQ .dropdown-item:hover,
.cid-twmoc1yMWQ .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-twmoc1yMWQ .dropdown-item:hover span {
  color: white;
}
.cid-twmoc1yMWQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twmoc1yMWQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twmoc1yMWQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twmoc1yMWQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twmoc1yMWQ .nav-link {
  position: relative;
}
.cid-twmoc1yMWQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twmoc1yMWQ .container {
    flex-wrap: wrap;
  }
}
.cid-twmoc1yMWQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twmoc1yMWQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-twmoc1yMWQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twmoc1yMWQ .dropdown-menu,
.cid-twmoc1yMWQ .navbar.opened {
  background: #ffffff !important;
}
.cid-twmoc1yMWQ .nav-item:focus,
.cid-twmoc1yMWQ .nav-link:focus {
  outline: none;
}
.cid-twmoc1yMWQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twmoc1yMWQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twmoc1yMWQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twmoc1yMWQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twmoc1yMWQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twmoc1yMWQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twmoc1yMWQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twmoc1yMWQ .navbar.opened {
  transition: all 0.3s;
}
.cid-twmoc1yMWQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twmoc1yMWQ .navbar .navbar-logo img {
  width: auto;
}
.cid-twmoc1yMWQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twmoc1yMWQ .navbar.collapsed {
  justify-content: center;
}
.cid-twmoc1yMWQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twmoc1yMWQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twmoc1yMWQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twmoc1yMWQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twmoc1yMWQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twmoc1yMWQ .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-twmoc1yMWQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twmoc1yMWQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twmoc1yMWQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twmoc1yMWQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twmoc1yMWQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twmoc1yMWQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twmoc1yMWQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twmoc1yMWQ .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-twmoc1yMWQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twmoc1yMWQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twmoc1yMWQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twmoc1yMWQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twmoc1yMWQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twmoc1yMWQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twmoc1yMWQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twmoc1yMWQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-twmoc1yMWQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twmoc1yMWQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twmoc1yMWQ .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-twmoc1yMWQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twmoc1yMWQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twmoc1yMWQ .dropdown-item.active,
.cid-twmoc1yMWQ .dropdown-item:active {
  background-color: transparent;
}
.cid-twmoc1yMWQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twmoc1yMWQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twmoc1yMWQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twmoc1yMWQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twmoc1yMWQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twmoc1yMWQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twmoc1yMWQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twmoc1yMWQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twmoc1yMWQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twmoc1yMWQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twmoc1yMWQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twmoc1yMWQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twmoc1yMWQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twmoc1yMWQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twmoc1yMWQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twmoc1yMWQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twmoc1yMWQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twmoc1yMWQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twmoc1yMWQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twmoc1yMWQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twmoc1yMWQ .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-twmoc1yMWQ .navbar {
    height: 70px;
  }
  .cid-twmoc1yMWQ .navbar.opened {
    height: auto;
  }
  .cid-twmoc1yMWQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twmrdPdD78 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7637b4;
}
.cid-twmrdPdD78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twmrdPdD78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-twmrdPdD78 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twmrdPdD78 .row {
  flex-direction: row-reverse;
}
.cid-twmrdPdD78 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twmrdPdD78 .text-wrapper {
    padding: 2rem;
  }
}
.cid-twmrdPdD78 .mbr-text {
  color: #ffffff;
}
.cid-twmrdPdD78 .mbr-section-title {
  color: #ffffff;
}
.cid-twmsux2QYp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twmsAKPDZl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twmuQPCbZE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twmvgv8OXX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twmvMFHRgH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twmwbLex7X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twmwk0Ks19 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twn0MahpvI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twn0MahpvI nav.navbar {
  position: fixed;
}
.cid-twn0MahpvI .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-twn0MahpvI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twn0MahpvI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twn0MahpvI .dropdown-item:hover,
.cid-twn0MahpvI .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-twn0MahpvI .dropdown-item:hover span {
  color: white;
}
.cid-twn0MahpvI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twn0MahpvI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twn0MahpvI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twn0MahpvI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twn0MahpvI .nav-link {
  position: relative;
}
.cid-twn0MahpvI .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twn0MahpvI .container {
    flex-wrap: wrap;
  }
}
.cid-twn0MahpvI .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twn0MahpvI .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-twn0MahpvI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twn0MahpvI .dropdown-menu,
.cid-twn0MahpvI .navbar.opened {
  background: #ffffff !important;
}
.cid-twn0MahpvI .nav-item:focus,
.cid-twn0MahpvI .nav-link:focus {
  outline: none;
}
.cid-twn0MahpvI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twn0MahpvI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twn0MahpvI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twn0MahpvI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twn0MahpvI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twn0MahpvI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twn0MahpvI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twn0MahpvI .navbar.opened {
  transition: all 0.3s;
}
.cid-twn0MahpvI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twn0MahpvI .navbar .navbar-logo img {
  width: auto;
}
.cid-twn0MahpvI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twn0MahpvI .navbar.collapsed {
  justify-content: center;
}
.cid-twn0MahpvI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twn0MahpvI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twn0MahpvI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twn0MahpvI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twn0MahpvI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twn0MahpvI .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-twn0MahpvI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twn0MahpvI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twn0MahpvI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twn0MahpvI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twn0MahpvI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twn0MahpvI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twn0MahpvI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twn0MahpvI .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-twn0MahpvI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twn0MahpvI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twn0MahpvI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twn0MahpvI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twn0MahpvI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twn0MahpvI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twn0MahpvI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twn0MahpvI .navbar.navbar-short {
  min-height: 60px;
}
.cid-twn0MahpvI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twn0MahpvI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twn0MahpvI .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-twn0MahpvI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twn0MahpvI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twn0MahpvI .dropdown-item.active,
.cid-twn0MahpvI .dropdown-item:active {
  background-color: transparent;
}
.cid-twn0MahpvI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twn0MahpvI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twn0MahpvI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twn0MahpvI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twn0MahpvI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twn0MahpvI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twn0MahpvI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twn0MahpvI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twn0MahpvI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twn0MahpvI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twn0MahpvI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twn0MahpvI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twn0MahpvI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twn0MahpvI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twn0MahpvI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twn0MahpvI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twn0MahpvI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twn0MahpvI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twn0MahpvI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twn0MahpvI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twn0MahpvI .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-twn0MahpvI .navbar {
    height: 70px;
  }
  .cid-twn0MahpvI .navbar.opened {
    height: auto;
  }
  .cid-twn0MahpvI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twn0MazF8J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9550d9;
}
.cid-twn0MazF8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-twn0MazF8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-twn0MazF8J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twn0MazF8J .row {
  flex-direction: row-reverse;
}
.cid-twn0MazF8J img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twn0MazF8J .text-wrapper {
    padding: 2rem;
  }
}
.cid-twn0MazF8J .mbr-text {
  color: #ffffff;
}
.cid-twn0MazF8J .mbr-section-title {
  color: #ffffff;
}
.cid-twxoapZrQr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efe4fa;
}
.cid-twxoapZrQr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-twxoapZrQr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-twxoapZrQr form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-twxoapZrQr form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twxoOSpC1g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twxp8UaiAw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twxpmi9J79 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twxpFEye5X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twtSphiwSU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twtSphiwSU nav.navbar {
  position: fixed;
}
.cid-twtSphiwSU .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-twtSphiwSU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twtSphiwSU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twtSphiwSU .dropdown-item:hover,
.cid-twtSphiwSU .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-twtSphiwSU .dropdown-item:hover span {
  color: white;
}
.cid-twtSphiwSU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twtSphiwSU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twtSphiwSU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twtSphiwSU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twtSphiwSU .nav-link {
  position: relative;
}
.cid-twtSphiwSU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twtSphiwSU .container {
    flex-wrap: wrap;
  }
}
.cid-twtSphiwSU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twtSphiwSU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-twtSphiwSU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twtSphiwSU .dropdown-menu,
.cid-twtSphiwSU .navbar.opened {
  background: #ffffff !important;
}
.cid-twtSphiwSU .nav-item:focus,
.cid-twtSphiwSU .nav-link:focus {
  outline: none;
}
.cid-twtSphiwSU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twtSphiwSU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twtSphiwSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twtSphiwSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twtSphiwSU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twtSphiwSU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twtSphiwSU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twtSphiwSU .navbar.opened {
  transition: all 0.3s;
}
.cid-twtSphiwSU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twtSphiwSU .navbar .navbar-logo img {
  width: auto;
}
.cid-twtSphiwSU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twtSphiwSU .navbar.collapsed {
  justify-content: center;
}
.cid-twtSphiwSU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twtSphiwSU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twtSphiwSU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twtSphiwSU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twtSphiwSU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twtSphiwSU .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-twtSphiwSU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twtSphiwSU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twtSphiwSU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twtSphiwSU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twtSphiwSU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twtSphiwSU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twtSphiwSU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twtSphiwSU .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-twtSphiwSU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twtSphiwSU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twtSphiwSU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twtSphiwSU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twtSphiwSU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twtSphiwSU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twtSphiwSU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twtSphiwSU .navbar.navbar-short {
  min-height: 60px;
}
.cid-twtSphiwSU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twtSphiwSU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twtSphiwSU .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-twtSphiwSU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twtSphiwSU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twtSphiwSU .dropdown-item.active,
.cid-twtSphiwSU .dropdown-item:active {
  background-color: transparent;
}
.cid-twtSphiwSU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twtSphiwSU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twtSphiwSU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twtSphiwSU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twtSphiwSU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twtSphiwSU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twtSphiwSU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twtSphiwSU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twtSphiwSU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twtSphiwSU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twtSphiwSU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twtSphiwSU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twtSphiwSU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twtSphiwSU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twtSphiwSU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twtSphiwSU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twtSphiwSU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twtSphiwSU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twtSphiwSU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twtSphiwSU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twtSphiwSU .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-twtSphiwSU .navbar {
    height: 70px;
  }
  .cid-twtSphiwSU .navbar.opened {
    height: auto;
  }
  .cid-twtSphiwSU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twtSphvcvf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7637b4;
}
.cid-twtSphvcvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-twtSphvcvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-twtSphvcvf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twtSphvcvf .row {
  flex-direction: row-reverse;
}
.cid-twtSphvcvf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twtSphvcvf .text-wrapper {
    padding: 2rem;
  }
}
.cid-twtSphvcvf .mbr-text {
  color: #ffffff;
}
.cid-twtSphvcvf .mbr-section-title {
  color: #ffffff;
}
.cid-twu3wcZQ7A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twu3KCJoUc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twu41IirCf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twu4g67OLh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twu4GmGzqt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twu4TkJAAX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twua63h8eZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twxzmRPmVj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twxzmRPmVj nav.navbar {
  position: fixed;
}
.cid-twxzmRPmVj .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-twxzmRPmVj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twxzmRPmVj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twxzmRPmVj .dropdown-item:hover,
.cid-twxzmRPmVj .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-twxzmRPmVj .dropdown-item:hover span {
  color: white;
}
.cid-twxzmRPmVj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twxzmRPmVj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twxzmRPmVj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twxzmRPmVj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twxzmRPmVj .nav-link {
  position: relative;
}
.cid-twxzmRPmVj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twxzmRPmVj .container {
    flex-wrap: wrap;
  }
}
.cid-twxzmRPmVj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twxzmRPmVj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-twxzmRPmVj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twxzmRPmVj .dropdown-menu,
.cid-twxzmRPmVj .navbar.opened {
  background: #ffffff !important;
}
.cid-twxzmRPmVj .nav-item:focus,
.cid-twxzmRPmVj .nav-link:focus {
  outline: none;
}
.cid-twxzmRPmVj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twxzmRPmVj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twxzmRPmVj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twxzmRPmVj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twxzmRPmVj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twxzmRPmVj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twxzmRPmVj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twxzmRPmVj .navbar.opened {
  transition: all 0.3s;
}
.cid-twxzmRPmVj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twxzmRPmVj .navbar .navbar-logo img {
  width: auto;
}
.cid-twxzmRPmVj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twxzmRPmVj .navbar.collapsed {
  justify-content: center;
}
.cid-twxzmRPmVj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twxzmRPmVj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twxzmRPmVj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twxzmRPmVj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twxzmRPmVj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twxzmRPmVj .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-twxzmRPmVj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twxzmRPmVj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twxzmRPmVj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twxzmRPmVj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twxzmRPmVj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twxzmRPmVj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twxzmRPmVj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twxzmRPmVj .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-twxzmRPmVj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twxzmRPmVj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twxzmRPmVj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twxzmRPmVj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twxzmRPmVj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twxzmRPmVj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twxzmRPmVj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twxzmRPmVj .navbar.navbar-short {
  min-height: 60px;
}
.cid-twxzmRPmVj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twxzmRPmVj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twxzmRPmVj .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-twxzmRPmVj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twxzmRPmVj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twxzmRPmVj .dropdown-item.active,
.cid-twxzmRPmVj .dropdown-item:active {
  background-color: transparent;
}
.cid-twxzmRPmVj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twxzmRPmVj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twxzmRPmVj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twxzmRPmVj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twxzmRPmVj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twxzmRPmVj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twxzmRPmVj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twxzmRPmVj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twxzmRPmVj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twxzmRPmVj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twxzmRPmVj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twxzmRPmVj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twxzmRPmVj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twxzmRPmVj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twxzmRPmVj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twxzmRPmVj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twxzmRPmVj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twxzmRPmVj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twxzmRPmVj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twxzmRPmVj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twxzmRPmVj .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-twxzmRPmVj .navbar {
    height: 70px;
  }
  .cid-twxzmRPmVj .navbar.opened {
    height: auto;
  }
  .cid-twxzmRPmVj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twxzmS7Mmp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9550d9;
}
.cid-twxzmS7Mmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-twxzmS7Mmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-twxzmS7Mmp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twxzmS7Mmp .row {
  flex-direction: row-reverse;
}
.cid-twxzmS7Mmp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twxzmS7Mmp .text-wrapper {
    padding: 2rem;
  }
}
.cid-twxzmS7Mmp .mbr-text {
  color: #ffffff;
}
.cid-twxzmS7Mmp .mbr-section-title {
  color: #ffffff;
}
.cid-twxJ4nwHMA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twxF24GI1y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f2ff;
}
.cid-twxF24GI1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-twxF24GI1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twxF24GI1y .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-twxF24GI1y .panel-group {
  border: none;
}
.cid-twxF24GI1y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-twxF24GI1y .panel-body,
.cid-twxF24GI1y .card-header {
  padding: 1rem 0;
}
.cid-twxF24GI1y .panel-title-edit {
  color: #000000;
}
.cid-twxF24GI1y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-twy21sN8sN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8f2ff;
}
.cid-twy21sN8sN .mbr-fallback-image.disabled {
  display: none;
}
.cid-twy21sN8sN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twy21sN8sN .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-twy21sN8sN .panel-group {
  border: none;
}
.cid-twy21sN8sN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-twy21sN8sN .panel-body,
.cid-twy21sN8sN .card-header {
  padding: 1rem 0;
}
.cid-twy21sN8sN .panel-title-edit {
  color: #000000;
}
.cid-twy21sN8sN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-twxzmSiOhT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efe4fa;
}
.cid-twxzmSiOhT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-twxzmSiOhT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-twxzmSiOhT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-twxzmSiOhT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twygsEMeuY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twygsEMeuY nav.navbar {
  position: fixed;
}
.cid-twygsEMeuY .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-twygsEMeuY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twygsEMeuY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twygsEMeuY .dropdown-item:hover,
.cid-twygsEMeuY .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-twygsEMeuY .dropdown-item:hover span {
  color: white;
}
.cid-twygsEMeuY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twygsEMeuY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twygsEMeuY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twygsEMeuY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twygsEMeuY .nav-link {
  position: relative;
}
.cid-twygsEMeuY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twygsEMeuY .container {
    flex-wrap: wrap;
  }
}
.cid-twygsEMeuY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twygsEMeuY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-twygsEMeuY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twygsEMeuY .dropdown-menu,
.cid-twygsEMeuY .navbar.opened {
  background: #ffffff !important;
}
.cid-twygsEMeuY .nav-item:focus,
.cid-twygsEMeuY .nav-link:focus {
  outline: none;
}
.cid-twygsEMeuY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twygsEMeuY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twygsEMeuY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twygsEMeuY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twygsEMeuY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twygsEMeuY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twygsEMeuY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twygsEMeuY .navbar.opened {
  transition: all 0.3s;
}
.cid-twygsEMeuY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twygsEMeuY .navbar .navbar-logo img {
  width: auto;
}
.cid-twygsEMeuY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twygsEMeuY .navbar.collapsed {
  justify-content: center;
}
.cid-twygsEMeuY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twygsEMeuY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twygsEMeuY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twygsEMeuY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twygsEMeuY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twygsEMeuY .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-twygsEMeuY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twygsEMeuY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twygsEMeuY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twygsEMeuY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twygsEMeuY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twygsEMeuY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twygsEMeuY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twygsEMeuY .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-twygsEMeuY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twygsEMeuY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twygsEMeuY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twygsEMeuY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twygsEMeuY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twygsEMeuY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twygsEMeuY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twygsEMeuY .navbar.navbar-short {
  min-height: 60px;
}
.cid-twygsEMeuY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twygsEMeuY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twygsEMeuY .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-twygsEMeuY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twygsEMeuY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twygsEMeuY .dropdown-item.active,
.cid-twygsEMeuY .dropdown-item:active {
  background-color: transparent;
}
.cid-twygsEMeuY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twygsEMeuY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twygsEMeuY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twygsEMeuY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twygsEMeuY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twygsEMeuY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twygsEMeuY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twygsEMeuY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twygsEMeuY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twygsEMeuY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twygsEMeuY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twygsEMeuY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twygsEMeuY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twygsEMeuY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twygsEMeuY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twygsEMeuY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twygsEMeuY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twygsEMeuY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twygsEMeuY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twygsEMeuY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twygsEMeuY .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-twygsEMeuY .navbar {
    height: 70px;
  }
  .cid-twygsEMeuY .navbar.opened {
    height: auto;
  }
  .cid-twygsEMeuY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twygsF1aqE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9550d9;
}
.cid-twygsF1aqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-twygsF1aqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-twygsF1aqE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twygsF1aqE .row {
  flex-direction: row-reverse;
}
.cid-twygsF1aqE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twygsF1aqE .text-wrapper {
    padding: 2rem;
  }
}
.cid-twygsF1aqE .mbr-text {
  color: #ffffff;
}
.cid-twygsF1aqE .mbr-section-title {
  color: #ffffff;
}
.cid-twygERN8pj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f2ff;
}
.cid-twygERN8pj .mbr-fallback-image.disabled {
  display: none;
}
.cid-twygERN8pj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twygERN8pj .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-twygERN8pj .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-twygERN8pj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-twygERN8pj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-twygERN8pj .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-twygERN8pj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-twygERN8pj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twygERN8pj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-twygERN8pj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twygERN8pj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tMch3JLREt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8f2ff;
}
.cid-tMch3JLREt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMch3JLREt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMch3JLREt .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tMch3JLREt .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tMch3JLREt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMch3JLREt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tMch3JLREt .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tMch3JLREt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tMch3JLREt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tMch3JLREt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tMch3JLREt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMch3JLREt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tNevS73Zn0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8f2ff;
}
.cid-tNevS73Zn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNevS73Zn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNevS73Zn0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tNevS73Zn0 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tNevS73Zn0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNevS73Zn0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tNevS73Zn0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tNevS73Zn0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tNevS73Zn0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tNevS73Zn0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tNevS73Zn0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNevS73Zn0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-twygsFg5Pu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twygsFTbxw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bf40a9;
}
.cid-twygsFTbxw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-twygsFTbxw form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-twygsFTbxw form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-twygsFTbxw form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twygsFTbxw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-twygsFTbxw .mbr-section-title {
  color: #ffffff;
}
.cid-twDoRRxPfR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twDoRRxPfR nav.navbar {
  position: fixed;
}
.cid-twDoRRxPfR .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-twDoRRxPfR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twDoRRxPfR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twDoRRxPfR .dropdown-item:hover,
.cid-twDoRRxPfR .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-twDoRRxPfR .dropdown-item:hover span {
  color: white;
}
.cid-twDoRRxPfR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twDoRRxPfR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twDoRRxPfR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twDoRRxPfR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twDoRRxPfR .nav-link {
  position: relative;
}
.cid-twDoRRxPfR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twDoRRxPfR .container {
    flex-wrap: wrap;
  }
}
.cid-twDoRRxPfR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twDoRRxPfR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-twDoRRxPfR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twDoRRxPfR .dropdown-menu,
.cid-twDoRRxPfR .navbar.opened {
  background: #ffffff !important;
}
.cid-twDoRRxPfR .nav-item:focus,
.cid-twDoRRxPfR .nav-link:focus {
  outline: none;
}
.cid-twDoRRxPfR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twDoRRxPfR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twDoRRxPfR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twDoRRxPfR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twDoRRxPfR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twDoRRxPfR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twDoRRxPfR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twDoRRxPfR .navbar.opened {
  transition: all 0.3s;
}
.cid-twDoRRxPfR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twDoRRxPfR .navbar .navbar-logo img {
  width: auto;
}
.cid-twDoRRxPfR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twDoRRxPfR .navbar.collapsed {
  justify-content: center;
}
.cid-twDoRRxPfR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twDoRRxPfR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twDoRRxPfR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twDoRRxPfR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twDoRRxPfR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twDoRRxPfR .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-twDoRRxPfR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twDoRRxPfR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twDoRRxPfR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twDoRRxPfR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twDoRRxPfR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twDoRRxPfR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twDoRRxPfR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twDoRRxPfR .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-twDoRRxPfR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twDoRRxPfR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twDoRRxPfR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twDoRRxPfR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twDoRRxPfR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twDoRRxPfR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twDoRRxPfR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twDoRRxPfR .navbar.navbar-short {
  min-height: 60px;
}
.cid-twDoRRxPfR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twDoRRxPfR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twDoRRxPfR .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-twDoRRxPfR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twDoRRxPfR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twDoRRxPfR .dropdown-item.active,
.cid-twDoRRxPfR .dropdown-item:active {
  background-color: transparent;
}
.cid-twDoRRxPfR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twDoRRxPfR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twDoRRxPfR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twDoRRxPfR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twDoRRxPfR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twDoRRxPfR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twDoRRxPfR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twDoRRxPfR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twDoRRxPfR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twDoRRxPfR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twDoRRxPfR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twDoRRxPfR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twDoRRxPfR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twDoRRxPfR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twDoRRxPfR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twDoRRxPfR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twDoRRxPfR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twDoRRxPfR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twDoRRxPfR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twDoRRxPfR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twDoRRxPfR .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-twDoRRxPfR .navbar {
    height: 70px;
  }
  .cid-twDoRRxPfR .navbar.opened {
    height: auto;
  }
  .cid-twDoRRxPfR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twDoRRLynF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9550d9;
}
.cid-twDoRRLynF .mbr-fallback-image.disabled {
  display: none;
}
.cid-twDoRRLynF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-twDoRRLynF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twDoRRLynF .row {
  flex-direction: row-reverse;
}
.cid-twDoRRLynF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twDoRRLynF .text-wrapper {
    padding: 2rem;
  }
}
.cid-twDoRRLynF .mbr-text {
  color: #ffffff;
}
.cid-twDoRRLynF .mbr-section-title {
  color: #ffffff;
}
.cid-twDqvDrbLE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twDqFlJV3i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twDF6HlUlO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twDFijw5BA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twDFY2Xeg5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twDGV0yWjX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twDHd9E7xz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twDHpCQCH3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twDHz6BIhY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twDHHb9eHu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twDoRSorqs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efe4fa;
}
.cid-twDoRSorqs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-twDoRSorqs form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-twDoRSorqs form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-twDoRSorqs form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tLUANzI3n3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLUANzI3n3 nav.navbar {
  position: fixed;
}
.cid-tLUANzI3n3 .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-tLUANzI3n3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLUANzI3n3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLUANzI3n3 .dropdown-item:hover,
.cid-tLUANzI3n3 .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tLUANzI3n3 .dropdown-item:hover span {
  color: white;
}
.cid-tLUANzI3n3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLUANzI3n3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLUANzI3n3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLUANzI3n3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLUANzI3n3 .nav-link {
  position: relative;
}
.cid-tLUANzI3n3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLUANzI3n3 .container {
    flex-wrap: wrap;
  }
}
.cid-tLUANzI3n3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLUANzI3n3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tLUANzI3n3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLUANzI3n3 .dropdown-menu,
.cid-tLUANzI3n3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tLUANzI3n3 .nav-item:focus,
.cid-tLUANzI3n3 .nav-link:focus {
  outline: none;
}
.cid-tLUANzI3n3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLUANzI3n3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLUANzI3n3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLUANzI3n3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLUANzI3n3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLUANzI3n3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLUANzI3n3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tLUANzI3n3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tLUANzI3n3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLUANzI3n3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tLUANzI3n3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLUANzI3n3 .navbar.collapsed {
  justify-content: center;
}
.cid-tLUANzI3n3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLUANzI3n3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLUANzI3n3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLUANzI3n3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLUANzI3n3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLUANzI3n3 .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-tLUANzI3n3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLUANzI3n3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLUANzI3n3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLUANzI3n3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLUANzI3n3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLUANzI3n3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLUANzI3n3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLUANzI3n3 .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-tLUANzI3n3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLUANzI3n3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLUANzI3n3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLUANzI3n3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLUANzI3n3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLUANzI3n3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLUANzI3n3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLUANzI3n3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLUANzI3n3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLUANzI3n3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLUANzI3n3 .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-tLUANzI3n3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLUANzI3n3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLUANzI3n3 .dropdown-item.active,
.cid-tLUANzI3n3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLUANzI3n3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLUANzI3n3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLUANzI3n3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLUANzI3n3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLUANzI3n3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLUANzI3n3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLUANzI3n3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLUANzI3n3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLUANzI3n3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLUANzI3n3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLUANzI3n3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLUANzI3n3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLUANzI3n3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLUANzI3n3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLUANzI3n3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLUANzI3n3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLUANzI3n3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLUANzI3n3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLUANzI3n3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLUANzI3n3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLUANzI3n3 .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-tLUANzI3n3 .navbar {
    height: 70px;
  }
  .cid-tLUANzI3n3 .navbar.opened {
    height: auto;
  }
  .cid-tLUANzI3n3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLUANAbf49 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9550d9;
}
.cid-tLUANAbf49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLUANAbf49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLUANAbf49 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLUANAbf49 .row {
  flex-direction: row-reverse;
}
.cid-tLUANAbf49 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLUANAbf49 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tLUANAbf49 .mbr-text {
  color: #ffffff;
}
.cid-tLUANAbf49 .mbr-section-title {
  color: #ffffff;
}
.cid-tLUD6kq8xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLUD6kq8xl blockquote {
  border-color: #9550d9;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tLUFrmWQbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLUFLED0Av {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLUG4xaqnK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLUGe7VuF5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLUGrssjxK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLUGKB2yGi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLUHkJgWmQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLUHBOSVta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLUANBumvp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efe4fa;
}
.cid-tLUANBumvp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tLUANBumvp form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tLUANBumvp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tLUANBumvp form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tLUHNL0YZ8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLUHNL0YZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLUHNL0YZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLUHNL0YZ8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tLUHNL0YZ8 .panel-group {
  border: none;
}
.cid-tLUHNL0YZ8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tLUHNL0YZ8 .panel-body,
.cid-tLUHNL0YZ8 .card-header {
  padding: 1rem 0;
}
.cid-tLUHNL0YZ8 .panel-title-edit {
  color: #000000;
}
.cid-tLUHNL0YZ8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tLUITKz2zE {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLUITKz2zE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLUITKz2zE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLUITKz2zE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tLUITKz2zE .panel-group {
  border: none;
}
.cid-tLUITKz2zE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tLUITKz2zE .panel-body,
.cid-tLUITKz2zE .card-header {
  padding: 1rem 0;
}
.cid-tLUITKz2zE .panel-title-edit {
  color: #000000;
}
.cid-tLUITKz2zE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tLVsiqalPn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLVsiqalPn nav.navbar {
  position: fixed;
}
.cid-tLVsiqalPn .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-tLVsiqalPn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLVsiqalPn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLVsiqalPn .dropdown-item:hover,
.cid-tLVsiqalPn .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tLVsiqalPn .dropdown-item:hover span {
  color: white;
}
.cid-tLVsiqalPn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLVsiqalPn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLVsiqalPn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLVsiqalPn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLVsiqalPn .nav-link {
  position: relative;
}
.cid-tLVsiqalPn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLVsiqalPn .container {
    flex-wrap: wrap;
  }
}
.cid-tLVsiqalPn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLVsiqalPn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tLVsiqalPn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLVsiqalPn .dropdown-menu,
.cid-tLVsiqalPn .navbar.opened {
  background: #ffffff !important;
}
.cid-tLVsiqalPn .nav-item:focus,
.cid-tLVsiqalPn .nav-link:focus {
  outline: none;
}
.cid-tLVsiqalPn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLVsiqalPn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLVsiqalPn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLVsiqalPn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLVsiqalPn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLVsiqalPn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLVsiqalPn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tLVsiqalPn .navbar.opened {
  transition: all 0.3s;
}
.cid-tLVsiqalPn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLVsiqalPn .navbar .navbar-logo img {
  width: auto;
}
.cid-tLVsiqalPn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLVsiqalPn .navbar.collapsed {
  justify-content: center;
}
.cid-tLVsiqalPn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLVsiqalPn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLVsiqalPn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLVsiqalPn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLVsiqalPn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLVsiqalPn .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-tLVsiqalPn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLVsiqalPn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLVsiqalPn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLVsiqalPn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLVsiqalPn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLVsiqalPn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLVsiqalPn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLVsiqalPn .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-tLVsiqalPn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLVsiqalPn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLVsiqalPn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLVsiqalPn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLVsiqalPn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLVsiqalPn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLVsiqalPn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLVsiqalPn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLVsiqalPn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLVsiqalPn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLVsiqalPn .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-tLVsiqalPn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLVsiqalPn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLVsiqalPn .dropdown-item.active,
.cid-tLVsiqalPn .dropdown-item:active {
  background-color: transparent;
}
.cid-tLVsiqalPn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLVsiqalPn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLVsiqalPn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLVsiqalPn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLVsiqalPn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLVsiqalPn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLVsiqalPn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLVsiqalPn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLVsiqalPn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLVsiqalPn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLVsiqalPn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLVsiqalPn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLVsiqalPn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLVsiqalPn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLVsiqalPn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLVsiqalPn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLVsiqalPn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLVsiqalPn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLVsiqalPn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLVsiqalPn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLVsiqalPn .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-tLVsiqalPn .navbar {
    height: 70px;
  }
  .cid-tLVsiqalPn .navbar.opened {
    height: auto;
  }
  .cid-tLVsiqalPn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLVsiqofPU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #412161;
}
.cid-tLVsiqofPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLVsiqofPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLVsiqofPU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLVsiqofPU .row {
  flex-direction: row-reverse;
}
.cid-tLVsiqofPU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLVsiqofPU .text-wrapper {
    padding: 2rem;
  }
}
.cid-tLVsiqofPU .mbr-text {
  color: #ffffff;
}
.cid-tLVsiqofPU .mbr-section-title {
  color: #ffffff;
}
.cid-tLVsiqFyYp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLVsiqFyYp blockquote {
  border-color: #9550d9;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tLVtJ1BCCF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLVtPuIZ2Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLVu1XTGCv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLVubGJJOX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLVunAd2JT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLVuFLggNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLVuTbD0WN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLVv15uUnA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLVsirItHG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #412161;
}
.cid-tLVsirItHG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tLVsirItHG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tLVsirItHG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tLVsirItHG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tLVsirItHG .mbr-section-title {
  color: #ffffff;
}
.cid-tLVsirItHG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLVvcU109c {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLVvcU109c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLVvcU109c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLVvcU109c .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tLVvcU109c .panel-group {
  border: none;
}
.cid-tLVvcU109c .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tLVvcU109c .panel-body,
.cid-tLVvcU109c .card-header {
  padding: 1rem 0;
}
.cid-tLVvcU109c .panel-title-edit {
  color: #000000;
}
.cid-tLVvcU109c .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tLVw7Qscxp {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLVw7Qscxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLVw7Qscxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLVw7Qscxp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tLVw7Qscxp .panel-group {
  border: none;
}
.cid-tLVw7Qscxp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tLVw7Qscxp .panel-body,
.cid-tLVw7Qscxp .card-header {
  padding: 1rem 0;
}
.cid-tLVw7Qscxp .panel-title-edit {
  color: #000000;
}
.cid-tLVw7Qscxp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tM38GPRMLh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tM38GPRMLh nav.navbar {
  position: fixed;
}
.cid-tM38GPRMLh .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-tM38GPRMLh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tM38GPRMLh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM38GPRMLh .dropdown-item:hover,
.cid-tM38GPRMLh .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tM38GPRMLh .dropdown-item:hover span {
  color: white;
}
.cid-tM38GPRMLh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tM38GPRMLh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tM38GPRMLh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tM38GPRMLh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tM38GPRMLh .nav-link {
  position: relative;
}
.cid-tM38GPRMLh .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tM38GPRMLh .container {
    flex-wrap: wrap;
  }
}
.cid-tM38GPRMLh .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tM38GPRMLh .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tM38GPRMLh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tM38GPRMLh .dropdown-menu,
.cid-tM38GPRMLh .navbar.opened {
  background: #ffffff !important;
}
.cid-tM38GPRMLh .nav-item:focus,
.cid-tM38GPRMLh .nav-link:focus {
  outline: none;
}
.cid-tM38GPRMLh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM38GPRMLh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM38GPRMLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tM38GPRMLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM38GPRMLh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM38GPRMLh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM38GPRMLh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tM38GPRMLh .navbar.opened {
  transition: all 0.3s;
}
.cid-tM38GPRMLh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tM38GPRMLh .navbar .navbar-logo img {
  width: auto;
}
.cid-tM38GPRMLh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM38GPRMLh .navbar.collapsed {
  justify-content: center;
}
.cid-tM38GPRMLh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM38GPRMLh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM38GPRMLh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tM38GPRMLh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM38GPRMLh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM38GPRMLh .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-tM38GPRMLh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM38GPRMLh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tM38GPRMLh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tM38GPRMLh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM38GPRMLh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM38GPRMLh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM38GPRMLh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM38GPRMLh .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-tM38GPRMLh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tM38GPRMLh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM38GPRMLh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM38GPRMLh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM38GPRMLh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM38GPRMLh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tM38GPRMLh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tM38GPRMLh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tM38GPRMLh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tM38GPRMLh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tM38GPRMLh .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-tM38GPRMLh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM38GPRMLh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM38GPRMLh .dropdown-item.active,
.cid-tM38GPRMLh .dropdown-item:active {
  background-color: transparent;
}
.cid-tM38GPRMLh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM38GPRMLh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM38GPRMLh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM38GPRMLh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tM38GPRMLh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tM38GPRMLh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM38GPRMLh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tM38GPRMLh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM38GPRMLh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tM38GPRMLh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tM38GPRMLh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM38GPRMLh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM38GPRMLh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM38GPRMLh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM38GPRMLh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM38GPRMLh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tM38GPRMLh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tM38GPRMLh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM38GPRMLh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tM38GPRMLh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM38GPRMLh .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-tM38GPRMLh .navbar {
    height: 70px;
  }
  .cid-tM38GPRMLh .navbar.opened {
    height: auto;
  }
  .cid-tM38GPRMLh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tM38GQ3tCf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #412161;
}
.cid-tM38GQ3tCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM38GQ3tCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tM38GQ3tCf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tM38GQ3tCf .row {
  flex-direction: row-reverse;
}
.cid-tM38GQ3tCf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tM38GQ3tCf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tM38GQ3tCf .mbr-text {
  color: #ffffff;
}
.cid-tM38GQ3tCf .mbr-section-title {
  color: #ffffff;
}
.cid-tM38GQaBys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tM38GQaBys blockquote {
  border-color: #9550d9;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tMbZQok7bA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMc3eLgeXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMc4ykoxu8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMc4UdyGka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMc7QmlK0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMc9h1rDWi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMc9xQ3R2J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tM38GR39oX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #412161;
}
.cid-tM38GR39oX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tM38GR39oX form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tM38GR39oX form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tM38GR39oX form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tM38GR39oX .mbr-section-title {
  color: #ffffff;
}
.cid-tM38GR39oX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMc9Gd2kHE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMc9Gd2kHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMc9Gd2kHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMc9Gd2kHE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMc9Gd2kHE .panel-group {
  border: none;
}
.cid-tMc9Gd2kHE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMc9Gd2kHE .panel-body,
.cid-tMc9Gd2kHE .card-header {
  padding: 1rem 0;
}
.cid-tMc9Gd2kHE .panel-title-edit {
  color: #000000;
}
.cid-tMc9Gd2kHE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMcfetwACe {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMcfetwACe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMcfetwACe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMcfetwACe .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMcfetwACe .panel-group {
  border: none;
}
.cid-tMcfetwACe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMcfetwACe .panel-body,
.cid-tMcfetwACe .card-header {
  padding: 1rem 0;
}
.cid-tMcfetwACe .panel-title-edit {
  color: #000000;
}
.cid-tMcfetwACe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMcqptLyvg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMcqptLyvg nav.navbar {
  position: fixed;
}
.cid-tMcqptLyvg .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-tMcqptLyvg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMcqptLyvg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMcqptLyvg .dropdown-item:hover,
.cid-tMcqptLyvg .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tMcqptLyvg .dropdown-item:hover span {
  color: white;
}
.cid-tMcqptLyvg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMcqptLyvg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMcqptLyvg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMcqptLyvg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMcqptLyvg .nav-link {
  position: relative;
}
.cid-tMcqptLyvg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMcqptLyvg .container {
    flex-wrap: wrap;
  }
}
.cid-tMcqptLyvg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMcqptLyvg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMcqptLyvg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMcqptLyvg .dropdown-menu,
.cid-tMcqptLyvg .navbar.opened {
  background: #ffffff !important;
}
.cid-tMcqptLyvg .nav-item:focus,
.cid-tMcqptLyvg .nav-link:focus {
  outline: none;
}
.cid-tMcqptLyvg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMcqptLyvg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMcqptLyvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMcqptLyvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMcqptLyvg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMcqptLyvg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMcqptLyvg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMcqptLyvg .navbar.opened {
  transition: all 0.3s;
}
.cid-tMcqptLyvg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMcqptLyvg .navbar .navbar-logo img {
  width: auto;
}
.cid-tMcqptLyvg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMcqptLyvg .navbar.collapsed {
  justify-content: center;
}
.cid-tMcqptLyvg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMcqptLyvg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMcqptLyvg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMcqptLyvg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMcqptLyvg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMcqptLyvg .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-tMcqptLyvg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMcqptLyvg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMcqptLyvg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMcqptLyvg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMcqptLyvg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMcqptLyvg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMcqptLyvg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMcqptLyvg .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-tMcqptLyvg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMcqptLyvg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMcqptLyvg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMcqptLyvg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMcqptLyvg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMcqptLyvg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMcqptLyvg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMcqptLyvg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMcqptLyvg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMcqptLyvg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMcqptLyvg .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-tMcqptLyvg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMcqptLyvg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMcqptLyvg .dropdown-item.active,
.cid-tMcqptLyvg .dropdown-item:active {
  background-color: transparent;
}
.cid-tMcqptLyvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMcqptLyvg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMcqptLyvg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMcqptLyvg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMcqptLyvg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMcqptLyvg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMcqptLyvg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMcqptLyvg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMcqptLyvg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMcqptLyvg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMcqptLyvg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMcqptLyvg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMcqptLyvg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMcqptLyvg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMcqptLyvg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMcqptLyvg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMcqptLyvg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMcqptLyvg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMcqptLyvg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMcqptLyvg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMcqptLyvg .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-tMcqptLyvg .navbar {
    height: 70px;
  }
  .cid-tMcqptLyvg .navbar.opened {
    height: auto;
  }
  .cid-tMcqptLyvg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMcqpu11u4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e67327;
}
.cid-tMcqpu11u4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMcqpu11u4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMcqpu11u4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMcqpu11u4 .row {
  flex-direction: row-reverse;
}
.cid-tMcqpu11u4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMcqpu11u4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMcqpu11u4 .mbr-text {
  color: #ffffff;
}
.cid-tMcqpu11u4 .mbr-section-title {
  color: #ffffff;
}
.cid-tMcRIQS8mL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMcRIQS8mL blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tMcPJwGBdY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMcRZMGmPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMcSafi4G5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMcSJlGsKe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMcThmrQwO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMcTHQvL0w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMcU8SXrM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMcUr07z6p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMcqpv6rYq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e67327;
}
.cid-tMcqpv6rYq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMcqpv6rYq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tMcqpv6rYq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tMcqpv6rYq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMcqpv6rYq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMcqpv6rYq .mbr-section-title {
  color: #ffffff;
}
.cid-tMcUOgrK16 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMcUOgrK16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMcUOgrK16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMcUOgrK16 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMcUOgrK16 .panel-group {
  border: none;
}
.cid-tMcUOgrK16 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMcUOgrK16 .panel-body,
.cid-tMcUOgrK16 .card-header {
  padding: 1rem 0;
}
.cid-tMcUOgrK16 .panel-title-edit {
  color: #000000;
}
.cid-tMcUOgrK16 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMcWTJcv3I {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMcWTJcv3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMcWTJcv3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMcWTJcv3I .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMcWTJcv3I .panel-group {
  border: none;
}
.cid-tMcWTJcv3I .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMcWTJcv3I .panel-body,
.cid-tMcWTJcv3I .card-header {
  padding: 1rem 0;
}
.cid-tMcWTJcv3I .panel-title-edit {
  color: #000000;
}
.cid-tMcWTJcv3I .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMdvpfTxIG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMdvpfTxIG nav.navbar {
  position: fixed;
}
.cid-tMdvpfTxIG .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-tMdvpfTxIG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMdvpfTxIG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMdvpfTxIG .dropdown-item:hover,
.cid-tMdvpfTxIG .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tMdvpfTxIG .dropdown-item:hover span {
  color: white;
}
.cid-tMdvpfTxIG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMdvpfTxIG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMdvpfTxIG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMdvpfTxIG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMdvpfTxIG .nav-link {
  position: relative;
}
.cid-tMdvpfTxIG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMdvpfTxIG .container {
    flex-wrap: wrap;
  }
}
.cid-tMdvpfTxIG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMdvpfTxIG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMdvpfTxIG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMdvpfTxIG .dropdown-menu,
.cid-tMdvpfTxIG .navbar.opened {
  background: #ffffff !important;
}
.cid-tMdvpfTxIG .nav-item:focus,
.cid-tMdvpfTxIG .nav-link:focus {
  outline: none;
}
.cid-tMdvpfTxIG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMdvpfTxIG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMdvpfTxIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMdvpfTxIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMdvpfTxIG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMdvpfTxIG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMdvpfTxIG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMdvpfTxIG .navbar.opened {
  transition: all 0.3s;
}
.cid-tMdvpfTxIG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMdvpfTxIG .navbar .navbar-logo img {
  width: auto;
}
.cid-tMdvpfTxIG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMdvpfTxIG .navbar.collapsed {
  justify-content: center;
}
.cid-tMdvpfTxIG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMdvpfTxIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMdvpfTxIG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMdvpfTxIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMdvpfTxIG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMdvpfTxIG .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-tMdvpfTxIG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMdvpfTxIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMdvpfTxIG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMdvpfTxIG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMdvpfTxIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMdvpfTxIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMdvpfTxIG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMdvpfTxIG .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-tMdvpfTxIG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMdvpfTxIG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMdvpfTxIG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMdvpfTxIG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMdvpfTxIG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMdvpfTxIG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMdvpfTxIG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMdvpfTxIG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMdvpfTxIG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMdvpfTxIG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMdvpfTxIG .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-tMdvpfTxIG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMdvpfTxIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMdvpfTxIG .dropdown-item.active,
.cid-tMdvpfTxIG .dropdown-item:active {
  background-color: transparent;
}
.cid-tMdvpfTxIG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMdvpfTxIG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMdvpfTxIG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMdvpfTxIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMdvpfTxIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMdvpfTxIG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMdvpfTxIG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMdvpfTxIG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMdvpfTxIG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMdvpfTxIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMdvpfTxIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMdvpfTxIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMdvpfTxIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMdvpfTxIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMdvpfTxIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMdvpfTxIG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMdvpfTxIG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMdvpfTxIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMdvpfTxIG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMdvpfTxIG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMdvpfTxIG .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-tMdvpfTxIG .navbar {
    height: 70px;
  }
  .cid-tMdvpfTxIG .navbar.opened {
    height: auto;
  }
  .cid-tMdvpfTxIG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMdvpgWws7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #be3030;
}
.cid-tMdvpgWws7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMdvpgWws7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMdvpgWws7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMdvpgWws7 .row {
  flex-direction: row-reverse;
}
.cid-tMdvpgWws7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMdvpgWws7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMdvpgWws7 .mbr-text {
  color: #ffffff;
}
.cid-tMdvpgWws7 .mbr-section-title {
  color: #ffffff;
}
.cid-tMdvpi4Hor {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMdvpi4Hor blockquote {
  border-color: #ff6666;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tMdwlJLEVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMdyxfTj71 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMdyMcs07J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tMdzlj1JbH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMdAkysRYY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMdAqeCnly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMdvpkpfej {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #be3030;
}
.cid-tMdvpkpfej .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMdvpkpfej form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tMdvpkpfej form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tMdvpkpfej form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMdvpkpfej .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMdvpkpfej .mbr-section-title {
  color: #ffffff;
}
.cid-tMdAO8OnNO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMdDGARoe8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMdDGARoe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMdDGARoe8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMdDGARoe8 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMdDGARoe8 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMdDGARoe8 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMdDGARoe8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMdDGARoe8 .mbr-text,
.cid-tMdDGARoe8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tMdDGARoe8 .card-title,
.cid-tMdDGARoe8 .card-box {
  text-align: left;
}
.cid-tMdDMOkvSy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMdDMOkvSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMdDMOkvSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMdDMOkvSy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMdDMOkvSy .panel-group {
  border: none;
}
.cid-tMdDMOkvSy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMdDMOkvSy .panel-body,
.cid-tMdDMOkvSy .card-header {
  padding: 1rem 0;
}
.cid-tMdDMOkvSy .panel-title-edit {
  color: #000000;
}
.cid-tMdDMOkvSy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMdR8FqHFW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMdR8FqHFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMdR8FqHFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMdR8FqHFW .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMdR8FqHFW .panel-group {
  border: none;
}
.cid-tMdR8FqHFW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMdR8FqHFW .panel-body,
.cid-tMdR8FqHFW .card-header {
  padding: 1rem 0;
}
.cid-tMdR8FqHFW .panel-title-edit {
  color: #000000;
}
.cid-tMdR8FqHFW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMhw3dPPK4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMhw3dPPK4 nav.navbar {
  position: fixed;
}
.cid-tMhw3dPPK4 .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-tMhw3dPPK4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMhw3dPPK4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMhw3dPPK4 .dropdown-item:hover,
.cid-tMhw3dPPK4 .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tMhw3dPPK4 .dropdown-item:hover span {
  color: white;
}
.cid-tMhw3dPPK4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMhw3dPPK4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMhw3dPPK4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMhw3dPPK4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMhw3dPPK4 .nav-link {
  position: relative;
}
.cid-tMhw3dPPK4 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMhw3dPPK4 .container {
    flex-wrap: wrap;
  }
}
.cid-tMhw3dPPK4 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMhw3dPPK4 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMhw3dPPK4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMhw3dPPK4 .dropdown-menu,
.cid-tMhw3dPPK4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tMhw3dPPK4 .nav-item:focus,
.cid-tMhw3dPPK4 .nav-link:focus {
  outline: none;
}
.cid-tMhw3dPPK4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMhw3dPPK4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMhw3dPPK4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMhw3dPPK4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMhw3dPPK4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMhw3dPPK4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMhw3dPPK4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMhw3dPPK4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMhw3dPPK4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMhw3dPPK4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tMhw3dPPK4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMhw3dPPK4 .navbar.collapsed {
  justify-content: center;
}
.cid-tMhw3dPPK4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMhw3dPPK4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMhw3dPPK4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMhw3dPPK4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMhw3dPPK4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMhw3dPPK4 .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-tMhw3dPPK4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMhw3dPPK4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMhw3dPPK4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMhw3dPPK4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMhw3dPPK4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMhw3dPPK4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMhw3dPPK4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMhw3dPPK4 .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-tMhw3dPPK4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMhw3dPPK4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMhw3dPPK4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMhw3dPPK4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMhw3dPPK4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMhw3dPPK4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMhw3dPPK4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMhw3dPPK4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMhw3dPPK4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMhw3dPPK4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMhw3dPPK4 .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-tMhw3dPPK4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMhw3dPPK4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMhw3dPPK4 .dropdown-item.active,
.cid-tMhw3dPPK4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMhw3dPPK4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMhw3dPPK4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMhw3dPPK4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMhw3dPPK4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMhw3dPPK4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMhw3dPPK4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMhw3dPPK4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMhw3dPPK4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMhw3dPPK4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMhw3dPPK4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMhw3dPPK4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMhw3dPPK4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMhw3dPPK4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMhw3dPPK4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMhw3dPPK4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMhw3dPPK4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMhw3dPPK4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMhw3dPPK4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMhw3dPPK4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMhw3dPPK4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMhw3dPPK4 .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-tMhw3dPPK4 .navbar {
    height: 70px;
  }
  .cid-tMhw3dPPK4 .navbar.opened {
    height: auto;
  }
  .cid-tMhw3dPPK4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMhw3e5u0J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9550d9;
}
.cid-tMhw3e5u0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMhw3e5u0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMhw3e5u0J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMhw3e5u0J .row {
  flex-direction: row-reverse;
}
.cid-tMhw3e5u0J img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMhw3e5u0J .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMhw3e5u0J .mbr-text {
  color: #ffffff;
}
.cid-tMhw3e5u0J .mbr-section-title {
  color: #ffffff;
}
.cid-tMhw3eeox6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMhw3eeox6 blockquote {
  border-color: #ff6666;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tMhBeHGHug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMhBszLgIA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMhw3f459v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #be3030;
}
.cid-tMhw3f459v .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMhw3f459v form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tMhw3f459v form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tMhw3f459v form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMhw3f459v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMhw3f459v .mbr-section-title {
  color: #ffffff;
}
.cid-tMhDmpbPKe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMhMMi4Ocg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMhQYKM1CK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tMhQYKM1CK .line {
  background-color: #412161;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tMhN21aLJJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMhNtknCpl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMhNtknCpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMhNtknCpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMhNtknCpl .card-wrapper {
  background: #3eaa22;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMhNtknCpl .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMhNtknCpl .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMhNtknCpl .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMhNtknCpl .mbr-text,
.cid-tMhNtknCpl .mbr-section-btn {
  color: #ffffff;
}
.cid-tMhNtknCpl .card-title,
.cid-tMhNtknCpl .card-box {
  text-align: left;
}
.cid-tMhOfaNAKq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMhOfaNAKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMhOfaNAKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMhOfaNAKq .card-wrapper {
  background: #9c0f0f;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMhOfaNAKq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMhOfaNAKq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMhOfaNAKq .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMhOfaNAKq .mbr-text,
.cid-tMhOfaNAKq .mbr-section-btn {
  color: #ffffff;
}
.cid-tMhOfaNAKq .card-title,
.cid-tMhOfaNAKq .card-box {
  text-align: left;
}
.cid-tMhNk8brpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMhRArxRUv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tMhRArxRUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMhRArxRUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMhRArxRUv .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMhRArxRUv .panel-group {
  border: none;
}
.cid-tMhRArxRUv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMhRArxRUv .panel-body,
.cid-tMhRArxRUv .card-header {
  padding: 1rem 0;
}
.cid-tMhRArxRUv .panel-title-edit {
  color: #000000;
}
.cid-tMhRArxRUv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMhSSTBWt0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tMhSSTBWt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMhSSTBWt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMhSSTBWt0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMhSSTBWt0 .panel-group {
  border: none;
}
.cid-tMhSSTBWt0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMhSSTBWt0 .panel-body,
.cid-tMhSSTBWt0 .card-header {
  padding: 1rem 0;
}
.cid-tMhSSTBWt0 .panel-title-edit {
  color: #000000;
}
.cid-tMhSSTBWt0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMiq5WmsjE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMiq5WmsjE nav.navbar {
  position: fixed;
}
.cid-tMiq5WmsjE .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-tMiq5WmsjE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMiq5WmsjE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMiq5WmsjE .dropdown-item:hover,
.cid-tMiq5WmsjE .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tMiq5WmsjE .dropdown-item:hover span {
  color: white;
}
.cid-tMiq5WmsjE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMiq5WmsjE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMiq5WmsjE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMiq5WmsjE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMiq5WmsjE .nav-link {
  position: relative;
}
.cid-tMiq5WmsjE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMiq5WmsjE .container {
    flex-wrap: wrap;
  }
}
.cid-tMiq5WmsjE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMiq5WmsjE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMiq5WmsjE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMiq5WmsjE .dropdown-menu,
.cid-tMiq5WmsjE .navbar.opened {
  background: #ffffff !important;
}
.cid-tMiq5WmsjE .nav-item:focus,
.cid-tMiq5WmsjE .nav-link:focus {
  outline: none;
}
.cid-tMiq5WmsjE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMiq5WmsjE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMiq5WmsjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMiq5WmsjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMiq5WmsjE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMiq5WmsjE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMiq5WmsjE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMiq5WmsjE .navbar.opened {
  transition: all 0.3s;
}
.cid-tMiq5WmsjE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMiq5WmsjE .navbar .navbar-logo img {
  width: auto;
}
.cid-tMiq5WmsjE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMiq5WmsjE .navbar.collapsed {
  justify-content: center;
}
.cid-tMiq5WmsjE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMiq5WmsjE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMiq5WmsjE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMiq5WmsjE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMiq5WmsjE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMiq5WmsjE .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-tMiq5WmsjE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMiq5WmsjE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMiq5WmsjE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMiq5WmsjE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMiq5WmsjE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMiq5WmsjE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMiq5WmsjE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMiq5WmsjE .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-tMiq5WmsjE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMiq5WmsjE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMiq5WmsjE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMiq5WmsjE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMiq5WmsjE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMiq5WmsjE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMiq5WmsjE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMiq5WmsjE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMiq5WmsjE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMiq5WmsjE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMiq5WmsjE .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-tMiq5WmsjE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMiq5WmsjE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMiq5WmsjE .dropdown-item.active,
.cid-tMiq5WmsjE .dropdown-item:active {
  background-color: transparent;
}
.cid-tMiq5WmsjE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMiq5WmsjE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMiq5WmsjE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMiq5WmsjE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMiq5WmsjE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMiq5WmsjE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMiq5WmsjE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMiq5WmsjE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMiq5WmsjE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMiq5WmsjE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMiq5WmsjE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMiq5WmsjE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMiq5WmsjE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMiq5WmsjE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMiq5WmsjE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMiq5WmsjE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMiq5WmsjE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMiq5WmsjE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMiq5WmsjE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMiq5WmsjE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMiq5WmsjE .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-tMiq5WmsjE .navbar {
    height: 70px;
  }
  .cid-tMiq5WmsjE .navbar.opened {
    height: auto;
  }
  .cid-tMiq5WmsjE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMiq5WHvr3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #412161;
}
.cid-tMiq5WHvr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMiq5WHvr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMiq5WHvr3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMiq5WHvr3 .row {
  flex-direction: row-reverse;
}
.cid-tMiq5WHvr3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMiq5WHvr3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMiq5WHvr3 .mbr-text {
  color: #ffffff;
}
.cid-tMiq5WHvr3 .mbr-section-title {
  color: #ffffff;
}
.cid-tMiq5WWvbL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMiq5WWvbL blockquote {
  border-color: #9550d9;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tMiMWP3xrA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMiNfSxRVQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMiq5Xk65m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #be3030;
}
.cid-tMiq5Xk65m .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMiq5Xk65m form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tMiq5Xk65m form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tMiq5Xk65m form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMiq5Xk65m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMiq5Xk65m .mbr-section-title {
  color: #ffffff;
}
.cid-tMiNAwC4NJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMiOqHpHQP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMiPuam1yp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #412161;
}
.cid-tMiPuam1yp .mbr-text {
  color: #ffffff;
}
.cid-tMiPuam1yp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMiPSdm3Bf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMiQhkNejA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMiQUE2eO0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tMiQUE2eO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMiQUE2eO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMiQUE2eO0 .card-wrapper {
  background: #9550d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMiQUE2eO0 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMiQUE2eO0 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMiQUE2eO0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMiQUE2eO0 .mbr-text,
.cid-tMiQUE2eO0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tMiQUE2eO0 .card-title,
.cid-tMiQUE2eO0 .card-box {
  text-align: left;
}
.cid-tMiRgBmBQb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMiRgBmBQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMiRgBmBQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMiRgBmBQb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMiRgBmBQb .panel-group {
  border: none;
}
.cid-tMiRgBmBQb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMiRgBmBQb .panel-body,
.cid-tMiRgBmBQb .card-header {
  padding: 1rem 0;
}
.cid-tMiRgBmBQb .panel-title-edit {
  color: #000000;
}
.cid-tMiRgBmBQb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMiRK6Ni6v {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMiRK6Ni6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMiRK6Ni6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMiRK6Ni6v .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMiRK6Ni6v .panel-group {
  border: none;
}
.cid-tMiRK6Ni6v .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMiRK6Ni6v .panel-body,
.cid-tMiRK6Ni6v .card-header {
  padding: 1rem 0;
}
.cid-tMiRK6Ni6v .panel-title-edit {
  color: #000000;
}
.cid-tMiRK6Ni6v .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMujHEYA8s {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMujHEYA8s nav.navbar {
  position: fixed;
}
.cid-tMujHEYA8s .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-tMujHEYA8s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMujHEYA8s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMujHEYA8s .dropdown-item:hover,
.cid-tMujHEYA8s .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tMujHEYA8s .dropdown-item:hover span {
  color: white;
}
.cid-tMujHEYA8s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMujHEYA8s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMujHEYA8s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMujHEYA8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMujHEYA8s .nav-link {
  position: relative;
}
.cid-tMujHEYA8s .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMujHEYA8s .container {
    flex-wrap: wrap;
  }
}
.cid-tMujHEYA8s .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMujHEYA8s .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMujHEYA8s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMujHEYA8s .dropdown-menu,
.cid-tMujHEYA8s .navbar.opened {
  background: #ffffff !important;
}
.cid-tMujHEYA8s .nav-item:focus,
.cid-tMujHEYA8s .nav-link:focus {
  outline: none;
}
.cid-tMujHEYA8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMujHEYA8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMujHEYA8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMujHEYA8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMujHEYA8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMujHEYA8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMujHEYA8s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMujHEYA8s .navbar.opened {
  transition: all 0.3s;
}
.cid-tMujHEYA8s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMujHEYA8s .navbar .navbar-logo img {
  width: auto;
}
.cid-tMujHEYA8s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMujHEYA8s .navbar.collapsed {
  justify-content: center;
}
.cid-tMujHEYA8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMujHEYA8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMujHEYA8s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMujHEYA8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMujHEYA8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMujHEYA8s .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-tMujHEYA8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMujHEYA8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMujHEYA8s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMujHEYA8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMujHEYA8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMujHEYA8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMujHEYA8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMujHEYA8s .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-tMujHEYA8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMujHEYA8s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMujHEYA8s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMujHEYA8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMujHEYA8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMujHEYA8s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMujHEYA8s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMujHEYA8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMujHEYA8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMujHEYA8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMujHEYA8s .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-tMujHEYA8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMujHEYA8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMujHEYA8s .dropdown-item.active,
.cid-tMujHEYA8s .dropdown-item:active {
  background-color: transparent;
}
.cid-tMujHEYA8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMujHEYA8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMujHEYA8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMujHEYA8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMujHEYA8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMujHEYA8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMujHEYA8s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMujHEYA8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMujHEYA8s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMujHEYA8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMujHEYA8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMujHEYA8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMujHEYA8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMujHEYA8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMujHEYA8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMujHEYA8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMujHEYA8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMujHEYA8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMujHEYA8s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMujHEYA8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMujHEYA8s .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-tMujHEYA8s .navbar {
    height: 70px;
  }
  .cid-tMujHEYA8s .navbar.opened {
    height: auto;
  }
  .cid-tMujHEYA8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMujHFaJR8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2299aa;
}
.cid-tMujHFaJR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMujHFaJR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMujHFaJR8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMujHFaJR8 .row {
  flex-direction: row-reverse;
}
.cid-tMujHFaJR8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMujHFaJR8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMujHFaJR8 .mbr-text {
  color: #ffffff;
}
.cid-tMujHFaJR8 .mbr-section-title {
  color: #ffffff;
}
.cid-tMujHFiyMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMujHFiyMz blockquote {
  border-color: #65c6d4;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tMulPeOhI8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMulY6po1c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMujHFHpEg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #be3030;
}
.cid-tMujHFHpEg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMujHFHpEg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tMujHFHpEg form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tMujHFHpEg form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMujHFHpEg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMujHFHpEg .mbr-section-title {
  color: #ffffff;
}
.cid-tMum74fhPH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMumiju4sq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMumAs4CQ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMunj4NLTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMunxLMAMi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMunLFx80b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tMunLFx80b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMunLFx80b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMunLFx80b .card-wrapper {
  background: #40b0bf;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMunLFx80b .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMunLFx80b .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMunLFx80b .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMunLFx80b .mbr-text,
.cid-tMunLFx80b .mbr-section-btn {
  color: #ffffff;
}
.cid-tMunLFx80b .card-title,
.cid-tMunLFx80b .card-box {
  text-align: left;
}
.cid-tMuo5it5Ak {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMuo5it5Ak .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMuo5it5Ak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMuo5it5Ak .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMuo5it5Ak .panel-group {
  border: none;
}
.cid-tMuo5it5Ak .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMuo5it5Ak .panel-body,
.cid-tMuo5it5Ak .card-header {
  padding: 1rem 0;
}
.cid-tMuo5it5Ak .panel-title-edit {
  color: #000000;
}
.cid-tMuo5it5Ak .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMurCseKRl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMurCseKRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMurCseKRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMurCseKRl .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMurCseKRl .panel-group {
  border: none;
}
.cid-tMurCseKRl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMurCseKRl .panel-body,
.cid-tMurCseKRl .card-header {
  padding: 1rem 0;
}
.cid-tMurCseKRl .panel-title-edit {
  color: #000000;
}
.cid-tMurCseKRl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMussogNLL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMussogNLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMussogNLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMussogNLL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMussogNLL .panel-group {
  border: none;
}
.cid-tMussogNLL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMussogNLL .panel-body,
.cid-tMussogNLL .card-header {
  padding: 1rem 0;
}
.cid-tMussogNLL .panel-title-edit {
  color: #000000;
}
.cid-tMussogNLL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMv09mD3cQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMv09mD3cQ nav.navbar {
  position: fixed;
}
.cid-tMv09mD3cQ .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-tMv09mD3cQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMv09mD3cQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMv09mD3cQ .dropdown-item:hover,
.cid-tMv09mD3cQ .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tMv09mD3cQ .dropdown-item:hover span {
  color: white;
}
.cid-tMv09mD3cQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMv09mD3cQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMv09mD3cQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMv09mD3cQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMv09mD3cQ .nav-link {
  position: relative;
}
.cid-tMv09mD3cQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMv09mD3cQ .container {
    flex-wrap: wrap;
  }
}
.cid-tMv09mD3cQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMv09mD3cQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMv09mD3cQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMv09mD3cQ .dropdown-menu,
.cid-tMv09mD3cQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tMv09mD3cQ .nav-item:focus,
.cid-tMv09mD3cQ .nav-link:focus {
  outline: none;
}
.cid-tMv09mD3cQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMv09mD3cQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMv09mD3cQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMv09mD3cQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMv09mD3cQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMv09mD3cQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMv09mD3cQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMv09mD3cQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tMv09mD3cQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMv09mD3cQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tMv09mD3cQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMv09mD3cQ .navbar.collapsed {
  justify-content: center;
}
.cid-tMv09mD3cQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMv09mD3cQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMv09mD3cQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMv09mD3cQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMv09mD3cQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMv09mD3cQ .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-tMv09mD3cQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMv09mD3cQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMv09mD3cQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMv09mD3cQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMv09mD3cQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMv09mD3cQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMv09mD3cQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMv09mD3cQ .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-tMv09mD3cQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMv09mD3cQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMv09mD3cQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMv09mD3cQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMv09mD3cQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMv09mD3cQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMv09mD3cQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMv09mD3cQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMv09mD3cQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMv09mD3cQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMv09mD3cQ .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-tMv09mD3cQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMv09mD3cQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMv09mD3cQ .dropdown-item.active,
.cid-tMv09mD3cQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tMv09mD3cQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMv09mD3cQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMv09mD3cQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMv09mD3cQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMv09mD3cQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMv09mD3cQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMv09mD3cQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMv09mD3cQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMv09mD3cQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMv09mD3cQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMv09mD3cQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMv09mD3cQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMv09mD3cQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMv09mD3cQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMv09mD3cQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMv09mD3cQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMv09mD3cQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMv09mD3cQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMv09mD3cQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMv09mD3cQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMv09mD3cQ .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-tMv09mD3cQ .navbar {
    height: 70px;
  }
  .cid-tMv09mD3cQ .navbar.opened {
    height: auto;
  }
  .cid-tMv09mD3cQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMv09mTsfe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6592e6;
}
.cid-tMv09mTsfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMv09mTsfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMv09mTsfe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMv09mTsfe .row {
  flex-direction: row-reverse;
}
.cid-tMv09mTsfe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMv09mTsfe .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMv09mTsfe .mbr-text {
  color: #ffffff;
}
.cid-tMv09mTsfe .mbr-section-title {
  color: #ffffff;
}
.cid-tMv09n4enO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMv09n4enO blockquote {
  border-color: #4479d9;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tMAs28HAe0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMAsC2oCuf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMv09norO0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-tMv09norO0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMv09norO0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tMv09norO0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tMv09norO0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMv09norO0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMv09norO0 .mbr-section-title {
  color: #ffffff;
}
.cid-tMAsT2qL13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMAtch8tll {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMAuFfLMyR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMAuS3hn4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMAv6MXcVd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMAvihrVMr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMAwwC0uPt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMAwJHgvlZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMAwJHgvlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMAwJHgvlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMAwJHgvlZ .card-wrapper {
  background: #3eaa22;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMAwJHgvlZ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMAwJHgvlZ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMAwJHgvlZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMAwJHgvlZ .mbr-text,
.cid-tMAwJHgvlZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tMAwJHgvlZ .card-title,
.cid-tMAwJHgvlZ .card-box {
  text-align: left;
}
.cid-tMAwPvywZq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMAwPvywZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMAwPvywZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMAwPvywZq .card-wrapper {
  background: #9c0f0f;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMAwPvywZq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMAwPvywZq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMAwPvywZq .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMAwPvywZq .mbr-text,
.cid-tMAwPvywZq .mbr-section-btn {
  color: #ffffff;
}
.cid-tMAwPvywZq .card-title,
.cid-tMAwPvywZq .card-box {
  text-align: left;
}
.cid-tMv09oaJ0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tMv09oaJ0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMv09oaJ0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMv09oaJ0t .card-wrapper {
  background: #22a5e5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMv09oaJ0t .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMv09oaJ0t .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMv09oaJ0t .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMv09oaJ0t .mbr-text,
.cid-tMv09oaJ0t .mbr-section-btn {
  color: #ffffff;
}
.cid-tMv09oaJ0t .card-title,
.cid-tMv09oaJ0t .card-box {
  text-align: left;
}
.cid-tMAzvKVUi3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMAzvKVUi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMAzvKVUi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMAzvKVUi3 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMAzvKVUi3 .panel-group {
  border: none;
}
.cid-tMAzvKVUi3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMAzvKVUi3 .panel-body,
.cid-tMAzvKVUi3 .card-header {
  padding: 1rem 0;
}
.cid-tMAzvKVUi3 .panel-title-edit {
  color: #000000;
}
.cid-tMAzvKVUi3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMAAfewJ4V {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMAAfewJ4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMAAfewJ4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMAAfewJ4V .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMAAfewJ4V .panel-group {
  border: none;
}
.cid-tMAAfewJ4V .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMAAfewJ4V .panel-body,
.cid-tMAAfewJ4V .card-header {
  padding: 1rem 0;
}
.cid-tMAAfewJ4V .panel-title-edit {
  color: #000000;
}
.cid-tMAAfewJ4V .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMBMSpgGNF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMBMSpgGNF nav.navbar {
  position: fixed;
}
.cid-tMBMSpgGNF .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-tMBMSpgGNF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMBMSpgGNF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMBMSpgGNF .dropdown-item:hover,
.cid-tMBMSpgGNF .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tMBMSpgGNF .dropdown-item:hover span {
  color: white;
}
.cid-tMBMSpgGNF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMBMSpgGNF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMBMSpgGNF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMBMSpgGNF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMBMSpgGNF .nav-link {
  position: relative;
}
.cid-tMBMSpgGNF .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMBMSpgGNF .container {
    flex-wrap: wrap;
  }
}
.cid-tMBMSpgGNF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMBMSpgGNF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMBMSpgGNF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMBMSpgGNF .dropdown-menu,
.cid-tMBMSpgGNF .navbar.opened {
  background: #ffffff !important;
}
.cid-tMBMSpgGNF .nav-item:focus,
.cid-tMBMSpgGNF .nav-link:focus {
  outline: none;
}
.cid-tMBMSpgGNF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMBMSpgGNF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMBMSpgGNF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMBMSpgGNF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMBMSpgGNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMBMSpgGNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMBMSpgGNF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMBMSpgGNF .navbar.opened {
  transition: all 0.3s;
}
.cid-tMBMSpgGNF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMBMSpgGNF .navbar .navbar-logo img {
  width: auto;
}
.cid-tMBMSpgGNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMBMSpgGNF .navbar.collapsed {
  justify-content: center;
}
.cid-tMBMSpgGNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMBMSpgGNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMBMSpgGNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMBMSpgGNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMBMSpgGNF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMBMSpgGNF .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-tMBMSpgGNF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMBMSpgGNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMBMSpgGNF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMBMSpgGNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMBMSpgGNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMBMSpgGNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMBMSpgGNF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMBMSpgGNF .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-tMBMSpgGNF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMBMSpgGNF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMBMSpgGNF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMBMSpgGNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMBMSpgGNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMBMSpgGNF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMBMSpgGNF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMBMSpgGNF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMBMSpgGNF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMBMSpgGNF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMBMSpgGNF .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-tMBMSpgGNF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMBMSpgGNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMBMSpgGNF .dropdown-item.active,
.cid-tMBMSpgGNF .dropdown-item:active {
  background-color: transparent;
}
.cid-tMBMSpgGNF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMBMSpgGNF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMBMSpgGNF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMBMSpgGNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMBMSpgGNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMBMSpgGNF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMBMSpgGNF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMBMSpgGNF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMBMSpgGNF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMBMSpgGNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMBMSpgGNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMBMSpgGNF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMBMSpgGNF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMBMSpgGNF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMBMSpgGNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMBMSpgGNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMBMSpgGNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMBMSpgGNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMBMSpgGNF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMBMSpgGNF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMBMSpgGNF .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-tMBMSpgGNF .navbar {
    height: 70px;
  }
  .cid-tMBMSpgGNF .navbar.opened {
    height: auto;
  }
  .cid-tMBMSpgGNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMBMSpyusa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8a8a;
}
.cid-tMBMSpyusa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMBMSpyusa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMBMSpyusa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMBMSpyusa .row {
  flex-direction: row-reverse;
}
.cid-tMBMSpyusa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMBMSpyusa .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMBMSpyusa .mbr-text {
  color: #ffffff;
}
.cid-tMBMSpyusa .mbr-section-title {
  color: #ffffff;
}
.cid-tMBMSpO6qo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMBMSpO6qo blockquote {
  border-color: #ff8a8a;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tMBRwKP1I7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tMBRIfkHkY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMBMSqwR2t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8a8a;
}
.cid-tMBMSqwR2t .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMBMSqwR2t form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tMBMSqwR2t form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tMBMSqwR2t form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMBMSqwR2t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMBMSqwR2t .mbr-section-title {
  color: #ffffff;
}
.cid-tMBRQqaSwh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMBUTwz6NQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMBVe9mOwy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMBVGOPJQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMBVMwVjTi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMBVZE7jVB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMBW9VAS8k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMBMSshJEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tMBMSshJEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMBMSshJEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMBMSshJEC .card-wrapper {
  background: #2299aa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMBMSshJEC .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMBMSshJEC .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMBMSshJEC .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMBMSshJEC .mbr-text,
.cid-tMBMSshJEC .mbr-section-btn {
  color: #ffffff;
}
.cid-tMBMSshJEC .card-title,
.cid-tMBMSshJEC .card-box {
  text-align: left;
}
.cid-tMBWBSzu4u {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMBWBSzu4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMBWBSzu4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMBWBSzu4u .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMBWBSzu4u .panel-group {
  border: none;
}
.cid-tMBWBSzu4u .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMBWBSzu4u .panel-body,
.cid-tMBWBSzu4u .card-header {
  padding: 1rem 0;
}
.cid-tMBWBSzu4u .panel-title-edit {
  color: #000000;
}
.cid-tMBWBSzu4u .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMBWAJS2pe {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMBWAJS2pe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMBWAJS2pe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMBWAJS2pe .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMBWAJS2pe .panel-group {
  border: none;
}
.cid-tMBWAJS2pe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMBWAJS2pe .panel-body,
.cid-tMBWAJS2pe .card-header {
  padding: 1rem 0;
}
.cid-tMBWAJS2pe .panel-title-edit {
  color: #000000;
}
.cid-tMBWAJS2pe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMZiVpsyWg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMZiVpsyWg nav.navbar {
  position: fixed;
}
.cid-tMZiVpsyWg .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-tMZiVpsyWg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMZiVpsyWg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMZiVpsyWg .dropdown-item:hover,
.cid-tMZiVpsyWg .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tMZiVpsyWg .dropdown-item:hover span {
  color: white;
}
.cid-tMZiVpsyWg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMZiVpsyWg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMZiVpsyWg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMZiVpsyWg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMZiVpsyWg .nav-link {
  position: relative;
}
.cid-tMZiVpsyWg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMZiVpsyWg .container {
    flex-wrap: wrap;
  }
}
.cid-tMZiVpsyWg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMZiVpsyWg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMZiVpsyWg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMZiVpsyWg .dropdown-menu,
.cid-tMZiVpsyWg .navbar.opened {
  background: #ffffff !important;
}
.cid-tMZiVpsyWg .nav-item:focus,
.cid-tMZiVpsyWg .nav-link:focus {
  outline: none;
}
.cid-tMZiVpsyWg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMZiVpsyWg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMZiVpsyWg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMZiVpsyWg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMZiVpsyWg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMZiVpsyWg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMZiVpsyWg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMZiVpsyWg .navbar.opened {
  transition: all 0.3s;
}
.cid-tMZiVpsyWg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMZiVpsyWg .navbar .navbar-logo img {
  width: auto;
}
.cid-tMZiVpsyWg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMZiVpsyWg .navbar.collapsed {
  justify-content: center;
}
.cid-tMZiVpsyWg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMZiVpsyWg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMZiVpsyWg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMZiVpsyWg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMZiVpsyWg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMZiVpsyWg .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-tMZiVpsyWg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMZiVpsyWg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMZiVpsyWg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMZiVpsyWg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMZiVpsyWg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMZiVpsyWg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMZiVpsyWg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMZiVpsyWg .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-tMZiVpsyWg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMZiVpsyWg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMZiVpsyWg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMZiVpsyWg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMZiVpsyWg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMZiVpsyWg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMZiVpsyWg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMZiVpsyWg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMZiVpsyWg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMZiVpsyWg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMZiVpsyWg .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-tMZiVpsyWg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMZiVpsyWg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMZiVpsyWg .dropdown-item.active,
.cid-tMZiVpsyWg .dropdown-item:active {
  background-color: transparent;
}
.cid-tMZiVpsyWg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMZiVpsyWg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMZiVpsyWg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMZiVpsyWg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMZiVpsyWg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMZiVpsyWg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMZiVpsyWg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMZiVpsyWg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMZiVpsyWg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMZiVpsyWg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMZiVpsyWg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMZiVpsyWg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMZiVpsyWg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMZiVpsyWg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMZiVpsyWg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMZiVpsyWg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMZiVpsyWg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMZiVpsyWg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMZiVpsyWg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMZiVpsyWg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMZiVpsyWg .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-tMZiVpsyWg .navbar {
    height: 70px;
  }
  .cid-tMZiVpsyWg .navbar.opened {
    height: auto;
  }
  .cid-tMZiVpsyWg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMZiVq9VgX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a640bf;
}
.cid-tMZiVq9VgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMZiVq9VgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMZiVq9VgX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMZiVq9VgX .row {
  flex-direction: row-reverse;
}
.cid-tMZiVq9VgX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMZiVq9VgX .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMZiVq9VgX .mbr-text {
  color: #ffffff;
}
.cid-tMZiVq9VgX .mbr-section-title {
  color: #ffffff;
}
.cid-tMZiVqtOb6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZiVqtOb6 blockquote {
  border-color: #9550d9;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tMZiVqU8fg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZkfGpM50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZkp3xzsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZmaPsoJO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZiVsXlL5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #412161;
}
.cid-tMZiVsXlL5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMZiVsXlL5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tMZiVsXlL5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tMZiVsXlL5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMZiVsXlL5 .mbr-section-title {
  color: #ffffff;
}
.cid-tMZiVsXlL5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMZmlfr7x5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZmr3xvyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZmuMzj0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZmEkqMO2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZmHE8sqA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZmV77kdS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZmZL62pp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZndXMY1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZnnbvCIB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZodf6U9U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZorK2fzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZowowgmz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZoCHymQM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZoPtpuQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMZoPtpuQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMZoPtpuQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMZoPtpuQB .card-wrapper {
  background: #40b0bf;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMZoPtpuQB .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMZoPtpuQB .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMZoPtpuQB .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMZoPtpuQB .mbr-text,
.cid-tMZoPtpuQB .mbr-section-btn {
  color: #ffffff;
}
.cid-tMZoPtpuQB .card-title,
.cid-tMZoPtpuQB .card-box {
  text-align: left;
}
.cid-tMZtXz9YWB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMZtXz9YWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMZtXz9YWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMZtXz9YWB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMZtXz9YWB .panel-group {
  border: none;
}
.cid-tMZtXz9YWB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMZtXz9YWB .panel-body,
.cid-tMZtXz9YWB .card-header {
  padding: 1rem 0;
}
.cid-tMZtXz9YWB .panel-title-edit {
  color: #000000;
}
.cid-tMZtXz9YWB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMZu1hT2lY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMZu1hT2lY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMZu1hT2lY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMZu1hT2lY .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tMZu1hT2lY .panel-group {
  border: none;
}
.cid-tMZu1hT2lY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMZu1hT2lY .panel-body,
.cid-tMZu1hT2lY .card-header {
  padding: 1rem 0;
}
.cid-tMZu1hT2lY .panel-title-edit {
  color: #000000;
}
.cid-tMZu1hT2lY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tN3rFrv28R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tN3rFrv28R nav.navbar {
  position: fixed;
}
.cid-tN3rFrv28R .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-tN3rFrv28R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tN3rFrv28R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tN3rFrv28R .dropdown-item:hover,
.cid-tN3rFrv28R .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tN3rFrv28R .dropdown-item:hover span {
  color: white;
}
.cid-tN3rFrv28R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tN3rFrv28R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tN3rFrv28R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tN3rFrv28R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tN3rFrv28R .nav-link {
  position: relative;
}
.cid-tN3rFrv28R .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tN3rFrv28R .container {
    flex-wrap: wrap;
  }
}
.cid-tN3rFrv28R .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tN3rFrv28R .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tN3rFrv28R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tN3rFrv28R .dropdown-menu,
.cid-tN3rFrv28R .navbar.opened {
  background: #ffffff !important;
}
.cid-tN3rFrv28R .nav-item:focus,
.cid-tN3rFrv28R .nav-link:focus {
  outline: none;
}
.cid-tN3rFrv28R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN3rFrv28R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN3rFrv28R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN3rFrv28R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN3rFrv28R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN3rFrv28R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN3rFrv28R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tN3rFrv28R .navbar.opened {
  transition: all 0.3s;
}
.cid-tN3rFrv28R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tN3rFrv28R .navbar .navbar-logo img {
  width: auto;
}
.cid-tN3rFrv28R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tN3rFrv28R .navbar.collapsed {
  justify-content: center;
}
.cid-tN3rFrv28R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN3rFrv28R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN3rFrv28R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tN3rFrv28R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN3rFrv28R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN3rFrv28R .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-tN3rFrv28R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN3rFrv28R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tN3rFrv28R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tN3rFrv28R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN3rFrv28R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN3rFrv28R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN3rFrv28R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tN3rFrv28R .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-tN3rFrv28R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN3rFrv28R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tN3rFrv28R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tN3rFrv28R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tN3rFrv28R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN3rFrv28R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tN3rFrv28R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tN3rFrv28R .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN3rFrv28R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN3rFrv28R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN3rFrv28R .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-tN3rFrv28R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN3rFrv28R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN3rFrv28R .dropdown-item.active,
.cid-tN3rFrv28R .dropdown-item:active {
  background-color: transparent;
}
.cid-tN3rFrv28R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN3rFrv28R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN3rFrv28R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN3rFrv28R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tN3rFrv28R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN3rFrv28R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN3rFrv28R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tN3rFrv28R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN3rFrv28R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tN3rFrv28R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tN3rFrv28R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN3rFrv28R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN3rFrv28R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN3rFrv28R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN3rFrv28R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN3rFrv28R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN3rFrv28R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN3rFrv28R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN3rFrv28R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tN3rFrv28R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tN3rFrv28R .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-tN3rFrv28R .navbar {
    height: 70px;
  }
  .cid-tN3rFrv28R .navbar.opened {
    height: auto;
  }
  .cid-tN3rFrv28R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN3rFrIoxq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bf40a9;
}
.cid-tN3rFrIoxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN3rFrIoxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN3rFrIoxq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tN3rFrIoxq .row {
  flex-direction: row-reverse;
}
.cid-tN3rFrIoxq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tN3rFrIoxq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tN3rFrIoxq .mbr-text {
  color: #ffffff;
}
.cid-tN3rFrIoxq .mbr-section-title {
  color: #ffffff;
}
.cid-tN3rFrYwSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN3rFrYwSm blockquote {
  border-color: #9550d9;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tN3OXQ5Mgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN3PNQndVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN3Q5Kpn7w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN3rFsrdBT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #412161;
}
.cid-tN3rFsrdBT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tN3rFsrdBT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tN3rFsrdBT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tN3rFsrdBT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tN3rFsrdBT .mbr-section-title {
  color: #ffffff;
}
.cid-tN3rFsrdBT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tN3QiCUuTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN3QyZZfnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN3Ta2aTGc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN3U0PAnIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN3rFtSE8e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN3rFtSE8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN3rFtSE8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN3rFtSE8e .card-wrapper {
  background: #4f326c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tN3rFtSE8e .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tN3rFtSE8e .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tN3rFtSE8e .card-wrapper {
    padding: 4rem;
  }
}
.cid-tN3rFtSE8e .mbr-text,
.cid-tN3rFtSE8e .mbr-section-btn {
  color: #ffffff;
}
.cid-tN3rFtSE8e .card-title,
.cid-tN3rFtSE8e .card-box {
  text-align: left;
}
.cid-tN3Uv2Cstd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tN3Uv2Cstd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN3Uv2Cstd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN3Uv2Cstd .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tN3Uv2Cstd .panel-group {
  border: none;
}
.cid-tN3Uv2Cstd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tN3Uv2Cstd .panel-body,
.cid-tN3Uv2Cstd .card-header {
  padding: 1rem 0;
}
.cid-tN3Uv2Cstd .panel-title-edit {
  color: #000000;
}
.cid-tN3Uv2Cstd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tN3Vm0e11q {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tN3Vm0e11q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN3Vm0e11q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN3Vm0e11q .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tN3Vm0e11q .panel-group {
  border: none;
}
.cid-tN3Vm0e11q .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tN3Vm0e11q .panel-body,
.cid-tN3Vm0e11q .card-header {
  padding: 1rem 0;
}
.cid-tN3Vm0e11q .panel-title-edit {
  color: #000000;
}
.cid-tN3Vm0e11q .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tN8ko9pc0G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tN8ko9pc0G nav.navbar {
  position: fixed;
}
.cid-tN8ko9pc0G .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-tN8ko9pc0G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tN8ko9pc0G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tN8ko9pc0G .dropdown-item:hover,
.cid-tN8ko9pc0G .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tN8ko9pc0G .dropdown-item:hover span {
  color: white;
}
.cid-tN8ko9pc0G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tN8ko9pc0G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tN8ko9pc0G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tN8ko9pc0G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tN8ko9pc0G .nav-link {
  position: relative;
}
.cid-tN8ko9pc0G .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tN8ko9pc0G .container {
    flex-wrap: wrap;
  }
}
.cid-tN8ko9pc0G .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tN8ko9pc0G .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tN8ko9pc0G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tN8ko9pc0G .dropdown-menu,
.cid-tN8ko9pc0G .navbar.opened {
  background: #ffffff !important;
}
.cid-tN8ko9pc0G .nav-item:focus,
.cid-tN8ko9pc0G .nav-link:focus {
  outline: none;
}
.cid-tN8ko9pc0G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN8ko9pc0G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN8ko9pc0G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN8ko9pc0G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN8ko9pc0G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN8ko9pc0G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN8ko9pc0G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tN8ko9pc0G .navbar.opened {
  transition: all 0.3s;
}
.cid-tN8ko9pc0G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tN8ko9pc0G .navbar .navbar-logo img {
  width: auto;
}
.cid-tN8ko9pc0G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tN8ko9pc0G .navbar.collapsed {
  justify-content: center;
}
.cid-tN8ko9pc0G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN8ko9pc0G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN8ko9pc0G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tN8ko9pc0G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN8ko9pc0G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN8ko9pc0G .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-tN8ko9pc0G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN8ko9pc0G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tN8ko9pc0G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tN8ko9pc0G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN8ko9pc0G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN8ko9pc0G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN8ko9pc0G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tN8ko9pc0G .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-tN8ko9pc0G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN8ko9pc0G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tN8ko9pc0G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tN8ko9pc0G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tN8ko9pc0G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN8ko9pc0G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tN8ko9pc0G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tN8ko9pc0G .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN8ko9pc0G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN8ko9pc0G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN8ko9pc0G .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-tN8ko9pc0G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN8ko9pc0G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN8ko9pc0G .dropdown-item.active,
.cid-tN8ko9pc0G .dropdown-item:active {
  background-color: transparent;
}
.cid-tN8ko9pc0G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN8ko9pc0G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN8ko9pc0G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN8ko9pc0G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tN8ko9pc0G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN8ko9pc0G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN8ko9pc0G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tN8ko9pc0G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN8ko9pc0G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tN8ko9pc0G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tN8ko9pc0G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN8ko9pc0G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN8ko9pc0G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN8ko9pc0G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN8ko9pc0G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN8ko9pc0G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN8ko9pc0G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN8ko9pc0G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN8ko9pc0G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tN8ko9pc0G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tN8ko9pc0G .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-tN8ko9pc0G .navbar {
    height: 70px;
  }
  .cid-tN8ko9pc0G .navbar.opened {
    height: auto;
  }
  .cid-tN8ko9pc0G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN8ko9CatT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff8a8a;
}
.cid-tN8ko9CatT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN8ko9CatT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN8ko9CatT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tN8ko9CatT .row {
  flex-direction: row-reverse;
}
.cid-tN8ko9CatT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tN8ko9CatT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tN8ko9CatT .mbr-text {
  color: #ffffff;
}
.cid-tN8ko9CatT .mbr-section-title {
  color: #ffffff;
}
.cid-tN8LI5e4I1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN8LI5e4I1 blockquote {
  border-color: #ff6666;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tN8LBynNFG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN986wMttK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a640bf;
}
.cid-tN986wMttK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN986wMttK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN986wMttK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tN986wMttK .row {
  flex-direction: row-reverse;
}
.cid-tN986wMttK img {
  width: 100%;
}
.cid-tN986wMttK .mbr-description {
  color: #ffffff;
}
.cid-tN8McMcQYk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN8Mv0pqpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN97TLWQrj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tN97TLWQrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN97TLWQrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN97TLWQrj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tN97TLWQrj .row {
  flex-direction: row-reverse;
}
.cid-tN97TLWQrj img {
  width: 100%;
}
.cid-tN8MF36djp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN8MOLiH7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN9790i2hy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tN9790i2hy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN9790i2hy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN9790i2hy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tN9790i2hy .row {
  flex-direction: row-reverse;
}
.cid-tN9790i2hy img {
  width: 100%;
}
.cid-tN8N5pAaiS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN8NE5smgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN8NNpjphO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN8O61KuHW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN8OiW9dF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN8OFuOZ1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN8OFuOZ1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN8OFuOZ1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN8OFuOZ1d .card-wrapper {
  background: #ff6666;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tN8OFuOZ1d .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tN8OFuOZ1d .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tN8OFuOZ1d .card-wrapper {
    padding: 4rem;
  }
}
.cid-tN8OFuOZ1d .mbr-text,
.cid-tN8OFuOZ1d .mbr-section-btn {
  color: #ffffff;
}
.cid-tN8OFuOZ1d .card-title,
.cid-tN8OFuOZ1d .card-box {
  text-align: left;
}
.cid-tN8T6662hk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tN8T6662hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN8T6662hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN8T6662hk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tN8T6662hk .panel-group {
  border: none;
}
.cid-tN8T6662hk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tN8T6662hk .panel-body,
.cid-tN8T6662hk .card-header {
  padding: 1rem 0;
}
.cid-tN8T6662hk .panel-title-edit {
  color: #000000;
}
.cid-tN8T6662hk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tN8Uoqz6Ex {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tN8Uoqz6Ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN8Uoqz6Ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN8Uoqz6Ex .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tN8Uoqz6Ex .panel-group {
  border: none;
}
.cid-tN8Uoqz6Ex .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tN8Uoqz6Ex .panel-body,
.cid-tN8Uoqz6Ex .card-header {
  padding: 1rem 0;
}
.cid-tN8Uoqz6Ex .panel-title-edit {
  color: #000000;
}
.cid-tN8Uoqz6Ex .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNe7Kz2ZXP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNe7Kz2ZXP nav.navbar {
  position: fixed;
}
.cid-tNe7Kz2ZXP .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-tNe7Kz2ZXP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNe7Kz2ZXP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNe7Kz2ZXP .dropdown-item:hover,
.cid-tNe7Kz2ZXP .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tNe7Kz2ZXP .dropdown-item:hover span {
  color: white;
}
.cid-tNe7Kz2ZXP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNe7Kz2ZXP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNe7Kz2ZXP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNe7Kz2ZXP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNe7Kz2ZXP .nav-link {
  position: relative;
}
.cid-tNe7Kz2ZXP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNe7Kz2ZXP .container {
    flex-wrap: wrap;
  }
}
.cid-tNe7Kz2ZXP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNe7Kz2ZXP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tNe7Kz2ZXP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNe7Kz2ZXP .dropdown-menu,
.cid-tNe7Kz2ZXP .navbar.opened {
  background: #ffffff !important;
}
.cid-tNe7Kz2ZXP .nav-item:focus,
.cid-tNe7Kz2ZXP .nav-link:focus {
  outline: none;
}
.cid-tNe7Kz2ZXP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNe7Kz2ZXP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNe7Kz2ZXP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNe7Kz2ZXP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNe7Kz2ZXP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNe7Kz2ZXP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNe7Kz2ZXP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNe7Kz2ZXP .navbar.opened {
  transition: all 0.3s;
}
.cid-tNe7Kz2ZXP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNe7Kz2ZXP .navbar .navbar-logo img {
  width: auto;
}
.cid-tNe7Kz2ZXP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNe7Kz2ZXP .navbar.collapsed {
  justify-content: center;
}
.cid-tNe7Kz2ZXP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNe7Kz2ZXP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNe7Kz2ZXP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNe7Kz2ZXP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNe7Kz2ZXP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNe7Kz2ZXP .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-tNe7Kz2ZXP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNe7Kz2ZXP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNe7Kz2ZXP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNe7Kz2ZXP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNe7Kz2ZXP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNe7Kz2ZXP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNe7Kz2ZXP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNe7Kz2ZXP .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-tNe7Kz2ZXP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNe7Kz2ZXP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNe7Kz2ZXP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNe7Kz2ZXP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNe7Kz2ZXP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNe7Kz2ZXP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNe7Kz2ZXP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNe7Kz2ZXP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNe7Kz2ZXP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNe7Kz2ZXP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNe7Kz2ZXP .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-tNe7Kz2ZXP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNe7Kz2ZXP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNe7Kz2ZXP .dropdown-item.active,
.cid-tNe7Kz2ZXP .dropdown-item:active {
  background-color: transparent;
}
.cid-tNe7Kz2ZXP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNe7Kz2ZXP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNe7Kz2ZXP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNe7Kz2ZXP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNe7Kz2ZXP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNe7Kz2ZXP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNe7Kz2ZXP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNe7Kz2ZXP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNe7Kz2ZXP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNe7Kz2ZXP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNe7Kz2ZXP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNe7Kz2ZXP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNe7Kz2ZXP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNe7Kz2ZXP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNe7Kz2ZXP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNe7Kz2ZXP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNe7Kz2ZXP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNe7Kz2ZXP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNe7Kz2ZXP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNe7Kz2ZXP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNe7Kz2ZXP .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-tNe7Kz2ZXP .navbar {
    height: 70px;
  }
  .cid-tNe7Kz2ZXP .navbar.opened {
    height: auto;
  }
  .cid-tNe7Kz2ZXP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNe7KzeLxp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bf40a9;
}
.cid-tNe7KzeLxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNe7KzeLxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNe7KzeLxp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNe7KzeLxp .row {
  flex-direction: row-reverse;
}
.cid-tNe7KzeLxp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNe7KzeLxp .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNe7KzeLxp .mbr-text {
  color: #ffffff;
}
.cid-tNe7KzeLxp .mbr-section-title {
  color: #ffffff;
}
.cid-tNe7KznIhu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNe7KznIhu blockquote {
  border-color: #9550d9;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tNekd6EYxD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNekDdgjhc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe9fb;
}
.cid-tNekNX1P8J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNel2kqd0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNeleK6gXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNe7KzM7UX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bf40a9;
}
.cid-tNe7KzM7UX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tNe7KzM7UX form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tNe7KzM7UX form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tNe7KzM7UX form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tNe7KzM7UX .mbr-section-title {
  color: #ffffff;
}
.cid-tNe7KzM7UX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNelRy18R1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNemz1zqBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNentZ3Yxi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNe7KAkeu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNe7KAkeu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNe7KAkeu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNe7KAkeu4 .card-wrapper {
  background: #bf40a9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tNe7KAkeu4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNe7KAkeu4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNe7KAkeu4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tNe7KAkeu4 .mbr-text,
.cid-tNe7KAkeu4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tNe7KAkeu4 .card-title,
.cid-tNe7KAkeu4 .card-box {
  text-align: left;
}
.cid-tNepzhYyEm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNepzhYyEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNepzhYyEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNepzhYyEm .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tNepzhYyEm .panel-group {
  border: none;
}
.cid-tNepzhYyEm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNepzhYyEm .panel-body,
.cid-tNepzhYyEm .card-header {
  padding: 1rem 0;
}
.cid-tNepzhYyEm .panel-title-edit {
  color: #000000;
}
.cid-tNepzhYyEm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNet6FLKxC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNet6FLKxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNet6FLKxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNet6FLKxC .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tNet6FLKxC .panel-group {
  border: none;
}
.cid-tNet6FLKxC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNet6FLKxC .panel-body,
.cid-tNet6FLKxC .card-header {
  padding: 1rem 0;
}
.cid-tNet6FLKxC .panel-title-edit {
  color: #000000;
}
.cid-tNet6FLKxC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNfh9hp10T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNfh9hp10T nav.navbar {
  position: fixed;
}
.cid-tNfh9hp10T .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-tNfh9hp10T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNfh9hp10T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNfh9hp10T .dropdown-item:hover,
.cid-tNfh9hp10T .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tNfh9hp10T .dropdown-item:hover span {
  color: white;
}
.cid-tNfh9hp10T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNfh9hp10T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNfh9hp10T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNfh9hp10T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNfh9hp10T .nav-link {
  position: relative;
}
.cid-tNfh9hp10T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNfh9hp10T .container {
    flex-wrap: wrap;
  }
}
.cid-tNfh9hp10T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNfh9hp10T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tNfh9hp10T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNfh9hp10T .dropdown-menu,
.cid-tNfh9hp10T .navbar.opened {
  background: #ffffff !important;
}
.cid-tNfh9hp10T .nav-item:focus,
.cid-tNfh9hp10T .nav-link:focus {
  outline: none;
}
.cid-tNfh9hp10T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNfh9hp10T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNfh9hp10T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNfh9hp10T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNfh9hp10T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNfh9hp10T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNfh9hp10T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNfh9hp10T .navbar.opened {
  transition: all 0.3s;
}
.cid-tNfh9hp10T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNfh9hp10T .navbar .navbar-logo img {
  width: auto;
}
.cid-tNfh9hp10T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNfh9hp10T .navbar.collapsed {
  justify-content: center;
}
.cid-tNfh9hp10T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNfh9hp10T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNfh9hp10T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNfh9hp10T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNfh9hp10T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNfh9hp10T .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-tNfh9hp10T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNfh9hp10T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNfh9hp10T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNfh9hp10T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNfh9hp10T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNfh9hp10T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNfh9hp10T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNfh9hp10T .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-tNfh9hp10T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNfh9hp10T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNfh9hp10T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNfh9hp10T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNfh9hp10T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNfh9hp10T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNfh9hp10T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNfh9hp10T .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNfh9hp10T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNfh9hp10T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNfh9hp10T .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-tNfh9hp10T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNfh9hp10T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNfh9hp10T .dropdown-item.active,
.cid-tNfh9hp10T .dropdown-item:active {
  background-color: transparent;
}
.cid-tNfh9hp10T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNfh9hp10T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNfh9hp10T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNfh9hp10T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNfh9hp10T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNfh9hp10T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNfh9hp10T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNfh9hp10T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNfh9hp10T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNfh9hp10T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNfh9hp10T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNfh9hp10T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNfh9hp10T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNfh9hp10T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNfh9hp10T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNfh9hp10T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNfh9hp10T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNfh9hp10T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNfh9hp10T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNfh9hp10T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNfh9hp10T .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-tNfh9hp10T .navbar {
    height: 70px;
  }
  .cid-tNfh9hp10T .navbar.opened {
    height: auto;
  }
  .cid-tNfh9hp10T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNfh9hGMgm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a640bf;
}
.cid-tNfh9hGMgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNfh9hGMgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNfh9hGMgm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNfh9hGMgm .row {
  flex-direction: row-reverse;
}
.cid-tNfh9hGMgm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNfh9hGMgm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNfh9hGMgm .mbr-text {
  color: #ffffff;
}
.cid-tNfh9hGMgm .mbr-section-title {
  color: #ffffff;
}
.cid-tNfr9npgdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNfs3p3EoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNfskaaHYt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNfszz35In {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNftg3rcXW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNftHW459F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNfu1PfIRI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNfu1PfIRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNfu1PfIRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNfu1PfIRI .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tNfu1PfIRI .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNfu1PfIRI .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNfu1PfIRI .card-wrapper {
    padding: 4rem;
  }
}
.cid-tNfu1PfIRI .mbr-text,
.cid-tNfu1PfIRI .mbr-section-btn {
  color: #ffffff;
}
.cid-tNfu1PfIRI .card-title,
.cid-tNfu1PfIRI .card-box {
  text-align: left;
}
.cid-tNfu70GrTB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNfu70GrTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNfu70GrTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNfu70GrTB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tNfu70GrTB .panel-group {
  border: none;
}
.cid-tNfu70GrTB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNfu70GrTB .panel-body,
.cid-tNfu70GrTB .card-header {
  padding: 1rem 0;
}
.cid-tNfu70GrTB .panel-title-edit {
  color: #000000;
}
.cid-tNfu70GrTB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNfwnCuuKR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNfwnCuuKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNfwnCuuKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNfwnCuuKR .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tNfwnCuuKR .panel-group {
  border: none;
}
.cid-tNfwnCuuKR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNfwnCuuKR .panel-body,
.cid-tNfwnCuuKR .card-header {
  padding: 1rem 0;
}
.cid-tNfwnCuuKR .panel-title-edit {
  color: #000000;
}
.cid-tNfwnCuuKR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNmxJ5r0tL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNmxJ5r0tL nav.navbar {
  position: fixed;
}
.cid-tNmxJ5r0tL .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-tNmxJ5r0tL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNmxJ5r0tL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNmxJ5r0tL .dropdown-item:hover,
.cid-tNmxJ5r0tL .dropdown-item:focus {
  background: #bf40a9 !important;
  color: white !important;
}
.cid-tNmxJ5r0tL .dropdown-item:hover span {
  color: white;
}
.cid-tNmxJ5r0tL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNmxJ5r0tL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNmxJ5r0tL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNmxJ5r0tL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNmxJ5r0tL .nav-link {
  position: relative;
}
.cid-tNmxJ5r0tL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNmxJ5r0tL .container {
    flex-wrap: wrap;
  }
}
.cid-tNmxJ5r0tL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNmxJ5r0tL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tNmxJ5r0tL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNmxJ5r0tL .dropdown-menu,
.cid-tNmxJ5r0tL .navbar.opened {
  background: #ffffff !important;
}
.cid-tNmxJ5r0tL .nav-item:focus,
.cid-tNmxJ5r0tL .nav-link:focus {
  outline: none;
}
.cid-tNmxJ5r0tL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNmxJ5r0tL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNmxJ5r0tL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNmxJ5r0tL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNmxJ5r0tL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNmxJ5r0tL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNmxJ5r0tL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNmxJ5r0tL .navbar.opened {
  transition: all 0.3s;
}
.cid-tNmxJ5r0tL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNmxJ5r0tL .navbar .navbar-logo img {
  width: auto;
}
.cid-tNmxJ5r0tL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNmxJ5r0tL .navbar.collapsed {
  justify-content: center;
}
.cid-tNmxJ5r0tL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNmxJ5r0tL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNmxJ5r0tL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNmxJ5r0tL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNmxJ5r0tL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNmxJ5r0tL .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-tNmxJ5r0tL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNmxJ5r0tL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNmxJ5r0tL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNmxJ5r0tL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNmxJ5r0tL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNmxJ5r0tL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNmxJ5r0tL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNmxJ5r0tL .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-tNmxJ5r0tL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNmxJ5r0tL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNmxJ5r0tL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNmxJ5r0tL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNmxJ5r0tL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNmxJ5r0tL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNmxJ5r0tL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNmxJ5r0tL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNmxJ5r0tL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNmxJ5r0tL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNmxJ5r0tL .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-tNmxJ5r0tL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNmxJ5r0tL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNmxJ5r0tL .dropdown-item.active,
.cid-tNmxJ5r0tL .dropdown-item:active {
  background-color: transparent;
}
.cid-tNmxJ5r0tL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNmxJ5r0tL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNmxJ5r0tL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNmxJ5r0tL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNmxJ5r0tL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNmxJ5r0tL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNmxJ5r0tL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNmxJ5r0tL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNmxJ5r0tL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNmxJ5r0tL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNmxJ5r0tL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNmxJ5r0tL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNmxJ5r0tL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNmxJ5r0tL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNmxJ5r0tL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNmxJ5r0tL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNmxJ5r0tL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNmxJ5r0tL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNmxJ5r0tL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNmxJ5r0tL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNmxJ5r0tL .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-tNmxJ5r0tL .navbar {
    height: 70px;
  }
  .cid-tNmxJ5r0tL .navbar.opened {
    height: auto;
  }
  .cid-tNmxJ5r0tL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNmxJ5I14A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a640bf;
}
.cid-tNmxJ5I14A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmxJ5I14A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNmxJ5I14A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNmxJ5I14A .row {
  flex-direction: row-reverse;
}
.cid-tNmxJ5I14A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNmxJ5I14A .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNmxJ5I14A .mbr-text {
  color: #ffffff;
}
.cid-tNmxJ5I14A .mbr-section-title {
  color: #ffffff;
}
.cid-tNmyktFim2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNmBJPHhXZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNmBUV3MCn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNmC0OVITL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNmJdTiHJk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNmJliUEbj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNmJx18hG3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNmJBycNCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNmJMmsmSt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNmxJ6qbKD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNmxJ6qbKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmxJ6qbKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNmxJ6qbKD .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tNmxJ6qbKD .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNmxJ6qbKD .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNmxJ6qbKD .card-wrapper {
    padding: 4rem;
  }
}
.cid-tNmxJ6qbKD .mbr-text,
.cid-tNmxJ6qbKD .mbr-section-btn {
  color: #ffffff;
}
.cid-tNmxJ6qbKD .card-title,
.cid-tNmxJ6qbKD .card-box {
  text-align: left;
}
.cid-tNnbPGjNjY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNnbPGjNjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNnbPGjNjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNnbPGjNjY .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tNnbPGjNjY .panel-group {
  border: none;
}
.cid-tNnbPGjNjY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNnbPGjNjY .panel-body,
.cid-tNnbPGjNjY .card-header {
  padding: 1rem 0;
}
.cid-tNnbPGjNjY .panel-title-edit {
  color: #000000;
}
.cid-tNnbPGjNjY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNncjStGl3 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNncjStGl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNncjStGl3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNncjStGl3 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #bf40a9;
  margin-left: 1rem;
}
.cid-tNncjStGl3 .panel-group {
  border: none;
}
.cid-tNncjStGl3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNncjStGl3 .panel-body,
.cid-tNncjStGl3 .card-header {
  padding: 1rem 0;
}
.cid-tNncjStGl3 .panel-title-edit {
  color: #000000;
}
.cid-tNncjStGl3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
