.btn {
  border-width: 2px;
}
body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Gugi', display;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 1.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.05rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.175rem + (1.5 - 1.175) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: #2e1259 !important;
}
.bg-success {
  background-color: #6a26d6 !important;
}
.bg-info {
  background-color: #c4a6cc !important;
}
.bg-warning {
  background-color: #b9afd4 !important;
}
.bg-danger {
  background-color: #5f389c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e1259 !important;
  border-color: #2e1259 !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: #090311 !important;
  border-color: #090311 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #090311 !important;
  border-color: #090311 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #924cf1 !important;
  border-color: #924cf1 !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: #6411d6 !important;
  border-color: #6411d6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6411d6 !important;
  border-color: #6411d6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4a6cc !important;
  border-color: #c4a6cc !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: #9f6fac !important;
  border-color: #9f6fac !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9f6fac !important;
  border-color: #9f6fac !important;
}
.btn-success,
.btn-success:active {
  background-color: #6a26d6 !important;
  border-color: #6a26d6 !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: #46198c !important;
  border-color: #46198c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #46198c !important;
  border-color: #46198c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b9afd4 !important;
  border-color: #b9afd4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8877b6 !important;
  border-color: #8877b6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8877b6 !important;
  border-color: #8877b6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5f389c !important;
  border-color: #5f389c !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: #38215c !important;
  border-color: #38215c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #38215c !important;
  border-color: #38215c !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: #2e1259;
  color: #2e1259;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #090311 !important;
  background-color: transparent!important;
  border-color: #090311 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e1259 !important;
  border-color: #2e1259 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #924cf1;
  color: #924cf1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6411d6 !important;
  background-color: transparent!important;
  border-color: #6411d6 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #924cf1 !important;
  border-color: #924cf1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c4a6cc;
  color: #c4a6cc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9f6fac !important;
  background-color: transparent!important;
  border-color: #9f6fac !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c4a6cc !important;
  border-color: #c4a6cc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6a26d6;
  color: #6a26d6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #46198c !important;
  background-color: transparent!important;
  border-color: #46198c !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6a26d6 !important;
  border-color: #6a26d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #b9afd4;
  color: #b9afd4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8877b6 !important;
  background-color: transparent!important;
  border-color: #8877b6 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b9afd4 !important;
  border-color: #b9afd4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #5f389c;
  color: #5f389c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #38215c !important;
  background-color: transparent!important;
  border-color: #38215c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5f389c !important;
  border-color: #5f389c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2e1259 !important;
}
.text-secondary {
  color: #924cf1 !important;
}
.text-success {
  color: #6a26d6 !important;
}
.text-info {
  color: #c4a6cc !important;
}
.text-warning {
  color: #b9afd4 !important;
}
.text-danger {
  color: #5f389c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020104 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5e10c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f177f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9965a7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7f6db0 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #311d51 !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: #2e1259;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4a6cc;
}
.alert-warning {
  background-color: #b9afd4;
}
.alert-danger {
  background-color: #5f389c;
}
.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: #2e1259;
  border-color: #2e1259;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2e1259;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6527c3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e0d1f7;
}
.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: #a182d2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2e1259 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2e1259;
}
/* 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: #2e1259;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2e1259;
}
.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: #2e1259;
  border-bottom-color: #2e1259;
}
.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: #2e1259 !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: #924cf1 !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='%232e1259' %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-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skdduWj1bn {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/source.gif");
}
@media (max-width: 991px) {
  .cid-skdduWj1bn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skdduWj1bn .row {
  flex-direction: row-reverse;
}
.cid-skdduWj1bn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skdduWj1bn .text-wrapper {
    padding: 2rem;
  }
}
.cid-sq3nNT3K1B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq3nNT3K1B img {
  width: 120px;
  margin: auto;
}
.cid-sq3nNT3K1B .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sq3nNT3K1B .card {
    max-width: 12.5%;
  }
}
.cid-sq3nNT3K1B .mbr-section-title {
  color: #8568a3;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skdfWZMN2g {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #dad3ec;
}
.cid-skdfWZMN2g .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-skdfWZMN2g .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-skdfWZMN2g .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skdfWZMN2g .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-skdfWZMN2g .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2e1259;
}
.cid-skdfWZMN2g .mbr-section-title {
  color: #705987;
}
.cid-skdfWZMN2g P {
  color: #705987;
}
.cid-skdfWZMN2g .card-title {
  color: #705987;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUTZZxoqGd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bitesizeddesertedballpython-size-restricted.gif");
}
.cid-uUTZZxoqGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUTZZxoqGd .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-uUTZZxoqGd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUTZZxoqGd .row {
  flex-direction: row-reverse;
}
.cid-uUTZZxoqGd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUTZZxoqGd .text-wrapper {
    padding: 2rem;
  }
}
.cid-skm25Hbgjs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bitesizeddesertedballpython-size-restricted.gif");
}
.cid-skm25Hbgjs .nav-tabs .nav-item.open .nav-link:focus,
.cid-skm25Hbgjs .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-skm25Hbgjs .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-skm25Hbgjs .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-skm25Hbgjs .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-skm25Hbgjs .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-skm25Hbgjs .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-skm25Hbgjs .nav-link,
.cid-skm25Hbgjs .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-skm25Hbgjs .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-skm25Hbgjs H4 {
  text-align: center;
}
.cid-skm25Hbgjs H3 {
  text-align: center;
}
.cid-skm25Hbgjs P {
  color: #1f092b;
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srExojEmXv {
  background-image: url("../../../assets/images/source.gif");
}
.cid-srExojEmXv .mbr-text,
.cid-srExojEmXv .mbr-section-btn {
  color: #232323;
}
.cid-srExojEmXv .btn {
  width: 100%;
}
.cid-srExojEmXv .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sko2pCorJR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sko2pCorJR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sko2pCorJR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sko2pCorJR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-sko2pCorJR .panel-body,
.cid-sko2pCorJR .card-header {
  padding: 1rem 0;
}
.cid-sko2pCorJR .panel-title-edit {
  color: #2e1259;
}
.cid-sko2pCorJR H3 {
  color: #8568a3;
  text-align: left;
}
.cid-sko2pCorJR .panel-text {
  color: #2e2831;
}
.cid-sko2pCorJR H4 {
  text-align: left;
}
.cid-skwOzZpNu9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skwOzZpNu9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-skwOzZpNu9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-skwOzZpNu9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-skwOzZpNu9 .panel-body,
.cid-skwOzZpNu9 .card-header {
  padding: 1rem 0;
}
.cid-skwOzZpNu9 .panel-title-edit {
  color: #2e1259;
}
.cid-skwOzZpNu9 H3 {
  color: #8568a3;
  text-align: left;
}
.cid-skwOzZpNu9 .panel-text {
  color: #2e2831;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skwRHmTEFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skwRHmTEFk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-skwRHmTEFk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-skwRHmTEFk .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-skwRHmTEFk .panel-body,
.cid-skwRHmTEFk .card-header {
  padding: 1rem 0;
}
.cid-skwRHmTEFk .panel-title-edit {
  color: #2e1259;
}
.cid-skwRHmTEFk H3 {
  color: #8568a3;
  text-align: left;
}
.cid-skwRHmTEFk .panel-text {
  color: #2e2831;
}
.cid-skwRHmTEFk H4 {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sob3x7NqRb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/157308-abstract-purple-and-white-background-design-1080x459.jpg");
}
.cid-sob3x7NqRb .mbr-section-title {
  color: #5f389c;
}
.cid-sob3x7NqRb .mbr-section-subtitle {
  color: #2e2831;
}
.cid-spuyz3kFUf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spuyz3kFUf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-spuyz3kFUf .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-spuyz3kFUf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-spuyz3kFUf P {
  color: #353535;
  text-align: left;
}
.cid-spEwruPY04 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-spEwruPY04 .container {
    max-width: 1400px;
  }
}
.cid-spEwruPY04 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5f389c;
  margin-bottom: 2rem;
}
.cid-spEwruPY04 .card-wrapper {
  margin-top: 3rem;
}
.cid-spEwruPY04 .row {
  justify-content: center;
}
.cid-spEwruPY04 .mbr-section-title {
  color: #8568a3;
}
.cid-sob4FGOVNK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/157308-abstract-purple-and-white-background-design-1080x459.jpeg");
}
.cid-sob4FGOVNK .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sob4FGOVNK .timeline-element {
  position: relative;
}
.cid-sob4FGOVNK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sob4FGOVNK .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #5f389c;
  top: 30px;
  margin-left: -9px;
}
.cid-sob4FGOVNK .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #5f389c;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-sob4FGOVNK .iconBackground {
    left: 15px !important;
  }
  .cid-sob4FGOVNK .separline:before {
    left: 15px !important;
  }
}
.cid-sob4FGOVNK .mbr-section-title,
.cid-sob4FGOVNK .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sob4FGOVNK .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-sob4FGOVNK .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sob4FGOVNK .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-sob4FGOVNK .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-sob4FGOVNK .timeline-text-content {
  margin-left: 2rem;
}
.cid-sob4FGOVNK .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sob4FGOVNK .mbr-timeline-date {
  text-align: right;
  color: #8568a3;
}
.cid-sob4FGOVNK .mbr-section-title {
  color: #705987;
}
.cid-sob4FGOVNK .mbr-timeline-title {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sobjBlTnRy {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-sobjBlTnRy .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sobjBlTnRy .team-card:hover {
  transform: translateY(-10px);
}
.cid-sobjBlTnRy .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sobjBlTnRy .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sobjBlTnRy .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sobjBlTnRy .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sobjBlTnRy .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sobjBlTnRy .social-row {
  text-align: center;
}
.cid-sobjBlTnRy .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-sobjBlTnRy .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sobjBlTnRy .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sobjBlTnRy .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sobjBlTnRy .card-title,
.cid-sobjBlTnRy .social-row {
  color: #353535;
}
.cid-sobjBlTnRy .mbr-section-title {
  color: #5f389c;
}
.cid-spu1Ef4871 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-spu1Ef4871 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-spu1Ef4871 .team-card:hover {
  transform: translateY(-10px);
}
.cid-spu1Ef4871 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-spu1Ef4871 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-spu1Ef4871 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-spu1Ef4871 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spu1Ef4871 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-spu1Ef4871 .social-row {
  text-align: center;
}
.cid-spu1Ef4871 .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-spu1Ef4871 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-spu1Ef4871 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-spu1Ef4871 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-spu1Ef4871 .card-title,
.cid-spu1Ef4871 .social-row {
  color: #353535;
}
.cid-spu1Ef4871 .mbr-section-title {
  color: #5f389c;
}
.cid-spu7PqVihm {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-spu7PqVihm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-spu7PqVihm .team-card:hover {
  transform: translateY(-10px);
}
.cid-spu7PqVihm .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-spu7PqVihm .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-spu7PqVihm .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-spu7PqVihm .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spu7PqVihm .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-spu7PqVihm .social-row {
  text-align: center;
}
.cid-spu7PqVihm .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-spu7PqVihm .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-spu7PqVihm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-spu7PqVihm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-spu7PqVihm .card-title,
.cid-spu7PqVihm .social-row {
  color: #353535;
}
.cid-spu7PqVihm .mbr-section-title {
  color: #5f389c;
}
.cid-spucOwSe50 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spucOwSe50 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spucOwSe50 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spucOwSe50 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spucOwSe50 .panel-body,
.cid-spucOwSe50 .card-header {
  padding: 1rem 0;
}
.cid-spucOwSe50 .panel-title-edit {
  color: #2e1259;
}
.cid-spucOwSe50 H3 {
  color: #5f389c;
  text-align: center;
}
.cid-spucOwSe50 .panel-text {
  color: #2e2831;
}
.cid-spucOwSe50 H4 {
  text-align: left;
}
.cid-spugnJVYch {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spugnJVYch .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spugnJVYch .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spugnJVYch .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spugnJVYch .panel-body,
.cid-spugnJVYch .card-header {
  padding: 1rem 0;
}
.cid-spugnJVYch .panel-title-edit {
  color: #2e1259;
}
.cid-spugnJVYch H3 {
  color: #5f389c;
  text-align: center;
}
.cid-spugnJVYch .panel-text {
  color: #2e2831;
}
.cid-spugnJVYch H4 {
  text-align: left;
}
.cid-spugPvxwam {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spugPvxwam .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spugPvxwam .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spugPvxwam .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spugPvxwam .panel-body,
.cid-spugPvxwam .card-header {
  padding: 1rem 0;
}
.cid-spugPvxwam .panel-title-edit {
  color: #2e1259;
}
.cid-spugPvxwam H3 {
  color: #5f389c;
  text-align: center;
}
.cid-spugPvxwam .panel-text {
  color: #2e2831;
}
.cid-spugPvxwam H4 {
  text-align: left;
}
.cid-spuhnXPQn3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spuhnXPQn3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spuhnXPQn3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spuhnXPQn3 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spuhnXPQn3 .panel-body,
.cid-spuhnXPQn3 .card-header {
  padding: 1rem 0;
}
.cid-spuhnXPQn3 .panel-title-edit {
  color: #2e1259;
}
.cid-spuhnXPQn3 H3 {
  color: #5f389c;
  text-align: center;
}
.cid-spuhnXPQn3 .panel-text {
  color: #2e2831;
}
.cid-spuhnXPQn3 H4 {
  text-align: left;
}
.cid-spuiyXzCTg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spuiyXzCTg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spuiyXzCTg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spuiyXzCTg .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spuiyXzCTg .panel-body,
.cid-spuiyXzCTg .card-header {
  padding: 1rem 0;
}
.cid-spuiyXzCTg .panel-title-edit {
  color: #2e1259;
}
.cid-spuiyXzCTg H3 {
  color: #8568a3;
  text-align: left;
}
.cid-spuiyXzCTg .panel-text {
  color: #2e2831;
}
.cid-spujpXAGhv {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spujpXAGhv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spujpXAGhv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spujpXAGhv .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spujpXAGhv .panel-body,
.cid-spujpXAGhv .card-header {
  padding: 1rem 0;
}
.cid-spujpXAGhv .panel-title-edit {
  color: #2e1259;
}
.cid-spujpXAGhv H3 {
  color: #5f389c;
  text-align: center;
}
.cid-spujpXAGhv .panel-text {
  color: #2e2831;
}
.cid-spujpXAGhv H4 {
  text-align: left;
}
.cid-spuk2ECyvm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spuk2ECyvm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spuk2ECyvm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spuk2ECyvm .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spuk2ECyvm .panel-body,
.cid-spuk2ECyvm .card-header {
  padding: 1rem 0;
}
.cid-spuk2ECyvm .panel-title-edit {
  color: #2e1259;
}
.cid-spuk2ECyvm H3 {
  color: #5f389c;
  text-align: center;
}
.cid-spuk2ECyvm .panel-text {
  color: #2e2831;
}
.cid-spuk2ECyvm H4 {
  text-align: left;
}
.cid-spukjHS1bQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spukjHS1bQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spukjHS1bQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spukjHS1bQ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spukjHS1bQ .panel-body,
.cid-spukjHS1bQ .card-header {
  padding: 1rem 0;
}
.cid-spukjHS1bQ .panel-title-edit {
  color: #2e1259;
}
.cid-spukjHS1bQ H3 {
  color: #5f389c;
  text-align: center;
}
.cid-spukjHS1bQ .panel-text {
  color: #2e2831;
}
.cid-spukjHS1bQ H4 {
  text-align: left;
}
.cid-spukEg0OJi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spukEg0OJi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spukEg0OJi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spukEg0OJi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spukEg0OJi .panel-body,
.cid-spukEg0OJi .card-header {
  padding: 1rem 0;
}
.cid-spukEg0OJi .panel-title-edit {
  color: #2e1259;
}
.cid-spukEg0OJi H3 {
  color: #5f389c;
  text-align: center;
}
.cid-spukEg0OJi .panel-text {
  color: #2e2831;
}
.cid-spukEg0OJi H4 {
  text-align: left;
}
.cid-spukOWy7ht {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spukOWy7ht .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spukOWy7ht .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spukOWy7ht .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spukOWy7ht .panel-body,
.cid-spukOWy7ht .card-header {
  padding: 1rem 0;
}
.cid-spukOWy7ht .panel-title-edit {
  color: #2e1259;
}
.cid-spukOWy7ht H3 {
  color: #5f389c;
  text-align: center;
}
.cid-spukOWy7ht .panel-text {
  color: #2e2831;
}
.cid-spukOWy7ht H4 {
  text-align: left;
}
.cid-spul3yteh5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spul3yteh5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spul3yteh5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spul3yteh5 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spul3yteh5 .panel-body,
.cid-spul3yteh5 .card-header {
  padding: 1rem 0;
}
.cid-spul3yteh5 .panel-title-edit {
  color: #2e1259;
}
.cid-spul3yteh5 H3 {
  color: #5f389c;
  text-align: center;
}
.cid-spul3yteh5 .panel-text {
  color: #2e2831;
}
.cid-spul3yteh5 H4 {
  text-align: left;
}
.cid-spulgsgrX5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spulgsgrX5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spulgsgrX5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spulgsgrX5 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spulgsgrX5 .panel-body,
.cid-spulgsgrX5 .card-header {
  padding: 1rem 0;
}
.cid-spulgsgrX5 .panel-title-edit {
  color: #2e1259;
}
.cid-spulgsgrX5 H3 {
  color: #5f389c;
  text-align: center;
}
.cid-spulgsgrX5 .panel-text {
  color: #2e2831;
}
.cid-spulgsgrX5 H4 {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-splr703Jal {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-splr703Jal .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-splr703Jal .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-splr703Jal .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-splr703Jal .panel-body,
.cid-splr703Jal .card-header {
  padding: 1rem 0;
}
.cid-splr703Jal .panel-title-edit {
  color: #2e1259;
  text-align: left;
}
.cid-splr703Jal H3 {
  color: #8568a3;
  text-align: left;
}
.cid-splr703Jal .panel-text {
  color: #2e2831;
}
.cid-splr703Jal H4 {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-splv2eYRwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-splv2eYRwn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-splv2eYRwn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-splv2eYRwn .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-splv2eYRwn .panel-body,
.cid-splv2eYRwn .card-header {
  padding: 1rem 0;
}
.cid-splv2eYRwn .panel-title-edit {
  color: #2e1259;
  text-align: left;
}
.cid-splv2eYRwn H3 {
  color: #8568a3;
  text-align: left;
}
.cid-splv2eYRwn .panel-text {
  color: #2e2831;
}
.cid-splv2eYRwn H4 {
  text-align: left;
  color: #353535;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spoBnYwhKO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spoBnYwhKO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-spoBnYwhKO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-spoBnYwhKO .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-spoBnYwhKO .panel-body,
.cid-spoBnYwhKO .card-header {
  padding: 1rem 0;
}
.cid-spoBnYwhKO .panel-title-edit {
  color: #2e1259;
}
.cid-spoBnYwhKO H3 {
  color: #8568a3;
  text-align: left;
}
.cid-spoBnYwhKO .panel-text {
  color: #2e2831;
}
.cid-spoBnYwhKO DIV {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spsXwrLBz0 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/business-people-standing-document-1262-19213-1835x987.jpg");
}
.cid-spsXwrLBz0 .mbr-section-subtitle {
  color: #705987;
}
.cid-spt8oaRKCT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spt8oaRKCT .mbr-text {
  color: #353535;
}
.cid-spthxnY0aV {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sptsGIWbjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sptsGIWbjt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sptsGIWbjt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sptsGIWbjt .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-sptsGIWbjt .panel-body,
.cid-sptsGIWbjt .card-header {
  padding: 1rem 0;
}
.cid-sptsGIWbjt .panel-title-edit {
  color: #2e1259;
}
.cid-sptsGIWbjt H3 {
  color: #5f389c;
  text-align: left;
}
.cid-sptsGIWbjt .panel-text {
  color: #2e2831;
}
.cid-sptsGIWbjt H4 {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sptu3Nk4Ye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sptu3Nk4Ye .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sptu3Nk4Ye .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sptu3Nk4Ye .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-sptu3Nk4Ye .panel-body,
.cid-sptu3Nk4Ye .card-header {
  padding: 1rem 0;
}
.cid-sptu3Nk4Ye .panel-title-edit {
  color: #2e1259;
}
.cid-sptu3Nk4Ye H3 {
  color: #5f389c;
  text-align: left;
}
.cid-sptu3Nk4Ye .panel-text {
  color: #2e2831;
}
.cid-sptu3Nk4Ye H4 {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sptv7erh3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sptv7erh3h .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sptv7erh3h .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sptv7erh3h .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-sptv7erh3h .panel-body,
.cid-sptv7erh3h .card-header {
  padding: 1rem 0;
}
.cid-sptv7erh3h .panel-title-edit {
  color: #2e1259;
}
.cid-sptv7erh3h H3 {
  color: #5f389c;
  text-align: left;
}
.cid-sptv7erh3h .panel-text {
  color: #2e2831;
}
.cid-sptv7erh3h H4 {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sptD88jWDn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sptD88jWDn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sptD88jWDn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sptD88jWDn .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-sptD88jWDn .panel-body,
.cid-sptD88jWDn .card-header {
  padding: 1rem 0;
}
.cid-sptD88jWDn .panel-title-edit {
  color: #2e1259;
}
.cid-sptD88jWDn H3 {
  color: #5f389c;
  text-align: left;
}
.cid-sptD88jWDn .panel-text {
  color: #2e2831;
}
.cid-sptD88jWDn H4 {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sptLqli00K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sptLqli00K .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sptLqli00K .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sptLqli00K .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-sptLqli00K .panel-body,
.cid-sptLqli00K .card-header {
  padding: 1rem 0;
}
.cid-sptLqli00K .panel-title-edit {
  color: #2e1259;
}
.cid-sptLqli00K H3 {
  color: #5f389c;
  text-align: left;
}
.cid-sptLqli00K .panel-text {
  color: #2e2831;
}
.cid-sptLqli00K H4 {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skmbQtSuRi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skmbQtSuRi .mbr-section-title {
  color: #2e1259;
  text-align: left;
}
.cid-skmbQtSuRi .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-skmbQtSuRi .mbr-section-subtitle {
  text-align: left;
}
.cid-skmfebj6Qj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-skmfebj6Qj .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #2e1259;
  margin-bottom: 2rem;
}
.cid-skmfebj6Qj .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #dad3ec;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-skmfebj6Qj .card-title,
.cid-skmfebj6Qj .card-box {
  color: #2e1259;
}
.cid-skmk5IMF0B {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-skmk5IMF0B .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #2e1259;
  margin-bottom: 2rem;
}
.cid-skmk5IMF0B .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #2e1259;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-skmk5IMF0B .card-title,
.cid-skmk5IMF0B .card-box {
  color: #ffffff;
}
.cid-skmlf5WJls {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-skmlf5WJls .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #2e1259;
  margin-bottom: 2rem;
}
.cid-skmlf5WJls .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #dad3ec;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-skmlf5WJls .card-title,
.cid-skmlf5WJls .card-box {
  color: #2e1259;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skd0CUtRuR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background15.jpeg");
}
.cid-skd0CUtRuR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-skd0CUtRuR .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-skd0CUtRuR .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-skd3y1NSa6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skd3y1NSa6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skd3y1NSa6 .row {
  flex-direction: row-reverse;
}
.cid-skd3y1NSa6 img {
  width: 100%;
}
.cid-skd3y1NSa6 .mbr-description {
  text-align: left;
  color: #2e2831;
}
.cid-skd4ADIS28 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skd4ADIS28 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skd4ADIS28 .row {
  flex-direction: row-reverse;
}
.cid-skd4ADIS28 img {
  width: 100%;
}
.cid-skd4ADIS28 .mbr-description {
  text-align: left;
  color: #2e2831;
}
.cid-skd5WeAr0Z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skd5WeAr0Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skd5WeAr0Z .row {
  flex-direction: row-reverse;
}
.cid-skd5WeAr0Z img {
  width: 100%;
}
.cid-skd5WeAr0Z .mbr-description {
  text-align: left;
  color: #2e2831;
}
.cid-skd5VZFRtD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skd5VZFRtD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skd5VZFRtD .row {
  flex-direction: row-reverse;
}
.cid-skd5VZFRtD img {
  width: 100%;
}
.cid-skd5VZFRtD .mbr-description {
  text-align: left;
  color: #2e2831;
}
.cid-skd5WsExat {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skd5WsExat .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skd5WsExat .row {
  flex-direction: row-reverse;
}
.cid-skd5WsExat img {
  width: 100%;
}
.cid-skd5WsExat .mbr-description {
  text-align: left;
  color: #2e2831;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spusfKLB87 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spusfKLB87 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spusfKLB87 .row {
  flex-direction: row-reverse;
}
.cid-spusfKLB87 img {
  width: 100%;
}
.cid-spusfKLB87 .mbr-description {
  color: #5f389c;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spwY9PAcyj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spwY9PAcyj blockquote {
  border-color: #8568a3;
  border-radius: 4px;
  background-color: #f2eef5;
}
.cid-spwY9PAcyj .mbr-section-title {
  color: #5f389c;
}
.cid-spwY9PAcyj .mbr-text {
  color: #353535;
}
.cid-spx7WmLo6w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spx7WmLo6w .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-spx7WmLo6w .container {
    max-width: 1400px;
  }
}
.cid-spx7WmLo6w .card {
  margin: auto;
}
.cid-spx7WmLo6w .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5f389c;
  margin-bottom: 2rem;
}
.cid-spx7WmLo6w .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-spx7WmLo6w .row {
  justify-content: center;
}
.cid-spx7WmLo6w .card-title,
.cid-spx7WmLo6w .card-box {
  color: #5f389c;
}
.cid-spx7WmLo6w H3 {
  color: #8568a3;
}
.cid-spx1Q7D35E {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-spx1Q7D35E .nav-tabs .nav-item.open .nav-link:focus,
.cid-spx1Q7D35E .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-spx1Q7D35E .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #8568a3;
}
@media (max-width: 767px) {
  .cid-spx1Q7D35E .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-spx1Q7D35E .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-spx1Q7D35E .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-spx1Q7D35E .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-spx1Q7D35E .nav-link,
.cid-spx1Q7D35E .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-spx1Q7D35E .nav-tabs .nav-link.active {
  color: #8568a3;
  border-bottom: 3px solid #8568a3;
}
.cid-spx1Q7D35E H4 {
  text-align: center;
}
.cid-spx1Q7D35E H3 {
  text-align: center;
  color: #5f389c;
}
.cid-spx1Q7D35E P {
  color: #353535;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s48MCQYojq {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/thirdfearfuldamselfly-max-14mb.gif");
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
  color: #f2eef5;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-uUNNluSfTw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUNNluSfTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUNNluSfTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUNNluSfTw .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUNNluSfTw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUNNluSfTw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUNNluSfTw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUNNluSfTw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUNNluSfTw .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uUNNluSfTw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spsBgPsYwv {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-qe5gzqdhm14e2cptxucbba-1838x961.jpeg");
}
.cid-spsBgPsYwv .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-spsBgPsYwv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sobhQcg7HU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/source.gif");
}
@media (max-width: 991px) {
  .cid-sobhQcg7HU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sobhQcg7HU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sobhQcg7HU .text-wrapper {
    padding: 2rem;
  }
}
.cid-sobhQcg7HU .mbr-section-title {
  text-align: center;
  color: #2e1259;
}
.cid-sobhQcg7HU .mbr-text {
  text-align: right;
  color: #2e2831;
}
.cid-spJc0ZZTwh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-spJc0ZZTwh .mbr-overlay {
  background-color: #e7c9ef;
  opacity: 0.4;
}
.cid-spJc0ZZTwh form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-spJc0ZZTwh form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-spJc0ZZTwh form.mbr-form {
    padding: 1rem;
  }
}
.cid-spJc0ZZTwh form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-spJc0ZZTwh form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-spJc0ZZTwh .mbr-section-title {
  color: #353535;
}
.cid-spJc0ZZTwh .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-spnACPsddN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1f092b;
}
.cid-spnACPsddN .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-spnACPsddN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spnACPsddN .row {
  flex-direction: row-reverse;
}
.cid-spnACPsddN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spnACPsddN .text-wrapper {
    padding: 2rem;
  }
}
.cid-spnACPsddN .mbr-section-title {
  color: #ffffff;
}
.cid-spnACPsddN .mbr-text {
  text-align: left;
  color: #e7c9ef;
}
.cid-spMfLjmkyh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spMfLjmkyh img {
  width: 120px;
  margin: auto;
}
.cid-spMfLjmkyh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spMfLjmkyh .card {
    max-width: 12.5%;
  }
}
.cid-spMfLjmkyh .mbr-section-title {
  color: #8568a3;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skmxoyGfOp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skmxoyGfOp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-skmxoyGfOp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-skmxoyGfOp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-skmxoyGfOp .panel-body,
.cid-skmxoyGfOp .card-header {
  padding: 1rem 0;
}
.cid-skmxoyGfOp .panel-title-edit {
  color: #2e1259;
}
.cid-skmxoyGfOp H3 {
  color: #8568a3;
  text-align: left;
}
.cid-skmxoyGfOp .panel-text {
  color: #2e2831;
}
.cid-skntimT3Fl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skntimT3Fl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-skntimT3Fl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-skntimT3Fl .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-skntimT3Fl .panel-body,
.cid-skntimT3Fl .card-header {
  padding: 1rem 0;
}
.cid-skntimT3Fl .panel-title-edit {
  color: #2e1259;
}
.cid-skntimT3Fl H3 {
  color: #8568a3;
  text-align: left;
}
.cid-skntimT3Fl .panel-text {
  color: #2e2831;
}
.cid-skntC65jES {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skntC65jES .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-skntC65jES .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-skntC65jES .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2e1259;
}
.cid-skntC65jES .panel-body,
.cid-skntC65jES .card-header {
  padding: 1rem 0;
}
.cid-skntC65jES .panel-title-edit {
  color: #2e1259;
}
.cid-skntC65jES H3 {
  color: #8568a3;
  text-align: left;
}
.cid-skntC65jES .panel-text {
  color: #2e2831;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srDIB8VgSp {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f2eef5;
}
.cid-srCEYMbKxQ {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #f2eef5;
}
.cid-srCEYMbKxQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-srCEYMbKxQ .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-srCEYMbKxQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srCEYMbKxQ .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-srCEYMbKxQ .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-srCEYMbKxQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-srCEYMbKxQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-srCEYMbKxQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-srCEYMbKxQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srCEYMbKxQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srDKX03kZM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/157308-abstract-purple-and-white-background-design-1080x459.jpg");
}
.cid-srDKX03kZM .mbr-section-title {
  color: #5f389c;
}
.cid-srDKX03kZM .mbr-section-subtitle {
  color: #2e2831;
}
.cid-srDKX0Aabg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srDKX0Aabg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-srDKX0Aabg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-srDKX0Aabg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-srDKX0Aabg P {
  color: #353535;
  text-align: left;
}
.cid-srDKX15I7C {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-srDKX15I7C .container {
    max-width: 1400px;
  }
}
.cid-srDKX15I7C .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5f389c;
  margin-bottom: 2rem;
}
.cid-srDKX15I7C .card-wrapper {
  margin-top: 3rem;
}
.cid-srDKX15I7C .row {
  justify-content: center;
}
.cid-srDKX15I7C .mbr-section-title {
  color: #8568a3;
}
.cid-srDKX25kCp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/157308-abstract-purple-and-white-background-design-1080x459.jpeg");
}
.cid-srDKX25kCp .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-srDKX25kCp .timeline-element {
  position: relative;
}
.cid-srDKX25kCp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srDKX25kCp .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #5f389c;
  top: 30px;
  margin-left: -9px;
}
.cid-srDKX25kCp .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #5f389c;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-srDKX25kCp .iconBackground {
    left: 15px !important;
  }
  .cid-srDKX25kCp .separline:before {
    left: 15px !important;
  }
}
.cid-srDKX25kCp .mbr-section-title,
.cid-srDKX25kCp .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-srDKX25kCp .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-srDKX25kCp .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-srDKX25kCp .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-srDKX25kCp .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-srDKX25kCp .timeline-text-content {
  margin-left: 2rem;
}
.cid-srDKX25kCp .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-srDKX25kCp .mbr-timeline-date {
  text-align: right;
  color: #8568a3;
}
.cid-srDKX25kCp .mbr-section-title {
  color: #705987;
}
.cid-srDKX25kCp .mbr-timeline-title {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUTPxx2Jte {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUTPxx2Jte nav.navbar {
  position: fixed;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .dropdown-menu {
  padding: 0;
}
.cid-uUTPxx2Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .dropdown-item:hover,
.cid-uUTPxx2Jte .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUTPxx2Jte .nav-link {
  position: relative;
}
.cid-uUTPxx2Jte .container {
  display: flex;
  margin: auto;
}
.cid-uUTPxx2Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUTPxx2Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-uUTPxx2Jte .dropdown-menu,
.cid-uUTPxx2Jte .navbar.opened {
  background: #ffffff !important;
}
.cid-uUTPxx2Jte .nav-item:focus,
.cid-uUTPxx2Jte .nav-link:focus {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUTPxx2Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUTPxx2Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUTPxx2Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUTPxx2Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUTPxx2Jte .navbar.opened {
  transition: all .3s;
}
.cid-uUTPxx2Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUTPxx2Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-uUTPxx2Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUTPxx2Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUTPxx2Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUTPxx2Jte .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: 55%;
}
.cid-uUTPxx2Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUTPxx2Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUTPxx2Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUTPxx2Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUTPxx2Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUTPxx2Jte .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: 55%;
  }
  .cid-uUTPxx2Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUTPxx2Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUTPxx2Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUTPxx2Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUTPxx2Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUTPxx2Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUTPxx2Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUTPxx2Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUTPxx2Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUTPxx2Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUTPxx2Jte .dropdown-item.active,
.cid-uUTPxx2Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-uUTPxx2Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUTPxx2Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUTPxx2Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUTPxx2Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUTPxx2Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUTPxx2Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUTPxx2Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUTPxx2Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUTPxx2Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUTPxx2Jte .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUTPxx2Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUTPxx2Jte .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-uUTPxx2Jte .navbar {
    height: 77px;
  }
  .cid-uUTPxx2Jte .navbar.opened {
    height: auto;
  }
  .cid-uUTPxx2Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sknRcL1S5f {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sknRcL1S5f .mbr-section-title {
  color: #2e1259;
}
.cid-sknMuYeMYX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sknMuYeMYX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sknMuYeMYX .row {
  flex-direction: row-reverse;
}
.cid-sknMuYeMYX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sknMuYeMYX .text-wrapper {
    padding: 2rem;
  }
}
.cid-sknMuYeMYX .mbr-text {
  color: #2e1259;
  text-align: left;
}
.cid-splnz9AUwc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-splnz9AUwc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-splnz9AUwc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-splnz9AUwc .text-wrapper {
    padding: 2rem;
  }
}
.cid-splnz9AUwc .mbr-text {
  color: #401e51;
}
.cid-sknDzzEfBs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sknDzzEfBs .mbr-section-subtitle {
  text-align: left;
  color: #401e51;
}
.cid-sknDzzEfBs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUUc5SBic0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUUc5SBic0 nav.navbar {
  position: fixed;
}
.cid-uUUc5SBic0 .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-uUUc5SBic0 .dropdown-menu {
  padding: 0;
}
.cid-uUUc5SBic0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUUc5SBic0 .dropdown-item:hover,
.cid-uUUc5SBic0 .dropdown-item:focus {
  background: #2e1259 !important;
  color: white !important;
}
.cid-uUUc5SBic0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUUc5SBic0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUc5SBic0 .nav-link {
  position: relative;
}
.cid-uUUc5SBic0 .container {
  display: flex;
  margin: auto;
}
.cid-uUUc5SBic0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUUc5SBic0 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUUc5SBic0 .dropdown-menu,
.cid-uUUc5SBic0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uUUc5SBic0 .nav-item:focus,
.cid-uUUc5SBic0 .nav-link:focus {
  outline: none;
}
.cid-uUUc5SBic0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUc5SBic0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUc5SBic0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUUc5SBic0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUc5SBic0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUc5SBic0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUc5SBic0 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUUc5SBic0 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUUc5SBic0 .navbar.opened {
  transition: all .3s;
}
.cid-uUUc5SBic0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUUc5SBic0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUc5SBic0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUUc5SBic0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUc5SBic0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUc5SBic0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUUc5SBic0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUc5SBic0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUc5SBic0 .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: 55%;
}
.cid-uUUc5SBic0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUc5SBic0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUUc5SBic0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUUc5SBic0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUc5SBic0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUc5SBic0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUc5SBic0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUc5SBic0 .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: 55%;
  }
  .cid-uUUc5SBic0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUUc5SBic0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUUc5SBic0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUc5SBic0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUUc5SBic0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUc5SBic0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUUc5SBic0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUc5SBic0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUUc5SBic0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUUc5SBic0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUc5SBic0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUc5SBic0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUc5SBic0 .dropdown-item.active,
.cid-uUUc5SBic0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUc5SBic0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUc5SBic0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUc5SBic0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUc5SBic0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUUc5SBic0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUUc5SBic0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUc5SBic0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUc5SBic0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUUc5SBic0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUUc5SBic0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUUc5SBic0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUUc5SBic0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUUc5SBic0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUUc5SBic0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUUc5SBic0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUUc5SBic0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUUc5SBic0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUUc5SBic0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUUc5SBic0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUUc5SBic0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUc5SBic0 .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-uUUc5SBic0 .navbar {
    height: 77px;
  }
  .cid-uUUc5SBic0 .navbar.opened {
    height: auto;
  }
  .cid-uUUc5SBic0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUU6oyrCFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/empire-state-building-1920-x-1200-background-7luh2z1ol8icvg2c-1920x1200.jpg");
}
.cid-uUU6oyrCFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUU6oyrCFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUU6oyrCFL .mbr-section-title {
  color: #401e51;
}
.cid-uUU6oyrCFL .mbr-section-subtitle {
  color: #000000;
}
.cid-uUU6iPVC3k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUU6iPVC3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUU6iPVC3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUU6iPVC3k .mbr-section-title,
.cid-uUU6iPVC3k .mbr-section-subtitle {
  text-align: center;
}
.cid-uUU6iPVC3k .cost {
  word-break: normal;
}
.cid-uUU6iPVC3k .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uUU6iPVC3k .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uUU6iPVC3k .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUU6iPVC3k .card-wrapper {
    padding: 1rem;
  }
}
.cid-uUU6iPVC3k .card-title {
  color: #4d2c80;
}
.cid-uUU6iPVC3k P {
  color: #000000;
  text-align: left;
}
.cid-sFAZRnJnnI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFAZRnJnnI .mbr-section-subtitle {
  color: #4d2c80;
}
.cid-sFzDs3t9EG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sFzDs3t9EG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFzDs3t9EG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFzDs3t9EG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFzDs3t9EG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFzDs3t9EG .mbr-section-title {
  color: #000000;
}
.cid-sFzDs3t9EG .mbr-section-subtitle {
  color: #000000;
}
.cid-uUUbzuvUfD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/triangles-background.gif");
}
.cid-uUUbzuvUfD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUUbzuvUfD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUUbzuvUfD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUUbzuvUfD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUUbzuvUfD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUUbzuvUfD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUUbzuvUfD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUUbzuvUfD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUUbzuvUfD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUUbzuvUfD .media-container-row .row-copirayt p {
  width: 100%;
}
