.btn {
  border-width: 2px;
}
body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #36187d !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #ff8a8a !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #40b0bf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff5757 !important;
  border-color: #ff5757 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff5757 !important;
  border-color: #ff5757 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #36187d;
  color: #36187d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: #170a34 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ea2396;
  color: #ea2396;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61067 !important;
  background-color: transparent!important;
  border-color: #a61067 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ff8a8a;
  color: #ff8a8a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ff3333 !important;
  background-color: transparent!important;
  border-color: #ff3333 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #35b8fc;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !important;
  background-color: transparent!important;
  border-color: #038fd7 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6c758f;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: #474d5e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #36187d !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #ff8a8a !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #40b0bf !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #110827 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980f5e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ff2424 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #266a73 !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) {
  text-decoration: underline;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: none;
}
.nav-tabs .nav-link.active {
  color: #36187d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff8a8a;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #40b0bf;
}
.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: #36187d;
  border-color: #36187d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #36187d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6a3bd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.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: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a0d8df;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #36187d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #36187d;
}
/* 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: #36187d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #36187d;
}
.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: #36187d;
  border-bottom-color: #36187d;
}
.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: #36187d !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: #ea2396 !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='%2336187d' %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-sHeoWmy1OK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHeoWmy1OK .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sHeoWmy1OK .container {
    padding: 0 ;
  }
}
.cid-sHeoWmy1OK .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sHeoWmy1OK .navbar.opened {
  transition: all 0.3s;
}
.cid-sHeoWmy1OK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHeoWmy1OK .navbar .navbar-logo img {
  width: auto;
}
.cid-sHeoWmy1OK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHeoWmy1OK .navbar.collapsed {
  justify-content: center;
}
.cid-sHeoWmy1OK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHeoWmy1OK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHeoWmy1OK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sHeoWmy1OK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHeoWmy1OK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHeoWmy1OK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHeoWmy1OK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHeoWmy1OK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHeoWmy1OK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHeoWmy1OK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHeoWmy1OK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHeoWmy1OK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHeoWmy1OK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHeoWmy1OK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHeoWmy1OK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHeoWmy1OK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHeoWmy1OK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHeoWmy1OK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHeoWmy1OK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHeoWmy1OK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sHeoWmy1OK .navbar.navbar-short {
  min-height: 110px;
}
.cid-sHeoWmy1OK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHeoWmy1OK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHeoWmy1OK .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sHeoWmy1OK nav.navbar {
  position: fixed;
}
.cid-sHeoWmy1OK .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-sHeoWmy1OK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sHeoWmy1OK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHeoWmy1OK .dropdown-item:hover,
.cid-sHeoWmy1OK .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sHeoWmy1OK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHeoWmy1OK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHeoWmy1OK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHeoWmy1OK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHeoWmy1OK .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHeoWmy1OK .dropdown-menu,
.cid-sHeoWmy1OK .navbar.opened {
  background: #ffffff !important;
}
.cid-sHeoWmy1OK .nav-item:focus,
.cid-sHeoWmy1OK .nav-link:focus {
  outline: none;
}
.cid-sHeoWmy1OK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHeoWmy1OK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHeoWmy1OK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHeoWmy1OK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHeoWmy1OK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHeoWmy1OK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHeoWmy1OK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHeoWmy1OK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHeoWmy1OK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHeoWmy1OK .dropdown-item.active,
.cid-sHeoWmy1OK .dropdown-item:active {
  background-color: transparent;
}
.cid-sHeoWmy1OK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHeoWmy1OK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHeoWmy1OK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHeoWmy1OK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHeoWmy1OK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHeoWmy1OK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHeoWmy1OK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHeoWmy1OK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHeoWmy1OK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHeoWmy1OK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sHeoWmy1OK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHeoWmy1OK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHeoWmy1OK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHeoWmy1OK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHeoWmy1OK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHeoWmy1OK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHeoWmy1OK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHeoWmy1OK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHeoWmy1OK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHeoWmy1OK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHeoWmy1OK .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-sHeoWmy1OK .navbar {
    height: 70px;
  }
  .cid-sHeoWmy1OK .navbar.opened {
    height: auto;
  }
  .cid-sHeoWmy1OK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHeoWmy1OK .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHeoWmy1OK .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-svGO3o7YHJ {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-svGO3o7YHJ .mbr-section-title {
  color: #36187d;
}
.cid-svGO3o7YHJ .mbr-section-subtitle {
  color: #0196e3;
}
.cid-svGO3o7YHJ .mbr-text {
  color: #36187d;
}
.cid-svGO3o7YHJ .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-svGO3o7YHJ .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-svGO3o7YHJ .text-col {
  align-items: center;
  display: flex;
}
.cid-svGO3o7YHJ .mbr-section-subtitle,
.cid-svGO3o7YHJ .title-col {
  width: 100%;
}
.cid-sGgXMe4Amk {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-sGgXMe4Amk .mbr-section-subtitle {
  color: #767676;
}
.cid-sGgXMe4Amk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGgXMe4Amk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGgXMe4Amk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGgXMe4Amk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGgXMe4Amk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f3f7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f2f3f7, #bbbbbb);
}
.cid-sGgXMe4Amk .icon-focus,
.cid-sGgXMe4Amk .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sGgXMe4Amk .icon-focus:before,
.cid-sGgXMe4Amk .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGgXMe4Amk .icon-video {
  font-size: 1.5rem !important;
}
.cid-sGgXMe4Amk .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sGgXMe4Amk ul {
  font-size: 0;
}
.cid-sGgXMe4Amk .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sGgXMe4Amk .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sGgXMe4Amk .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sGgXMe4Amk .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sGgXMe4Amk .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sGgXMe4Amk .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sGgXMe4Amk .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sGgXMe4Amk .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sGgXMe4Amk .mbr-gallery-filter ul li:first-child,
.cid-sGgXMe4Amk .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sGgXMe4Amk .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sGgXMe4Amk .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-svGOrpYd1R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-svGOrpYd1R .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-svGOrpYd1R .col-lg-4,
.cid-svGOrpYd1R .col-12 {
  padding: 0 2rem;
}
.cid-svGOrpYd1R .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svGOrpYd1R .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-svGOrpYd1R .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGOrpYd1R .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-svGOrpYd1R .card-title,
.cid-svGOrpYd1R .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-svGOrpYd1R .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-svGOrpYd1R .mbr-section-subtitle {
  color: #6c758f;
}
.cid-svGOrpYd1R .mbr-section-title {
  color: #36187d;
}
.cid-svGOGU5IZ2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-svGOGU5IZ2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #36187d;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-svGOGU5IZ2 .panel-group {
  border: none;
}
.cid-svGOGU5IZ2 .panel-collapse {
  padding: 0 2rem;
}
.cid-svGOGU5IZ2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-svGOGU5IZ2 .panel-body,
.cid-svGOGU5IZ2 .card-header {
  padding: 1rem 0;
}
.cid-svGOGU5IZ2 .panel-title-edit {
  color: #6c758f;
}
.cid-svGOGU5IZ2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-svGOGU5IZ2 .card {
  overflow: visible;
}
.cid-svGOGU5IZ2 .panel-text {
  color: #6c758f;
}
.cid-svGOGU5IZ2 H3 {
  color: #36187d;
}
.cid-svMHuAElzZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-svMHuAElzZ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-svMHuAElzZ .col-lg-4,
.cid-svMHuAElzZ .col-12 {
  padding: 0 2rem;
}
.cid-svMHuAElzZ .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svMHuAElzZ .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-svMHuAElzZ .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svMHuAElzZ .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-svMHuAElzZ .card-title,
.cid-svMHuAElzZ .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-svMHuAElzZ .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-svMHuAElzZ .mbr-section-subtitle {
  color: #6c758f;
}
.cid-svMHuAElzZ .mbr-section-title {
  color: #36187d;
}
.cid-sHeoZGhFrE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sHeoZGhFrE .mbr-title {
  color: #bec2cf;
}
.cid-sHeoZGhFrE .mbr-text {
  color: #bec2cf;
}
.cid-sHeoZGhFrE .row {
  align-items: center;
}
.cid-svGO3o7YHJ {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f2f3f7;
}
.cid-svGO3o7YHJ .mbr-section-title {
  color: #36187d;
}
.cid-svGO3o7YHJ .mbr-section-subtitle {
  color: #0196e3;
}
.cid-svGO3o7YHJ .mbr-text {
  color: #36187d;
}
.cid-svGO3o7YHJ .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-svGO3o7YHJ .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-svGO3o7YHJ .text-col {
  align-items: center;
  display: flex;
}
.cid-svGO3o7YHJ .mbr-section-subtitle,
.cid-svGO3o7YHJ .title-col {
  width: 100%;
}
.cid-sHeoWmy1OK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHeoWmy1OK .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sHeoWmy1OK .container {
    padding: 0 ;
  }
}
.cid-sHeoWmy1OK .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sHeoWmy1OK .navbar.opened {
  transition: all 0.3s;
}
.cid-sHeoWmy1OK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHeoWmy1OK .navbar .navbar-logo img {
  width: auto;
}
.cid-sHeoWmy1OK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHeoWmy1OK .navbar.collapsed {
  justify-content: center;
}
.cid-sHeoWmy1OK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHeoWmy1OK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHeoWmy1OK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sHeoWmy1OK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHeoWmy1OK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHeoWmy1OK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHeoWmy1OK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHeoWmy1OK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHeoWmy1OK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHeoWmy1OK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHeoWmy1OK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHeoWmy1OK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHeoWmy1OK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHeoWmy1OK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHeoWmy1OK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHeoWmy1OK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHeoWmy1OK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHeoWmy1OK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHeoWmy1OK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHeoWmy1OK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sHeoWmy1OK .navbar.navbar-short {
  min-height: 110px;
}
.cid-sHeoWmy1OK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHeoWmy1OK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHeoWmy1OK .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sHeoWmy1OK nav.navbar {
  position: fixed;
}
.cid-sHeoWmy1OK .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-sHeoWmy1OK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sHeoWmy1OK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHeoWmy1OK .dropdown-item:hover,
.cid-sHeoWmy1OK .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sHeoWmy1OK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHeoWmy1OK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHeoWmy1OK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHeoWmy1OK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHeoWmy1OK .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHeoWmy1OK .dropdown-menu,
.cid-sHeoWmy1OK .navbar.opened {
  background: #ffffff !important;
}
.cid-sHeoWmy1OK .nav-item:focus,
.cid-sHeoWmy1OK .nav-link:focus {
  outline: none;
}
.cid-sHeoWmy1OK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHeoWmy1OK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHeoWmy1OK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHeoWmy1OK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHeoWmy1OK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHeoWmy1OK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHeoWmy1OK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHeoWmy1OK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHeoWmy1OK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHeoWmy1OK .dropdown-item.active,
.cid-sHeoWmy1OK .dropdown-item:active {
  background-color: transparent;
}
.cid-sHeoWmy1OK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHeoWmy1OK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHeoWmy1OK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHeoWmy1OK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHeoWmy1OK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHeoWmy1OK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHeoWmy1OK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHeoWmy1OK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHeoWmy1OK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHeoWmy1OK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sHeoWmy1OK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHeoWmy1OK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHeoWmy1OK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHeoWmy1OK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHeoWmy1OK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHeoWmy1OK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHeoWmy1OK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHeoWmy1OK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHeoWmy1OK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHeoWmy1OK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHeoWmy1OK .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-sHeoWmy1OK .navbar {
    height: 70px;
  }
  .cid-sHeoWmy1OK .navbar.opened {
    height: auto;
  }
  .cid-sHeoWmy1OK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHeoWmy1OK .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHeoWmy1OK .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sHeoZGhFrE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sHeoZGhFrE .mbr-title {
  color: #bec2cf;
}
.cid-sHeoZGhFrE .mbr-text {
  color: #bec2cf;
}
.cid-sHeoZGhFrE .row {
  align-items: center;
}
.cid-sJoPZg279P {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f2f3f7;
}
.cid-sJoPZg279P .mbr-section-title {
  color: #36187d;
}
.cid-sJoPZg279P .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sJoPZg279P .mbr-text {
  color: #36187d;
}
.cid-sJoPZg279P .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sJoPZg279P .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sJoPZg279P .text-col {
  align-items: center;
  display: flex;
}
.cid-sJoPZg279P .mbr-section-subtitle,
.cid-sJoPZg279P .title-col {
  width: 100%;
}
.cid-sJp2IPPqke {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sJp2IPPqke .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sJp2IPPqke .col-lg-4,
.cid-sJp2IPPqke .col-12 {
  padding: 0 2rem;
}
.cid-sJp2IPPqke .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sJp2IPPqke .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sJp2IPPqke .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sJp2IPPqke .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sJp2IPPqke .card-title,
.cid-sJp2IPPqke .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-sJp2IPPqke .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sJp2IPPqke .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sJp2IPPqke .mbr-section-title {
  color: #36187d;
}
.cid-sJp2LotX8m {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sJp2LotX8m .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sJp2LotX8m .col-lg-4,
.cid-sJp2LotX8m .col-12 {
  padding: 0 2rem;
}
.cid-sJp2LotX8m .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sJp2LotX8m .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sJp2LotX8m .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sJp2LotX8m .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sJp2LotX8m .card-title,
.cid-sJp2LotX8m .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-sJp2LotX8m .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sJp2LotX8m .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sJp2LotX8m .mbr-section-title {
  color: #36187d;
}
.cid-sJoPZgl5Kr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJoPZgl5Kr .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sJoPZgl5Kr .container {
    padding: 0 ;
  }
}
.cid-sJoPZgl5Kr .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sJoPZgl5Kr .navbar.opened {
  transition: all 0.3s;
}
.cid-sJoPZgl5Kr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJoPZgl5Kr .navbar .navbar-logo img {
  width: auto;
}
.cid-sJoPZgl5Kr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJoPZgl5Kr .navbar.collapsed {
  justify-content: center;
}
.cid-sJoPZgl5Kr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJoPZgl5Kr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJoPZgl5Kr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJoPZgl5Kr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJoPZgl5Kr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJoPZgl5Kr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJoPZgl5Kr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJoPZgl5Kr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJoPZgl5Kr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJoPZgl5Kr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJoPZgl5Kr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJoPZgl5Kr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJoPZgl5Kr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJoPZgl5Kr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJoPZgl5Kr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJoPZgl5Kr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJoPZgl5Kr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJoPZgl5Kr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJoPZgl5Kr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJoPZgl5Kr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sJoPZgl5Kr .navbar.navbar-short {
  min-height: 110px;
}
.cid-sJoPZgl5Kr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJoPZgl5Kr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJoPZgl5Kr .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sJoPZgl5Kr nav.navbar {
  position: fixed;
}
.cid-sJoPZgl5Kr .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-sJoPZgl5Kr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sJoPZgl5Kr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJoPZgl5Kr .dropdown-item:hover,
.cid-sJoPZgl5Kr .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sJoPZgl5Kr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJoPZgl5Kr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJoPZgl5Kr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJoPZgl5Kr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJoPZgl5Kr .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJoPZgl5Kr .dropdown-menu,
.cid-sJoPZgl5Kr .navbar.opened {
  background: #ffffff !important;
}
.cid-sJoPZgl5Kr .nav-item:focus,
.cid-sJoPZgl5Kr .nav-link:focus {
  outline: none;
}
.cid-sJoPZgl5Kr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJoPZgl5Kr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJoPZgl5Kr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJoPZgl5Kr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJoPZgl5Kr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJoPZgl5Kr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJoPZgl5Kr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJoPZgl5Kr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJoPZgl5Kr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJoPZgl5Kr .dropdown-item.active,
.cid-sJoPZgl5Kr .dropdown-item:active {
  background-color: transparent;
}
.cid-sJoPZgl5Kr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJoPZgl5Kr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJoPZgl5Kr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJoPZgl5Kr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJoPZgl5Kr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJoPZgl5Kr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJoPZgl5Kr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJoPZgl5Kr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJoPZgl5Kr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJoPZgl5Kr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sJoPZgl5Kr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJoPZgl5Kr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoPZgl5Kr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoPZgl5Kr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJoPZgl5Kr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoPZgl5Kr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJoPZgl5Kr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJoPZgl5Kr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoPZgl5Kr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJoPZgl5Kr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJoPZgl5Kr .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-sJoPZgl5Kr .navbar {
    height: 70px;
  }
  .cid-sJoPZgl5Kr .navbar.opened {
    height: auto;
  }
  .cid-sJoPZgl5Kr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJoPZgl5Kr .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJoPZgl5Kr .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sJoPZgO2lj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sJoPZgO2lj .mbr-title {
  color: #bec2cf;
}
.cid-sJoPZgO2lj .mbr-text {
  color: #bec2cf;
}
.cid-sJoPZgO2lj .row {
  align-items: center;
}
.cid-sJoSmGAUcr {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f2f3f7;
}
.cid-sJoSmGAUcr .mbr-section-title {
  color: #36187d;
}
.cid-sJoSmGAUcr .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sJoSmGAUcr .mbr-text {
  color: #36187d;
}
.cid-sJoSmGAUcr .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sJoSmGAUcr .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sJoSmGAUcr .text-col {
  align-items: center;
  display: flex;
}
.cid-sJoSmGAUcr .mbr-section-subtitle,
.cid-sJoSmGAUcr .title-col {
  width: 100%;
}
.cid-sJoSmGQrQl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJoSmGQrQl .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sJoSmGQrQl .container {
    padding: 0 ;
  }
}
.cid-sJoSmGQrQl .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sJoSmGQrQl .navbar.opened {
  transition: all 0.3s;
}
.cid-sJoSmGQrQl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJoSmGQrQl .navbar .navbar-logo img {
  width: auto;
}
.cid-sJoSmGQrQl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJoSmGQrQl .navbar.collapsed {
  justify-content: center;
}
.cid-sJoSmGQrQl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJoSmGQrQl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJoSmGQrQl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJoSmGQrQl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJoSmGQrQl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJoSmGQrQl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJoSmGQrQl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJoSmGQrQl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJoSmGQrQl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJoSmGQrQl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJoSmGQrQl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJoSmGQrQl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJoSmGQrQl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJoSmGQrQl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJoSmGQrQl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJoSmGQrQl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJoSmGQrQl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJoSmGQrQl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJoSmGQrQl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJoSmGQrQl .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sJoSmGQrQl .navbar.navbar-short {
  min-height: 110px;
}
.cid-sJoSmGQrQl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJoSmGQrQl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJoSmGQrQl .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sJoSmGQrQl nav.navbar {
  position: fixed;
}
.cid-sJoSmGQrQl .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-sJoSmGQrQl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sJoSmGQrQl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJoSmGQrQl .dropdown-item:hover,
.cid-sJoSmGQrQl .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sJoSmGQrQl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJoSmGQrQl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJoSmGQrQl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJoSmGQrQl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJoSmGQrQl .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJoSmGQrQl .dropdown-menu,
.cid-sJoSmGQrQl .navbar.opened {
  background: #ffffff !important;
}
.cid-sJoSmGQrQl .nav-item:focus,
.cid-sJoSmGQrQl .nav-link:focus {
  outline: none;
}
.cid-sJoSmGQrQl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJoSmGQrQl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJoSmGQrQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJoSmGQrQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJoSmGQrQl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJoSmGQrQl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJoSmGQrQl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJoSmGQrQl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJoSmGQrQl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJoSmGQrQl .dropdown-item.active,
.cid-sJoSmGQrQl .dropdown-item:active {
  background-color: transparent;
}
.cid-sJoSmGQrQl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJoSmGQrQl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJoSmGQrQl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJoSmGQrQl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJoSmGQrQl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJoSmGQrQl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJoSmGQrQl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJoSmGQrQl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJoSmGQrQl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJoSmGQrQl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sJoSmGQrQl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJoSmGQrQl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoSmGQrQl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoSmGQrQl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJoSmGQrQl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoSmGQrQl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJoSmGQrQl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJoSmGQrQl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoSmGQrQl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJoSmGQrQl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJoSmGQrQl .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-sJoSmGQrQl .navbar {
    height: 70px;
  }
  .cid-sJoSmGQrQl .navbar.opened {
    height: auto;
  }
  .cid-sJoSmGQrQl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJoSmGQrQl .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJoSmGQrQl .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sJoSmHikHB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sJoSmHikHB .mbr-title {
  color: #bec2cf;
}
.cid-sJoSmHikHB .mbr-text {
  color: #bec2cf;
}
.cid-sJoSmHikHB .row {
  align-items: center;
}
.cid-sJoSv6AZMo {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f2f3f7;
}
.cid-sJoSv6AZMo .mbr-section-title {
  color: #36187d;
}
.cid-sJoSv6AZMo .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sJoSv6AZMo .mbr-text {
  color: #36187d;
}
.cid-sJoSv6AZMo .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sJoSv6AZMo .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sJoSv6AZMo .text-col {
  align-items: center;
  display: flex;
}
.cid-sJoSv6AZMo .mbr-section-subtitle,
.cid-sJoSv6AZMo .title-col {
  width: 100%;
}
.cid-sJoSv6SlCs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJoSv6SlCs .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sJoSv6SlCs .container {
    padding: 0 ;
  }
}
.cid-sJoSv6SlCs .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sJoSv6SlCs .navbar.opened {
  transition: all 0.3s;
}
.cid-sJoSv6SlCs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJoSv6SlCs .navbar .navbar-logo img {
  width: auto;
}
.cid-sJoSv6SlCs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJoSv6SlCs .navbar.collapsed {
  justify-content: center;
}
.cid-sJoSv6SlCs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJoSv6SlCs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJoSv6SlCs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJoSv6SlCs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJoSv6SlCs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJoSv6SlCs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJoSv6SlCs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJoSv6SlCs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJoSv6SlCs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJoSv6SlCs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJoSv6SlCs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJoSv6SlCs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJoSv6SlCs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJoSv6SlCs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJoSv6SlCs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJoSv6SlCs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJoSv6SlCs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJoSv6SlCs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJoSv6SlCs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJoSv6SlCs .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sJoSv6SlCs .navbar.navbar-short {
  min-height: 110px;
}
.cid-sJoSv6SlCs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJoSv6SlCs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJoSv6SlCs .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sJoSv6SlCs nav.navbar {
  position: fixed;
}
.cid-sJoSv6SlCs .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-sJoSv6SlCs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sJoSv6SlCs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJoSv6SlCs .dropdown-item:hover,
.cid-sJoSv6SlCs .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sJoSv6SlCs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJoSv6SlCs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJoSv6SlCs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJoSv6SlCs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJoSv6SlCs .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJoSv6SlCs .dropdown-menu,
.cid-sJoSv6SlCs .navbar.opened {
  background: #ffffff !important;
}
.cid-sJoSv6SlCs .nav-item:focus,
.cid-sJoSv6SlCs .nav-link:focus {
  outline: none;
}
.cid-sJoSv6SlCs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJoSv6SlCs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJoSv6SlCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJoSv6SlCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJoSv6SlCs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJoSv6SlCs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJoSv6SlCs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJoSv6SlCs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJoSv6SlCs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJoSv6SlCs .dropdown-item.active,
.cid-sJoSv6SlCs .dropdown-item:active {
  background-color: transparent;
}
.cid-sJoSv6SlCs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJoSv6SlCs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJoSv6SlCs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJoSv6SlCs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJoSv6SlCs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJoSv6SlCs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJoSv6SlCs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJoSv6SlCs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJoSv6SlCs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJoSv6SlCs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sJoSv6SlCs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJoSv6SlCs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoSv6SlCs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoSv6SlCs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJoSv6SlCs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoSv6SlCs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJoSv6SlCs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJoSv6SlCs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoSv6SlCs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJoSv6SlCs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJoSv6SlCs .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-sJoSv6SlCs .navbar {
    height: 70px;
  }
  .cid-sJoSv6SlCs .navbar.opened {
    height: auto;
  }
  .cid-sJoSv6SlCs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJoSv6SlCs .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJoSv6SlCs .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sJoSv7kFGh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sJoSv7kFGh .mbr-title {
  color: #bec2cf;
}
.cid-sJoSv7kFGh .mbr-text {
  color: #bec2cf;
}
.cid-sJoSv7kFGh .row {
  align-items: center;
}
.cid-sJoSCPiZFZ {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f2f3f7;
}
.cid-sJoSCPiZFZ .mbr-section-title {
  color: #36187d;
}
.cid-sJoSCPiZFZ .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sJoSCPiZFZ .mbr-text {
  color: #36187d;
}
.cid-sJoSCPiZFZ .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sJoSCPiZFZ .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sJoSCPiZFZ .text-col {
  align-items: center;
  display: flex;
}
.cid-sJoSCPiZFZ .mbr-section-subtitle,
.cid-sJoSCPiZFZ .title-col {
  width: 100%;
}
.cid-sJoSCPA7mp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJoSCPA7mp .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sJoSCPA7mp .container {
    padding: 0 ;
  }
}
.cid-sJoSCPA7mp .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sJoSCPA7mp .navbar.opened {
  transition: all 0.3s;
}
.cid-sJoSCPA7mp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJoSCPA7mp .navbar .navbar-logo img {
  width: auto;
}
.cid-sJoSCPA7mp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJoSCPA7mp .navbar.collapsed {
  justify-content: center;
}
.cid-sJoSCPA7mp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJoSCPA7mp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJoSCPA7mp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJoSCPA7mp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJoSCPA7mp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJoSCPA7mp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJoSCPA7mp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJoSCPA7mp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJoSCPA7mp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJoSCPA7mp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJoSCPA7mp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJoSCPA7mp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJoSCPA7mp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJoSCPA7mp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJoSCPA7mp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJoSCPA7mp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJoSCPA7mp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJoSCPA7mp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJoSCPA7mp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJoSCPA7mp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sJoSCPA7mp .navbar.navbar-short {
  min-height: 110px;
}
.cid-sJoSCPA7mp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJoSCPA7mp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJoSCPA7mp .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sJoSCPA7mp nav.navbar {
  position: fixed;
}
.cid-sJoSCPA7mp .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-sJoSCPA7mp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sJoSCPA7mp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJoSCPA7mp .dropdown-item:hover,
.cid-sJoSCPA7mp .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sJoSCPA7mp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJoSCPA7mp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJoSCPA7mp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJoSCPA7mp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJoSCPA7mp .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJoSCPA7mp .dropdown-menu,
.cid-sJoSCPA7mp .navbar.opened {
  background: #ffffff !important;
}
.cid-sJoSCPA7mp .nav-item:focus,
.cid-sJoSCPA7mp .nav-link:focus {
  outline: none;
}
.cid-sJoSCPA7mp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJoSCPA7mp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJoSCPA7mp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJoSCPA7mp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJoSCPA7mp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJoSCPA7mp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJoSCPA7mp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJoSCPA7mp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJoSCPA7mp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJoSCPA7mp .dropdown-item.active,
.cid-sJoSCPA7mp .dropdown-item:active {
  background-color: transparent;
}
.cid-sJoSCPA7mp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJoSCPA7mp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJoSCPA7mp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJoSCPA7mp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJoSCPA7mp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJoSCPA7mp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJoSCPA7mp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJoSCPA7mp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJoSCPA7mp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJoSCPA7mp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sJoSCPA7mp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJoSCPA7mp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoSCPA7mp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoSCPA7mp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJoSCPA7mp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoSCPA7mp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJoSCPA7mp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJoSCPA7mp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoSCPA7mp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJoSCPA7mp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJoSCPA7mp .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-sJoSCPA7mp .navbar {
    height: 70px;
  }
  .cid-sJoSCPA7mp .navbar.opened {
    height: auto;
  }
  .cid-sJoSCPA7mp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJoSCPA7mp .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJoSCPA7mp .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sJoSCQ2N74 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sJoSCQ2N74 .mbr-title {
  color: #bec2cf;
}
.cid-sJoSCQ2N74 .mbr-text {
  color: #bec2cf;
}
.cid-sJoSCQ2N74 .row {
  align-items: center;
}
.cid-sJoSKQKzVA {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f2f3f7;
}
.cid-sJoSKQKzVA .mbr-section-title {
  color: #36187d;
}
.cid-sJoSKQKzVA .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sJoSKQKzVA .mbr-text {
  color: #36187d;
}
.cid-sJoSKQKzVA .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sJoSKQKzVA .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sJoSKQKzVA .text-col {
  align-items: center;
  display: flex;
}
.cid-sJoSKQKzVA .mbr-section-subtitle,
.cid-sJoSKQKzVA .title-col {
  width: 100%;
}
.cid-sJoSKR1JEg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJoSKR1JEg .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sJoSKR1JEg .container {
    padding: 0 ;
  }
}
.cid-sJoSKR1JEg .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sJoSKR1JEg .navbar.opened {
  transition: all 0.3s;
}
.cid-sJoSKR1JEg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJoSKR1JEg .navbar .navbar-logo img {
  width: auto;
}
.cid-sJoSKR1JEg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJoSKR1JEg .navbar.collapsed {
  justify-content: center;
}
.cid-sJoSKR1JEg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJoSKR1JEg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJoSKR1JEg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJoSKR1JEg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJoSKR1JEg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJoSKR1JEg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJoSKR1JEg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJoSKR1JEg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJoSKR1JEg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJoSKR1JEg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJoSKR1JEg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJoSKR1JEg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJoSKR1JEg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJoSKR1JEg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJoSKR1JEg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJoSKR1JEg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJoSKR1JEg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJoSKR1JEg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJoSKR1JEg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJoSKR1JEg .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sJoSKR1JEg .navbar.navbar-short {
  min-height: 110px;
}
.cid-sJoSKR1JEg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJoSKR1JEg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJoSKR1JEg .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sJoSKR1JEg nav.navbar {
  position: fixed;
}
.cid-sJoSKR1JEg .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-sJoSKR1JEg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sJoSKR1JEg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJoSKR1JEg .dropdown-item:hover,
.cid-sJoSKR1JEg .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sJoSKR1JEg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJoSKR1JEg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJoSKR1JEg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJoSKR1JEg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJoSKR1JEg .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJoSKR1JEg .dropdown-menu,
.cid-sJoSKR1JEg .navbar.opened {
  background: #ffffff !important;
}
.cid-sJoSKR1JEg .nav-item:focus,
.cid-sJoSKR1JEg .nav-link:focus {
  outline: none;
}
.cid-sJoSKR1JEg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJoSKR1JEg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJoSKR1JEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJoSKR1JEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJoSKR1JEg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJoSKR1JEg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJoSKR1JEg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJoSKR1JEg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJoSKR1JEg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJoSKR1JEg .dropdown-item.active,
.cid-sJoSKR1JEg .dropdown-item:active {
  background-color: transparent;
}
.cid-sJoSKR1JEg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJoSKR1JEg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJoSKR1JEg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJoSKR1JEg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJoSKR1JEg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJoSKR1JEg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJoSKR1JEg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJoSKR1JEg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJoSKR1JEg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJoSKR1JEg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sJoSKR1JEg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJoSKR1JEg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoSKR1JEg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoSKR1JEg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJoSKR1JEg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoSKR1JEg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJoSKR1JEg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJoSKR1JEg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoSKR1JEg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJoSKR1JEg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJoSKR1JEg .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-sJoSKR1JEg .navbar {
    height: 70px;
  }
  .cid-sJoSKR1JEg .navbar.opened {
    height: auto;
  }
  .cid-sJoSKR1JEg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJoSKR1JEg .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJoSKR1JEg .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sJoSKRud9x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sJoSKRud9x .mbr-title {
  color: #bec2cf;
}
.cid-sJoSKRud9x .mbr-text {
  color: #bec2cf;
}
.cid-sJoSKRud9x .row {
  align-items: center;
}
.cid-sJoQrHZIw4 {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f2f3f7;
}
.cid-sJoQrHZIw4 .mbr-section-title {
  color: #36187d;
}
.cid-sJoQrHZIw4 .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sJoQrHZIw4 .mbr-text {
  color: #36187d;
}
.cid-sJoQrHZIw4 .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sJoQrHZIw4 .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sJoQrHZIw4 .text-col {
  align-items: center;
  display: flex;
}
.cid-sJoQrHZIw4 .mbr-section-subtitle,
.cid-sJoQrHZIw4 .title-col {
  width: 100%;
}
.cid-sJoQrIj2Ts {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJoQrIj2Ts .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sJoQrIj2Ts .container {
    padding: 0 ;
  }
}
.cid-sJoQrIj2Ts .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sJoQrIj2Ts .navbar.opened {
  transition: all 0.3s;
}
.cid-sJoQrIj2Ts .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJoQrIj2Ts .navbar .navbar-logo img {
  width: auto;
}
.cid-sJoQrIj2Ts .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJoQrIj2Ts .navbar.collapsed {
  justify-content: center;
}
.cid-sJoQrIj2Ts .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJoQrIj2Ts .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJoQrIj2Ts .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJoQrIj2Ts .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJoQrIj2Ts .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJoQrIj2Ts .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJoQrIj2Ts .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJoQrIj2Ts .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJoQrIj2Ts .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJoQrIj2Ts .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJoQrIj2Ts .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJoQrIj2Ts .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJoQrIj2Ts .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJoQrIj2Ts .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJoQrIj2Ts .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJoQrIj2Ts .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJoQrIj2Ts .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJoQrIj2Ts .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJoQrIj2Ts .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJoQrIj2Ts .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sJoQrIj2Ts .navbar.navbar-short {
  min-height: 110px;
}
.cid-sJoQrIj2Ts .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJoQrIj2Ts .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJoQrIj2Ts .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sJoQrIj2Ts nav.navbar {
  position: fixed;
}
.cid-sJoQrIj2Ts .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-sJoQrIj2Ts .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sJoQrIj2Ts .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJoQrIj2Ts .dropdown-item:hover,
.cid-sJoQrIj2Ts .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sJoQrIj2Ts .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJoQrIj2Ts .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJoQrIj2Ts .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJoQrIj2Ts .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJoQrIj2Ts .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJoQrIj2Ts .dropdown-menu,
.cid-sJoQrIj2Ts .navbar.opened {
  background: #ffffff !important;
}
.cid-sJoQrIj2Ts .nav-item:focus,
.cid-sJoQrIj2Ts .nav-link:focus {
  outline: none;
}
.cid-sJoQrIj2Ts .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJoQrIj2Ts .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJoQrIj2Ts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJoQrIj2Ts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJoQrIj2Ts .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJoQrIj2Ts .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJoQrIj2Ts .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJoQrIj2Ts .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJoQrIj2Ts .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJoQrIj2Ts .dropdown-item.active,
.cid-sJoQrIj2Ts .dropdown-item:active {
  background-color: transparent;
}
.cid-sJoQrIj2Ts .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJoQrIj2Ts .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJoQrIj2Ts .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJoQrIj2Ts .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJoQrIj2Ts .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJoQrIj2Ts .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJoQrIj2Ts ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJoQrIj2Ts .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJoQrIj2Ts button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJoQrIj2Ts button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sJoQrIj2Ts button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJoQrIj2Ts button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoQrIj2Ts button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoQrIj2Ts button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJoQrIj2Ts nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoQrIj2Ts nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJoQrIj2Ts nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJoQrIj2Ts nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoQrIj2Ts .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJoQrIj2Ts a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJoQrIj2Ts .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-sJoQrIj2Ts .navbar {
    height: 70px;
  }
  .cid-sJoQrIj2Ts .navbar.opened {
    height: auto;
  }
  .cid-sJoQrIj2Ts .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJoQrIj2Ts .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJoQrIj2Ts .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sJoQrINVPh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sJoQrINVPh .mbr-title {
  color: #bec2cf;
}
.cid-sJoQrINVPh .mbr-text {
  color: #bec2cf;
}
.cid-sJoQrINVPh .row {
  align-items: center;
}
.cid-sJoQDazytI {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f2f3f7;
}
.cid-sJoQDazytI .mbr-section-title {
  color: #36187d;
}
.cid-sJoQDazytI .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sJoQDazytI .mbr-text {
  color: #36187d;
}
.cid-sJoQDazytI .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sJoQDazytI .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sJoQDazytI .text-col {
  align-items: center;
  display: flex;
}
.cid-sJoQDazytI .mbr-section-subtitle,
.cid-sJoQDazytI .title-col {
  width: 100%;
}
.cid-sJoQDaQeCQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJoQDaQeCQ .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sJoQDaQeCQ .container {
    padding: 0 ;
  }
}
.cid-sJoQDaQeCQ .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sJoQDaQeCQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sJoQDaQeCQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJoQDaQeCQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sJoQDaQeCQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJoQDaQeCQ .navbar.collapsed {
  justify-content: center;
}
.cid-sJoQDaQeCQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJoQDaQeCQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJoQDaQeCQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJoQDaQeCQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJoQDaQeCQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJoQDaQeCQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJoQDaQeCQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJoQDaQeCQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJoQDaQeCQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJoQDaQeCQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJoQDaQeCQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJoQDaQeCQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJoQDaQeCQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJoQDaQeCQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJoQDaQeCQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJoQDaQeCQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJoQDaQeCQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJoQDaQeCQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJoQDaQeCQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJoQDaQeCQ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sJoQDaQeCQ .navbar.navbar-short {
  min-height: 110px;
}
.cid-sJoQDaQeCQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJoQDaQeCQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJoQDaQeCQ .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sJoQDaQeCQ nav.navbar {
  position: fixed;
}
.cid-sJoQDaQeCQ .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-sJoQDaQeCQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sJoQDaQeCQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJoQDaQeCQ .dropdown-item:hover,
.cid-sJoQDaQeCQ .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sJoQDaQeCQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJoQDaQeCQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJoQDaQeCQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJoQDaQeCQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJoQDaQeCQ .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJoQDaQeCQ .dropdown-menu,
.cid-sJoQDaQeCQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sJoQDaQeCQ .nav-item:focus,
.cid-sJoQDaQeCQ .nav-link:focus {
  outline: none;
}
.cid-sJoQDaQeCQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJoQDaQeCQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJoQDaQeCQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJoQDaQeCQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJoQDaQeCQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJoQDaQeCQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJoQDaQeCQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJoQDaQeCQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJoQDaQeCQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJoQDaQeCQ .dropdown-item.active,
.cid-sJoQDaQeCQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sJoQDaQeCQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJoQDaQeCQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJoQDaQeCQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJoQDaQeCQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJoQDaQeCQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJoQDaQeCQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJoQDaQeCQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJoQDaQeCQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJoQDaQeCQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJoQDaQeCQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sJoQDaQeCQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJoQDaQeCQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoQDaQeCQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoQDaQeCQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJoQDaQeCQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoQDaQeCQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJoQDaQeCQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJoQDaQeCQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoQDaQeCQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJoQDaQeCQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJoQDaQeCQ .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-sJoQDaQeCQ .navbar {
    height: 70px;
  }
  .cid-sJoQDaQeCQ .navbar.opened {
    height: auto;
  }
  .cid-sJoQDaQeCQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJoQDaQeCQ .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJoQDaQeCQ .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sJoQDbjDqV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sJoQDbjDqV .mbr-title {
  color: #bec2cf;
}
.cid-sJoQDbjDqV .mbr-text {
  color: #bec2cf;
}
.cid-sJoQDbjDqV .row {
  align-items: center;
}
.cid-sJoQRoYUpX {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f2f3f7;
}
.cid-sJoQRoYUpX .mbr-section-title {
  color: #36187d;
}
.cid-sJoQRoYUpX .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sJoQRoYUpX .mbr-text {
  color: #36187d;
}
.cid-sJoQRoYUpX .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sJoQRoYUpX .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sJoQRoYUpX .text-col {
  align-items: center;
  display: flex;
}
.cid-sJoQRoYUpX .mbr-section-subtitle,
.cid-sJoQRoYUpX .title-col {
  width: 100%;
}
.cid-sJoQRpgPZ2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJoQRpgPZ2 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sJoQRpgPZ2 .container {
    padding: 0 ;
  }
}
.cid-sJoQRpgPZ2 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sJoQRpgPZ2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sJoQRpgPZ2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJoQRpgPZ2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sJoQRpgPZ2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJoQRpgPZ2 .navbar.collapsed {
  justify-content: center;
}
.cid-sJoQRpgPZ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJoQRpgPZ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJoQRpgPZ2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJoQRpgPZ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJoQRpgPZ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJoQRpgPZ2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJoQRpgPZ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJoQRpgPZ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJoQRpgPZ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJoQRpgPZ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJoQRpgPZ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJoQRpgPZ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJoQRpgPZ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJoQRpgPZ2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJoQRpgPZ2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJoQRpgPZ2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJoQRpgPZ2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJoQRpgPZ2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJoQRpgPZ2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJoQRpgPZ2 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sJoQRpgPZ2 .navbar.navbar-short {
  min-height: 110px;
}
.cid-sJoQRpgPZ2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJoQRpgPZ2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJoQRpgPZ2 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sJoQRpgPZ2 nav.navbar {
  position: fixed;
}
.cid-sJoQRpgPZ2 .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-sJoQRpgPZ2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sJoQRpgPZ2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJoQRpgPZ2 .dropdown-item:hover,
.cid-sJoQRpgPZ2 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sJoQRpgPZ2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJoQRpgPZ2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJoQRpgPZ2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJoQRpgPZ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJoQRpgPZ2 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJoQRpgPZ2 .dropdown-menu,
.cid-sJoQRpgPZ2 .navbar.opened {
  background: #ffffff !important;
}
.cid-sJoQRpgPZ2 .nav-item:focus,
.cid-sJoQRpgPZ2 .nav-link:focus {
  outline: none;
}
.cid-sJoQRpgPZ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJoQRpgPZ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJoQRpgPZ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJoQRpgPZ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJoQRpgPZ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJoQRpgPZ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJoQRpgPZ2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJoQRpgPZ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJoQRpgPZ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJoQRpgPZ2 .dropdown-item.active,
.cid-sJoQRpgPZ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sJoQRpgPZ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJoQRpgPZ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJoQRpgPZ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJoQRpgPZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJoQRpgPZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJoQRpgPZ2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJoQRpgPZ2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJoQRpgPZ2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJoQRpgPZ2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJoQRpgPZ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sJoQRpgPZ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJoQRpgPZ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoQRpgPZ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoQRpgPZ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJoQRpgPZ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoQRpgPZ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJoQRpgPZ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJoQRpgPZ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoQRpgPZ2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJoQRpgPZ2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJoQRpgPZ2 .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-sJoQRpgPZ2 .navbar {
    height: 70px;
  }
  .cid-sJoQRpgPZ2 .navbar.opened {
    height: auto;
  }
  .cid-sJoQRpgPZ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJoQRpgPZ2 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJoQRpgPZ2 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sJoQRpKAca {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sJoQRpKAca .mbr-title {
  color: #bec2cf;
}
.cid-sJoQRpKAca .mbr-text {
  color: #bec2cf;
}
.cid-sJoQRpKAca .row {
  align-items: center;
}
.cid-sJoQYMSYRL {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f2f3f7;
}
.cid-sJoQYMSYRL .mbr-section-title {
  color: #36187d;
}
.cid-sJoQYMSYRL .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sJoQYMSYRL .mbr-text {
  color: #36187d;
}
.cid-sJoQYMSYRL .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sJoQYMSYRL .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sJoQYMSYRL .text-col {
  align-items: center;
  display: flex;
}
.cid-sJoQYMSYRL .mbr-section-subtitle,
.cid-sJoQYMSYRL .title-col {
  width: 100%;
}
.cid-sJoQYNasi3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJoQYNasi3 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sJoQYNasi3 .container {
    padding: 0 ;
  }
}
.cid-sJoQYNasi3 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sJoQYNasi3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sJoQYNasi3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJoQYNasi3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sJoQYNasi3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJoQYNasi3 .navbar.collapsed {
  justify-content: center;
}
.cid-sJoQYNasi3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJoQYNasi3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJoQYNasi3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJoQYNasi3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJoQYNasi3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJoQYNasi3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJoQYNasi3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJoQYNasi3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJoQYNasi3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJoQYNasi3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJoQYNasi3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJoQYNasi3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJoQYNasi3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJoQYNasi3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJoQYNasi3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJoQYNasi3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJoQYNasi3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJoQYNasi3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJoQYNasi3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJoQYNasi3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sJoQYNasi3 .navbar.navbar-short {
  min-height: 110px;
}
.cid-sJoQYNasi3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJoQYNasi3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJoQYNasi3 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sJoQYNasi3 nav.navbar {
  position: fixed;
}
.cid-sJoQYNasi3 .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-sJoQYNasi3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sJoQYNasi3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJoQYNasi3 .dropdown-item:hover,
.cid-sJoQYNasi3 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sJoQYNasi3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJoQYNasi3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJoQYNasi3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJoQYNasi3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJoQYNasi3 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJoQYNasi3 .dropdown-menu,
.cid-sJoQYNasi3 .navbar.opened {
  background: #ffffff !important;
}
.cid-sJoQYNasi3 .nav-item:focus,
.cid-sJoQYNasi3 .nav-link:focus {
  outline: none;
}
.cid-sJoQYNasi3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJoQYNasi3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJoQYNasi3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJoQYNasi3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJoQYNasi3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJoQYNasi3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJoQYNasi3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJoQYNasi3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJoQYNasi3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJoQYNasi3 .dropdown-item.active,
.cid-sJoQYNasi3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sJoQYNasi3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJoQYNasi3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJoQYNasi3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJoQYNasi3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJoQYNasi3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJoQYNasi3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJoQYNasi3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJoQYNasi3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJoQYNasi3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJoQYNasi3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sJoQYNasi3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJoQYNasi3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoQYNasi3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoQYNasi3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJoQYNasi3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoQYNasi3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJoQYNasi3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJoQYNasi3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoQYNasi3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJoQYNasi3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJoQYNasi3 .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-sJoQYNasi3 .navbar {
    height: 70px;
  }
  .cid-sJoQYNasi3 .navbar.opened {
    height: auto;
  }
  .cid-sJoQYNasi3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJoQYNasi3 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJoQYNasi3 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sJoQYNIq77 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sJoQYNIq77 .mbr-title {
  color: #bec2cf;
}
.cid-sJoQYNIq77 .mbr-text {
  color: #bec2cf;
}
.cid-sJoQYNIq77 .row {
  align-items: center;
}
.cid-sJoRfy91ei {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f2f3f7;
}
.cid-sJoRfy91ei .mbr-section-title {
  color: #36187d;
}
.cid-sJoRfy91ei .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sJoRfy91ei .mbr-text {
  color: #36187d;
}
.cid-sJoRfy91ei .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sJoRfy91ei .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sJoRfy91ei .text-col {
  align-items: center;
  display: flex;
}
.cid-sJoRfy91ei .mbr-section-subtitle,
.cid-sJoRfy91ei .title-col {
  width: 100%;
}
.cid-sJoRfyrlTM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJoRfyrlTM .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sJoRfyrlTM .container {
    padding: 0 ;
  }
}
.cid-sJoRfyrlTM .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sJoRfyrlTM .navbar.opened {
  transition: all 0.3s;
}
.cid-sJoRfyrlTM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJoRfyrlTM .navbar .navbar-logo img {
  width: auto;
}
.cid-sJoRfyrlTM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJoRfyrlTM .navbar.collapsed {
  justify-content: center;
}
.cid-sJoRfyrlTM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJoRfyrlTM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJoRfyrlTM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJoRfyrlTM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJoRfyrlTM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJoRfyrlTM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJoRfyrlTM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJoRfyrlTM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJoRfyrlTM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJoRfyrlTM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJoRfyrlTM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJoRfyrlTM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJoRfyrlTM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJoRfyrlTM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJoRfyrlTM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJoRfyrlTM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJoRfyrlTM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJoRfyrlTM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJoRfyrlTM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJoRfyrlTM .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sJoRfyrlTM .navbar.navbar-short {
  min-height: 110px;
}
.cid-sJoRfyrlTM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJoRfyrlTM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJoRfyrlTM .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sJoRfyrlTM nav.navbar {
  position: fixed;
}
.cid-sJoRfyrlTM .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-sJoRfyrlTM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sJoRfyrlTM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJoRfyrlTM .dropdown-item:hover,
.cid-sJoRfyrlTM .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sJoRfyrlTM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJoRfyrlTM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJoRfyrlTM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJoRfyrlTM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJoRfyrlTM .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJoRfyrlTM .dropdown-menu,
.cid-sJoRfyrlTM .navbar.opened {
  background: #ffffff !important;
}
.cid-sJoRfyrlTM .nav-item:focus,
.cid-sJoRfyrlTM .nav-link:focus {
  outline: none;
}
.cid-sJoRfyrlTM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJoRfyrlTM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJoRfyrlTM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJoRfyrlTM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJoRfyrlTM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJoRfyrlTM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJoRfyrlTM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJoRfyrlTM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJoRfyrlTM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJoRfyrlTM .dropdown-item.active,
.cid-sJoRfyrlTM .dropdown-item:active {
  background-color: transparent;
}
.cid-sJoRfyrlTM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJoRfyrlTM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJoRfyrlTM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJoRfyrlTM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJoRfyrlTM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJoRfyrlTM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJoRfyrlTM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJoRfyrlTM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJoRfyrlTM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJoRfyrlTM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sJoRfyrlTM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJoRfyrlTM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoRfyrlTM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJoRfyrlTM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJoRfyrlTM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoRfyrlTM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJoRfyrlTM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJoRfyrlTM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJoRfyrlTM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJoRfyrlTM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJoRfyrlTM .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-sJoRfyrlTM .navbar {
    height: 70px;
  }
  .cid-sJoRfyrlTM .navbar.opened {
    height: auto;
  }
  .cid-sJoRfyrlTM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJoRfyrlTM .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJoRfyrlTM .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sJoRfySIyM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sJoRfySIyM .mbr-title {
  color: #bec2cf;
}
.cid-sJoRfySIyM .mbr-text {
  color: #bec2cf;
}
.cid-sJoRfySIyM .row {
  align-items: center;
}
