body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #4479d9 !important;
}
.bg-success {
  background-color: #6ec7f2 !important;
}
.bg-info {
  background-color: #ffe161 !important;
}
.bg-warning {
  background-color: #4479d9 !important;
}
.bg-danger {
  background-color: #f9cd12 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #61c941 !important;
  border-color: #61c941 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3f8c28 !important;
  border-color: #3f8c28 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f8c28 !important;
  border-color: #3f8c28 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-success,
.btn-success:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9cd12 !important;
  border-color: #f9cd12 !important;
  color: #0c0a00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b08f04 !important;
  border-color: #b08f04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0c0a00 !important;
  background-color: #b08f04 !important;
  border-color: #b08f04 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #61c941;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3f8c28 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #61c941 !important;
  border-color: #61c941 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec7f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea8eb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9cd12;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b08f04 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0c0a00 !important;
  background-color: #f9cd12 !important;
  border-color: #f9cd12 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4479d9 !important;
}
.text-secondary {
  color: #61c941 !important;
}
.text-success {
  color: #6ec7f2 !important;
}
.text-info {
  color: #ffe161 !important;
}
.text-warning {
  color: #4479d9 !important;
}
.text-danger {
  color: #f9cd12 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3a8024 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15a1e5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #facb00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1f4a98 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a18304 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffe161;
}
.alert-warning {
  background-color: #4479d9;
}
.alert-danger {
  background-color: #f9cd12;
}
.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: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #eef2fb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef7d9;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #4479d9;
}
/* 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: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.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: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #61c941 !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='%234479d9' %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-syYWFbaNg2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-syYWFbaNg2 .mbr-text,
.cid-syYWFbaNg2 .mbr-section-btn {
  text-align: left;
}
.cid-syYWFbaNg2 .mbr-section-title {
  text-align: left;
}
.cid-syYX84zotG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-syYX84zotG .mbr-text {
  color: #767676;
}
.cid-syYX84zotG .mbr-section-subtitle {
  color: #767676;
}
.cid-syYX84zotG .title .num {
  width: 100%;
  display: block;
  font-size: 4rem;
}
.cid-syYX84zotG .title .card-title {
  z-index: 1;
}
.cid-syYX84zotG .num {
  color: #6592e6;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-syYX84zotG * {
    text-align: center !important;
  }
  .cid-syYX84zotG .content-column {
    margin-bottom: 2rem;
  }
}
.cid-syYX84zotG .card-title,
.cid-syYX84zotG .card-img {
  text-align: center;
}
.cid-syYX84zotG .card-text {
  text-align: center;
}
.cid-syYX84zotG .mbr-section-title,
.cid-syYX84zotG .card-box {
  text-align: center;
}
.cid-szf3ntLyVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-szf3ntLyVq .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-szf3ntLyVq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-szf3ntLyVq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szf3ntLyVq .card-wrapper {
    padding: 4rem;
  }
}
.cid-szf3ntLyVq .mbr-text,
.cid-szf3ntLyVq .mbr-section-btn {
  color: #ffffff;
}
.cid-szf3ntLyVq .card-title,
.cid-szf3ntLyVq .card-box {
  text-align: left;
}
.cid-szffagjgU3 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-szffagjgU3 .container {
    max-width: 1400px;
  }
}
.cid-szffagjgU3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-szffagjgU3 .card-wrapper {
  margin-top: 3rem;
}
.cid-szffagjgU3 .row {
  justify-content: center;
}
.cid-syYNDb4rSR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-syYNDb4rSR .mbr-text,
.cid-syYNDb4rSR .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-syYNDb4rSR .mbr-text,
  .cid-syYNDb4rSR .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-syYNDb4rSR .mbr-text,
  .cid-syYNDb4rSR .mbr-section-title {
    text-align: center;
  }
}
.cid-syYNDb4rSR a.btn {
  height: 100%;
  margin: 0;
}
.cid-syYNDb4rSR .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-syYNDb4rSR .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-syYNDb4rSR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syYNDb4rSR .justify-content-center {
  align-items: center;
}
.cid-syYNDb4rSR .mbr-section-title {
  color: #ffffff;
}
.cid-szp34VNVGV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szp34VNVGV .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szp34VNVGV .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szp34VNVGV .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szp34VNVGV .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szp34VNVGV .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viQmQ1ihav {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viQmQ1ihav .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-syYNDcCn7J {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-syYNDcCn7J .media-container-row {
  justify-content: space-between;
}
.cid-syYNDcCn7J .text-content {
  max-width: 50%;
}
.cid-syYNDcCn7J .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-syYNDcCn7J .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-syYNDcCn7J .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-syYNDcCn7J .icons {
    justify-content: center !important;
  }
  .cid-syYNDcCn7J .text-content * {
    text-align: center;
  }
}
.cid-sQOEU8IL5d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOEU8IL5d .carousel-item {
  justify-content: center;
}
.cid-sQOEU8IL5d .carousel-item.active,
.cid-sQOEU8IL5d .carousel-item-next,
.cid-sQOEU8IL5d .carousel-item-prev {
  display: flex;
}
.cid-sQOEU8IL5d .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOEU8IL5d .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOEU8IL5d .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOEU8IL5d .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOEU8IL5d .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOEU8IL5d .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-syYND6IcbF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-syYND6IcbF .mbr-section-title {
  color: #ffffff;
}
.cid-syZ0g8wBai {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-syZ0g8wBai .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-syZ0g8wBai .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-syZ0g8wBai .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-syZ0g8wBai .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-syZ0g8wBai .list {
    margin-bottom: 0rem;
  }
}
.cid-syZ0g8wBai .mbr-text {
  color: #bbbbbb;
}
.cid-syZ0g8wBai .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-syZ0g8wBai .mbr-iconfont {
  color: black;
}
.cid-syZ60MBEOn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-syZ60MBEOn nav.navbar {
  position: fixed;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syZ60MBEOn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syZ60MBEOn .dropdown-item:hover,
.cid-syZ60MBEOn .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-syZ60MBEOn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syZ60MBEOn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syZ60MBEOn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syZ60MBEOn .nav-link {
  position: relative;
}
.cid-syZ60MBEOn .container {
  display: flex;
  margin: auto;
}
.cid-syZ60MBEOn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-syZ60MBEOn .dropdown-menu,
.cid-syZ60MBEOn .navbar.opened {
  background: #ffffff !important;
}
.cid-syZ60MBEOn .nav-item:focus,
.cid-syZ60MBEOn .nav-link:focus {
  outline: none;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syZ60MBEOn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syZ60MBEOn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syZ60MBEOn .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-syZ60MBEOn .navbar.opened {
  transition: all .3s;
}
.cid-syZ60MBEOn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-syZ60MBEOn .navbar .navbar-logo img {
  width: auto;
}
.cid-syZ60MBEOn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syZ60MBEOn .navbar.collapsed {
  justify-content: center;
}
.cid-syZ60MBEOn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syZ60MBEOn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syZ60MBEOn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-syZ60MBEOn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-syZ60MBEOn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syZ60MBEOn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syZ60MBEOn .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-syZ60MBEOn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syZ60MBEOn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syZ60MBEOn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syZ60MBEOn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syZ60MBEOn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-syZ60MBEOn .navbar.navbar-short {
  min-height: 60px;
}
.cid-syZ60MBEOn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syZ60MBEOn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syZ60MBEOn .align-center {
  justify-content: center;
}
.cid-syZ60MBEOn .modal-content {
  height: auto;
  justify-content: center;
}
.cid-syZ60MBEOn .modal-footer {
  justify-content: center;
}
.cid-syZ60MBEOn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syZ60MBEOn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syZ60MBEOn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syZ60MBEOn .dropdown-item.active,
.cid-syZ60MBEOn .dropdown-item:active {
  background-color: transparent;
}
.cid-syZ60MBEOn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syZ60MBEOn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syZ60MBEOn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syZ60MBEOn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syZ60MBEOn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syZ60MBEOn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syZ60MBEOn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syZ60MBEOn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syZ60MBEOn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .navbar {
    height: 70px;
  }
  .cid-syZ60MBEOn .navbar.opened {
    height: auto;
  }
  .cid-syZ60MBEOn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syZ60MBEOn .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-syYQZH0Uiw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-syYQZH0Uiw .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-syYQZH0Uiw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-syYQZH0Uiw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-syYQZH0Uiw .card-wrapper {
    padding: 4rem;
  }
}
.cid-syYQZH0Uiw .mbr-text,
.cid-syYQZH0Uiw .mbr-section-btn {
  text-align: left;
}
.cid-syYQZH0Uiw .card-title {
  text-align: left;
}
.cid-viQfkLdSdl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fcfcfc;
}
.cid-viQfsfWs9b {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-viQ2VWbb5O {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-viQ2VWbb5O .item:focus,
.cid-viQ2VWbb5O span:focus {
  outline: none;
}
.cid-viQ2VWbb5O .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-viQ2VWbb5O .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-viQ2VWbb5O .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-viQ2VWbb5O .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-viQ2VWbb5O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-viQ2VWbb5O .mbr-section-title {
  color: #232323;
}
.cid-viQ2VWbb5O .mbr-text,
.cid-viQ2VWbb5O .mbr-section-btn {
  text-align: center;
}
.cid-viQ2VWbb5O .item-title {
  text-align: center;
}
.cid-viQ2VWbb5O .item-subtitle {
  text-align: center;
}
.cid-syYNyoHMAd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-syYNyoHMAd .mbr-text,
.cid-syYNyoHMAd .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-syYNyoHMAd .mbr-text,
  .cid-syYNyoHMAd .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-syYNyoHMAd .mbr-text,
  .cid-syYNyoHMAd .mbr-section-title {
    text-align: center;
  }
}
.cid-syYNyoHMAd a.btn {
  height: 100%;
  margin: 0;
}
.cid-syYNyoHMAd .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-syYNyoHMAd .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-syYNyoHMAd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syYNyoHMAd .justify-content-center {
  align-items: center;
}
.cid-syYNyoHMAd .mbr-section-title {
  color: #ffffff;
}
.cid-szp3qp948o {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szp3qp948o .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szp3qp948o .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szp3qp948o .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szp3qp948o .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szp3qp948o .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viQhzr5gcM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viQhzr5gcM .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-syYNytXf6L {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-syYNytXf6L .media-container-row {
  justify-content: space-between;
}
.cid-syYNytXf6L .text-content {
  max-width: 50%;
}
.cid-syYNytXf6L .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-syYNytXf6L .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-syYNytXf6L .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-syYNytXf6L .icons {
    justify-content: center !important;
  }
  .cid-syYNytXf6L .text-content * {
    text-align: center;
  }
}
.cid-viQly3VeHk {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-viQly3VeHk .video-wrapper iframe {
  width: 100%;
}
.cid-viQly3VeHk .mbr-section-title,
.cid-viQly3VeHk .mbr-section-subtitle,
.cid-viQly3VeHk .mbr-text {
  text-align: center;
}
.cid-szf5TXf4i5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-szf5TXf4i5 .mbr-section-title {
  color: #ffffff;
}
.cid-tVOF999GHF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQOEQ24N9G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOEQ24N9G .carousel-item {
  justify-content: center;
}
.cid-sQOEQ24N9G .carousel-item.active,
.cid-sQOEQ24N9G .carousel-item-next,
.cid-sQOEQ24N9G .carousel-item-prev {
  display: flex;
}
.cid-sQOEQ24N9G .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOEQ24N9G .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOEQ24N9G .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOEQ24N9G .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOEQ24N9G .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOEQ24N9G .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-viQgR2KglK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-syZ0g8wBai {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-syZ0g8wBai .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-syZ0g8wBai .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-syZ0g8wBai .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-syZ0g8wBai .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-syZ0g8wBai .list {
    margin-bottom: 0rem;
  }
}
.cid-syZ0g8wBai .mbr-text {
  color: #bbbbbb;
}
.cid-syZ0g8wBai .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-syZ0g8wBai .mbr-iconfont {
  color: black;
}
.cid-syZ60MBEOn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-syZ60MBEOn nav.navbar {
  position: fixed;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syZ60MBEOn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syZ60MBEOn .dropdown-item:hover,
.cid-syZ60MBEOn .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-syZ60MBEOn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syZ60MBEOn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syZ60MBEOn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syZ60MBEOn .nav-link {
  position: relative;
}
.cid-syZ60MBEOn .container {
  display: flex;
  margin: auto;
}
.cid-syZ60MBEOn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-syZ60MBEOn .dropdown-menu,
.cid-syZ60MBEOn .navbar.opened {
  background: #ffffff !important;
}
.cid-syZ60MBEOn .nav-item:focus,
.cid-syZ60MBEOn .nav-link:focus {
  outline: none;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syZ60MBEOn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syZ60MBEOn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syZ60MBEOn .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-syZ60MBEOn .navbar.opened {
  transition: all .3s;
}
.cid-syZ60MBEOn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-syZ60MBEOn .navbar .navbar-logo img {
  width: auto;
}
.cid-syZ60MBEOn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syZ60MBEOn .navbar.collapsed {
  justify-content: center;
}
.cid-syZ60MBEOn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syZ60MBEOn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syZ60MBEOn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-syZ60MBEOn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-syZ60MBEOn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syZ60MBEOn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syZ60MBEOn .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-syZ60MBEOn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syZ60MBEOn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syZ60MBEOn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syZ60MBEOn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syZ60MBEOn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-syZ60MBEOn .navbar.navbar-short {
  min-height: 60px;
}
.cid-syZ60MBEOn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syZ60MBEOn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syZ60MBEOn .align-center {
  justify-content: center;
}
.cid-syZ60MBEOn .modal-content {
  height: auto;
  justify-content: center;
}
.cid-syZ60MBEOn .modal-footer {
  justify-content: center;
}
.cid-syZ60MBEOn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syZ60MBEOn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syZ60MBEOn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syZ60MBEOn .dropdown-item.active,
.cid-syZ60MBEOn .dropdown-item:active {
  background-color: transparent;
}
.cid-syZ60MBEOn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syZ60MBEOn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syZ60MBEOn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syZ60MBEOn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syZ60MBEOn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syZ60MBEOn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syZ60MBEOn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syZ60MBEOn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syZ60MBEOn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .navbar {
    height: 70px;
  }
  .cid-syZ60MBEOn .navbar.opened {
    height: auto;
  }
  .cid-syZ60MBEOn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syZ60MBEOn .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-sz4qnnWrKs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sz4qnnWrKs nav.navbar {
  position: fixed;
}
.cid-sz4qnnWrKs .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-sz4qnnWrKs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sz4qnnWrKs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sz4qnnWrKs .dropdown-item:hover,
.cid-sz4qnnWrKs .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sz4qnnWrKs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sz4qnnWrKs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sz4qnnWrKs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sz4qnnWrKs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sz4qnnWrKs .nav-link {
  position: relative;
}
.cid-sz4qnnWrKs .container {
  display: flex;
  margin: auto;
}
.cid-sz4qnnWrKs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sz4qnnWrKs .dropdown-menu,
.cid-sz4qnnWrKs .navbar.opened {
  background: #ffffff !important;
}
.cid-sz4qnnWrKs .nav-item:focus,
.cid-sz4qnnWrKs .nav-link:focus {
  outline: none;
}
.cid-sz4qnnWrKs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sz4qnnWrKs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz4qnnWrKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sz4qnnWrKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sz4qnnWrKs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz4qnnWrKs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz4qnnWrKs .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sz4qnnWrKs .navbar.opened {
  transition: all .3s;
}
.cid-sz4qnnWrKs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sz4qnnWrKs .navbar .navbar-logo img {
  width: auto;
}
.cid-sz4qnnWrKs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sz4qnnWrKs .navbar.collapsed {
  justify-content: center;
}
.cid-sz4qnnWrKs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz4qnnWrKs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sz4qnnWrKs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sz4qnnWrKs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz4qnnWrKs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz4qnnWrKs .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-sz4qnnWrKs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz4qnnWrKs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sz4qnnWrKs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sz4qnnWrKs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz4qnnWrKs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz4qnnWrKs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz4qnnWrKs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz4qnnWrKs .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-sz4qnnWrKs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sz4qnnWrKs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz4qnnWrKs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz4qnnWrKs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sz4qnnWrKs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sz4qnnWrKs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sz4qnnWrKs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sz4qnnWrKs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sz4qnnWrKs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sz4qnnWrKs .align-center {
  justify-content: center;
}
.cid-sz4qnnWrKs .modal-content {
  height: auto;
  justify-content: center;
}
.cid-sz4qnnWrKs .modal-footer {
  justify-content: center;
}
.cid-sz4qnnWrKs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sz4qnnWrKs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz4qnnWrKs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz4qnnWrKs .dropdown-item.active,
.cid-sz4qnnWrKs .dropdown-item:active {
  background-color: transparent;
}
.cid-sz4qnnWrKs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz4qnnWrKs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz4qnnWrKs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz4qnnWrKs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sz4qnnWrKs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz4qnnWrKs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sz4qnnWrKs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sz4qnnWrKs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sz4qnnWrKs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sz4qnnWrKs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sz4qnnWrKs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sz4qnnWrKs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sz4qnnWrKs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sz4qnnWrKs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sz4qnnWrKs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz4qnnWrKs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sz4qnnWrKs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sz4qnnWrKs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz4qnnWrKs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sz4qnnWrKs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sz4qnnWrKs .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-sz4qnnWrKs .navbar {
    height: 70px;
  }
  .cid-sz4qnnWrKs .navbar.opened {
    height: auto;
  }
  .cid-sz4qnnWrKs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz4qnnWrKs .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-sz4roldfqW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-sz4xJIv9Co {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sz4xJIv9Co .mbr-section-subtitle {
  text-align: left;
}
.cid-sz4xJIv9Co .mbr-section-title {
  text-align: left;
}
.cid-sz4rgcboSp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-sz4rgcboSp .card-box {
    padding: 1rem;
  }
  .cid-sz4rgcboSp .mbr-section-btn,
  .cid-sz4rgcboSp .price {
    text-align: center;
  }
  .cid-sz4rgcboSp .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sz4rgcboSp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sz4rgcboSp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sz4rgcboSp .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sz4rgcboSp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sz4rgcboSp .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sz4qnumGNP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sz4qnumGNP .mbr-text,
.cid-sz4qnumGNP .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sz4qnumGNP .mbr-text,
  .cid-sz4qnumGNP .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sz4qnumGNP .mbr-text,
  .cid-sz4qnumGNP .mbr-section-title {
    text-align: center;
  }
}
.cid-sz4qnumGNP a.btn {
  height: 100%;
  margin: 0;
}
.cid-sz4qnumGNP .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sz4qnumGNP .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sz4qnumGNP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz4qnumGNP .justify-content-center {
  align-items: center;
}
.cid-sz4qnumGNP .mbr-section-title {
  color: #ffffff;
}
.cid-szp3YKNofe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szp3YKNofe .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szp3YKNofe .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szp3YKNofe .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szp3YKNofe .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szp3YKNofe .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viQuP4LvLR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viQuP4LvLR .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sz4qnxpdak {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sz4qnxpdak .media-container-row {
  justify-content: space-between;
}
.cid-sz4qnxpdak .text-content {
  max-width: 50%;
}
.cid-sz4qnxpdak .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sz4qnxpdak .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sz4qnxpdak .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sz4qnxpdak .icons {
    justify-content: center !important;
  }
  .cid-sz4qnxpdak .text-content * {
    text-align: center;
  }
}
.cid-sz4qnqiUas {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x723.jpg");
}
.cid-sz4qnqiUas .mbr-section-title {
  color: #ffffff;
}
.cid-sz4qnykm2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sz4qnykm2C .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sz4qnykm2C .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-sz4qnykm2C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sz4qnykm2C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sz4qnykm2C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sz4qnykm2C .list {
    margin-bottom: 0rem;
  }
}
.cid-sz4qnykm2C .mbr-text {
  color: #bbbbbb;
}
.cid-sz4qnykm2C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sz4qnykm2C .mbr-iconfont {
  color: black;
}
.cid-szeX65fA7L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szeX65fA7L nav.navbar {
  position: fixed;
}
.cid-szeX65fA7L .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-szeX65fA7L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szeX65fA7L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szeX65fA7L .dropdown-item:hover,
.cid-szeX65fA7L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szeX65fA7L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szeX65fA7L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szeX65fA7L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szeX65fA7L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szeX65fA7L .nav-link {
  position: relative;
}
.cid-szeX65fA7L .container {
  display: flex;
  margin: auto;
}
.cid-szeX65fA7L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szeX65fA7L .dropdown-menu,
.cid-szeX65fA7L .navbar.opened {
  background: #ffffff !important;
}
.cid-szeX65fA7L .nav-item:focus,
.cid-szeX65fA7L .nav-link:focus {
  outline: none;
}
.cid-szeX65fA7L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szeX65fA7L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szeX65fA7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szeX65fA7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szeX65fA7L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szeX65fA7L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szeX65fA7L .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szeX65fA7L .navbar.opened {
  transition: all .3s;
}
.cid-szeX65fA7L .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szeX65fA7L .navbar .navbar-logo img {
  width: auto;
}
.cid-szeX65fA7L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szeX65fA7L .navbar.collapsed {
  justify-content: center;
}
.cid-szeX65fA7L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szeX65fA7L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szeX65fA7L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szeX65fA7L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szeX65fA7L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szeX65fA7L .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-szeX65fA7L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szeX65fA7L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szeX65fA7L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szeX65fA7L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szeX65fA7L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szeX65fA7L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szeX65fA7L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szeX65fA7L .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-szeX65fA7L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szeX65fA7L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szeX65fA7L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szeX65fA7L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szeX65fA7L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szeX65fA7L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szeX65fA7L .navbar.navbar-short {
  min-height: 60px;
}
.cid-szeX65fA7L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szeX65fA7L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szeX65fA7L .align-center {
  justify-content: center;
}
.cid-szeX65fA7L .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szeX65fA7L .modal-footer {
  justify-content: center;
}
.cid-szeX65fA7L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szeX65fA7L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szeX65fA7L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szeX65fA7L .dropdown-item.active,
.cid-szeX65fA7L .dropdown-item:active {
  background-color: transparent;
}
.cid-szeX65fA7L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szeX65fA7L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szeX65fA7L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szeX65fA7L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szeX65fA7L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szeX65fA7L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szeX65fA7L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szeX65fA7L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szeX65fA7L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szeX65fA7L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szeX65fA7L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szeX65fA7L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szeX65fA7L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szeX65fA7L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szeX65fA7L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szeX65fA7L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szeX65fA7L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szeX65fA7L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szeX65fA7L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szeX65fA7L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szeX65fA7L .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-szeX65fA7L .navbar {
    height: 70px;
  }
  .cid-szeX65fA7L .navbar.opened {
    height: auto;
  }
  .cid-szeX65fA7L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szeX65fA7L .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szeZlDHAOj {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-szeZlDHAOj .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szeZlDHAOj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szeZlDHAOj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szeZlDHAOj .mbr-section-title {
  color: #232323;
}
.cid-szeZlDHAOj .mbr-text,
.cid-szeZlDHAOj .mbr-section-btn {
  color: #353535;
}
.cid-szff550og3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-szff550og3 .container {
    max-width: 1400px;
  }
}
.cid-szff550og3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-szff550og3 .card-wrapper {
  margin-top: 3rem;
}
.cid-szff550og3 .row {
  justify-content: center;
}
.cid-sQNUGTrpd3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sQNUGTrpd3 .mbr-section-subtitle {
  text-align: center;
}
.cid-sApGR76oti {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sApHsATJum {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sApHsATJum .carousel {
    min-height: 600px;
  }
  .cid-sApHsATJum .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sApHsATJum .carousel {
    min-height: 390px;
  }
  .cid-sApHsATJum .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sApHsATJum .carousel {
    min-height: 330px;
  }
  .cid-sApHsATJum .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sApHsATJum .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sApHsATJum .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sApHsATJum .carousel,
.cid-sApHsATJum .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sApHsATJum .item-wrapper {
  width: 100%;
}
.cid-sApHsATJum .carousel-caption {
  bottom: 40px;
}
.cid-sApHsATJum .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sApHsATJum .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sApHsATJum .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sApHsATJum .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sApHsATJum .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sApHsATJum .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sApHsATJum .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sApHsATJum .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sApHsATJum .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sApHsATJum .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sApHsATJum .carousel-indicators li.active,
.cid-sApHsATJum .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sApHsATJum .carousel-indicators li::after,
.cid-sApHsATJum .carousel-indicators li::before {
  content: none;
}
.cid-sApHsATJum .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sApHsATJum .carousel-indicators {
    display: none !important;
  }
}
.cid-szeX69iUlL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szeX69iUlL .item:focus,
.cid-szeX69iUlL span:focus {
  outline: none;
}
.cid-szeX69iUlL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szeX69iUlL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szeX69iUlL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szeX69iUlL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szeX69iUlL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szeX69iUlL .mbr-section-title {
  color: #232323;
}
.cid-szeX69iUlL .mbr-text,
.cid-szeX69iUlL .mbr-section-btn {
  text-align: center;
}
.cid-szeX69iUlL .item-title {
  text-align: center;
}
.cid-szeX69iUlL .item-subtitle {
  text-align: center;
}
.cid-szeX6dnhYe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szeX6dnhYe .mbr-text,
.cid-szeX6dnhYe .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szeX6dnhYe .mbr-text,
  .cid-szeX6dnhYe .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szeX6dnhYe .mbr-text,
  .cid-szeX6dnhYe .mbr-section-title {
    text-align: center;
  }
}
.cid-szeX6dnhYe a.btn {
  height: 100%;
  margin: 0;
}
.cid-szeX6dnhYe .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szeX6dnhYe .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szeX6dnhYe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szeX6dnhYe .justify-content-center {
  align-items: center;
}
.cid-szeX6dnhYe .mbr-section-title {
  color: #ffffff;
}
.cid-szf8z2rhT6 {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  background-color: #fdfdfd;
}
.cid-szf8z2rhT6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-szf8z2rhT6 a.panel-title {
  display: flex;
  align-items: center;
}
.cid-szf8z2rhT6 a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szf8z2rhT6 h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-szf8z2rhT6 .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-szp46gvrSn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szp46gvrSn .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szp46gvrSn .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szp46gvrSn .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szp46gvrSn .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szp46gvrSn .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsiPs5muI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsiPs5muI .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szeX6gEOmm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szeX6gEOmm .media-container-row {
  justify-content: space-between;
}
.cid-szeX6gEOmm .text-content {
  max-width: 50%;
}
.cid-szeX6gEOmm .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szeX6gEOmm .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szeX6gEOmm .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szeX6gEOmm .icons {
    justify-content: center !important;
  }
  .cid-szeX6gEOmm .text-content * {
    text-align: center;
  }
}
.cid-sQOFvpi2Pe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFvpi2Pe .carousel-item {
  justify-content: center;
}
.cid-sQOFvpi2Pe .carousel-item.active,
.cid-sQOFvpi2Pe .carousel-item-next,
.cid-sQOFvpi2Pe .carousel-item-prev {
  display: flex;
}
.cid-sQOFvpi2Pe .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFvpi2Pe .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFvpi2Pe .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFvpi2Pe .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFvpi2Pe .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFvpi2Pe .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szeX68LFfE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-szeX68LFfE .mbr-section-title {
  color: #ffffff;
}
.cid-szeX6hANdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szeX6hANdW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szeX6hANdW .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szeX6hANdW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szeX6hANdW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szeX6hANdW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szeX6hANdW .list {
    margin-bottom: 0rem;
  }
}
.cid-szeX6hANdW .mbr-text {
  color: #bbbbbb;
}
.cid-szeX6hANdW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szeX6hANdW .mbr-iconfont {
  color: black;
}
.cid-szfHEaxQN8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szfHEaxQN8 nav.navbar {
  position: fixed;
}
.cid-szfHEaxQN8 .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-szfHEaxQN8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szfHEaxQN8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szfHEaxQN8 .dropdown-item:hover,
.cid-szfHEaxQN8 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szfHEaxQN8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szfHEaxQN8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szfHEaxQN8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szfHEaxQN8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szfHEaxQN8 .nav-link {
  position: relative;
}
.cid-szfHEaxQN8 .container {
  display: flex;
  margin: auto;
}
.cid-szfHEaxQN8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szfHEaxQN8 .dropdown-menu,
.cid-szfHEaxQN8 .navbar.opened {
  background: #ffffff !important;
}
.cid-szfHEaxQN8 .nav-item:focus,
.cid-szfHEaxQN8 .nav-link:focus {
  outline: none;
}
.cid-szfHEaxQN8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szfHEaxQN8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szfHEaxQN8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szfHEaxQN8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szfHEaxQN8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szfHEaxQN8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szfHEaxQN8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szfHEaxQN8 .navbar.opened {
  transition: all .3s;
}
.cid-szfHEaxQN8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szfHEaxQN8 .navbar .navbar-logo img {
  width: auto;
}
.cid-szfHEaxQN8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szfHEaxQN8 .navbar.collapsed {
  justify-content: center;
}
.cid-szfHEaxQN8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szfHEaxQN8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szfHEaxQN8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szfHEaxQN8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szfHEaxQN8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szfHEaxQN8 .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-szfHEaxQN8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szfHEaxQN8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szfHEaxQN8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szfHEaxQN8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szfHEaxQN8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szfHEaxQN8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szfHEaxQN8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szfHEaxQN8 .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-szfHEaxQN8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szfHEaxQN8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szfHEaxQN8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szfHEaxQN8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szfHEaxQN8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szfHEaxQN8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szfHEaxQN8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-szfHEaxQN8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szfHEaxQN8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szfHEaxQN8 .align-center {
  justify-content: center;
}
.cid-szfHEaxQN8 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szfHEaxQN8 .modal-footer {
  justify-content: center;
}
.cid-szfHEaxQN8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szfHEaxQN8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szfHEaxQN8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szfHEaxQN8 .dropdown-item.active,
.cid-szfHEaxQN8 .dropdown-item:active {
  background-color: transparent;
}
.cid-szfHEaxQN8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szfHEaxQN8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szfHEaxQN8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szfHEaxQN8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szfHEaxQN8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szfHEaxQN8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szfHEaxQN8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szfHEaxQN8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szfHEaxQN8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szfHEaxQN8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szfHEaxQN8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szfHEaxQN8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szfHEaxQN8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szfHEaxQN8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szfHEaxQN8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szfHEaxQN8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szfHEaxQN8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szfHEaxQN8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szfHEaxQN8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szfHEaxQN8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szfHEaxQN8 .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-szfHEaxQN8 .navbar {
    height: 70px;
  }
  .cid-szfHEaxQN8 .navbar.opened {
    height: auto;
  }
  .cid-szfHEaxQN8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szfHEaxQN8 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szfHEc4NHz {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-szfHEc4NHz .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szfHEc4NHz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szfHEc4NHz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szfHEc4NHz .mbr-section-title {
  color: #000000;
}
.cid-szfHEc4NHz .mbr-text,
.cid-szfHEc4NHz .mbr-section-btn {
  color: #232323;
}
.cid-viFuT8S4Sl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-szfHEd9wXd {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-szfHEd9wXd .container {
    max-width: 1400px;
  }
}
.cid-szfHEd9wXd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-szfHEd9wXd .card-wrapper {
  margin-top: 3rem;
}
.cid-szfHEd9wXd .row {
  justify-content: center;
}
.cid-sQNPcHP5ay {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sQNPcHP5ay .mbr-section-subtitle {
  text-align: center;
}
.cid-viFtWavsuK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-viFtWavsuK .video-wrapper iframe {
  width: 100%;
}
.cid-viFtWavsuK .mbr-section-title,
.cid-viFtWavsuK .mbr-section-subtitle,
.cid-viFtWavsuK .mbr-text {
  text-align: center;
}
.cid-sApDcTcs3h {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sApCUt8jfI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sApCUt8jfI .carousel {
    min-height: 600px;
  }
  .cid-sApCUt8jfI .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sApCUt8jfI .carousel {
    min-height: 390px;
  }
  .cid-sApCUt8jfI .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sApCUt8jfI .carousel {
    min-height: 330px;
  }
  .cid-sApCUt8jfI .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sApCUt8jfI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sApCUt8jfI .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sApCUt8jfI .carousel,
.cid-sApCUt8jfI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sApCUt8jfI .item-wrapper {
  width: 100%;
}
.cid-sApCUt8jfI .carousel-caption {
  bottom: 40px;
}
.cid-sApCUt8jfI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sApCUt8jfI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sApCUt8jfI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sApCUt8jfI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sApCUt8jfI .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sApCUt8jfI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sApCUt8jfI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sApCUt8jfI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sApCUt8jfI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sApCUt8jfI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sApCUt8jfI .carousel-indicators li.active,
.cid-sApCUt8jfI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sApCUt8jfI .carousel-indicators li::after,
.cid-sApCUt8jfI .carousel-indicators li::before {
  content: none;
}
.cid-sApCUt8jfI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sApCUt8jfI .carousel-indicators {
    display: none !important;
  }
}
.cid-tYSeTKx9bc {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tYSeTKx9bc .item:focus,
.cid-tYSeTKx9bc span:focus {
  outline: none;
}
.cid-tYSeTKx9bc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYSeTKx9bc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYSeTKx9bc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYSeTKx9bc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYSeTKx9bc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYSeTKx9bc .mbr-section-title {
  color: #232323;
}
.cid-tYSeTKx9bc .mbr-text,
.cid-tYSeTKx9bc .mbr-section-btn {
  text-align: center;
}
.cid-tYSeTKx9bc .item-title {
  text-align: center;
}
.cid-tYSeTKx9bc .item-subtitle {
  text-align: center;
}
.cid-szp6T3gDfn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-szp6T3gDfn .timeline-element {
  position: relative;
}
.cid-szp6T3gDfn .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-szp6T3gDfn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-szp6T3gDfn .mbr-section-title,
.cid-szp6T3gDfn .mbr-section-subtitle,
.cid-szp6T3gDfn .timeline-date {
  text-align: center;
}
.cid-szp6T3gDfn .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #40b0bf;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-szp6T3gDfn .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-szp6T3gDfn .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-szp6T3gDfn .row:after {
  content: "";
  position: absolute;
  background-color: #40b0bf;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-szp6T3gDfn .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-szp6T3gDfn .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-szp6T3gDfn .timeline-date-wrapper,
  .cid-szp6T3gDfn .timeline-text-wrapper,
  .cid-szp6T3gDfn .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-szp6T3gDfn .mbr-timeline-date {
    text-align: center !important;
  }
  .cid-szp6T3gDfn .mbr-timeline-title {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-szp6T3gDfn .timeline-date-wrapper,
  .cid-szp6T3gDfn .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-szp6T3gDfn .timeline-date-wrapper,
  .cid-szp6T3gDfn .timeline-text-wrapper,
  .cid-szp6T3gDfn .image-wrapper {
    padding: 2rem;
  }
}
.cid-tYSeWrkmSy {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tYSeWrkmSy img,
.cid-tYSeWrkmSy .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tYSeWrkmSy .item:focus,
.cid-tYSeWrkmSy span:focus {
  outline: none;
}
.cid-tYSeWrkmSy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYSeWrkmSy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYSeWrkmSy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYSeWrkmSy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYSeWrkmSy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYSeWrkmSy .mbr-section-title {
  color: #232323;
}
.cid-tYSeWrkmSy .mbr-text,
.cid-tYSeWrkmSy .mbr-section-btn {
  text-align: center;
}
.cid-tYSeWrkmSy .item-title {
  text-align: center;
}
.cid-tYSeWrkmSy .item-subtitle {
  text-align: center;
}
.cid-szfHEjrEvh {
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  background-color: #ffffff;
}
.cid-szfHEjrEvh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-szfHEjrEvh a.panel-title {
  display: flex;
  align-items: center;
}
.cid-szfHEjrEvh a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szfHEjrEvh h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-szfHEjrEvh .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-viFuxf3Z4s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-viFuxf3Z4s .video-wrapper iframe {
  width: 100%;
}
.cid-viFuxf3Z4s .mbr-section-title,
.cid-viFuxf3Z4s .mbr-section-subtitle,
.cid-viFuxf3Z4s .mbr-text {
  text-align: center;
}
.cid-szfHEiMe4p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szfHEiMe4p .mbr-text,
.cid-szfHEiMe4p .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szfHEiMe4p .mbr-text,
  .cid-szfHEiMe4p .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szfHEiMe4p .mbr-text,
  .cid-szfHEiMe4p .mbr-section-title {
    text-align: center;
  }
}
.cid-szfHEiMe4p a.btn {
  height: 100%;
  margin: 0;
}
.cid-szfHEiMe4p .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szfHEiMe4p .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szfHEiMe4p .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szfHEiMe4p .justify-content-center {
  align-items: center;
}
.cid-szfHEiMe4p .mbr-section-title {
  color: #ffffff;
}
.cid-szp49LCTak {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szp49LCTak .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szp49LCTak .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szp49LCTak .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szp49LCTak .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szp49LCTak .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viSivuJbSy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viSivuJbSy .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szfHEn5bPl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szfHEn5bPl .media-container-row {
  justify-content: space-between;
}
.cid-szfHEn5bPl .text-content {
  max-width: 50%;
}
.cid-szfHEn5bPl .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szfHEn5bPl .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szfHEn5bPl .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szfHEn5bPl .icons {
    justify-content: center !important;
  }
  .cid-szfHEn5bPl .text-content * {
    text-align: center;
  }
}
.cid-sQOF3VSlNZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOF3VSlNZ .carousel-item {
  justify-content: center;
}
.cid-sQOF3VSlNZ .carousel-item.active,
.cid-sQOF3VSlNZ .carousel-item-next,
.cid-sQOF3VSlNZ .carousel-item-prev {
  display: flex;
}
.cid-sQOF3VSlNZ .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOF3VSlNZ .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOF3VSlNZ .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOF3VSlNZ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOF3VSlNZ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOF3VSlNZ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szfHEetltB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpeg");
}
.cid-szfHEetltB .mbr-section-title {
  color: #ffffff;
}
.cid-szfHEnXFWw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szfHEnXFWw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szfHEnXFWw .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szfHEnXFWw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szfHEnXFWw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szfHEnXFWw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szfHEnXFWw .list {
    margin-bottom: 0rem;
  }
}
.cid-szfHEnXFWw .mbr-text {
  color: #bbbbbb;
}
.cid-szfHEnXFWw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szfHEnXFWw .mbr-iconfont {
  color: black;
}
.cid-szp0hJBeKD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szp0hJBeKD nav.navbar {
  position: fixed;
}
.cid-szp0hJBeKD .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-szp0hJBeKD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szp0hJBeKD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szp0hJBeKD .dropdown-item:hover,
.cid-szp0hJBeKD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szp0hJBeKD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szp0hJBeKD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szp0hJBeKD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szp0hJBeKD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szp0hJBeKD .nav-link {
  position: relative;
}
.cid-szp0hJBeKD .container {
  display: flex;
  margin: auto;
}
.cid-szp0hJBeKD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szp0hJBeKD .dropdown-menu,
.cid-szp0hJBeKD .navbar.opened {
  background: #ffffff !important;
}
.cid-szp0hJBeKD .nav-item:focus,
.cid-szp0hJBeKD .nav-link:focus {
  outline: none;
}
.cid-szp0hJBeKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szp0hJBeKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szp0hJBeKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szp0hJBeKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szp0hJBeKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szp0hJBeKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szp0hJBeKD .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szp0hJBeKD .navbar.opened {
  transition: all .3s;
}
.cid-szp0hJBeKD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szp0hJBeKD .navbar .navbar-logo img {
  width: auto;
}
.cid-szp0hJBeKD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szp0hJBeKD .navbar.collapsed {
  justify-content: center;
}
.cid-szp0hJBeKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szp0hJBeKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szp0hJBeKD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szp0hJBeKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szp0hJBeKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szp0hJBeKD .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-szp0hJBeKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szp0hJBeKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szp0hJBeKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szp0hJBeKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szp0hJBeKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szp0hJBeKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szp0hJBeKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szp0hJBeKD .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-szp0hJBeKD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szp0hJBeKD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szp0hJBeKD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szp0hJBeKD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szp0hJBeKD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szp0hJBeKD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szp0hJBeKD .navbar.navbar-short {
  min-height: 60px;
}
.cid-szp0hJBeKD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szp0hJBeKD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szp0hJBeKD .align-center {
  justify-content: center;
}
.cid-szp0hJBeKD .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szp0hJBeKD .modal-footer {
  justify-content: center;
}
.cid-szp0hJBeKD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szp0hJBeKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szp0hJBeKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szp0hJBeKD .dropdown-item.active,
.cid-szp0hJBeKD .dropdown-item:active {
  background-color: transparent;
}
.cid-szp0hJBeKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szp0hJBeKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szp0hJBeKD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szp0hJBeKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szp0hJBeKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szp0hJBeKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szp0hJBeKD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szp0hJBeKD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szp0hJBeKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szp0hJBeKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szp0hJBeKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szp0hJBeKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szp0hJBeKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szp0hJBeKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szp0hJBeKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szp0hJBeKD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szp0hJBeKD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szp0hJBeKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szp0hJBeKD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szp0hJBeKD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szp0hJBeKD .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-szp0hJBeKD .navbar {
    height: 70px;
  }
  .cid-szp0hJBeKD .navbar.opened {
    height: auto;
  }
  .cid-szp0hJBeKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szp0hJBeKD .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szp0hKWMfv {
  background-color: #e7e7e7;
}
@media (max-width: 991px) {
  .cid-szp0hKWMfv .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szp0hKWMfv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szp0hKWMfv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szp0hKWMfv .mbr-section-title {
  color: #232323;
}
.cid-szp0hKWMfv .mbr-text,
.cid-szp0hKWMfv .mbr-section-btn {
  color: #000000;
}
.cid-szp0hLM7eW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-szp0hLM7eW .container {
    max-width: 1400px;
  }
}
.cid-szp0hLM7eW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #696969;
  margin-bottom: 2rem;
}
.cid-szp0hLM7eW .card-wrapper {
  margin-top: 3rem;
}
.cid-szp0hLM7eW .row {
  justify-content: center;
}
.cid-sQNQCtagW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sQNQCtagW9 .mbr-section-subtitle {
  text-align: center;
}
.cid-sApERrY5zf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sApERPhYHo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sApERPhYHo .carousel {
    min-height: 600px;
  }
  .cid-sApERPhYHo .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sApERPhYHo .carousel {
    min-height: 390px;
  }
  .cid-sApERPhYHo .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sApERPhYHo .carousel {
    min-height: 330px;
  }
  .cid-sApERPhYHo .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sApERPhYHo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sApERPhYHo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sApERPhYHo .carousel,
.cid-sApERPhYHo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sApERPhYHo .item-wrapper {
  width: 100%;
}
.cid-sApERPhYHo .carousel-caption {
  bottom: 40px;
}
.cid-sApERPhYHo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sApERPhYHo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sApERPhYHo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sApERPhYHo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sApERPhYHo .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sApERPhYHo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sApERPhYHo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sApERPhYHo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sApERPhYHo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sApERPhYHo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sApERPhYHo .carousel-indicators li.active,
.cid-sApERPhYHo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sApERPhYHo .carousel-indicators li::after,
.cid-sApERPhYHo .carousel-indicators li::before {
  content: none;
}
.cid-sApERPhYHo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sApERPhYHo .carousel-indicators {
    display: none !important;
  }
}
.cid-viVOM3xKXI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-viVOM3xKXI .video-wrapper iframe {
  width: 100%;
}
.cid-viVOM3xKXI .mbr-section-title,
.cid-viVOM3xKXI .mbr-section-subtitle,
.cid-viVOM3xKXI .mbr-text {
  text-align: center;
}
.cid-szp2Ot45Og {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szp2Ot45Og .item:focus,
.cid-szp2Ot45Og span:focus {
  outline: none;
}
.cid-szp2Ot45Og .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szp2Ot45Og .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szp2Ot45Og .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szp2Ot45Og .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szp2Ot45Og .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szp2Ot45Og .mbr-section-title {
  color: #232323;
}
.cid-szp2Ot45Og .mbr-text,
.cid-szp2Ot45Og .mbr-section-btn {
  text-align: center;
}
.cid-szp2Ot45Og .item-title {
  text-align: center;
}
.cid-szp2Ot45Og .item-subtitle {
  text-align: center;
}
.cid-szpaEff7Gx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-szpaEff7Gx .timeline-element {
  position: relative;
}
.cid-szpaEff7Gx .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-szpaEff7Gx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-szpaEff7Gx .mbr-section-title,
.cid-szpaEff7Gx .mbr-section-subtitle,
.cid-szpaEff7Gx .timeline-date {
  text-align: center;
}
.cid-szpaEff7Gx .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-szpaEff7Gx .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-szpaEff7Gx .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-szpaEff7Gx .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-szpaEff7Gx .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-szpaEff7Gx .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-szpaEff7Gx .timeline-date-wrapper,
  .cid-szpaEff7Gx .timeline-text-wrapper,
  .cid-szpaEff7Gx .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-szpaEff7Gx .mbr-timeline-date {
    text-align: center !important;
  }
  .cid-szpaEff7Gx .mbr-timeline-title {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-szpaEff7Gx .timeline-date-wrapper,
  .cid-szpaEff7Gx .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-szpaEff7Gx .timeline-date-wrapper,
  .cid-szpaEff7Gx .timeline-text-wrapper,
  .cid-szpaEff7Gx .image-wrapper {
    padding: 2rem;
  }
}
.cid-szp0hQx4f3 {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  background-color: #ffffff;
}
.cid-szp0hQx4f3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-szp0hQx4f3 a.panel-title {
  display: flex;
  align-items: center;
}
.cid-szp0hQx4f3 a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szp0hQx4f3 h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-szp0hQx4f3 .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-szp0hRiOhc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szp0hRiOhc .mbr-text,
.cid-szp0hRiOhc .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szp0hRiOhc .mbr-text,
  .cid-szp0hRiOhc .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szp0hRiOhc .mbr-text,
  .cid-szp0hRiOhc .mbr-section-title {
    text-align: center;
  }
}
.cid-szp0hRiOhc a.btn {
  height: 100%;
  margin: 0;
}
.cid-szp0hRiOhc .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szp0hRiOhc .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szp0hRiOhc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szp0hRiOhc .justify-content-center {
  align-items: center;
}
.cid-szp0hRiOhc .mbr-section-title {
  color: #ffffff;
}
.cid-szp4dNd3C4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szp4dNd3C4 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szp4dNd3C4 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szp4dNd3C4 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szp4dNd3C4 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szp4dNd3C4 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viWlvlTQya {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viWlvlTQya .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szp0hUBnkD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szp0hUBnkD .media-container-row {
  justify-content: space-between;
}
.cid-szp0hUBnkD .text-content {
  max-width: 50%;
}
.cid-szp0hUBnkD .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szp0hUBnkD .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szp0hUBnkD .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szp0hUBnkD .icons {
    justify-content: center !important;
  }
  .cid-szp0hUBnkD .text-content * {
    text-align: center;
  }
}
.cid-szp0hMUuRP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/himchistka-matrasa-praniemebli.pro.jpg");
}
.cid-szp0hMUuRP .mbr-section-title {
  color: #ffffff;
}
.cid-sQOFbaUmuA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFbaUmuA .carousel-item {
  justify-content: center;
}
.cid-sQOFbaUmuA .carousel-item.active,
.cid-sQOFbaUmuA .carousel-item-next,
.cid-sQOFbaUmuA .carousel-item-prev {
  display: flex;
}
.cid-sQOFbaUmuA .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFbaUmuA .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFbaUmuA .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFbaUmuA .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFbaUmuA .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFbaUmuA .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szp0hVuhy0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szp0hVuhy0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szp0hVuhy0 .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szp0hVuhy0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szp0hVuhy0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szp0hVuhy0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szp0hVuhy0 .list {
    margin-bottom: 0rem;
  }
}
.cid-szp0hVuhy0 .mbr-text {
  color: #bbbbbb;
}
.cid-szp0hVuhy0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szp0hVuhy0 .mbr-iconfont {
  color: black;
}
.cid-szpkQE6qir {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szpkQE6qir nav.navbar {
  position: fixed;
}
.cid-szpkQE6qir .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-szpkQE6qir .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szpkQE6qir .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szpkQE6qir .dropdown-item:hover,
.cid-szpkQE6qir .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szpkQE6qir .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szpkQE6qir .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szpkQE6qir .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szpkQE6qir .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szpkQE6qir .nav-link {
  position: relative;
}
.cid-szpkQE6qir .container {
  display: flex;
  margin: auto;
}
.cid-szpkQE6qir .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szpkQE6qir .dropdown-menu,
.cid-szpkQE6qir .navbar.opened {
  background: #ffffff !important;
}
.cid-szpkQE6qir .nav-item:focus,
.cid-szpkQE6qir .nav-link:focus {
  outline: none;
}
.cid-szpkQE6qir .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szpkQE6qir .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szpkQE6qir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szpkQE6qir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szpkQE6qir .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szpkQE6qir .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szpkQE6qir .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szpkQE6qir .navbar.opened {
  transition: all .3s;
}
.cid-szpkQE6qir .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szpkQE6qir .navbar .navbar-logo img {
  width: auto;
}
.cid-szpkQE6qir .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szpkQE6qir .navbar.collapsed {
  justify-content: center;
}
.cid-szpkQE6qir .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szpkQE6qir .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szpkQE6qir .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szpkQE6qir .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szpkQE6qir .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szpkQE6qir .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-szpkQE6qir .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szpkQE6qir .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szpkQE6qir .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szpkQE6qir .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szpkQE6qir .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szpkQE6qir .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szpkQE6qir .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szpkQE6qir .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-szpkQE6qir .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szpkQE6qir .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szpkQE6qir .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szpkQE6qir .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szpkQE6qir .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szpkQE6qir .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szpkQE6qir .navbar.navbar-short {
  min-height: 60px;
}
.cid-szpkQE6qir .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szpkQE6qir .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szpkQE6qir .align-center {
  justify-content: center;
}
.cid-szpkQE6qir .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szpkQE6qir .modal-footer {
  justify-content: center;
}
.cid-szpkQE6qir .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szpkQE6qir .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szpkQE6qir .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szpkQE6qir .dropdown-item.active,
.cid-szpkQE6qir .dropdown-item:active {
  background-color: transparent;
}
.cid-szpkQE6qir .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szpkQE6qir .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szpkQE6qir .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szpkQE6qir .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szpkQE6qir .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szpkQE6qir .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szpkQE6qir ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szpkQE6qir .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szpkQE6qir button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szpkQE6qir button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szpkQE6qir button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szpkQE6qir button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szpkQE6qir button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szpkQE6qir button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szpkQE6qir nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szpkQE6qir nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szpkQE6qir nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szpkQE6qir nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szpkQE6qir .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szpkQE6qir a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szpkQE6qir .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-szpkQE6qir .navbar {
    height: 70px;
  }
  .cid-szpkQE6qir .navbar.opened {
    height: auto;
  }
  .cid-szpkQE6qir .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szpkQE6qir .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szpkQFPx6T {
  background-color: #ededed;
}
@media (max-width: 991px) {
  .cid-szpkQFPx6T .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szpkQFPx6T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szpkQFPx6T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szpkQFPx6T .mbr-section-title {
  color: #232323;
}
.cid-szpkQFPx6T .mbr-text,
.cid-szpkQFPx6T .mbr-section-btn {
  color: #232323;
}
.cid-szpkQGLd17 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-szpkQGLd17 .container {
    max-width: 1400px;
  }
}
.cid-szpkQGLd17 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2299aa;
  margin-bottom: 2rem;
}
.cid-szpkQGLd17 .card-wrapper {
  margin-top: 3rem;
}
.cid-szpkQGLd17 .row {
  justify-content: center;
}
.cid-sQNRLdbhLI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-sQNRLdbhLI .mbr-section-subtitle {
  text-align: center;
}
.cid-sApFNz5wyd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sApFMXu6QV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sApFMXu6QV .carousel {
    min-height: 600px;
  }
  .cid-sApFMXu6QV .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sApFMXu6QV .carousel {
    min-height: 390px;
  }
  .cid-sApFMXu6QV .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sApFMXu6QV .carousel {
    min-height: 330px;
  }
  .cid-sApFMXu6QV .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sApFMXu6QV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sApFMXu6QV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sApFMXu6QV .carousel,
.cid-sApFMXu6QV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sApFMXu6QV .item-wrapper {
  width: 100%;
}
.cid-sApFMXu6QV .carousel-caption {
  bottom: 40px;
}
.cid-sApFMXu6QV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sApFMXu6QV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sApFMXu6QV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sApFMXu6QV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sApFMXu6QV .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sApFMXu6QV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sApFMXu6QV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sApFMXu6QV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sApFMXu6QV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sApFMXu6QV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sApFMXu6QV .carousel-indicators li.active,
.cid-sApFMXu6QV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sApFMXu6QV .carousel-indicators li::after,
.cid-sApFMXu6QV .carousel-indicators li::before {
  content: none;
}
.cid-sApFMXu6QV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sApFMXu6QV .carousel-indicators {
    display: none !important;
  }
}
.cid-szplLx3nT4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szplLx3nT4 .item:focus,
.cid-szplLx3nT4 span:focus {
  outline: none;
}
.cid-szplLx3nT4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szplLx3nT4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szplLx3nT4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szplLx3nT4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szplLx3nT4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szplLx3nT4 .mbr-section-title {
  color: #232323;
}
.cid-szplLx3nT4 .mbr-text,
.cid-szplLx3nT4 .mbr-section-btn {
  text-align: center;
}
.cid-szplLx3nT4 .item-title {
  text-align: center;
}
.cid-szplLx3nT4 .item-subtitle {
  text-align: center;
}
.cid-szpkQLApWv {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  background-color: #fdfdfd;
}
.cid-szpkQLApWv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-szpkQLApWv a.panel-title {
  display: flex;
  align-items: center;
}
.cid-szpkQLApWv a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szpkQLApWv h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-szpkQLApWv .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-szpkQKNrJT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szpkQKNrJT .mbr-text,
.cid-szpkQKNrJT .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szpkQKNrJT .mbr-text,
  .cid-szpkQKNrJT .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szpkQKNrJT .mbr-text,
  .cid-szpkQKNrJT .mbr-section-title {
    text-align: center;
  }
}
.cid-szpkQKNrJT a.btn {
  height: 100%;
  margin: 0;
}
.cid-szpkQKNrJT .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szpkQKNrJT .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szpkQKNrJT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szpkQKNrJT .justify-content-center {
  align-items: center;
}
.cid-szpkQKNrJT .mbr-section-title {
  color: #ffffff;
}
.cid-szpkQMqP9h {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szpkQMqP9h .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szpkQMqP9h .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szpkQMqP9h .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szpkQMqP9h .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szpkQMqP9h .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsHWKXghU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsHWKXghU .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szpkQQc7sw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szpkQQc7sw .media-container-row {
  justify-content: space-between;
}
.cid-szpkQQc7sw .text-content {
  max-width: 50%;
}
.cid-szpkQQc7sw .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szpkQQc7sw .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szpkQQc7sw .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szpkQQc7sw .icons {
    justify-content: center !important;
  }
  .cid-szpkQQc7sw .text-content * {
    text-align: center;
  }
}
.cid-sQOFkcmAA3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFkcmAA3 .carousel-item {
  justify-content: center;
}
.cid-sQOFkcmAA3 .carousel-item.active,
.cid-sQOFkcmAA3 .carousel-item-next,
.cid-sQOFkcmAA3 .carousel-item-prev {
  display: flex;
}
.cid-sQOFkcmAA3 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFkcmAA3 .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFkcmAA3 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFkcmAA3 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFkcmAA3 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFkcmAA3 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szpkQT29KU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-szpkQT29KU .mbr-section-title {
  color: #ffffff;
}
.cid-szpkQTDejM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szpkQTDejM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szpkQTDejM .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szpkQTDejM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szpkQTDejM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szpkQTDejM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szpkQTDejM .list {
    margin-bottom: 0rem;
  }
}
.cid-szpkQTDejM .mbr-text {
  color: #bbbbbb;
}
.cid-szpkQTDejM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szpkQTDejM .mbr-iconfont {
  color: black;
}
.cid-szpGd08MPx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szpGd08MPx nav.navbar {
  position: fixed;
}
.cid-szpGd08MPx .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-szpGd08MPx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szpGd08MPx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szpGd08MPx .dropdown-item:hover,
.cid-szpGd08MPx .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szpGd08MPx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szpGd08MPx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szpGd08MPx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szpGd08MPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szpGd08MPx .nav-link {
  position: relative;
}
.cid-szpGd08MPx .container {
  display: flex;
  margin: auto;
}
.cid-szpGd08MPx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szpGd08MPx .dropdown-menu,
.cid-szpGd08MPx .navbar.opened {
  background: #ffffff !important;
}
.cid-szpGd08MPx .nav-item:focus,
.cid-szpGd08MPx .nav-link:focus {
  outline: none;
}
.cid-szpGd08MPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szpGd08MPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szpGd08MPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szpGd08MPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szpGd08MPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szpGd08MPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szpGd08MPx .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szpGd08MPx .navbar.opened {
  transition: all .3s;
}
.cid-szpGd08MPx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szpGd08MPx .navbar .navbar-logo img {
  width: auto;
}
.cid-szpGd08MPx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szpGd08MPx .navbar.collapsed {
  justify-content: center;
}
.cid-szpGd08MPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szpGd08MPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szpGd08MPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szpGd08MPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szpGd08MPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szpGd08MPx .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-szpGd08MPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szpGd08MPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szpGd08MPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szpGd08MPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szpGd08MPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szpGd08MPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szpGd08MPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szpGd08MPx .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-szpGd08MPx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szpGd08MPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szpGd08MPx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szpGd08MPx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szpGd08MPx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szpGd08MPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szpGd08MPx .navbar.navbar-short {
  min-height: 60px;
}
.cid-szpGd08MPx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szpGd08MPx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szpGd08MPx .align-center {
  justify-content: center;
}
.cid-szpGd08MPx .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szpGd08MPx .modal-footer {
  justify-content: center;
}
.cid-szpGd08MPx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szpGd08MPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szpGd08MPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szpGd08MPx .dropdown-item.active,
.cid-szpGd08MPx .dropdown-item:active {
  background-color: transparent;
}
.cid-szpGd08MPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szpGd08MPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szpGd08MPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szpGd08MPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szpGd08MPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szpGd08MPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szpGd08MPx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szpGd08MPx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szpGd08MPx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szpGd08MPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szpGd08MPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szpGd08MPx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szpGd08MPx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szpGd08MPx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szpGd08MPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szpGd08MPx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szpGd08MPx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szpGd08MPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szpGd08MPx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szpGd08MPx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szpGd08MPx .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-szpGd08MPx .navbar {
    height: 70px;
  }
  .cid-szpGd08MPx .navbar.opened {
    height: auto;
  }
  .cid-szpGd08MPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szpGd08MPx .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szpGd1hTUp {
  background-color: #1a3056;
}
@media (max-width: 991px) {
  .cid-szpGd1hTUp .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szpGd1hTUp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szpGd1hTUp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szpGd1hTUp .mbr-section-title {
  color: #ffffff;
}
.cid-szpGd1hTUp .mbr-text,
.cid-szpGd1hTUp .mbr-section-btn {
  color: #ffffff;
}
.cid-szpGd28iGl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-szpGd28iGl .container {
    max-width: 1400px;
  }
}
.cid-szpGd28iGl .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #24447c;
  margin-bottom: 2rem;
}
.cid-szpGd28iGl .card-wrapper {
  margin-top: 3rem;
}
.cid-szpGd28iGl .row {
  justify-content: center;
}
.cid-sQNRuJfl9s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sQNRuJfl9s .mbr-section-subtitle {
  text-align: center;
}
.cid-sApJQg81N5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sAw4wHlGSB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sAw4wHlGSB .carousel {
    min-height: 600px;
  }
  .cid-sAw4wHlGSB .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sAw4wHlGSB .carousel {
    min-height: 390px;
  }
  .cid-sAw4wHlGSB .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sAw4wHlGSB .carousel {
    min-height: 330px;
  }
  .cid-sAw4wHlGSB .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sAw4wHlGSB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sAw4wHlGSB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sAw4wHlGSB .carousel,
.cid-sAw4wHlGSB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sAw4wHlGSB .item-wrapper {
  width: 100%;
}
.cid-sAw4wHlGSB .carousel-caption {
  bottom: 40px;
}
.cid-sAw4wHlGSB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sAw4wHlGSB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sAw4wHlGSB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sAw4wHlGSB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sAw4wHlGSB .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sAw4wHlGSB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sAw4wHlGSB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sAw4wHlGSB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sAw4wHlGSB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sAw4wHlGSB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sAw4wHlGSB .carousel-indicators li.active,
.cid-sAw4wHlGSB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sAw4wHlGSB .carousel-indicators li::after,
.cid-sAw4wHlGSB .carousel-indicators li::before {
  content: none;
}
.cid-sAw4wHlGSB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sAw4wHlGSB .carousel-indicators {
    display: none !important;
  }
}
.cid-szpNgFWGVZ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szpNgFWGVZ .item:focus,
.cid-szpNgFWGVZ span:focus {
  outline: none;
}
.cid-szpNgFWGVZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szpNgFWGVZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szpNgFWGVZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szpNgFWGVZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szpNgFWGVZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szpNgFWGVZ .mbr-section-title {
  color: #232323;
}
.cid-szpNgFWGVZ .mbr-text,
.cid-szpNgFWGVZ .mbr-section-btn {
  text-align: center;
}
.cid-szpNgFWGVZ .item-title {
  text-align: center;
}
.cid-szpNgFWGVZ .item-subtitle {
  text-align: center;
}
.cid-viVR1p3Y9W {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fcfcfc;
}
.cid-viVR1p3Y9W .video-wrapper iframe {
  width: 100%;
}
.cid-viVR1p3Y9W .mbr-section-title,
.cid-viVR1p3Y9W .mbr-section-subtitle,
.cid-viVR1p3Y9W .mbr-text {
  text-align: center;
}
.cid-szpRhTBE8E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-szpRhTBE8E .timeline-element {
  position: relative;
}
.cid-szpRhTBE8E .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-szpRhTBE8E .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-szpRhTBE8E .mbr-section-title,
.cid-szpRhTBE8E .mbr-section-subtitle,
.cid-szpRhTBE8E .timeline-date {
  text-align: center;
}
.cid-szpRhTBE8E .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-szpRhTBE8E .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-szpRhTBE8E .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-szpRhTBE8E .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-szpRhTBE8E .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-szpRhTBE8E .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-szpRhTBE8E .timeline-date-wrapper,
  .cid-szpRhTBE8E .timeline-text-wrapper,
  .cid-szpRhTBE8E .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-szpRhTBE8E .mbr-timeline-date {
    text-align: center !important;
  }
  .cid-szpRhTBE8E .mbr-timeline-title {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-szpRhTBE8E .timeline-date-wrapper,
  .cid-szpRhTBE8E .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-szpRhTBE8E .timeline-date-wrapper,
  .cid-szpRhTBE8E .timeline-text-wrapper,
  .cid-szpRhTBE8E .image-wrapper {
    padding: 2rem;
  }
}
.cid-szpGd6h3Og {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szpGd6h3Og .mbr-text,
.cid-szpGd6h3Og .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szpGd6h3Og .mbr-text,
  .cid-szpGd6h3Og .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szpGd6h3Og .mbr-text,
  .cid-szpGd6h3Og .mbr-section-title {
    text-align: center;
  }
}
.cid-szpGd6h3Og a.btn {
  height: 100%;
  margin: 0;
}
.cid-szpGd6h3Og .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szpGd6h3Og .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szpGd6h3Og .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szpGd6h3Og .justify-content-center {
  align-items: center;
}
.cid-szpGd6h3Og .mbr-section-title {
  color: #ffffff;
}
.cid-szpGd6WXZr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szpGd6WXZr .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szpGd6WXZr .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szpGd6WXZr .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szpGd6WXZr .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szpGd6WXZr .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viTh6407Jx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viTh6407Jx .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szpGd9kTKD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szpGd9kTKD .media-container-row {
  justify-content: space-between;
}
.cid-szpGd9kTKD .text-content {
  max-width: 50%;
}
.cid-szpGd9kTKD .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szpGd9kTKD .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szpGd9kTKD .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szpGd9kTKD .icons {
    justify-content: center !important;
  }
  .cid-szpGd9kTKD .text-content * {
    text-align: center;
  }
}
.cid-sQOFgo9j2n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFgo9j2n .carousel-item {
  justify-content: center;
}
.cid-sQOFgo9j2n .carousel-item.active,
.cid-sQOFgo9j2n .carousel-item-next,
.cid-sQOFgo9j2n .carousel-item-prev {
  display: flex;
}
.cid-sQOFgo9j2n .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFgo9j2n .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFgo9j2n .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFgo9j2n .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFgo9j2n .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFgo9j2n .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szpGdadQ80 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-szpGdadQ80 .mbr-section-title {
  color: #ffffff;
}
.cid-szpGdaMe1r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szpGdaMe1r .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szpGdaMe1r .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szpGdaMe1r .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szpGdaMe1r .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szpGdaMe1r .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szpGdaMe1r .list {
    margin-bottom: 0rem;
  }
}
.cid-szpGdaMe1r .mbr-text {
  color: #bbbbbb;
}
.cid-szpGdaMe1r .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szpGdaMe1r .mbr-iconfont {
  color: black;
}
.cid-szpSbT0waz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szpSbT0waz nav.navbar {
  position: fixed;
}
.cid-szpSbT0waz .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-szpSbT0waz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szpSbT0waz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szpSbT0waz .dropdown-item:hover,
.cid-szpSbT0waz .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szpSbT0waz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szpSbT0waz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szpSbT0waz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szpSbT0waz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szpSbT0waz .nav-link {
  position: relative;
}
.cid-szpSbT0waz .container {
  display: flex;
  margin: auto;
}
.cid-szpSbT0waz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szpSbT0waz .dropdown-menu,
.cid-szpSbT0waz .navbar.opened {
  background: #ffffff !important;
}
.cid-szpSbT0waz .nav-item:focus,
.cid-szpSbT0waz .nav-link:focus {
  outline: none;
}
.cid-szpSbT0waz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szpSbT0waz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szpSbT0waz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szpSbT0waz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szpSbT0waz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szpSbT0waz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szpSbT0waz .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szpSbT0waz .navbar.opened {
  transition: all .3s;
}
.cid-szpSbT0waz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szpSbT0waz .navbar .navbar-logo img {
  width: auto;
}
.cid-szpSbT0waz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szpSbT0waz .navbar.collapsed {
  justify-content: center;
}
.cid-szpSbT0waz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szpSbT0waz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szpSbT0waz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szpSbT0waz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szpSbT0waz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szpSbT0waz .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-szpSbT0waz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szpSbT0waz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szpSbT0waz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szpSbT0waz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szpSbT0waz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szpSbT0waz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szpSbT0waz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szpSbT0waz .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-szpSbT0waz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szpSbT0waz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szpSbT0waz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szpSbT0waz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szpSbT0waz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szpSbT0waz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szpSbT0waz .navbar.navbar-short {
  min-height: 60px;
}
.cid-szpSbT0waz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szpSbT0waz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szpSbT0waz .align-center {
  justify-content: center;
}
.cid-szpSbT0waz .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szpSbT0waz .modal-footer {
  justify-content: center;
}
.cid-szpSbT0waz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szpSbT0waz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szpSbT0waz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szpSbT0waz .dropdown-item.active,
.cid-szpSbT0waz .dropdown-item:active {
  background-color: transparent;
}
.cid-szpSbT0waz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szpSbT0waz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szpSbT0waz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szpSbT0waz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szpSbT0waz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szpSbT0waz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szpSbT0waz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szpSbT0waz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szpSbT0waz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szpSbT0waz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szpSbT0waz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szpSbT0waz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szpSbT0waz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szpSbT0waz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szpSbT0waz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szpSbT0waz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szpSbT0waz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szpSbT0waz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szpSbT0waz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szpSbT0waz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szpSbT0waz .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-szpSbT0waz .navbar {
    height: 70px;
  }
  .cid-szpSbT0waz .navbar.opened {
    height: auto;
  }
  .cid-szpSbT0waz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szpSbT0waz .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szpSbU7zqQ {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-szpSbU7zqQ .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szpSbU7zqQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szpSbU7zqQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szpSbU7zqQ .mbr-section-title {
  color: #353535;
}
.cid-szpSbU7zqQ .mbr-text,
.cid-szpSbU7zqQ .mbr-section-btn {
  color: #353535;
}
.cid-szpSbURR5d {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-szpSbURR5d .container {
    max-width: 1400px;
  }
}
.cid-szpSbURR5d .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-szpSbURR5d .card-wrapper {
  margin-top: 3rem;
}
.cid-szpSbURR5d .row {
  justify-content: center;
}
.cid-sQNSYdzXwQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sQNSYdzXwQ .mbr-section-subtitle {
  text-align: center;
}
.cid-sQNTwHC3Ro {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fcfcfc;
}
.cid-sQNTkBkr3f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcfcfc;
}
@media (min-width: 992px) {
  .cid-sQNTkBkr3f .carousel {
    min-height: 600px;
  }
  .cid-sQNTkBkr3f .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQNTkBkr3f .carousel {
    min-height: 390px;
  }
  .cid-sQNTkBkr3f .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sQNTkBkr3f .carousel {
    min-height: 330px;
  }
  .cid-sQNTkBkr3f .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sQNTkBkr3f .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sQNTkBkr3f .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sQNTkBkr3f .carousel,
.cid-sQNTkBkr3f .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sQNTkBkr3f .item-wrapper {
  width: 100%;
}
.cid-sQNTkBkr3f .carousel-caption {
  bottom: 40px;
}
.cid-sQNTkBkr3f .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sQNTkBkr3f .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sQNTkBkr3f .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sQNTkBkr3f .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sQNTkBkr3f .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sQNTkBkr3f .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQNTkBkr3f .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sQNTkBkr3f .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sQNTkBkr3f .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sQNTkBkr3f .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sQNTkBkr3f .carousel-indicators li.active,
.cid-sQNTkBkr3f .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sQNTkBkr3f .carousel-indicators li::after,
.cid-sQNTkBkr3f .carousel-indicators li::before {
  content: none;
}
.cid-sQNTkBkr3f .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sQNTkBkr3f .carousel-indicators {
    display: none !important;
  }
}
.cid-szpSbVZFGF {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szpSbVZFGF .item:focus,
.cid-szpSbVZFGF span:focus {
  outline: none;
}
.cid-szpSbVZFGF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szpSbVZFGF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szpSbVZFGF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szpSbVZFGF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szpSbVZFGF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szpSbVZFGF .mbr-section-title {
  color: #232323;
}
.cid-szpSbVZFGF .mbr-text,
.cid-szpSbVZFGF .mbr-section-btn {
  text-align: center;
}
.cid-szpSbVZFGF .item-title {
  text-align: center;
}
.cid-szpSbVZFGF .item-subtitle {
  text-align: center;
}
.cid-szpSbYuz8S {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  background-color: #fdfdfd;
}
.cid-szpSbYuz8S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-szpSbYuz8S a.panel-title {
  display: flex;
  align-items: center;
}
.cid-szpSbYuz8S a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szpSbYuz8S h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-szpSbYuz8S .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-szpSbZeyDm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szpSbZeyDm .mbr-text,
.cid-szpSbZeyDm .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szpSbZeyDm .mbr-text,
  .cid-szpSbZeyDm .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szpSbZeyDm .mbr-text,
  .cid-szpSbZeyDm .mbr-section-title {
    text-align: center;
  }
}
.cid-szpSbZeyDm a.btn {
  height: 100%;
  margin: 0;
}
.cid-szpSbZeyDm .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szpSbZeyDm .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szpSbZeyDm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szpSbZeyDm .justify-content-center {
  align-items: center;
}
.cid-szpSbZeyDm .mbr-section-title {
  color: #ffffff;
}
.cid-szpSbZODlc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szpSbZODlc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szpSbZODlc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szpSbZODlc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szpSbZODlc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szpSbZODlc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsIhVvxfq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsIhVvxfq .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szpSc2dzQW {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szpSc2dzQW .media-container-row {
  justify-content: space-between;
}
.cid-szpSc2dzQW .text-content {
  max-width: 50%;
}
.cid-szpSc2dzQW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szpSc2dzQW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szpSc2dzQW .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szpSc2dzQW .icons {
    justify-content: center !important;
  }
  .cid-szpSc2dzQW .text-content * {
    text-align: center;
  }
}
.cid-sQOFoKZsIX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFoKZsIX .carousel-item {
  justify-content: center;
}
.cid-sQOFoKZsIX .carousel-item.active,
.cid-sQOFoKZsIX .carousel-item-next,
.cid-sQOFoKZsIX .carousel-item-prev {
  display: flex;
}
.cid-sQOFoKZsIX .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFoKZsIX .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFoKZsIX .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFoKZsIX .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFoKZsIX .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFoKZsIX .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szpSc39d3M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-szpSc39d3M .mbr-section-title {
  color: #ffffff;
}
.cid-szpSc3HU1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szpSc3HU1b .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szpSc3HU1b .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szpSc3HU1b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szpSc3HU1b .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szpSc3HU1b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szpSc3HU1b .list {
    margin-bottom: 0rem;
  }
}
.cid-szpSc3HU1b .mbr-text {
  color: #bbbbbb;
}
.cid-szpSc3HU1b .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szpSc3HU1b .mbr-iconfont {
  color: black;
}
.cid-szq1xYElFF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szq1xYElFF nav.navbar {
  position: fixed;
}
.cid-szq1xYElFF .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-szq1xYElFF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szq1xYElFF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szq1xYElFF .dropdown-item:hover,
.cid-szq1xYElFF .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szq1xYElFF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szq1xYElFF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szq1xYElFF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szq1xYElFF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szq1xYElFF .nav-link {
  position: relative;
}
.cid-szq1xYElFF .container {
  display: flex;
  margin: auto;
}
.cid-szq1xYElFF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szq1xYElFF .dropdown-menu,
.cid-szq1xYElFF .navbar.opened {
  background: #ffffff !important;
}
.cid-szq1xYElFF .nav-item:focus,
.cid-szq1xYElFF .nav-link:focus {
  outline: none;
}
.cid-szq1xYElFF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szq1xYElFF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szq1xYElFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szq1xYElFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szq1xYElFF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szq1xYElFF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szq1xYElFF .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szq1xYElFF .navbar.opened {
  transition: all .3s;
}
.cid-szq1xYElFF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szq1xYElFF .navbar .navbar-logo img {
  width: auto;
}
.cid-szq1xYElFF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szq1xYElFF .navbar.collapsed {
  justify-content: center;
}
.cid-szq1xYElFF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szq1xYElFF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szq1xYElFF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szq1xYElFF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szq1xYElFF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szq1xYElFF .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-szq1xYElFF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szq1xYElFF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szq1xYElFF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szq1xYElFF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szq1xYElFF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szq1xYElFF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szq1xYElFF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szq1xYElFF .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-szq1xYElFF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szq1xYElFF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szq1xYElFF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szq1xYElFF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szq1xYElFF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szq1xYElFF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szq1xYElFF .navbar.navbar-short {
  min-height: 60px;
}
.cid-szq1xYElFF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szq1xYElFF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szq1xYElFF .align-center {
  justify-content: center;
}
.cid-szq1xYElFF .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szq1xYElFF .modal-footer {
  justify-content: center;
}
.cid-szq1xYElFF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szq1xYElFF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szq1xYElFF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szq1xYElFF .dropdown-item.active,
.cid-szq1xYElFF .dropdown-item:active {
  background-color: transparent;
}
.cid-szq1xYElFF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szq1xYElFF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szq1xYElFF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szq1xYElFF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szq1xYElFF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szq1xYElFF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szq1xYElFF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szq1xYElFF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szq1xYElFF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szq1xYElFF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szq1xYElFF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szq1xYElFF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szq1xYElFF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szq1xYElFF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szq1xYElFF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szq1xYElFF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szq1xYElFF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szq1xYElFF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szq1xYElFF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szq1xYElFF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szq1xYElFF .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-szq1xYElFF .navbar {
    height: 70px;
  }
  .cid-szq1xYElFF .navbar.opened {
    height: auto;
  }
  .cid-szq1xYElFF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szq1xYElFF .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szq1xZuc5X {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-szq1xZuc5X .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szq1xZuc5X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szq1xZuc5X .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szq1xZuc5X .mbr-section-title {
  color: #353535;
}
.cid-szq1xZuc5X .mbr-text,
.cid-szq1xZuc5X .mbr-section-btn {
  color: #232323;
}
.cid-szq1y03lLm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-szq1y03lLm .container {
    max-width: 1400px;
  }
}
.cid-szq1y03lLm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-szq1y03lLm .card-wrapper {
  margin-top: 3rem;
}
.cid-szq1y03lLm .row {
  justify-content: center;
}
.cid-sQNUezmmR0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sQNUezmmR0 .mbr-section-subtitle {
  text-align: center;
}
.cid-szq4sDb1ME {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szq4sDb1ME .item:focus,
.cid-szq4sDb1ME span:focus {
  outline: none;
}
.cid-szq4sDb1ME .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szq4sDb1ME .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szq4sDb1ME .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szq4sDb1ME .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szq4sDb1ME .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szq4sDb1ME .mbr-section-title {
  color: #232323;
}
.cid-szq4sDb1ME .mbr-text,
.cid-szq4sDb1ME .mbr-section-btn {
  text-align: center;
}
.cid-szq4sDb1ME .item-title {
  text-align: center;
}
.cid-szq4sDb1ME .item-subtitle {
  text-align: center;
}
.cid-szq1y3Irmx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szq1y3Irmx .mbr-text,
.cid-szq1y3Irmx .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szq1y3Irmx .mbr-text,
  .cid-szq1y3Irmx .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szq1y3Irmx .mbr-text,
  .cid-szq1y3Irmx .mbr-section-title {
    text-align: center;
  }
}
.cid-szq1y3Irmx a.btn {
  height: 100%;
  margin: 0;
}
.cid-szq1y3Irmx .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szq1y3Irmx .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szq1y3Irmx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szq1y3Irmx .justify-content-center {
  align-items: center;
}
.cid-szq1y3Irmx .mbr-section-title {
  color: #ffffff;
}
.cid-szq1y5cowA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szq1y5cowA .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szq1y5cowA .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szq1y5cowA .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szq1y5cowA .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szq1y5cowA .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsJaJjyY9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsJaJjyY9 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szq1y7Gtbr {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szq1y7Gtbr .media-container-row {
  justify-content: space-between;
}
.cid-szq1y7Gtbr .text-content {
  max-width: 50%;
}
.cid-szq1y7Gtbr .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szq1y7Gtbr .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szq1y7Gtbr .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szq1y7Gtbr .icons {
    justify-content: center !important;
  }
  .cid-szq1y7Gtbr .text-content * {
    text-align: center;
  }
}
.cid-sQOFAjXMp8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFAjXMp8 .carousel-item {
  justify-content: center;
}
.cid-sQOFAjXMp8 .carousel-item.active,
.cid-sQOFAjXMp8 .carousel-item-next,
.cid-sQOFAjXMp8 .carousel-item-prev {
  display: flex;
}
.cid-sQOFAjXMp8 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFAjXMp8 .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFAjXMp8 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFAjXMp8 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFAjXMp8 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFAjXMp8 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szq1y8xepX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1820x1023.jpg");
}
.cid-szq1y8xepX .mbr-section-title {
  color: #ffffff;
}
.cid-szq1y96iyq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szq1y96iyq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szq1y96iyq .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szq1y96iyq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szq1y96iyq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szq1y96iyq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szq1y96iyq .list {
    margin-bottom: 0rem;
  }
}
.cid-szq1y96iyq .mbr-text {
  color: #bbbbbb;
}
.cid-szq1y96iyq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szq1y96iyq .mbr-iconfont {
  color: black;
}
.cid-szq70j8wh4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szq70j8wh4 nav.navbar {
  position: fixed;
}
.cid-szq70j8wh4 .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-szq70j8wh4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szq70j8wh4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szq70j8wh4 .dropdown-item:hover,
.cid-szq70j8wh4 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szq70j8wh4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szq70j8wh4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szq70j8wh4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szq70j8wh4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szq70j8wh4 .nav-link {
  position: relative;
}
.cid-szq70j8wh4 .container {
  display: flex;
  margin: auto;
}
.cid-szq70j8wh4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szq70j8wh4 .dropdown-menu,
.cid-szq70j8wh4 .navbar.opened {
  background: #ffffff !important;
}
.cid-szq70j8wh4 .nav-item:focus,
.cid-szq70j8wh4 .nav-link:focus {
  outline: none;
}
.cid-szq70j8wh4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szq70j8wh4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szq70j8wh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szq70j8wh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szq70j8wh4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szq70j8wh4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szq70j8wh4 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szq70j8wh4 .navbar.opened {
  transition: all .3s;
}
.cid-szq70j8wh4 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szq70j8wh4 .navbar .navbar-logo img {
  width: auto;
}
.cid-szq70j8wh4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szq70j8wh4 .navbar.collapsed {
  justify-content: center;
}
.cid-szq70j8wh4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szq70j8wh4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szq70j8wh4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szq70j8wh4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szq70j8wh4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szq70j8wh4 .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-szq70j8wh4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szq70j8wh4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szq70j8wh4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szq70j8wh4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szq70j8wh4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szq70j8wh4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szq70j8wh4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szq70j8wh4 .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-szq70j8wh4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szq70j8wh4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szq70j8wh4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szq70j8wh4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szq70j8wh4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szq70j8wh4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szq70j8wh4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-szq70j8wh4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szq70j8wh4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szq70j8wh4 .align-center {
  justify-content: center;
}
.cid-szq70j8wh4 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szq70j8wh4 .modal-footer {
  justify-content: center;
}
.cid-szq70j8wh4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szq70j8wh4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szq70j8wh4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szq70j8wh4 .dropdown-item.active,
.cid-szq70j8wh4 .dropdown-item:active {
  background-color: transparent;
}
.cid-szq70j8wh4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szq70j8wh4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szq70j8wh4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szq70j8wh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szq70j8wh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szq70j8wh4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szq70j8wh4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szq70j8wh4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szq70j8wh4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szq70j8wh4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szq70j8wh4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szq70j8wh4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szq70j8wh4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szq70j8wh4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szq70j8wh4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szq70j8wh4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szq70j8wh4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szq70j8wh4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szq70j8wh4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szq70j8wh4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szq70j8wh4 .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-szq70j8wh4 .navbar {
    height: 70px;
  }
  .cid-szq70j8wh4 .navbar.opened {
    height: auto;
  }
  .cid-szq70j8wh4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szq70j8wh4 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szq70kmJro {
  background-color: #764528;
}
@media (max-width: 991px) {
  .cid-szq70kmJro .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szq70kmJro .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szq70kmJro .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szq70kmJro .mbr-section-title {
  color: #ffffff;
}
.cid-szq70kmJro .mbr-text,
.cid-szq70kmJro .mbr-section-btn {
  color: #ffffff;
}
.cid-sApMQrJ6pW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-sApMQrJ6pW .container {
    max-width: 1400px;
  }
}
.cid-sApMQrJ6pW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b6693c;
  margin-bottom: 2rem;
}
.cid-sApMQrJ6pW .card-wrapper {
  margin-top: 3rem;
}
.cid-sApMQrJ6pW .row {
  justify-content: center;
}
.cid-sQNUYGb89R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sQNUYGb89R .mbr-section-subtitle {
  text-align: center;
}
.cid-sApHQFcHR1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sApHQ59xT4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sApHQ59xT4 .carousel {
    min-height: 600px;
  }
  .cid-sApHQ59xT4 .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sApHQ59xT4 .carousel {
    min-height: 390px;
  }
  .cid-sApHQ59xT4 .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sApHQ59xT4 .carousel {
    min-height: 330px;
  }
  .cid-sApHQ59xT4 .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sApHQ59xT4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sApHQ59xT4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sApHQ59xT4 .carousel,
.cid-sApHQ59xT4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sApHQ59xT4 .item-wrapper {
  width: 100%;
}
.cid-sApHQ59xT4 .carousel-caption {
  bottom: 40px;
}
.cid-sApHQ59xT4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sApHQ59xT4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sApHQ59xT4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sApHQ59xT4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sApHQ59xT4 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sApHQ59xT4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sApHQ59xT4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sApHQ59xT4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sApHQ59xT4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sApHQ59xT4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sApHQ59xT4 .carousel-indicators li.active,
.cid-sApHQ59xT4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sApHQ59xT4 .carousel-indicators li::after,
.cid-sApHQ59xT4 .carousel-indicators li::before {
  content: none;
}
.cid-sApHQ59xT4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sApHQ59xT4 .carousel-indicators {
    display: none !important;
  }
}
.cid-szq70lkOWY {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szq70lkOWY .item:focus,
.cid-szq70lkOWY span:focus {
  outline: none;
}
.cid-szq70lkOWY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szq70lkOWY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szq70lkOWY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szq70lkOWY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szq70lkOWY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szq70lkOWY .mbr-section-title {
  color: #232323;
}
.cid-szq70lkOWY .mbr-text,
.cid-szq70lkOWY .mbr-section-btn {
  text-align: center;
}
.cid-szq70lkOWY .item-title {
  text-align: center;
}
.cid-szq70lkOWY .item-subtitle {
  text-align: center;
}
.cid-szq70pSwe4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szq70pSwe4 .mbr-text,
.cid-szq70pSwe4 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szq70pSwe4 .mbr-text,
  .cid-szq70pSwe4 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szq70pSwe4 .mbr-text,
  .cid-szq70pSwe4 .mbr-section-title {
    text-align: center;
  }
}
.cid-szq70pSwe4 a.btn {
  height: 100%;
  margin: 0;
}
.cid-szq70pSwe4 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szq70pSwe4 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szq70pSwe4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szq70pSwe4 .justify-content-center {
  align-items: center;
}
.cid-szq70pSwe4 .mbr-section-title {
  color: #ffffff;
}
.cid-szq70qvkg3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szq70qvkg3 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szq70qvkg3 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szq70qvkg3 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szq70qvkg3 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szq70qvkg3 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsJyHVC1h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsJyHVC1h .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szq70tbkQY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szq70tbkQY .media-container-row {
  justify-content: space-between;
}
.cid-szq70tbkQY .text-content {
  max-width: 50%;
}
.cid-szq70tbkQY .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szq70tbkQY .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szq70tbkQY .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szq70tbkQY .icons {
    justify-content: center !important;
  }
  .cid-szq70tbkQY .text-content * {
    text-align: center;
  }
}
.cid-sQOFGVwpDg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFGVwpDg .carousel-item {
  justify-content: center;
}
.cid-sQOFGVwpDg .carousel-item.active,
.cid-sQOFGVwpDg .carousel-item-next,
.cid-sQOFGVwpDg .carousel-item-prev {
  display: flex;
}
.cid-sQOFGVwpDg .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFGVwpDg .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFGVwpDg .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFGVwpDg .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFGVwpDg .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFGVwpDg .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szq70u3C9n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1820x1365.jpg");
}
.cid-szq70u3C9n .mbr-section-title {
  color: #ffffff;
}
.cid-szq70uCZLj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szq70uCZLj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szq70uCZLj .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szq70uCZLj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szq70uCZLj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szq70uCZLj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szq70uCZLj .list {
    margin-bottom: 0rem;
  }
}
.cid-szq70uCZLj .mbr-text {
  color: #bbbbbb;
}
.cid-szq70uCZLj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szq70uCZLj .mbr-iconfont {
  color: black;
}
.cid-szqasFQ6B3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szqasFQ6B3 nav.navbar {
  position: fixed;
}
.cid-szqasFQ6B3 .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-szqasFQ6B3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szqasFQ6B3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szqasFQ6B3 .dropdown-item:hover,
.cid-szqasFQ6B3 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szqasFQ6B3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szqasFQ6B3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szqasFQ6B3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szqasFQ6B3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szqasFQ6B3 .nav-link {
  position: relative;
}
.cid-szqasFQ6B3 .container {
  display: flex;
  margin: auto;
}
.cid-szqasFQ6B3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szqasFQ6B3 .dropdown-menu,
.cid-szqasFQ6B3 .navbar.opened {
  background: #ffffff !important;
}
.cid-szqasFQ6B3 .nav-item:focus,
.cid-szqasFQ6B3 .nav-link:focus {
  outline: none;
}
.cid-szqasFQ6B3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szqasFQ6B3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szqasFQ6B3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szqasFQ6B3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szqasFQ6B3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szqasFQ6B3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szqasFQ6B3 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szqasFQ6B3 .navbar.opened {
  transition: all .3s;
}
.cid-szqasFQ6B3 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szqasFQ6B3 .navbar .navbar-logo img {
  width: auto;
}
.cid-szqasFQ6B3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szqasFQ6B3 .navbar.collapsed {
  justify-content: center;
}
.cid-szqasFQ6B3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szqasFQ6B3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szqasFQ6B3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szqasFQ6B3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szqasFQ6B3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szqasFQ6B3 .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-szqasFQ6B3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szqasFQ6B3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szqasFQ6B3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szqasFQ6B3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szqasFQ6B3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szqasFQ6B3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szqasFQ6B3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szqasFQ6B3 .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-szqasFQ6B3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szqasFQ6B3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szqasFQ6B3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szqasFQ6B3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szqasFQ6B3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szqasFQ6B3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szqasFQ6B3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-szqasFQ6B3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szqasFQ6B3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szqasFQ6B3 .align-center {
  justify-content: center;
}
.cid-szqasFQ6B3 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szqasFQ6B3 .modal-footer {
  justify-content: center;
}
.cid-szqasFQ6B3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szqasFQ6B3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szqasFQ6B3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szqasFQ6B3 .dropdown-item.active,
.cid-szqasFQ6B3 .dropdown-item:active {
  background-color: transparent;
}
.cid-szqasFQ6B3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szqasFQ6B3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szqasFQ6B3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szqasFQ6B3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szqasFQ6B3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szqasFQ6B3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szqasFQ6B3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szqasFQ6B3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szqasFQ6B3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szqasFQ6B3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szqasFQ6B3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szqasFQ6B3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szqasFQ6B3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szqasFQ6B3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szqasFQ6B3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szqasFQ6B3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szqasFQ6B3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szqasFQ6B3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szqasFQ6B3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szqasFQ6B3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szqasFQ6B3 .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-szqasFQ6B3 .navbar {
    height: 70px;
  }
  .cid-szqasFQ6B3 .navbar.opened {
    height: auto;
  }
  .cid-szqasFQ6B3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szqasFQ6B3 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szqasH1RfY {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-szqasH1RfY .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szqasH1RfY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szqasH1RfY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szqasH1RfY .mbr-section-title {
  color: #353535;
}
.cid-szqasH1RfY .mbr-text,
.cid-szqasH1RfY .mbr-section-btn {
  color: #232323;
}
.cid-szqasLnnuj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-szqasLnnuj .container {
    max-width: 1400px;
  }
}
.cid-szqasLnnuj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-szqasLnnuj .card-wrapper {
  margin-top: 3rem;
}
.cid-szqasLnnuj .row {
  justify-content: center;
}
.cid-sQNWdMkl6D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sQNWdMkl6D .mbr-section-subtitle {
  text-align: center;
}
.cid-szqcoWaPEq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szqcoWaPEq .item:focus,
.cid-szqcoWaPEq span:focus {
  outline: none;
}
.cid-szqcoWaPEq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szqcoWaPEq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szqcoWaPEq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szqcoWaPEq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szqcoWaPEq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szqcoWaPEq .mbr-section-title {
  color: #232323;
}
.cid-szqcoWaPEq .mbr-text,
.cid-szqcoWaPEq .mbr-section-btn {
  text-align: center;
}
.cid-szqcoWaPEq .item-title {
  text-align: center;
}
.cid-szqcoWaPEq .item-subtitle {
  text-align: center;
}
.cid-szqasMzSXi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szqasMzSXi .mbr-text,
.cid-szqasMzSXi .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szqasMzSXi .mbr-text,
  .cid-szqasMzSXi .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szqasMzSXi .mbr-text,
  .cid-szqasMzSXi .mbr-section-title {
    text-align: center;
  }
}
.cid-szqasMzSXi a.btn {
  height: 100%;
  margin: 0;
}
.cid-szqasMzSXi .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szqasMzSXi .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szqasMzSXi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szqasMzSXi .justify-content-center {
  align-items: center;
}
.cid-szqasMzSXi .mbr-section-title {
  color: #ffffff;
}
.cid-szqasNdAuB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szqasNdAuB .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szqasNdAuB .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szqasNdAuB .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szqasNdAuB .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szqasNdAuB .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsKMJ3Oza {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsKMJ3Oza .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szqasPZVmU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szqasPZVmU .media-container-row {
  justify-content: space-between;
}
.cid-szqasPZVmU .text-content {
  max-width: 50%;
}
.cid-szqasPZVmU .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szqasPZVmU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szqasPZVmU .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szqasPZVmU .icons {
    justify-content: center !important;
  }
  .cid-szqasPZVmU .text-content * {
    text-align: center;
  }
}
.cid-sQOFRmfbkl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFRmfbkl .carousel-item {
  justify-content: center;
}
.cid-sQOFRmfbkl .carousel-item.active,
.cid-sQOFRmfbkl .carousel-item-next,
.cid-sQOFRmfbkl .carousel-item-prev {
  display: flex;
}
.cid-sQOFRmfbkl .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFRmfbkl .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFRmfbkl .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFRmfbkl .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFRmfbkl .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFRmfbkl .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szqasQR33C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1152.jpeg");
}
.cid-szqasQR33C .mbr-section-title {
  color: #ffffff;
}
.cid-szqasRtngE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szqasRtngE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szqasRtngE .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szqasRtngE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szqasRtngE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szqasRtngE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szqasRtngE .list {
    margin-bottom: 0rem;
  }
}
.cid-szqasRtngE .mbr-text {
  color: #bbbbbb;
}
.cid-szqasRtngE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szqasRtngE .mbr-iconfont {
  color: black;
}
.cid-szqgnEGWW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szqgnEGWW8 nav.navbar {
  position: fixed;
}
.cid-szqgnEGWW8 .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-szqgnEGWW8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szqgnEGWW8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szqgnEGWW8 .dropdown-item:hover,
.cid-szqgnEGWW8 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szqgnEGWW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szqgnEGWW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szqgnEGWW8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szqgnEGWW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szqgnEGWW8 .nav-link {
  position: relative;
}
.cid-szqgnEGWW8 .container {
  display: flex;
  margin: auto;
}
.cid-szqgnEGWW8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szqgnEGWW8 .dropdown-menu,
.cid-szqgnEGWW8 .navbar.opened {
  background: #ffffff !important;
}
.cid-szqgnEGWW8 .nav-item:focus,
.cid-szqgnEGWW8 .nav-link:focus {
  outline: none;
}
.cid-szqgnEGWW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szqgnEGWW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szqgnEGWW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szqgnEGWW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szqgnEGWW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szqgnEGWW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szqgnEGWW8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szqgnEGWW8 .navbar.opened {
  transition: all .3s;
}
.cid-szqgnEGWW8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szqgnEGWW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-szqgnEGWW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szqgnEGWW8 .navbar.collapsed {
  justify-content: center;
}
.cid-szqgnEGWW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szqgnEGWW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szqgnEGWW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szqgnEGWW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szqgnEGWW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szqgnEGWW8 .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-szqgnEGWW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szqgnEGWW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szqgnEGWW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szqgnEGWW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szqgnEGWW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szqgnEGWW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szqgnEGWW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szqgnEGWW8 .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-szqgnEGWW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szqgnEGWW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szqgnEGWW8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szqgnEGWW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szqgnEGWW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szqgnEGWW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szqgnEGWW8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-szqgnEGWW8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szqgnEGWW8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szqgnEGWW8 .align-center {
  justify-content: center;
}
.cid-szqgnEGWW8 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szqgnEGWW8 .modal-footer {
  justify-content: center;
}
.cid-szqgnEGWW8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szqgnEGWW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szqgnEGWW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szqgnEGWW8 .dropdown-item.active,
.cid-szqgnEGWW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-szqgnEGWW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szqgnEGWW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szqgnEGWW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szqgnEGWW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szqgnEGWW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szqgnEGWW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szqgnEGWW8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szqgnEGWW8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szqgnEGWW8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szqgnEGWW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szqgnEGWW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szqgnEGWW8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szqgnEGWW8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szqgnEGWW8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szqgnEGWW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szqgnEGWW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szqgnEGWW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szqgnEGWW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szqgnEGWW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szqgnEGWW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szqgnEGWW8 .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-szqgnEGWW8 .navbar {
    height: 70px;
  }
  .cid-szqgnEGWW8 .navbar.opened {
    height: auto;
  }
  .cid-szqgnEGWW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szqgnEGWW8 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szqgnFxqhr {
  background-color: #8b8376;
}
@media (max-width: 991px) {
  .cid-szqgnFxqhr .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szqgnFxqhr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szqgnFxqhr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szqgnFxqhr .mbr-section-title {
  color: #ffffff;
}
.cid-szqgnFxqhr .mbr-text,
.cid-szqgnFxqhr .mbr-section-btn {
  color: #ffffff;
}
.cid-szqgnHuwRp {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-szqgnHuwRp .container {
    max-width: 1400px;
  }
}
.cid-szqgnHuwRp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5e5e5e;
  margin-bottom: 2rem;
}
.cid-szqgnHuwRp .card-wrapper {
  margin-top: 3rem;
}
.cid-szqgnHuwRp .row {
  justify-content: center;
}
.cid-sQNVl2yb4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sQNVl2yb4O .mbr-section-subtitle {
  text-align: center;
}
.cid-szqhlGbrwE {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-szqhlGbrwE .item:focus,
.cid-szqhlGbrwE span:focus {
  outline: none;
}
.cid-szqhlGbrwE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szqhlGbrwE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szqhlGbrwE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szqhlGbrwE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szqhlGbrwE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szqhlGbrwE .mbr-section-title {
  color: #232323;
}
.cid-szqhlGbrwE .mbr-text,
.cid-szqhlGbrwE .mbr-section-btn {
  text-align: center;
}
.cid-szqhlGbrwE .item-title {
  text-align: center;
}
.cid-szqhlGbrwE .item-subtitle {
  text-align: center;
}
.cid-szqgnIM8CC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szqgnIM8CC .mbr-text,
.cid-szqgnIM8CC .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szqgnIM8CC .mbr-text,
  .cid-szqgnIM8CC .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szqgnIM8CC .mbr-text,
  .cid-szqgnIM8CC .mbr-section-title {
    text-align: center;
  }
}
.cid-szqgnIM8CC a.btn {
  height: 100%;
  margin: 0;
}
.cid-szqgnIM8CC .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szqgnIM8CC .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szqgnIM8CC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szqgnIM8CC .justify-content-center {
  align-items: center;
}
.cid-szqgnIM8CC .mbr-section-title {
  color: #ffffff;
}
.cid-szqgnJpitD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szqgnJpitD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szqgnJpitD .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szqgnJpitD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szqgnJpitD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szqgnJpitD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsK46hYiN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsK46hYiN .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szqgnMjba7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szqgnMjba7 .media-container-row {
  justify-content: space-between;
}
.cid-szqgnMjba7 .text-content {
  max-width: 50%;
}
.cid-szqgnMjba7 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szqgnMjba7 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szqgnMjba7 .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szqgnMjba7 .icons {
    justify-content: center !important;
  }
  .cid-szqgnMjba7 .text-content * {
    text-align: center;
  }
}
.cid-sQOFJO1uOY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFJO1uOY .carousel-item {
  justify-content: center;
}
.cid-sQOFJO1uOY .carousel-item.active,
.cid-sQOFJO1uOY .carousel-item-next,
.cid-sQOFJO1uOY .carousel-item-prev {
  display: flex;
}
.cid-sQOFJO1uOY .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFJO1uOY .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFJO1uOY .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFJO1uOY .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFJO1uOY .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFJO1uOY .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szqgnNc6QQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpeg");
}
.cid-szqgnNc6QQ .mbr-section-title {
  color: #ffffff;
}
.cid-szqgnNLkpM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szqgnNLkpM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szqgnNLkpM .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szqgnNLkpM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szqgnNLkpM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szqgnNLkpM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szqgnNLkpM .list {
    margin-bottom: 0rem;
  }
}
.cid-szqgnNLkpM .mbr-text {
  color: #bbbbbb;
}
.cid-szqgnNLkpM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szqgnNLkpM .mbr-iconfont {
  color: black;
}
.cid-szqidslPI6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szqidslPI6 nav.navbar {
  position: fixed;
}
.cid-szqidslPI6 .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-szqidslPI6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szqidslPI6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szqidslPI6 .dropdown-item:hover,
.cid-szqidslPI6 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szqidslPI6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szqidslPI6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szqidslPI6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szqidslPI6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szqidslPI6 .nav-link {
  position: relative;
}
.cid-szqidslPI6 .container {
  display: flex;
  margin: auto;
}
.cid-szqidslPI6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szqidslPI6 .dropdown-menu,
.cid-szqidslPI6 .navbar.opened {
  background: #ffffff !important;
}
.cid-szqidslPI6 .nav-item:focus,
.cid-szqidslPI6 .nav-link:focus {
  outline: none;
}
.cid-szqidslPI6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szqidslPI6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szqidslPI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szqidslPI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szqidslPI6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szqidslPI6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szqidslPI6 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szqidslPI6 .navbar.opened {
  transition: all .3s;
}
.cid-szqidslPI6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szqidslPI6 .navbar .navbar-logo img {
  width: auto;
}
.cid-szqidslPI6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szqidslPI6 .navbar.collapsed {
  justify-content: center;
}
.cid-szqidslPI6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szqidslPI6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szqidslPI6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szqidslPI6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szqidslPI6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szqidslPI6 .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-szqidslPI6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szqidslPI6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szqidslPI6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szqidslPI6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szqidslPI6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szqidslPI6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szqidslPI6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szqidslPI6 .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-szqidslPI6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szqidslPI6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szqidslPI6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szqidslPI6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szqidslPI6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szqidslPI6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szqidslPI6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-szqidslPI6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szqidslPI6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szqidslPI6 .align-center {
  justify-content: center;
}
.cid-szqidslPI6 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szqidslPI6 .modal-footer {
  justify-content: center;
}
.cid-szqidslPI6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szqidslPI6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szqidslPI6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szqidslPI6 .dropdown-item.active,
.cid-szqidslPI6 .dropdown-item:active {
  background-color: transparent;
}
.cid-szqidslPI6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szqidslPI6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szqidslPI6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szqidslPI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szqidslPI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szqidslPI6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szqidslPI6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szqidslPI6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szqidslPI6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szqidslPI6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szqidslPI6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szqidslPI6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szqidslPI6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szqidslPI6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szqidslPI6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szqidslPI6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szqidslPI6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szqidslPI6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szqidslPI6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szqidslPI6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szqidslPI6 .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-szqidslPI6 .navbar {
    height: 70px;
  }
  .cid-szqidslPI6 .navbar.opened {
    height: auto;
  }
  .cid-szqidslPI6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szqidslPI6 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szqidtm5PK {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-szqidtm5PK .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szqidtm5PK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szqidtm5PK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szqidtm5PK .mbr-section-title {
  color: #232323;
}
.cid-szqidtm5PK .mbr-text,
.cid-szqidtm5PK .mbr-section-btn {
  color: #000000;
}
.cid-szqidtUStq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-szqidtUStq .container {
    max-width: 1400px;
  }
}
.cid-szqidtUStq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-szqidtUStq .card-wrapper {
  margin-top: 3rem;
}
.cid-szqidtUStq .row {
  justify-content: center;
}
.cid-sQO0MUMpKx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQO0MUMpKx .mbr-section-subtitle {
  text-align: center;
}
.cid-sApJ64ixmZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sApJaEtTiM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sApJaEtTiM .carousel {
    min-height: 600px;
  }
  .cid-sApJaEtTiM .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sApJaEtTiM .carousel {
    min-height: 390px;
  }
  .cid-sApJaEtTiM .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sApJaEtTiM .carousel {
    min-height: 330px;
  }
  .cid-sApJaEtTiM .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sApJaEtTiM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sApJaEtTiM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sApJaEtTiM .carousel,
.cid-sApJaEtTiM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sApJaEtTiM .item-wrapper {
  width: 100%;
}
.cid-sApJaEtTiM .carousel-caption {
  bottom: 40px;
}
.cid-sApJaEtTiM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sApJaEtTiM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sApJaEtTiM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sApJaEtTiM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sApJaEtTiM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sApJaEtTiM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sApJaEtTiM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sApJaEtTiM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sApJaEtTiM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sApJaEtTiM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sApJaEtTiM .carousel-indicators li.active,
.cid-sApJaEtTiM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sApJaEtTiM .carousel-indicators li::after,
.cid-sApJaEtTiM .carousel-indicators li::before {
  content: none;
}
.cid-sApJaEtTiM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sApJaEtTiM .carousel-indicators {
    display: none !important;
  }
}
.cid-sQEhtqeM4U {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sQEhtqeM4U .item:focus,
.cid-sQEhtqeM4U span:focus {
  outline: none;
}
.cid-sQEhtqeM4U .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sQEhtqeM4U .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sQEhtqeM4U .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQEhtqeM4U .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sQEhtqeM4U .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sQEhtqeM4U .mbr-section-title {
  color: #232323;
}
.cid-sQEhtqeM4U .mbr-text,
.cid-sQEhtqeM4U .mbr-section-btn {
  text-align: center;
}
.cid-sQEhtqeM4U .item-title {
  text-align: center;
}
.cid-sQEhtqeM4U .item-subtitle {
  text-align: center;
}
.cid-szqidxXiWZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szqidxXiWZ .mbr-text,
.cid-szqidxXiWZ .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szqidxXiWZ .mbr-text,
  .cid-szqidxXiWZ .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szqidxXiWZ .mbr-text,
  .cid-szqidxXiWZ .mbr-section-title {
    text-align: center;
  }
}
.cid-szqidxXiWZ a.btn {
  height: 100%;
  margin: 0;
}
.cid-szqidxXiWZ .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szqidxXiWZ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szqidxXiWZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szqidxXiWZ .justify-content-center {
  align-items: center;
}
.cid-szqidxXiWZ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-szqidyJm3L {
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fdfdfd;
}
.cid-szqidyJm3L .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-szqidyJm3L a.panel-title {
  display: flex;
  align-items: center;
}
.cid-szqidyJm3L a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szqidyJm3L h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-szqidyJm3L .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-szqidzD4Xk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szqidzD4Xk .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szqidzD4Xk .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szqidzD4Xk .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szqidzD4Xk .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szqidzD4Xk .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsLeQSmfG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsLeQSmfG .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szqidCnrr7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szqidCnrr7 .media-container-row {
  justify-content: space-between;
}
.cid-szqidCnrr7 .text-content {
  max-width: 50%;
}
.cid-szqidCnrr7 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szqidCnrr7 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szqidCnrr7 .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szqidCnrr7 .icons {
    justify-content: center !important;
  }
  .cid-szqidCnrr7 .text-content * {
    text-align: center;
  }
}
.cid-sQOFWT8Yw1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFWT8Yw1 .carousel-item {
  justify-content: center;
}
.cid-sQOFWT8Yw1 .carousel-item.active,
.cid-sQOFWT8Yw1 .carousel-item-next,
.cid-sQOFWT8Yw1 .carousel-item-prev {
  display: flex;
}
.cid-sQOFWT8Yw1 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFWT8Yw1 .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFWT8Yw1 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFWT8Yw1 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFWT8Yw1 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFWT8Yw1 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szqidDhanb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-20.jpeg");
}
.cid-szqidDhanb .mbr-section-title {
  color: #ffffff;
}
.cid-szqidDSCif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szqidDSCif .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szqidDSCif .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szqidDSCif .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szqidDSCif .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szqidDSCif .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szqidDSCif .list {
    margin-bottom: 0rem;
  }
}
.cid-szqidDSCif .mbr-text {
  color: #bbbbbb;
}
.cid-szqidDSCif .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szqidDSCif .mbr-iconfont {
  color: black;
}
.cid-szqms46Ecw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szqms46Ecw nav.navbar {
  position: fixed;
}
.cid-szqms46Ecw .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-szqms46Ecw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szqms46Ecw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szqms46Ecw .dropdown-item:hover,
.cid-szqms46Ecw .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szqms46Ecw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szqms46Ecw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szqms46Ecw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szqms46Ecw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szqms46Ecw .nav-link {
  position: relative;
}
.cid-szqms46Ecw .container {
  display: flex;
  margin: auto;
}
.cid-szqms46Ecw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szqms46Ecw .dropdown-menu,
.cid-szqms46Ecw .navbar.opened {
  background: #ffffff !important;
}
.cid-szqms46Ecw .nav-item:focus,
.cid-szqms46Ecw .nav-link:focus {
  outline: none;
}
.cid-szqms46Ecw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szqms46Ecw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szqms46Ecw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szqms46Ecw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szqms46Ecw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szqms46Ecw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szqms46Ecw .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szqms46Ecw .navbar.opened {
  transition: all .3s;
}
.cid-szqms46Ecw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szqms46Ecw .navbar .navbar-logo img {
  width: auto;
}
.cid-szqms46Ecw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szqms46Ecw .navbar.collapsed {
  justify-content: center;
}
.cid-szqms46Ecw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szqms46Ecw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szqms46Ecw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szqms46Ecw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szqms46Ecw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szqms46Ecw .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-szqms46Ecw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szqms46Ecw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szqms46Ecw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szqms46Ecw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szqms46Ecw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szqms46Ecw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szqms46Ecw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szqms46Ecw .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-szqms46Ecw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szqms46Ecw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szqms46Ecw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szqms46Ecw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szqms46Ecw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szqms46Ecw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szqms46Ecw .navbar.navbar-short {
  min-height: 60px;
}
.cid-szqms46Ecw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szqms46Ecw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szqms46Ecw .align-center {
  justify-content: center;
}
.cid-szqms46Ecw .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szqms46Ecw .modal-footer {
  justify-content: center;
}
.cid-szqms46Ecw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szqms46Ecw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szqms46Ecw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szqms46Ecw .dropdown-item.active,
.cid-szqms46Ecw .dropdown-item:active {
  background-color: transparent;
}
.cid-szqms46Ecw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szqms46Ecw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szqms46Ecw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szqms46Ecw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szqms46Ecw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szqms46Ecw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szqms46Ecw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szqms46Ecw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szqms46Ecw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szqms46Ecw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szqms46Ecw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szqms46Ecw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szqms46Ecw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szqms46Ecw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szqms46Ecw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szqms46Ecw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szqms46Ecw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szqms46Ecw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szqms46Ecw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szqms46Ecw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szqms46Ecw .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-szqms46Ecw .navbar {
    height: 70px;
  }
  .cid-szqms46Ecw .navbar.opened {
    height: auto;
  }
  .cid-szqms46Ecw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szqms46Ecw .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szqms5mNme {
  background-color: #4479d9;
}
@media (max-width: 991px) {
  .cid-szqms5mNme .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szqms5mNme .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szqms5mNme .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szqms5mNme .mbr-section-title {
  color: #ffffff;
}
.cid-szqms5mNme .mbr-text,
.cid-szqms5mNme .mbr-section-btn {
  color: #ffffff;
}
.cid-szqms6gzvP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-szqms6gzvP .container {
    max-width: 1400px;
  }
}
.cid-szqms6gzvP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-szqms6gzvP .card-wrapper {
  margin-top: 3rem;
}
.cid-szqms6gzvP .row {
  justify-content: center;
}
.cid-sQNVRNIPvR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQNVRNIPvR .mbr-section-subtitle {
  text-align: center;
}
.cid-sApIiDthrf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sApIJKMCoK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sApIJKMCoK .carousel {
    min-height: 600px;
  }
  .cid-sApIJKMCoK .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sApIJKMCoK .carousel {
    min-height: 390px;
  }
  .cid-sApIJKMCoK .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sApIJKMCoK .carousel {
    min-height: 330px;
  }
  .cid-sApIJKMCoK .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sApIJKMCoK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sApIJKMCoK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sApIJKMCoK .carousel,
.cid-sApIJKMCoK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sApIJKMCoK .item-wrapper {
  width: 100%;
}
.cid-sApIJKMCoK .carousel-caption {
  bottom: 40px;
}
.cid-sApIJKMCoK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sApIJKMCoK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sApIJKMCoK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sApIJKMCoK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sApIJKMCoK .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sApIJKMCoK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sApIJKMCoK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sApIJKMCoK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sApIJKMCoK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sApIJKMCoK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sApIJKMCoK .carousel-indicators li.active,
.cid-sApIJKMCoK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sApIJKMCoK .carousel-indicators li::after,
.cid-sApIJKMCoK .carousel-indicators li::before {
  content: none;
}
.cid-sApIJKMCoK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sApIJKMCoK .carousel-indicators {
    display: none !important;
  }
}
.cid-szqoRuQwj2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szqoRuQwj2 .item:focus,
.cid-szqoRuQwj2 span:focus {
  outline: none;
}
.cid-szqoRuQwj2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szqoRuQwj2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szqoRuQwj2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szqoRuQwj2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szqoRuQwj2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szqoRuQwj2 .mbr-section-title {
  color: #232323;
}
.cid-szqoRuQwj2 .mbr-text,
.cid-szqoRuQwj2 .mbr-section-btn {
  text-align: center;
}
.cid-szqoRuQwj2 .item-title {
  text-align: center;
}
.cid-szqoRuQwj2 .item-subtitle {
  text-align: center;
}
.cid-szqms8Rdcj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szqms8Rdcj .mbr-text,
.cid-szqms8Rdcj .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szqms8Rdcj .mbr-text,
  .cid-szqms8Rdcj .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szqms8Rdcj .mbr-text,
  .cid-szqms8Rdcj .mbr-section-title {
    text-align: center;
  }
}
.cid-szqms8Rdcj a.btn {
  height: 100%;
  margin: 0;
}
.cid-szqms8Rdcj .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szqms8Rdcj .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szqms8Rdcj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szqms8Rdcj .justify-content-center {
  align-items: center;
}
.cid-szqms8Rdcj .mbr-section-title {
  color: #ffffff;
}
.cid-szqms9Csih {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szqms9Csih .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szqms9Csih .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szqms9Csih .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szqms9Csih .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szqms9Csih .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsKdXW58e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsKdXW58e .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szqmsc48It {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szqmsc48It .media-container-row {
  justify-content: space-between;
}
.cid-szqmsc48It .text-content {
  max-width: 50%;
}
.cid-szqmsc48It .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szqmsc48It .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szqmsc48It .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szqmsc48It .icons {
    justify-content: center !important;
  }
  .cid-szqmsc48It .text-content * {
    text-align: center;
  }
}
.cid-sQOFMimqw0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFMimqw0 .carousel-item {
  justify-content: center;
}
.cid-sQOFMimqw0 .carousel-item.active,
.cid-sQOFMimqw0 .carousel-item-next,
.cid-sQOFMimqw0 .carousel-item-prev {
  display: flex;
}
.cid-sQOFMimqw0 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFMimqw0 .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFMimqw0 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFMimqw0 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFMimqw0 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFMimqw0 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szqmsd1trA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-szqmsd1trA .mbr-section-title {
  color: #ffffff;
}
.cid-szqmsdEagA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szqmsdEagA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szqmsdEagA .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szqmsdEagA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szqmsdEagA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szqmsdEagA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szqmsdEagA .list {
    margin-bottom: 0rem;
  }
}
.cid-szqmsdEagA .mbr-text {
  color: #bbbbbb;
}
.cid-szqmsdEagA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szqmsdEagA .mbr-iconfont {
  color: black;
}
.cid-szqqzwlZsG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szqqzwlZsG nav.navbar {
  position: fixed;
}
.cid-szqqzwlZsG .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-szqqzwlZsG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szqqzwlZsG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szqqzwlZsG .dropdown-item:hover,
.cid-szqqzwlZsG .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-szqqzwlZsG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szqqzwlZsG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szqqzwlZsG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szqqzwlZsG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szqqzwlZsG .nav-link {
  position: relative;
}
.cid-szqqzwlZsG .container {
  display: flex;
  margin: auto;
}
.cid-szqqzwlZsG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szqqzwlZsG .dropdown-menu,
.cid-szqqzwlZsG .navbar.opened {
  background: #ffffff !important;
}
.cid-szqqzwlZsG .nav-item:focus,
.cid-szqqzwlZsG .nav-link:focus {
  outline: none;
}
.cid-szqqzwlZsG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szqqzwlZsG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szqqzwlZsG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szqqzwlZsG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szqqzwlZsG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szqqzwlZsG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szqqzwlZsG .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szqqzwlZsG .navbar.opened {
  transition: all .3s;
}
.cid-szqqzwlZsG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szqqzwlZsG .navbar .navbar-logo img {
  width: auto;
}
.cid-szqqzwlZsG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szqqzwlZsG .navbar.collapsed {
  justify-content: center;
}
.cid-szqqzwlZsG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szqqzwlZsG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szqqzwlZsG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-szqqzwlZsG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szqqzwlZsG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szqqzwlZsG .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-szqqzwlZsG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szqqzwlZsG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szqqzwlZsG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szqqzwlZsG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szqqzwlZsG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szqqzwlZsG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szqqzwlZsG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szqqzwlZsG .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-szqqzwlZsG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szqqzwlZsG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szqqzwlZsG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szqqzwlZsG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szqqzwlZsG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szqqzwlZsG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szqqzwlZsG .navbar.navbar-short {
  min-height: 60px;
}
.cid-szqqzwlZsG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szqqzwlZsG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szqqzwlZsG .align-center {
  justify-content: center;
}
.cid-szqqzwlZsG .modal-content {
  height: auto;
  justify-content: center;
}
.cid-szqqzwlZsG .modal-footer {
  justify-content: center;
}
.cid-szqqzwlZsG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szqqzwlZsG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szqqzwlZsG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szqqzwlZsG .dropdown-item.active,
.cid-szqqzwlZsG .dropdown-item:active {
  background-color: transparent;
}
.cid-szqqzwlZsG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szqqzwlZsG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szqqzwlZsG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szqqzwlZsG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szqqzwlZsG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szqqzwlZsG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szqqzwlZsG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szqqzwlZsG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szqqzwlZsG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szqqzwlZsG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szqqzwlZsG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szqqzwlZsG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szqqzwlZsG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szqqzwlZsG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szqqzwlZsG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szqqzwlZsG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szqqzwlZsG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szqqzwlZsG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szqqzwlZsG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szqqzwlZsG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szqqzwlZsG .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-szqqzwlZsG .navbar {
    height: 70px;
  }
  .cid-szqqzwlZsG .navbar.opened {
    height: auto;
  }
  .cid-szqqzwlZsG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szqqzwlZsG .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-szqqzxHVaw {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-szqqzxHVaw .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-szqqzxHVaw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-szqqzxHVaw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-szqqzxHVaw .mbr-section-title {
  color: #353535;
}
.cid-szqqzxHVaw .mbr-text,
.cid-szqqzxHVaw .mbr-section-btn {
  color: #232323;
}
.cid-szqqzyATPb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-szqqzyATPb .container {
    max-width: 1400px;
  }
}
.cid-szqqzyATPb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-szqqzyATPb .card-wrapper {
  margin-top: 3rem;
}
.cid-szqqzyATPb .row {
  justify-content: center;
}
.cid-szqqzzW4sG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szqqzzW4sG .item:focus,
.cid-szqqzzW4sG span:focus {
  outline: none;
}
.cid-szqqzzW4sG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szqqzzW4sG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szqqzzW4sG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szqqzzW4sG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szqqzzW4sG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szqqzzW4sG .mbr-section-title {
  color: #232323;
}
.cid-szqqzzW4sG .mbr-text,
.cid-szqqzzW4sG .mbr-section-btn {
  text-align: center;
}
.cid-szqqzzW4sG .item-title {
  text-align: center;
}
.cid-szqqzzW4sG .item-subtitle {
  text-align: center;
}
.cid-szqqzEzesH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-szqqzEzesH .mbr-text,
.cid-szqqzEzesH .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-szqqzEzesH .mbr-text,
  .cid-szqqzEzesH .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-szqqzEzesH .mbr-text,
  .cid-szqqzEzesH .mbr-section-title {
    text-align: center;
  }
}
.cid-szqqzEzesH a.btn {
  height: 100%;
  margin: 0;
}
.cid-szqqzEzesH .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szqqzEzesH .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-szqqzEzesH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szqqzEzesH .justify-content-center {
  align-items: center;
}
.cid-szqqzEzesH .mbr-section-title {
  color: #ffffff;
}
.cid-szqqzFgsq1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szqqzFgsq1 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szqqzFgsq1 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szqqzFgsq1 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szqqzFgsq1 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szqqzFgsq1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsKWuNmyj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsKWuNmyj .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-szqqzI7UgG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szqqzI7UgG .media-container-row {
  justify-content: space-between;
}
.cid-szqqzI7UgG .text-content {
  max-width: 50%;
}
.cid-szqqzI7UgG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-szqqzI7UgG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-szqqzI7UgG .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szqqzI7UgG .icons {
    justify-content: center !important;
  }
  .cid-szqqzI7UgG .text-content * {
    text-align: center;
  }
}
.cid-sQOFUfR74Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOFUfR74Q .carousel-item {
  justify-content: center;
}
.cid-sQOFUfR74Q .carousel-item.active,
.cid-sQOFUfR74Q .carousel-item-next,
.cid-sQOFUfR74Q .carousel-item-prev {
  display: flex;
}
.cid-sQOFUfR74Q .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOFUfR74Q .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOFUfR74Q .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOFUfR74Q .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOFUfR74Q .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOFUfR74Q .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-szqqzJc9vg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1600.jpeg");
}
.cid-szqqzJc9vg .mbr-section-title {
  color: #ffffff;
}
.cid-szqqzJRPGS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-szqqzJRPGS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-szqqzJRPGS .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-szqqzJRPGS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szqqzJRPGS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szqqzJRPGS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szqqzJRPGS .list {
    margin-bottom: 0rem;
  }
}
.cid-szqqzJRPGS .mbr-text {
  color: #bbbbbb;
}
.cid-szqqzJRPGS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szqqzJRPGS .mbr-iconfont {
  color: black;
}
.cid-sApP6GjHbT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sApP6GjHbT nav.navbar {
  position: fixed;
}
.cid-sApP6GjHbT .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-sApP6GjHbT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sApP6GjHbT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sApP6GjHbT .dropdown-item:hover,
.cid-sApP6GjHbT .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sApP6GjHbT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sApP6GjHbT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sApP6GjHbT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sApP6GjHbT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sApP6GjHbT .nav-link {
  position: relative;
}
.cid-sApP6GjHbT .container {
  display: flex;
  margin: auto;
}
.cid-sApP6GjHbT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sApP6GjHbT .dropdown-menu,
.cid-sApP6GjHbT .navbar.opened {
  background: #ffffff !important;
}
.cid-sApP6GjHbT .nav-item:focus,
.cid-sApP6GjHbT .nav-link:focus {
  outline: none;
}
.cid-sApP6GjHbT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sApP6GjHbT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sApP6GjHbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sApP6GjHbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sApP6GjHbT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sApP6GjHbT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sApP6GjHbT .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sApP6GjHbT .navbar.opened {
  transition: all .3s;
}
.cid-sApP6GjHbT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sApP6GjHbT .navbar .navbar-logo img {
  width: auto;
}
.cid-sApP6GjHbT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sApP6GjHbT .navbar.collapsed {
  justify-content: center;
}
.cid-sApP6GjHbT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sApP6GjHbT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sApP6GjHbT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sApP6GjHbT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sApP6GjHbT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sApP6GjHbT .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-sApP6GjHbT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sApP6GjHbT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sApP6GjHbT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sApP6GjHbT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sApP6GjHbT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sApP6GjHbT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sApP6GjHbT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sApP6GjHbT .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-sApP6GjHbT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sApP6GjHbT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sApP6GjHbT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sApP6GjHbT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sApP6GjHbT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sApP6GjHbT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sApP6GjHbT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sApP6GjHbT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sApP6GjHbT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sApP6GjHbT .align-center {
  justify-content: center;
}
.cid-sApP6GjHbT .modal-content {
  height: auto;
  justify-content: center;
}
.cid-sApP6GjHbT .modal-footer {
  justify-content: center;
}
.cid-sApP6GjHbT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sApP6GjHbT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sApP6GjHbT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sApP6GjHbT .dropdown-item.active,
.cid-sApP6GjHbT .dropdown-item:active {
  background-color: transparent;
}
.cid-sApP6GjHbT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sApP6GjHbT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sApP6GjHbT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sApP6GjHbT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sApP6GjHbT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sApP6GjHbT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sApP6GjHbT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sApP6GjHbT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sApP6GjHbT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sApP6GjHbT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sApP6GjHbT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sApP6GjHbT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sApP6GjHbT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sApP6GjHbT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sApP6GjHbT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sApP6GjHbT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sApP6GjHbT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sApP6GjHbT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sApP6GjHbT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sApP6GjHbT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sApP6GjHbT .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-sApP6GjHbT .navbar {
    height: 70px;
  }
  .cid-sApP6GjHbT .navbar.opened {
    height: auto;
  }
  .cid-sApP6GjHbT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sApP6GjHbT .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-sApP6HhVHX {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sApP6HhVHX .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-sApP6HhVHX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sApP6HhVHX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sApP6HhVHX .mbr-section-title {
  color: #232323;
}
.cid-sApP6HhVHX .mbr-text,
.cid-sApP6HhVHX .mbr-section-btn {
  color: #353535;
}
.cid-sApP6HQAV5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fcfcfc;
}
@media (min-width: 1500px) {
  .cid-sApP6HQAV5 .container {
    max-width: 1400px;
  }
}
.cid-sApP6HQAV5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-sApP6HQAV5 .card-wrapper {
  margin-top: 3rem;
}
.cid-sApP6HQAV5 .row {
  justify-content: center;
}
.cid-sApP6IR5lO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sApP6IR5lO .item:focus,
.cid-sApP6IR5lO span:focus {
  outline: none;
}
.cid-sApP6IR5lO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sApP6IR5lO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sApP6IR5lO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sApP6IR5lO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sApP6IR5lO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sApP6IR5lO .mbr-section-title {
  color: #232323;
}
.cid-sApP6IR5lO .mbr-text,
.cid-sApP6IR5lO .mbr-section-btn {
  text-align: center;
}
.cid-sApP6IR5lO .item-title {
  text-align: center;
}
.cid-sApP6IR5lO .item-subtitle {
  text-align: center;
}
.cid-sApP6MrQf9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sApP6MrQf9 .mbr-text,
.cid-sApP6MrQf9 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sApP6MrQf9 .mbr-text,
  .cid-sApP6MrQf9 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sApP6MrQf9 .mbr-text,
  .cid-sApP6MrQf9 .mbr-section-title {
    text-align: center;
  }
}
.cid-sApP6MrQf9 a.btn {
  height: 100%;
  margin: 0;
}
.cid-sApP6MrQf9 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sApP6MrQf9 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sApP6MrQf9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sApP6MrQf9 .justify-content-center {
  align-items: center;
}
.cid-sApP6MrQf9 .mbr-section-title {
  color: #ffffff;
}
.cid-tZU4VliarA {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZU4VliarA .item:focus,
.cid-tZU4VliarA span:focus {
  outline: none;
}
.cid-tZU4VliarA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZU4VliarA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZU4VliarA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZU4VliarA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZU4VliarA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZU4VliarA .mbr-section-title {
  color: #232323;
}
.cid-tZU4VliarA .mbr-text,
.cid-tZU4VliarA .mbr-section-btn {
  text-align: center;
}
.cid-tZU4VliarA .item-title {
  text-align: center;
}
.cid-tZU4VliarA .item-subtitle {
  text-align: center;
}
.cid-sApP6N2Bxb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-sApP6N2Bxb .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sApP6N2Bxb .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sApP6N2Bxb .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sApP6N2Bxb .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sApP6N2Bxb .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsLDBEe0d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsLDBEe0d .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sApP6POeSh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sApP6POeSh .media-container-row {
  justify-content: space-between;
}
.cid-sApP6POeSh .text-content {
  max-width: 50%;
}
.cid-sApP6POeSh .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sApP6POeSh .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sApP6POeSh .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sApP6POeSh .icons {
    justify-content: center !important;
  }
  .cid-sApP6POeSh .text-content * {
    text-align: center;
  }
}
.cid-sQOG2jgUoV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOG2jgUoV .carousel-item {
  justify-content: center;
}
.cid-sQOG2jgUoV .carousel-item.active,
.cid-sQOG2jgUoV .carousel-item-next,
.cid-sQOG2jgUoV .carousel-item-prev {
  display: flex;
}
.cid-sQOG2jgUoV .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOG2jgUoV .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOG2jgUoV .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOG2jgUoV .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOG2jgUoV .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOG2jgUoV .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sApP6QNxqc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-11.jpeg");
}
.cid-sApP6QNxqc .mbr-section-title {
  color: #ffffff;
}
.cid-sApP6RlpSw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sApP6RlpSw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sApP6RlpSw .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-sApP6RlpSw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sApP6RlpSw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sApP6RlpSw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sApP6RlpSw .list {
    margin-bottom: 0rem;
  }
}
.cid-sApP6RlpSw .mbr-text {
  color: #bbbbbb;
}
.cid-sApP6RlpSw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sApP6RlpSw .mbr-iconfont {
  color: black;
}
.cid-sApP9tUpAg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sApP9tUpAg nav.navbar {
  position: fixed;
}
.cid-sApP9tUpAg .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-sApP9tUpAg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sApP9tUpAg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sApP9tUpAg .dropdown-item:hover,
.cid-sApP9tUpAg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sApP9tUpAg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sApP9tUpAg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sApP9tUpAg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sApP9tUpAg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sApP9tUpAg .nav-link {
  position: relative;
}
.cid-sApP9tUpAg .container {
  display: flex;
  margin: auto;
}
.cid-sApP9tUpAg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sApP9tUpAg .dropdown-menu,
.cid-sApP9tUpAg .navbar.opened {
  background: #ffffff !important;
}
.cid-sApP9tUpAg .nav-item:focus,
.cid-sApP9tUpAg .nav-link:focus {
  outline: none;
}
.cid-sApP9tUpAg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sApP9tUpAg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sApP9tUpAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sApP9tUpAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sApP9tUpAg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sApP9tUpAg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sApP9tUpAg .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sApP9tUpAg .navbar.opened {
  transition: all .3s;
}
.cid-sApP9tUpAg .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sApP9tUpAg .navbar .navbar-logo img {
  width: auto;
}
.cid-sApP9tUpAg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sApP9tUpAg .navbar.collapsed {
  justify-content: center;
}
.cid-sApP9tUpAg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sApP9tUpAg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sApP9tUpAg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sApP9tUpAg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sApP9tUpAg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sApP9tUpAg .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-sApP9tUpAg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sApP9tUpAg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sApP9tUpAg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sApP9tUpAg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sApP9tUpAg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sApP9tUpAg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sApP9tUpAg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sApP9tUpAg .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-sApP9tUpAg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sApP9tUpAg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sApP9tUpAg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sApP9tUpAg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sApP9tUpAg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sApP9tUpAg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sApP9tUpAg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sApP9tUpAg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sApP9tUpAg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sApP9tUpAg .align-center {
  justify-content: center;
}
.cid-sApP9tUpAg .modal-content {
  height: auto;
  justify-content: center;
}
.cid-sApP9tUpAg .modal-footer {
  justify-content: center;
}
.cid-sApP9tUpAg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sApP9tUpAg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sApP9tUpAg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sApP9tUpAg .dropdown-item.active,
.cid-sApP9tUpAg .dropdown-item:active {
  background-color: transparent;
}
.cid-sApP9tUpAg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sApP9tUpAg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sApP9tUpAg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sApP9tUpAg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sApP9tUpAg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sApP9tUpAg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sApP9tUpAg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sApP9tUpAg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sApP9tUpAg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sApP9tUpAg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sApP9tUpAg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sApP9tUpAg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sApP9tUpAg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sApP9tUpAg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sApP9tUpAg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sApP9tUpAg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sApP9tUpAg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sApP9tUpAg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sApP9tUpAg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sApP9tUpAg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sApP9tUpAg .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-sApP9tUpAg .navbar {
    height: 70px;
  }
  .cid-sApP9tUpAg .navbar.opened {
    height: auto;
  }
  .cid-sApP9tUpAg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sApP9tUpAg .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-sApP9v0wi1 {
  background-color: #aa6dac;
}
@media (max-width: 991px) {
  .cid-sApP9v0wi1 .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-sApP9v0wi1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sApP9v0wi1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sApP9v0wi1 .mbr-section-title {
  color: #ffffff;
}
.cid-sApP9v0wi1 .mbr-text,
.cid-sApP9v0wi1 .mbr-section-btn {
  color: #ffffff;
}
.cid-sApP9vJp2E {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-sApP9vJp2E .container {
    max-width: 1400px;
  }
}
.cid-sApP9vJp2E .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #89418c;
  margin-bottom: 2rem;
}
.cid-sApP9vJp2E .card-wrapper {
  margin-top: 3rem;
}
.cid-sApP9vJp2E .row {
  justify-content: center;
}
.cid-sApP9wPLFn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sApP9wPLFn .item:focus,
.cid-sApP9wPLFn span:focus {
  outline: none;
}
.cid-sApP9wPLFn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sApP9wPLFn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sApP9wPLFn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sApP9wPLFn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sApP9wPLFn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sApP9wPLFn .mbr-section-title {
  color: #232323;
}
.cid-sApP9wPLFn .mbr-text,
.cid-sApP9wPLFn .mbr-section-btn {
  text-align: center;
}
.cid-sApP9wPLFn .item-title {
  text-align: center;
}
.cid-sApP9wPLFn .item-subtitle {
  text-align: center;
}
.cid-sApP9ADGrM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sApP9ADGrM .mbr-text,
.cid-sApP9ADGrM .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sApP9ADGrM .mbr-text,
  .cid-sApP9ADGrM .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sApP9ADGrM .mbr-text,
  .cid-sApP9ADGrM .mbr-section-title {
    text-align: center;
  }
}
.cid-sApP9ADGrM a.btn {
  height: 100%;
  margin: 0;
}
.cid-sApP9ADGrM .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sApP9ADGrM .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sApP9ADGrM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sApP9ADGrM .justify-content-center {
  align-items: center;
}
.cid-sApP9ADGrM .mbr-section-title {
  color: #ffffff;
}
.cid-sAuyyUHbzH {
  padding-top: 75px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-sAuyyUHbzH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sAuyyUHbzH a.panel-title {
  display: flex;
  align-items: center;
}
.cid-sAuyyUHbzH a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sAuyyUHbzH h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sAuyyUHbzH .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tZUfn2gXKQ {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZUfn2gXKQ .item:focus,
.cid-tZUfn2gXKQ span:focus {
  outline: none;
}
.cid-tZUfn2gXKQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZUfn2gXKQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZUfn2gXKQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZUfn2gXKQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZUfn2gXKQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZUfn2gXKQ .mbr-section-title {
  color: #232323;
}
.cid-tZUfn2gXKQ .mbr-text,
.cid-tZUfn2gXKQ .mbr-section-btn {
  text-align: center;
}
.cid-tZUfn2gXKQ .item-title {
  text-align: center;
}
.cid-tZUfn2gXKQ .item-subtitle {
  text-align: center;
}
.cid-sApP9BctYL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sApP9BctYL .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sApP9BctYL .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sApP9BctYL .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sApP9BctYL .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sApP9BctYL .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsM3eapR6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsM3eapR6 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sApP9DHQaT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sApP9DHQaT .media-container-row {
  justify-content: space-between;
}
.cid-sApP9DHQaT .text-content {
  max-width: 50%;
}
.cid-sApP9DHQaT .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sApP9DHQaT .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sApP9DHQaT .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sApP9DHQaT .icons {
    justify-content: center !important;
  }
  .cid-sApP9DHQaT .text-content * {
    text-align: center;
  }
}
.cid-sQOG6tQdwQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOG6tQdwQ .carousel-item {
  justify-content: center;
}
.cid-sQOG6tQdwQ .carousel-item.active,
.cid-sQOG6tQdwQ .carousel-item-next,
.cid-sQOG6tQdwQ .carousel-item-prev {
  display: flex;
}
.cid-sQOG6tQdwQ .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOG6tQdwQ .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOG6tQdwQ .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOG6tQdwQ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOG6tQdwQ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOG6tQdwQ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sApP9EJrTt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sApP9EJrTt .mbr-section-title {
  color: #ffffff;
}
.cid-sApP9Fu8Rv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sApP9Fu8Rv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sApP9Fu8Rv .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-sApP9Fu8Rv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sApP9Fu8Rv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sApP9Fu8Rv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sApP9Fu8Rv .list {
    margin-bottom: 0rem;
  }
}
.cid-sApP9Fu8Rv .mbr-text {
  color: #bbbbbb;
}
.cid-sApP9Fu8Rv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sApP9Fu8Rv .mbr-iconfont {
  color: black;
}
.cid-sAuwzADya1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAuwzADya1 nav.navbar {
  position: fixed;
}
.cid-sAuwzADya1 .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-sAuwzADya1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sAuwzADya1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sAuwzADya1 .dropdown-item:hover,
.cid-sAuwzADya1 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sAuwzADya1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sAuwzADya1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sAuwzADya1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sAuwzADya1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAuwzADya1 .nav-link {
  position: relative;
}
.cid-sAuwzADya1 .container {
  display: flex;
  margin: auto;
}
.cid-sAuwzADya1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sAuwzADya1 .dropdown-menu,
.cid-sAuwzADya1 .navbar.opened {
  background: #ffffff !important;
}
.cid-sAuwzADya1 .nav-item:focus,
.cid-sAuwzADya1 .nav-link:focus {
  outline: none;
}
.cid-sAuwzADya1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAuwzADya1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAuwzADya1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sAuwzADya1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAuwzADya1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAuwzADya1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAuwzADya1 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sAuwzADya1 .navbar.opened {
  transition: all .3s;
}
.cid-sAuwzADya1 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sAuwzADya1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sAuwzADya1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAuwzADya1 .navbar.collapsed {
  justify-content: center;
}
.cid-sAuwzADya1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAuwzADya1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAuwzADya1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sAuwzADya1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAuwzADya1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAuwzADya1 .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-sAuwzADya1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAuwzADya1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sAuwzADya1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sAuwzADya1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAuwzADya1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAuwzADya1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAuwzADya1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAuwzADya1 .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-sAuwzADya1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAuwzADya1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAuwzADya1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAuwzADya1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAuwzADya1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAuwzADya1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sAuwzADya1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAuwzADya1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAuwzADya1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAuwzADya1 .align-center {
  justify-content: center;
}
.cid-sAuwzADya1 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-sAuwzADya1 .modal-footer {
  justify-content: center;
}
.cid-sAuwzADya1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAuwzADya1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAuwzADya1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAuwzADya1 .dropdown-item.active,
.cid-sAuwzADya1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sAuwzADya1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAuwzADya1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAuwzADya1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAuwzADya1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAuwzADya1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAuwzADya1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAuwzADya1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAuwzADya1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAuwzADya1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sAuwzADya1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sAuwzADya1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAuwzADya1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAuwzADya1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAuwzADya1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAuwzADya1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAuwzADya1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAuwzADya1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAuwzADya1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAuwzADya1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sAuwzADya1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAuwzADya1 .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-sAuwzADya1 .navbar {
    height: 70px;
  }
  .cid-sAuwzADya1 .navbar.opened {
    height: auto;
  }
  .cid-sAuwzADya1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAuwzADya1 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-sAuwzBp43U {
  background-color: #aa6dac;
}
@media (max-width: 991px) {
  .cid-sAuwzBp43U .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-sAuwzBp43U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sAuwzBp43U .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sAuwzBp43U .mbr-section-title {
  color: #ffffff;
}
.cid-sAuwzBp43U .mbr-text,
.cid-sAuwzBp43U .mbr-section-btn {
  color: #ffffff;
}
.cid-sAuwzBU13v {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-sAuwzBU13v .container {
    max-width: 1400px;
  }
}
.cid-sAuwzBU13v .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #89418c;
  margin-bottom: 2rem;
}
.cid-sAuwzBU13v .card-wrapper {
  margin-top: 3rem;
}
.cid-sAuwzBU13v .row {
  justify-content: center;
}
.cid-sAuwzCTBO0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sAuwzCTBO0 .item:focus,
.cid-sAuwzCTBO0 span:focus {
  outline: none;
}
.cid-sAuwzCTBO0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sAuwzCTBO0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sAuwzCTBO0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sAuwzCTBO0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sAuwzCTBO0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sAuwzCTBO0 .mbr-section-title {
  color: #232323;
}
.cid-sAuwzCTBO0 .mbr-text,
.cid-sAuwzCTBO0 .mbr-section-btn {
  text-align: center;
}
.cid-sAuwzCTBO0 .item-title {
  text-align: center;
}
.cid-sAuwzCTBO0 .item-subtitle {
  text-align: center;
}
.cid-sAuwzG3Uu7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sAuwzG3Uu7 .mbr-text,
.cid-sAuwzG3Uu7 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sAuwzG3Uu7 .mbr-text,
  .cid-sAuwzG3Uu7 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sAuwzG3Uu7 .mbr-text,
  .cid-sAuwzG3Uu7 .mbr-section-title {
    text-align: center;
  }
}
.cid-sAuwzG3Uu7 a.btn {
  height: 100%;
  margin: 0;
}
.cid-sAuwzG3Uu7 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sAuwzG3Uu7 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sAuwzG3Uu7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sAuwzG3Uu7 .justify-content-center {
  align-items: center;
}
.cid-sAuwzG3Uu7 .mbr-section-title {
  color: #ffffff;
}
.cid-tZXFY7xpFE {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZXFY7xpFE .item:focus,
.cid-tZXFY7xpFE span:focus {
  outline: none;
}
.cid-tZXFY7xpFE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZXFY7xpFE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZXFY7xpFE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZXFY7xpFE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZXFY7xpFE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZXFY7xpFE .mbr-section-title {
  color: #232323;
}
.cid-tZXFY7xpFE .mbr-text,
.cid-tZXFY7xpFE .mbr-section-btn {
  text-align: center;
}
.cid-tZXFY7xpFE .item-title {
  text-align: center;
}
.cid-tZXFY7xpFE .item-subtitle {
  text-align: center;
}
.cid-sAuH0YqwP9 {
  padding-top: 75px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-sAuH0YqwP9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sAuH0YqwP9 a.panel-title {
  display: flex;
  align-items: center;
}
.cid-sAuH0YqwP9 a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sAuH0YqwP9 h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sAuH0YqwP9 .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sAuwzGBQtG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sAuwzGBQtG .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sAuwzGBQtG .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sAuwzGBQtG .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAuwzGBQtG .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sAuwzGBQtG .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsZuA4ajb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsZuA4ajb .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sAuwzJqKg4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sAuwzJqKg4 .media-container-row {
  justify-content: space-between;
}
.cid-sAuwzJqKg4 .text-content {
  max-width: 50%;
}
.cid-sAuwzJqKg4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sAuwzJqKg4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sAuwzJqKg4 .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sAuwzJqKg4 .icons {
    justify-content: center !important;
  }
  .cid-sAuwzJqKg4 .text-content * {
    text-align: center;
  }
}
.cid-sQOGceHnkH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOGceHnkH .carousel-item {
  justify-content: center;
}
.cid-sQOGceHnkH .carousel-item.active,
.cid-sQOGceHnkH .carousel-item-next,
.cid-sQOGceHnkH .carousel-item-prev {
  display: flex;
}
.cid-sQOGceHnkH .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOGceHnkH .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOGceHnkH .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOGceHnkH .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOGceHnkH .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOGceHnkH .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sAuwzKoYKz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-sAuwzKoYKz .mbr-section-title {
  color: #ffffff;
}
.cid-sAuwzKZtUA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sAuwzKZtUA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAuwzKZtUA .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-sAuwzKZtUA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAuwzKZtUA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sAuwzKZtUA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAuwzKZtUA .list {
    margin-bottom: 0rem;
  }
}
.cid-sAuwzKZtUA .mbr-text {
  color: #bbbbbb;
}
.cid-sAuwzKZtUA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sAuwzKZtUA .mbr-iconfont {
  color: black;
}
.cid-sAuwwkOLlm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAuwwkOLlm nav.navbar {
  position: fixed;
}
.cid-sAuwwkOLlm .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-sAuwwkOLlm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sAuwwkOLlm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sAuwwkOLlm .dropdown-item:hover,
.cid-sAuwwkOLlm .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sAuwwkOLlm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sAuwwkOLlm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sAuwwkOLlm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sAuwwkOLlm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAuwwkOLlm .nav-link {
  position: relative;
}
.cid-sAuwwkOLlm .container {
  display: flex;
  margin: auto;
}
.cid-sAuwwkOLlm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sAuwwkOLlm .dropdown-menu,
.cid-sAuwwkOLlm .navbar.opened {
  background: #ffffff !important;
}
.cid-sAuwwkOLlm .nav-item:focus,
.cid-sAuwwkOLlm .nav-link:focus {
  outline: none;
}
.cid-sAuwwkOLlm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAuwwkOLlm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAuwwkOLlm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sAuwwkOLlm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAuwwkOLlm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAuwwkOLlm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAuwwkOLlm .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sAuwwkOLlm .navbar.opened {
  transition: all .3s;
}
.cid-sAuwwkOLlm .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sAuwwkOLlm .navbar .navbar-logo img {
  width: auto;
}
.cid-sAuwwkOLlm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAuwwkOLlm .navbar.collapsed {
  justify-content: center;
}
.cid-sAuwwkOLlm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAuwwkOLlm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAuwwkOLlm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sAuwwkOLlm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAuwwkOLlm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAuwwkOLlm .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-sAuwwkOLlm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAuwwkOLlm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sAuwwkOLlm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sAuwwkOLlm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAuwwkOLlm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAuwwkOLlm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAuwwkOLlm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAuwwkOLlm .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-sAuwwkOLlm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAuwwkOLlm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAuwwkOLlm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAuwwkOLlm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAuwwkOLlm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAuwwkOLlm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sAuwwkOLlm .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAuwwkOLlm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAuwwkOLlm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAuwwkOLlm .align-center {
  justify-content: center;
}
.cid-sAuwwkOLlm .modal-content {
  height: auto;
  justify-content: center;
}
.cid-sAuwwkOLlm .modal-footer {
  justify-content: center;
}
.cid-sAuwwkOLlm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAuwwkOLlm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAuwwkOLlm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAuwwkOLlm .dropdown-item.active,
.cid-sAuwwkOLlm .dropdown-item:active {
  background-color: transparent;
}
.cid-sAuwwkOLlm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAuwwkOLlm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAuwwkOLlm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAuwwkOLlm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAuwwkOLlm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAuwwkOLlm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAuwwkOLlm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAuwwkOLlm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAuwwkOLlm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sAuwwkOLlm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sAuwwkOLlm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAuwwkOLlm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAuwwkOLlm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAuwwkOLlm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAuwwkOLlm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAuwwkOLlm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAuwwkOLlm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAuwwkOLlm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAuwwkOLlm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sAuwwkOLlm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAuwwkOLlm .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-sAuwwkOLlm .navbar {
    height: 70px;
  }
  .cid-sAuwwkOLlm .navbar.opened {
    height: auto;
  }
  .cid-sAuwwkOLlm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAuwwkOLlm .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-sAuwwlY4Ip {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sAuwwlY4Ip .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-sAuwwlY4Ip .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sAuwwlY4Ip .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sAuwwlY4Ip .mbr-section-title {
  color: #232323;
}
.cid-sAuwwlY4Ip .mbr-text,
.cid-sAuwwlY4Ip .mbr-section-btn {
  color: #353535;
}
.cid-sAuwwmPLqA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sAuwwmPLqA .container {
    max-width: 1400px;
  }
}
.cid-sAuwwmPLqA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-sAuwwmPLqA .card-wrapper {
  margin-top: 3rem;
}
.cid-sAuwwmPLqA .row {
  justify-content: center;
}
.cid-sAuY3Ktstp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-sAuY3Ktstp .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sAuY3Ktstp .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sAuY3Ktstp .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAuY3Ktstp .card-wrapper {
    padding: 4rem;
  }
}
.cid-sAuY3Ktstp .mbr-text,
.cid-sAuY3Ktstp .mbr-section-btn {
  text-align: left;
}
.cid-sAuY3Ktstp .card-title {
  text-align: left;
}
.cid-sAuwwo2hGp {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sAuwwo2hGp .item:focus,
.cid-sAuwwo2hGp span:focus {
  outline: none;
}
.cid-sAuwwo2hGp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sAuwwo2hGp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sAuwwo2hGp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sAuwwo2hGp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sAuwwo2hGp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sAuwwo2hGp .mbr-section-title {
  color: #232323;
}
.cid-sAuwwo2hGp .mbr-text,
.cid-sAuwwo2hGp .mbr-section-btn {
  text-align: center;
}
.cid-sAuwwo2hGp .item-title {
  text-align: center;
}
.cid-sAuwwo2hGp .item-subtitle {
  text-align: center;
}
.cid-sAuwwrmri9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sAuwwrmri9 .mbr-text,
.cid-sAuwwrmri9 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sAuwwrmri9 .mbr-text,
  .cid-sAuwwrmri9 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sAuwwrmri9 .mbr-text,
  .cid-sAuwwrmri9 .mbr-section-title {
    text-align: center;
  }
}
.cid-sAuwwrmri9 a.btn {
  height: 100%;
  margin: 0;
}
.cid-sAuwwrmri9 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sAuwwrmri9 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sAuwwrmri9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sAuwwrmri9 .justify-content-center {
  align-items: center;
}
.cid-sAuwwrmri9 .mbr-section-title {
  color: #ffffff;
}
.cid-tZXFqCisJl {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZXFqCisJl .item:focus,
.cid-tZXFqCisJl span:focus {
  outline: none;
}
.cid-tZXFqCisJl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZXFqCisJl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZXFqCisJl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZXFqCisJl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZXFqCisJl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZXFqCisJl .mbr-section-title {
  color: #232323;
}
.cid-tZXFqCisJl .mbr-text,
.cid-tZXFqCisJl .mbr-section-btn {
  text-align: center;
}
.cid-tZXFqCisJl .item-title {
  text-align: center;
}
.cid-tZXFqCisJl .item-subtitle {
  text-align: center;
}
.cid-sAuwwrVHjD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-sAuwwrVHjD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sAuwwrVHjD .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sAuwwrVHjD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAuwwrVHjD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sAuwwrVHjD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsMsimi3U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsMsimi3U .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sAuwwux7Qd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sAuwwux7Qd .media-container-row {
  justify-content: space-between;
}
.cid-sAuwwux7Qd .text-content {
  max-width: 50%;
}
.cid-sAuwwux7Qd .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sAuwwux7Qd .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sAuwwux7Qd .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sAuwwux7Qd .icons {
    justify-content: center !important;
  }
  .cid-sAuwwux7Qd .text-content * {
    text-align: center;
  }
}
.cid-sQOG9x2GYn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOG9x2GYn .carousel-item {
  justify-content: center;
}
.cid-sQOG9x2GYn .carousel-item.active,
.cid-sQOG9x2GYn .carousel-item-next,
.cid-sQOG9x2GYn .carousel-item-prev {
  display: flex;
}
.cid-sQOG9x2GYn .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOG9x2GYn .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOG9x2GYn .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOG9x2GYn .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOG9x2GYn .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOG9x2GYn .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sAuwwvpBew {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-sAuwwvpBew .mbr-section-title {
  color: #ffffff;
}
.cid-sAuwwvT1b9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sAuwwvT1b9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAuwwvT1b9 .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-sAuwwvT1b9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAuwwvT1b9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sAuwwvT1b9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAuwwvT1b9 .list {
    margin-bottom: 0rem;
  }
}
.cid-sAuwwvT1b9 .mbr-text {
  color: #bbbbbb;
}
.cid-sAuwwvT1b9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sAuwwvT1b9 .mbr-iconfont {
  color: black;
}
.cid-sAv0KO8UTL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAv0KO8UTL nav.navbar {
  position: fixed;
}
.cid-sAv0KO8UTL .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-sAv0KO8UTL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sAv0KO8UTL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sAv0KO8UTL .dropdown-item:hover,
.cid-sAv0KO8UTL .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sAv0KO8UTL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sAv0KO8UTL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sAv0KO8UTL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sAv0KO8UTL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAv0KO8UTL .nav-link {
  position: relative;
}
.cid-sAv0KO8UTL .container {
  display: flex;
  margin: auto;
}
.cid-sAv0KO8UTL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sAv0KO8UTL .dropdown-menu,
.cid-sAv0KO8UTL .navbar.opened {
  background: #ffffff !important;
}
.cid-sAv0KO8UTL .nav-item:focus,
.cid-sAv0KO8UTL .nav-link:focus {
  outline: none;
}
.cid-sAv0KO8UTL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAv0KO8UTL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAv0KO8UTL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sAv0KO8UTL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAv0KO8UTL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAv0KO8UTL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAv0KO8UTL .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sAv0KO8UTL .navbar.opened {
  transition: all .3s;
}
.cid-sAv0KO8UTL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sAv0KO8UTL .navbar .navbar-logo img {
  width: auto;
}
.cid-sAv0KO8UTL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAv0KO8UTL .navbar.collapsed {
  justify-content: center;
}
.cid-sAv0KO8UTL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAv0KO8UTL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAv0KO8UTL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sAv0KO8UTL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAv0KO8UTL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAv0KO8UTL .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-sAv0KO8UTL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAv0KO8UTL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sAv0KO8UTL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sAv0KO8UTL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAv0KO8UTL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAv0KO8UTL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAv0KO8UTL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAv0KO8UTL .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-sAv0KO8UTL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAv0KO8UTL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAv0KO8UTL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAv0KO8UTL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAv0KO8UTL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAv0KO8UTL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sAv0KO8UTL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAv0KO8UTL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAv0KO8UTL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAv0KO8UTL .align-center {
  justify-content: center;
}
.cid-sAv0KO8UTL .modal-content {
  height: auto;
  justify-content: center;
}
.cid-sAv0KO8UTL .modal-footer {
  justify-content: center;
}
.cid-sAv0KO8UTL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAv0KO8UTL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAv0KO8UTL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAv0KO8UTL .dropdown-item.active,
.cid-sAv0KO8UTL .dropdown-item:active {
  background-color: transparent;
}
.cid-sAv0KO8UTL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAv0KO8UTL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAv0KO8UTL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAv0KO8UTL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAv0KO8UTL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAv0KO8UTL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAv0KO8UTL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAv0KO8UTL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAv0KO8UTL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sAv0KO8UTL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sAv0KO8UTL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAv0KO8UTL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAv0KO8UTL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAv0KO8UTL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAv0KO8UTL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAv0KO8UTL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAv0KO8UTL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAv0KO8UTL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAv0KO8UTL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sAv0KO8UTL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAv0KO8UTL .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-sAv0KO8UTL .navbar {
    height: 70px;
  }
  .cid-sAv0KO8UTL .navbar.opened {
    height: auto;
  }
  .cid-sAv0KO8UTL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAv0KO8UTL .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-sAv1jToPTZ {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sAv0KPTxbx {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-sAv0KPTxbx .container {
    max-width: 1400px;
  }
}
.cid-sAv0KPTxbx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sAv0KPTxbx .card-wrapper {
  margin-top: 3rem;
}
.cid-sAv0KPTxbx .row {
  justify-content: center;
}
.cid-sAv3Xm1J3l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sAv3Xm1J3l img,
.cid-sAv3Xm1J3l .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sAv3Xm1J3l .item:focus,
.cid-sAv3Xm1J3l span:focus {
  outline: none;
}
.cid-sAv3Xm1J3l .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sAv3Xm1J3l .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sAv3Xm1J3l .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sAv3Xm1J3l .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sAv3Xm1J3l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sAv3Xm1J3l .mbr-section-title {
  color: #232323;
}
.cid-sAv3Xm1J3l .mbr-text,
.cid-sAv3Xm1J3l .mbr-section-btn {
  text-align: left;
}
.cid-sAv3Xm1J3l .item-title {
  text-align: center;
  color: #6592e6;
}
.cid-sAv3Xm1J3l .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sAv0KXdQlm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sAv0KXdQlm .mbr-text,
.cid-sAv0KXdQlm .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sAv0KXdQlm .mbr-text,
  .cid-sAv0KXdQlm .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sAv0KXdQlm .mbr-text,
  .cid-sAv0KXdQlm .mbr-section-title {
    text-align: center;
  }
}
.cid-sAv0KXdQlm a.btn {
  height: 100%;
  margin: 0;
}
.cid-sAv0KXdQlm .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sAv0KXdQlm .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sAv0KXdQlm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sAv0KXdQlm .justify-content-center {
  align-items: center;
}
.cid-sAv0KXdQlm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sAv0KXVbOq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sAv0KXVbOq .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sAv0KXVbOq .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sAv0KXVbOq .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAv0KXVbOq .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sAv0KXVbOq .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viQ4gXpqjD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viQ4gXpqjD .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sAv0L14Kz9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sAv0L14Kz9 .media-container-row {
  justify-content: space-between;
}
.cid-sAv0L14Kz9 .text-content {
  max-width: 50%;
}
.cid-sAv0L14Kz9 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sAv0L14Kz9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sAv0L14Kz9 .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sAv0L14Kz9 .icons {
    justify-content: center !important;
  }
  .cid-sAv0L14Kz9 .text-content * {
    text-align: center;
  }
}
.cid-sAv0L236eD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-sAv0L236eD .mbr-section-title {
  color: #ffffff;
}
.cid-sQOEL8xTYk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOEL8xTYk .carousel-item {
  justify-content: center;
}
.cid-sQOEL8xTYk .carousel-item.active,
.cid-sQOEL8xTYk .carousel-item-next,
.cid-sQOEL8xTYk .carousel-item-prev {
  display: flex;
}
.cid-sQOEL8xTYk .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOEL8xTYk .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOEL8xTYk .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOEL8xTYk .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOEL8xTYk .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOEL8xTYk .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sAv0L2K7h5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sAv0L2K7h5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAv0L2K7h5 .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-sAv0L2K7h5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAv0L2K7h5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sAv0L2K7h5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAv0L2K7h5 .list {
    margin-bottom: 0rem;
  }
}
.cid-sAv0L2K7h5 .mbr-text {
  color: #bbbbbb;
}
.cid-sAv0L2K7h5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sAv0L2K7h5 .mbr-iconfont {
  color: black;
}
.cid-sQO4jYYack {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQO4jYYack nav.navbar {
  position: fixed;
}
.cid-sQO4jYYack .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-sQO4jYYack .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQO4jYYack .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQO4jYYack .dropdown-item:hover,
.cid-sQO4jYYack .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sQO4jYYack .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQO4jYYack .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQO4jYYack .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sQO4jYYack .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQO4jYYack .nav-link {
  position: relative;
}
.cid-sQO4jYYack .container {
  display: flex;
  margin: auto;
}
.cid-sQO4jYYack .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQO4jYYack .dropdown-menu,
.cid-sQO4jYYack .navbar.opened {
  background: #ffffff !important;
}
.cid-sQO4jYYack .nav-item:focus,
.cid-sQO4jYYack .nav-link:focus {
  outline: none;
}
.cid-sQO4jYYack .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQO4jYYack .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQO4jYYack .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sQO4jYYack .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQO4jYYack .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQO4jYYack .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQO4jYYack .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sQO4jYYack .navbar.opened {
  transition: all .3s;
}
.cid-sQO4jYYack .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sQO4jYYack .navbar .navbar-logo img {
  width: auto;
}
.cid-sQO4jYYack .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQO4jYYack .navbar.collapsed {
  justify-content: center;
}
.cid-sQO4jYYack .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQO4jYYack .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQO4jYYack .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sQO4jYYack .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQO4jYYack .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQO4jYYack .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-sQO4jYYack .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQO4jYYack .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQO4jYYack .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQO4jYYack .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQO4jYYack .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQO4jYYack .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQO4jYYack .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQO4jYYack .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-sQO4jYYack .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQO4jYYack .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQO4jYYack .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQO4jYYack .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQO4jYYack .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQO4jYYack .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQO4jYYack .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQO4jYYack .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQO4jYYack .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQO4jYYack .align-center {
  justify-content: center;
}
.cid-sQO4jYYack .modal-content {
  height: auto;
  justify-content: center;
}
.cid-sQO4jYYack .modal-footer {
  justify-content: center;
}
.cid-sQO4jYYack .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQO4jYYack .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQO4jYYack .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQO4jYYack .dropdown-item.active,
.cid-sQO4jYYack .dropdown-item:active {
  background-color: transparent;
}
.cid-sQO4jYYack .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQO4jYYack .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQO4jYYack .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQO4jYYack .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQO4jYYack .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQO4jYYack .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQO4jYYack ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQO4jYYack .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQO4jYYack button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sQO4jYYack button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQO4jYYack button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQO4jYYack button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQO4jYYack button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQO4jYYack button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQO4jYYack nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQO4jYYack nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQO4jYYack nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQO4jYYack nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQO4jYYack .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQO4jYYack a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQO4jYYack .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-sQO4jYYack .navbar {
    height: 70px;
  }
  .cid-sQO4jYYack .navbar.opened {
    height: auto;
  }
  .cid-sQO4jYYack .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQO4jYYack .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-sQO5SXwVrV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sQO5SXwVrV .mbr-overlay {
  background: #232323;
  opacity: 0.2;
}
.cid-sQO5SXwVrV img,
.cid-sQO5SXwVrV .item-img {
  width: 100%;
}
.cid-sQO5SXwVrV .item:focus,
.cid-sQO5SXwVrV span:focus {
  outline: none;
}
.cid-sQO5SXwVrV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sQO5SXwVrV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sQO5SXwVrV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sQO5SXwVrV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQO5SXwVrV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sQO5SXwVrV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sQO5SXwVrV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sQO5SXwVrV .mbr-section-title {
  color: #ffffff;
}
.cid-sQO5SXwVrV .mbr-text,
.cid-sQO5SXwVrV .mbr-section-btn {
  text-align: center;
}
.cid-sQO5SXwVrV .item-title {
  text-align: center;
}
.cid-sQO5SXwVrV .item-subtitle {
  text-align: left;
}
.cid-sQO4k1j3DT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-sQO4k1j3DT .container {
    max-width: 1400px;
  }
}
.cid-sQO4k1j3DT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sQO4k1j3DT .card-wrapper {
  margin-top: 3rem;
}
.cid-sQO4k1j3DT .row {
  justify-content: center;
}
.cid-sQO4k6mBaY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sQO4k6mBaY .mbr-text,
.cid-sQO4k6mBaY .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sQO4k6mBaY .mbr-text,
  .cid-sQO4k6mBaY .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sQO4k6mBaY .mbr-text,
  .cid-sQO4k6mBaY .mbr-section-title {
    text-align: center;
  }
}
.cid-sQO4k6mBaY a.btn {
  height: 100%;
  margin: 0;
}
.cid-sQO4k6mBaY .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sQO4k6mBaY .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sQO4k6mBaY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sQO4k6mBaY .justify-content-center {
  align-items: center;
}
.cid-sQO4k6mBaY .mbr-section-title {
  color: #ffffff;
}
.cid-sQO4kbcPuE {
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-sQO4kbcPuE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQO4kbcPuE a.panel-title {
  display: flex;
  align-items: center;
}
.cid-sQO4kbcPuE a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQO4kbcPuE h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sQO4kbcPuE .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sQO4kdgE7c {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sQO4kdgE7c .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sQO4kdgE7c .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sQO4kdgE7c .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQO4kdgE7c .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sQO4kdgE7c .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viQEfViPyM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viQEfViPyM .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sQO4kgVgEI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sQO4kgVgEI .media-container-row {
  justify-content: space-between;
}
.cid-sQO4kgVgEI .text-content {
  max-width: 50%;
}
.cid-sQO4kgVgEI .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sQO4kgVgEI .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sQO4kgVgEI .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sQO4kgVgEI .icons {
    justify-content: center !important;
  }
  .cid-sQO4kgVgEI .text-content * {
    text-align: center;
  }
}
.cid-sQOGfsIi3G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOGfsIi3G .carousel-item {
  justify-content: center;
}
.cid-sQOGfsIi3G .carousel-item.active,
.cid-sQOGfsIi3G .carousel-item-next,
.cid-sQOGfsIi3G .carousel-item-prev {
  display: flex;
}
.cid-sQOGfsIi3G .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOGfsIi3G .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOGfsIi3G .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOGfsIi3G .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOGfsIi3G .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOGfsIi3G .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sQO4kiXxq9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sQO4kiXxq9 .mbr-section-title {
  color: #ffffff;
}
.cid-sQO4kkQYnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sQO4kkQYnx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sQO4kkQYnx .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-sQO4kkQYnx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sQO4kkQYnx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sQO4kkQYnx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQO4kkQYnx .list {
    margin-bottom: 0rem;
  }
}
.cid-sQO4kkQYnx .mbr-text {
  color: #bbbbbb;
}
.cid-sQO4kkQYnx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sQO4kkQYnx .mbr-iconfont {
  color: black;
}
.cid-sQOveyVub0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQOveyVub0 nav.navbar {
  position: fixed;
}
.cid-sQOveyVub0 .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-sQOveyVub0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQOveyVub0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQOveyVub0 .dropdown-item:hover,
.cid-sQOveyVub0 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sQOveyVub0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQOveyVub0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQOveyVub0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sQOveyVub0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQOveyVub0 .nav-link {
  position: relative;
}
.cid-sQOveyVub0 .container {
  display: flex;
  margin: auto;
}
.cid-sQOveyVub0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQOveyVub0 .dropdown-menu,
.cid-sQOveyVub0 .navbar.opened {
  background: #ffffff !important;
}
.cid-sQOveyVub0 .nav-item:focus,
.cid-sQOveyVub0 .nav-link:focus {
  outline: none;
}
.cid-sQOveyVub0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQOveyVub0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQOveyVub0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sQOveyVub0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQOveyVub0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQOveyVub0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQOveyVub0 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sQOveyVub0 .navbar.opened {
  transition: all .3s;
}
.cid-sQOveyVub0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sQOveyVub0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sQOveyVub0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQOveyVub0 .navbar.collapsed {
  justify-content: center;
}
.cid-sQOveyVub0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQOveyVub0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQOveyVub0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sQOveyVub0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQOveyVub0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQOveyVub0 .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-sQOveyVub0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQOveyVub0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQOveyVub0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQOveyVub0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQOveyVub0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQOveyVub0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQOveyVub0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQOveyVub0 .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-sQOveyVub0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQOveyVub0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQOveyVub0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQOveyVub0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQOveyVub0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQOveyVub0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQOveyVub0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQOveyVub0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQOveyVub0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQOveyVub0 .align-center {
  justify-content: center;
}
.cid-sQOveyVub0 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-sQOveyVub0 .modal-footer {
  justify-content: center;
}
.cid-sQOveyVub0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQOveyVub0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQOveyVub0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQOveyVub0 .dropdown-item.active,
.cid-sQOveyVub0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sQOveyVub0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQOveyVub0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQOveyVub0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQOveyVub0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQOveyVub0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQOveyVub0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQOveyVub0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQOveyVub0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQOveyVub0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sQOveyVub0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQOveyVub0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQOveyVub0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQOveyVub0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQOveyVub0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQOveyVub0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQOveyVub0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQOveyVub0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQOveyVub0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQOveyVub0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQOveyVub0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQOveyVub0 .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-sQOveyVub0 .navbar {
    height: 70px;
  }
  .cid-sQOveyVub0 .navbar.opened {
    height: auto;
  }
  .cid-sQOveyVub0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQOveyVub0 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-sQOw5C30E3 {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-sQOvYX2IA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQOvYX2IA3 .mbr-section-subtitle {
  text-align: left;
}
.cid-sQOveBXO7K {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-sQOveBXO7K .container {
    max-width: 1400px;
  }
}
.cid-sQOveBXO7K .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sQOveBXO7K .card-wrapper {
  margin-top: 3rem;
}
.cid-sQOveBXO7K .row {
  justify-content: center;
}
.cid-sQOveDqoKy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sQOveDqoKy .mbr-text,
.cid-sQOveDqoKy .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sQOveDqoKy .mbr-text,
  .cid-sQOveDqoKy .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sQOveDqoKy .mbr-text,
  .cid-sQOveDqoKy .mbr-section-title {
    text-align: center;
  }
}
.cid-sQOveDqoKy a.btn {
  height: 100%;
  margin: 0;
}
.cid-sQOveDqoKy .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sQOveDqoKy .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sQOveDqoKy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sQOveDqoKy .justify-content-center {
  align-items: center;
}
.cid-sQOveDqoKy .mbr-section-title {
  color: #ffffff;
}
.cid-sQOveErf4a {
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-sQOveErf4a .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQOveErf4a a.panel-title {
  display: flex;
  align-items: center;
}
.cid-sQOveErf4a a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQOveErf4a h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sQOveErf4a .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sQOveFMlkX {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sQOveFMlkX .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sQOveFMlkX .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sQOveFMlkX .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQOveFMlkX .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sQOveFMlkX .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viQHksYJCs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viQHksYJCs .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sQOveI77yA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sQOveI77yA .media-container-row {
  justify-content: space-between;
}
.cid-sQOveI77yA .text-content {
  max-width: 50%;
}
.cid-sQOveI77yA .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sQOveI77yA .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sQOveI77yA .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sQOveI77yA .icons {
    justify-content: center !important;
  }
  .cid-sQOveI77yA .text-content * {
    text-align: center;
  }
}
.cid-sQOGjYNLJe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOGjYNLJe .carousel-item {
  justify-content: center;
}
.cid-sQOGjYNLJe .carousel-item.active,
.cid-sQOGjYNLJe .carousel-item-next,
.cid-sQOGjYNLJe .carousel-item-prev {
  display: flex;
}
.cid-sQOGjYNLJe .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOGjYNLJe .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOGjYNLJe .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOGjYNLJe .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOGjYNLJe .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOGjYNLJe .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sQOveJxC5h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sQOveJxC5h .mbr-section-title {
  color: #ffffff;
}
.cid-sQOveKDDS7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sQOveKDDS7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sQOveKDDS7 .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-sQOveKDDS7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sQOveKDDS7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sQOveKDDS7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQOveKDDS7 .list {
    margin-bottom: 0rem;
  }
}
.cid-sQOveKDDS7 .mbr-text {
  color: #bbbbbb;
}
.cid-sQOveKDDS7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sQOveKDDS7 .mbr-iconfont {
  color: black;
}
.cid-syZ60MBEOn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-syZ60MBEOn nav.navbar {
  position: fixed;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syZ60MBEOn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syZ60MBEOn .dropdown-item:hover,
.cid-syZ60MBEOn .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-syZ60MBEOn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syZ60MBEOn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syZ60MBEOn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syZ60MBEOn .nav-link {
  position: relative;
}
.cid-syZ60MBEOn .container {
  display: flex;
  margin: auto;
}
.cid-syZ60MBEOn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-syZ60MBEOn .dropdown-menu,
.cid-syZ60MBEOn .navbar.opened {
  background: #ffffff !important;
}
.cid-syZ60MBEOn .nav-item:focus,
.cid-syZ60MBEOn .nav-link:focus {
  outline: none;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syZ60MBEOn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syZ60MBEOn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syZ60MBEOn .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-syZ60MBEOn .navbar.opened {
  transition: all .3s;
}
.cid-syZ60MBEOn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-syZ60MBEOn .navbar .navbar-logo img {
  width: auto;
}
.cid-syZ60MBEOn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syZ60MBEOn .navbar.collapsed {
  justify-content: center;
}
.cid-syZ60MBEOn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syZ60MBEOn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syZ60MBEOn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-syZ60MBEOn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-syZ60MBEOn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syZ60MBEOn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syZ60MBEOn .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-syZ60MBEOn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syZ60MBEOn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syZ60MBEOn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syZ60MBEOn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syZ60MBEOn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-syZ60MBEOn .navbar.navbar-short {
  min-height: 60px;
}
.cid-syZ60MBEOn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syZ60MBEOn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syZ60MBEOn .align-center {
  justify-content: center;
}
.cid-syZ60MBEOn .modal-content {
  height: auto;
  justify-content: center;
}
.cid-syZ60MBEOn .modal-footer {
  justify-content: center;
}
.cid-syZ60MBEOn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syZ60MBEOn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syZ60MBEOn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syZ60MBEOn .dropdown-item.active,
.cid-syZ60MBEOn .dropdown-item:active {
  background-color: transparent;
}
.cid-syZ60MBEOn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syZ60MBEOn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syZ60MBEOn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syZ60MBEOn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syZ60MBEOn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syZ60MBEOn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syZ60MBEOn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syZ60MBEOn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syZ60MBEOn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .navbar {
    height: 70px;
  }
  .cid-syZ60MBEOn .navbar.opened {
    height: auto;
  }
  .cid-syZ60MBEOn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syZ60MBEOn .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-syMkp3WNSX {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-syMkp3WNSX .mbr-section-title,
  .cid-syMkp3WNSX .mbr-section-subtitle,
  .cid-syMkp3WNSX .mbr-section-btn,
  .cid-syMkp3WNSX .mbr-text {
    text-align: center;
  }
}
.cid-syMkp3WNSX .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-syMkp3WNSX .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-syMkp3WNSX .mbr-text,
.cid-syMkp3WNSX .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-viEgufwUjl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-szffktzgjY {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fcfcfc;
}
@media (min-width: 1500px) {
  .cid-szffktzgjY .container {
    max-width: 1400px;
  }
}
.cid-szffktzgjY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-szffktzgjY .card-wrapper {
  margin-top: 3rem;
}
.cid-szffktzgjY .row {
  justify-content: center;
}
.cid-viEh1atK7N {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-viEh1atK7N .video-wrapper iframe {
  width: 100%;
}
.cid-viEh1atK7N .mbr-section-title,
.cid-viEh1atK7N .mbr-section-subtitle,
.cid-viEh1atK7N .mbr-text {
  text-align: center;
}
.cid-tYHQx1fnBu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYHQx1fnBu .item:focus,
.cid-tYHQx1fnBu span:focus {
  outline: none;
}
.cid-tYHQx1fnBu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYHQx1fnBu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYHQx1fnBu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYHQx1fnBu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYHQx1fnBu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYHQx1fnBu .mbr-section-title {
  color: #232323;
}
.cid-tYHQx1fnBu .mbr-text,
.cid-tYHQx1fnBu .mbr-section-btn {
  text-align: center;
}
.cid-tYHQx1fnBu .item-title {
  text-align: center;
}
.cid-tYHQx1fnBu .item-subtitle {
  text-align: center;
}
.cid-syMkZKUnhE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-syMkZKUnhE .mbr-text,
.cid-syMkZKUnhE .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-syMkZKUnhE .mbr-text,
  .cid-syMkZKUnhE .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-syMkZKUnhE .mbr-text,
  .cid-syMkZKUnhE .mbr-section-title {
    text-align: center;
  }
}
.cid-syMkZKUnhE a.btn {
  height: 100%;
  margin: 0;
}
.cid-syMkZKUnhE .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-syMkZKUnhE .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-syMkZKUnhE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syMkZKUnhE .justify-content-center {
  align-items: center;
}
.cid-syMkZKUnhE .mbr-section-title {
  color: #ffffff;
}
.cid-viEfdnebzq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-viEfdnebzq .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4479d9;
  margin-left: 1rem;
}
.cid-viEfdnebzq .panel-group {
  border: none;
}
.cid-viEfdnebzq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-viEfdnebzq .panel-body,
.cid-viEfdnebzq .card-header {
  padding: 1rem 0;
}
.cid-viEfdnebzq .panel-title-edit {
  color: #000000;
}
.cid-viEfdnebzq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-szp3mkTLMX {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szp3mkTLMX .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szp3mkTLMX .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szp3mkTLMX .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szp3mkTLMX .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szp3mkTLMX .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sAvl4PySAP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sAvl4PySAP .carousel-item {
  justify-content: center;
}
.cid-sAvl4PySAP .carousel-item.active,
.cid-sAvl4PySAP .carousel-item-next,
.cid-sAvl4PySAP .carousel-item-prev {
  display: flex;
}
.cid-sAvl4PySAP .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sAvl4PySAP .carousel-control-next span {
  padding-left: 5px;
}
.cid-sAvl4PySAP .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sAvl4PySAP .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sAvl4PySAP .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sAvl4PySAP .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-syMleFaM26 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-syMleFaM26 .media-container-row {
  justify-content: space-between;
}
.cid-syMleFaM26 .text-content {
  max-width: 50%;
}
.cid-syMleFaM26 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-syMleFaM26 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-syMleFaM26 .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-syMleFaM26 .icons {
    justify-content: center !important;
  }
  .cid-syMleFaM26 .text-content * {
    text-align: center;
  }
}
.cid-viEf1JMIwr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-viEf1JMIwr .video-wrapper iframe {
  width: 100%;
}
.cid-viEf1JMIwr .mbr-section-title,
.cid-viEf1JMIwr .mbr-section-subtitle,
.cid-viEf1JMIwr .mbr-text {
  text-align: center;
}
.cid-sQqXwjjZKM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQqXwjjZKM .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-syMkE7PiQA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-syMkE7PiQA .mbr-section-title {
  color: #ffffff;
}
.cid-syZ0g8wBai {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-syZ0g8wBai .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-syZ0g8wBai .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-syZ0g8wBai .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-syZ0g8wBai .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-syZ0g8wBai .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-syZ0g8wBai .list {
    margin-bottom: 0rem;
  }
}
.cid-syZ0g8wBai .mbr-text {
  color: #bbbbbb;
}
.cid-syZ0g8wBai .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-syZ0g8wBai .mbr-iconfont {
  color: black;
}
.cid-sQOx9Cll84 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQOx9Cll84 nav.navbar {
  position: fixed;
}
.cid-sQOx9Cll84 .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-sQOx9Cll84 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQOx9Cll84 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQOx9Cll84 .dropdown-item:hover,
.cid-sQOx9Cll84 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sQOx9Cll84 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQOx9Cll84 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQOx9Cll84 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sQOx9Cll84 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQOx9Cll84 .nav-link {
  position: relative;
}
.cid-sQOx9Cll84 .container {
  display: flex;
  margin: auto;
}
.cid-sQOx9Cll84 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQOx9Cll84 .dropdown-menu,
.cid-sQOx9Cll84 .navbar.opened {
  background: #ffffff !important;
}
.cid-sQOx9Cll84 .nav-item:focus,
.cid-sQOx9Cll84 .nav-link:focus {
  outline: none;
}
.cid-sQOx9Cll84 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQOx9Cll84 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQOx9Cll84 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sQOx9Cll84 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQOx9Cll84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQOx9Cll84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQOx9Cll84 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sQOx9Cll84 .navbar.opened {
  transition: all .3s;
}
.cid-sQOx9Cll84 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sQOx9Cll84 .navbar .navbar-logo img {
  width: auto;
}
.cid-sQOx9Cll84 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQOx9Cll84 .navbar.collapsed {
  justify-content: center;
}
.cid-sQOx9Cll84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQOx9Cll84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQOx9Cll84 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sQOx9Cll84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQOx9Cll84 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQOx9Cll84 .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-sQOx9Cll84 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQOx9Cll84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQOx9Cll84 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQOx9Cll84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQOx9Cll84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQOx9Cll84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQOx9Cll84 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQOx9Cll84 .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-sQOx9Cll84 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQOx9Cll84 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQOx9Cll84 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQOx9Cll84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQOx9Cll84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQOx9Cll84 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQOx9Cll84 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQOx9Cll84 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQOx9Cll84 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQOx9Cll84 .align-center {
  justify-content: center;
}
.cid-sQOx9Cll84 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-sQOx9Cll84 .modal-footer {
  justify-content: center;
}
.cid-sQOx9Cll84 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQOx9Cll84 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQOx9Cll84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQOx9Cll84 .dropdown-item.active,
.cid-sQOx9Cll84 .dropdown-item:active {
  background-color: transparent;
}
.cid-sQOx9Cll84 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQOx9Cll84 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQOx9Cll84 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQOx9Cll84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQOx9Cll84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQOx9Cll84 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQOx9Cll84 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQOx9Cll84 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQOx9Cll84 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sQOx9Cll84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQOx9Cll84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQOx9Cll84 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQOx9Cll84 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQOx9Cll84 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQOx9Cll84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQOx9Cll84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQOx9Cll84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQOx9Cll84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQOx9Cll84 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQOx9Cll84 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQOx9Cll84 .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-sQOx9Cll84 .navbar {
    height: 70px;
  }
  .cid-sQOx9Cll84 .navbar.opened {
    height: auto;
  }
  .cid-sQOx9Cll84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQOx9Cll84 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-sQOx9EbzSx {
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-sQOx9EbzSx .mbr-section-title {
  text-align: center;
}
.cid-sQOx9FtdFB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQOx9FtdFB .mbr-section-subtitle {
  text-align: left;
}
.cid-sQOyjOaBHh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQOyjOaBHh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQOyjOaBHh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQOyjOaBHh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQOyksLih4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQOyksLih4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQOyksLih4 .row {
  flex-direction: row-reverse;
}
.cid-sQOyksLih4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQOyksLih4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQOx9Gtf82 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-sQOx9Gtf82 .container {
    max-width: 1400px;
  }
}
.cid-sQOx9Gtf82 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sQOx9Gtf82 .card-wrapper {
  margin-top: 3rem;
}
.cid-sQOx9Gtf82 .row {
  justify-content: center;
}
.cid-sQOx9I3ASV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sQOx9I3ASV .mbr-text,
.cid-sQOx9I3ASV .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sQOx9I3ASV .mbr-text,
  .cid-sQOx9I3ASV .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sQOx9I3ASV .mbr-text,
  .cid-sQOx9I3ASV .mbr-section-title {
    text-align: center;
  }
}
.cid-sQOx9I3ASV a.btn {
  height: 100%;
  margin: 0;
}
.cid-sQOx9I3ASV .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sQOx9I3ASV .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sQOx9I3ASV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sQOx9I3ASV .justify-content-center {
  align-items: center;
}
.cid-sQOx9I3ASV .mbr-section-title {
  color: #ffffff;
}
.cid-sQOx9J7Wbd {
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-sQOx9J7Wbd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQOx9J7Wbd a.panel-title {
  display: flex;
  align-items: center;
}
.cid-sQOx9J7Wbd a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQOx9J7Wbd h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sQOx9J7Wbd .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sQOx9KotRy {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sQOx9KotRy .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sQOx9KotRy .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sQOx9KotRy .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQOx9KotRy .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sQOx9KotRy .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viQDAeFcdr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viQDAeFcdr .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sQOx9MXd0r {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sQOx9MXd0r .media-container-row {
  justify-content: space-between;
}
.cid-sQOx9MXd0r .text-content {
  max-width: 50%;
}
.cid-sQOx9MXd0r .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sQOx9MXd0r .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sQOx9MXd0r .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sQOx9MXd0r .icons {
    justify-content: center !important;
  }
  .cid-sQOx9MXd0r .text-content * {
    text-align: center;
  }
}
.cid-sQOGmFl06l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sQOGmFl06l .carousel-item {
  justify-content: center;
}
.cid-sQOGmFl06l .carousel-item.active,
.cid-sQOGmFl06l .carousel-item-next,
.cid-sQOGmFl06l .carousel-item-prev {
  display: flex;
}
.cid-sQOGmFl06l .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-sQOGmFl06l .carousel-control-next span {
  padding-left: 5px;
}
.cid-sQOGmFl06l .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sQOGmFl06l .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sQOGmFl06l .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sQOGmFl06l .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sQOx9OmmLP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sQOx9OmmLP .mbr-section-title {
  color: #ffffff;
}
.cid-sQOx9PxlBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sQOx9PxlBM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sQOx9PxlBM .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-sQOx9PxlBM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sQOx9PxlBM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sQOx9PxlBM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQOx9PxlBM .list {
    margin-bottom: 0rem;
  }
}
.cid-sQOx9PxlBM .mbr-text {
  color: #bbbbbb;
}
.cid-sQOx9PxlBM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sQOx9PxlBM .mbr-iconfont {
  color: black;
}
.cid-tVOBM2di4E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tVOBM2di4E nav.navbar {
  position: fixed;
}
.cid-tVOBM2di4E .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-tVOBM2di4E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVOBM2di4E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVOBM2di4E .dropdown-item:hover,
.cid-tVOBM2di4E .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tVOBM2di4E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVOBM2di4E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVOBM2di4E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tVOBM2di4E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVOBM2di4E .nav-link {
  position: relative;
}
.cid-tVOBM2di4E .container {
  display: flex;
  margin: auto;
}
.cid-tVOBM2di4E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tVOBM2di4E .dropdown-menu,
.cid-tVOBM2di4E .navbar.opened {
  background: #ffffff !important;
}
.cid-tVOBM2di4E .nav-item:focus,
.cid-tVOBM2di4E .nav-link:focus {
  outline: none;
}
.cid-tVOBM2di4E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVOBM2di4E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVOBM2di4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tVOBM2di4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVOBM2di4E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVOBM2di4E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVOBM2di4E .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tVOBM2di4E .navbar.opened {
  transition: all .3s;
}
.cid-tVOBM2di4E .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tVOBM2di4E .navbar .navbar-logo img {
  width: auto;
}
.cid-tVOBM2di4E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVOBM2di4E .navbar.collapsed {
  justify-content: center;
}
.cid-tVOBM2di4E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVOBM2di4E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVOBM2di4E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tVOBM2di4E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVOBM2di4E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVOBM2di4E .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-tVOBM2di4E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVOBM2di4E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tVOBM2di4E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tVOBM2di4E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVOBM2di4E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVOBM2di4E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVOBM2di4E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVOBM2di4E .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-tVOBM2di4E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVOBM2di4E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVOBM2di4E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVOBM2di4E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVOBM2di4E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVOBM2di4E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tVOBM2di4E .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVOBM2di4E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVOBM2di4E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVOBM2di4E .align-center {
  justify-content: center;
}
.cid-tVOBM2di4E .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tVOBM2di4E .modal-footer {
  justify-content: center;
}
.cid-tVOBM2di4E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVOBM2di4E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVOBM2di4E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVOBM2di4E .dropdown-item.active,
.cid-tVOBM2di4E .dropdown-item:active {
  background-color: transparent;
}
.cid-tVOBM2di4E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVOBM2di4E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVOBM2di4E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVOBM2di4E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVOBM2di4E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVOBM2di4E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVOBM2di4E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVOBM2di4E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVOBM2di4E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tVOBM2di4E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tVOBM2di4E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVOBM2di4E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVOBM2di4E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVOBM2di4E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVOBM2di4E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVOBM2di4E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVOBM2di4E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVOBM2di4E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVOBM2di4E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVOBM2di4E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVOBM2di4E .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-tVOBM2di4E .navbar {
    height: 70px;
  }
  .cid-tVOBM2di4E .navbar.opened {
    height: auto;
  }
  .cid-tVOBM2di4E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVOBM2di4E .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tVOBM2Mar9 {
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-tVOBM35tuN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVOBM35tuN .mbr-section-subtitle {
  text-align: left;
}
.cid-tVOBM3nILq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tVOBM3nILq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVOBM3nILq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVOBM3nILq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVOBM3Hp90 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tVOBM3Hp90 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVOBM3Hp90 .row {
  flex-direction: row-reverse;
}
.cid-tVOBM3Hp90 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVOBM3Hp90 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVOBM3ZcrU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tVOBM3ZcrU .container {
    max-width: 1400px;
  }
}
.cid-tVOBM3ZcrU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tVOBM3ZcrU .card-wrapper {
  margin-top: 3rem;
}
.cid-tVOBM3ZcrU .row {
  justify-content: center;
}
.cid-tVOBM4Im70 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tVOBM4Im70 .mbr-text,
.cid-tVOBM4Im70 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tVOBM4Im70 .mbr-text,
  .cid-tVOBM4Im70 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tVOBM4Im70 .mbr-text,
  .cid-tVOBM4Im70 .mbr-section-title {
    text-align: center;
  }
}
.cid-tVOBM4Im70 a.btn {
  height: 100%;
  margin: 0;
}
.cid-tVOBM4Im70 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tVOBM4Im70 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tVOBM4Im70 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVOBM4Im70 .justify-content-center {
  align-items: center;
}
.cid-tVOBM4Im70 .mbr-section-title {
  color: #ffffff;
}
.cid-tVOBM54VXJ {
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-tVOBM54VXJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tVOBM54VXJ a.panel-title {
  display: flex;
  align-items: center;
}
.cid-tVOBM54VXJ a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tVOBM54VXJ h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-tVOBM54VXJ .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tVOBM5waQG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tVOBM5waQG .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tVOBM5waQG .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tVOBM5waQG .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVOBM5waQG .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tVOBM5waQG .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viQKOU1jgB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viQKOU1jgB .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tVOBM6e1hm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tVOBM6e1hm .media-container-row {
  justify-content: space-between;
}
.cid-tVOBM6e1hm .text-content {
  max-width: 50%;
}
.cid-tVOBM6e1hm .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVOBM6e1hm .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tVOBM6e1hm .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tVOBM6e1hm .icons {
    justify-content: center !important;
  }
  .cid-tVOBM6e1hm .text-content * {
    text-align: center;
  }
}
.cid-tVOBM6LijZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tVOBM6LijZ .carousel-item {
  justify-content: center;
}
.cid-tVOBM6LijZ .carousel-item.active,
.cid-tVOBM6LijZ .carousel-item-next,
.cid-tVOBM6LijZ .carousel-item-prev {
  display: flex;
}
.cid-tVOBM6LijZ .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tVOBM6LijZ .carousel-control-next span {
  padding-left: 5px;
}
.cid-tVOBM6LijZ .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tVOBM6LijZ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tVOBM6LijZ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tVOBM6LijZ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tVOBM7Icro {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-tVOBM7Icro .mbr-section-title {
  color: #ffffff;
}
.cid-tVOBM81Adh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tVOBM81Adh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tVOBM81Adh .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tVOBM81Adh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVOBM81Adh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVOBM81Adh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVOBM81Adh .list {
    margin-bottom: 0rem;
  }
}
.cid-tVOBM81Adh .mbr-text {
  color: #bbbbbb;
}
.cid-tVOBM81Adh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVOBM81Adh .mbr-iconfont {
  color: black;
}
.cid-tYH05QPzil {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYH05QPzil nav.navbar {
  position: fixed;
}
.cid-tYH05QPzil .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-tYH05QPzil .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYH05QPzil .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYH05QPzil .dropdown-item:hover,
.cid-tYH05QPzil .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYH05QPzil .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYH05QPzil .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYH05QPzil .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYH05QPzil .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYH05QPzil .nav-link {
  position: relative;
}
.cid-tYH05QPzil .container {
  display: flex;
  margin: auto;
}
.cid-tYH05QPzil .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYH05QPzil .dropdown-menu,
.cid-tYH05QPzil .navbar.opened {
  background: #ffffff !important;
}
.cid-tYH05QPzil .nav-item:focus,
.cid-tYH05QPzil .nav-link:focus {
  outline: none;
}
.cid-tYH05QPzil .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYH05QPzil .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYH05QPzil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYH05QPzil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYH05QPzil .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYH05QPzil .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYH05QPzil .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYH05QPzil .navbar.opened {
  transition: all .3s;
}
.cid-tYH05QPzil .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYH05QPzil .navbar .navbar-logo img {
  width: auto;
}
.cid-tYH05QPzil .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYH05QPzil .navbar.collapsed {
  justify-content: center;
}
.cid-tYH05QPzil .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYH05QPzil .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYH05QPzil .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYH05QPzil .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYH05QPzil .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYH05QPzil .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-tYH05QPzil .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYH05QPzil .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYH05QPzil .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYH05QPzil .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYH05QPzil .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYH05QPzil .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYH05QPzil .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYH05QPzil .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-tYH05QPzil .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYH05QPzil .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYH05QPzil .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYH05QPzil .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYH05QPzil .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYH05QPzil .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYH05QPzil .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYH05QPzil .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYH05QPzil .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYH05QPzil .align-center {
  justify-content: center;
}
.cid-tYH05QPzil .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYH05QPzil .modal-footer {
  justify-content: center;
}
.cid-tYH05QPzil .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYH05QPzil .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYH05QPzil .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYH05QPzil .dropdown-item.active,
.cid-tYH05QPzil .dropdown-item:active {
  background-color: transparent;
}
.cid-tYH05QPzil .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYH05QPzil .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYH05QPzil .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYH05QPzil .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYH05QPzil .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYH05QPzil .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYH05QPzil ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYH05QPzil .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYH05QPzil button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYH05QPzil button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYH05QPzil button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYH05QPzil button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYH05QPzil button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYH05QPzil button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYH05QPzil nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYH05QPzil nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYH05QPzil nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYH05QPzil nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYH05QPzil .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYH05QPzil a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYH05QPzil .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-tYH05QPzil .navbar {
    height: 70px;
  }
  .cid-tYH05QPzil .navbar.opened {
    height: auto;
  }
  .cid-tYH05QPzil .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYH05QPzil .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYH05S9DpY {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-tYH05S9DpY .mbr-section-title,
  .cid-tYH05S9DpY .mbr-section-subtitle,
  .cid-tYH05S9DpY .mbr-section-btn,
  .cid-tYH05S9DpY .mbr-text {
    text-align: center;
  }
}
.cid-tYH05S9DpY .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tYH05S9DpY .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tYH05S9DpY .mbr-text,
.cid-tYH05S9DpY .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-viEVaVrjWr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viEVbUwMyc {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-viEVbUwMyc .video-wrapper iframe {
  width: 100%;
}
.cid-viEVbUwMyc .mbr-section-title,
.cid-viEVbUwMyc .mbr-section-subtitle,
.cid-viEVbUwMyc .mbr-text {
  text-align: center;
}
.cid-tYH05T4tqZ {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fcfcfc;
}
@media (min-width: 1500px) {
  .cid-tYH05T4tqZ .container {
    max-width: 1400px;
  }
}
.cid-tYH05T4tqZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tYH05T4tqZ .card-wrapper {
  margin-top: 3rem;
}
.cid-tYH05T4tqZ .row {
  justify-content: center;
}
.cid-tYH05UZkDa {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYH05UZkDa .item:focus,
.cid-tYH05UZkDa span:focus {
  outline: none;
}
.cid-tYH05UZkDa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYH05UZkDa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYH05UZkDa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYH05UZkDa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYH05UZkDa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYH05UZkDa .mbr-section-title {
  color: #232323;
}
.cid-tYH05UZkDa .mbr-text,
.cid-tYH05UZkDa .mbr-section-btn {
  text-align: center;
}
.cid-tYH05UZkDa .item-title {
  text-align: center;
}
.cid-tYH05UZkDa .item-subtitle {
  text-align: center;
}
.cid-tYH05Z3GTK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYH05Z3GTK .mbr-text,
.cid-tYH05Z3GTK .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYH05Z3GTK .mbr-text,
  .cid-tYH05Z3GTK .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYH05Z3GTK .mbr-text,
  .cid-tYH05Z3GTK .mbr-section-title {
    text-align: center;
  }
}
.cid-tYH05Z3GTK a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYH05Z3GTK .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYH05Z3GTK .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYH05Z3GTK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYH05Z3GTK .justify-content-center {
  align-items: center;
}
.cid-tYH05Z3GTK .mbr-section-title {
  color: #ffffff;
}
.cid-tYH060hami {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYH060hami .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYH060hami .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYH060hami .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYH060hami .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYH060hami .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viEVjCl5gI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-viEVjCl5gI .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4479d9;
  margin-left: 1rem;
}
.cid-viEVjCl5gI .panel-group {
  border: none;
}
.cid-viEVjCl5gI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-viEVjCl5gI .panel-body,
.cid-viEVjCl5gI .card-header {
  padding: 1rem 0;
}
.cid-viEVjCl5gI .panel-title-edit {
  color: #000000;
}
.cid-viEVjCl5gI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYH061JBbL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tYH061JBbL .carousel-item {
  justify-content: center;
}
.cid-tYH061JBbL .carousel-item.active,
.cid-tYH061JBbL .carousel-item-next,
.cid-tYH061JBbL .carousel-item-prev {
  display: flex;
}
.cid-tYH061JBbL .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tYH061JBbL .carousel-control-next span {
  padding-left: 5px;
}
.cid-tYH061JBbL .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tYH061JBbL .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tYH061JBbL .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tYH061JBbL .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYH064605P {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tYH064605P .media-container-row {
  justify-content: space-between;
}
.cid-tYH064605P .text-content {
  max-width: 50%;
}
.cid-tYH064605P .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tYH064605P .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tYH064605P .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tYH064605P .icons {
    justify-content: center !important;
  }
  .cid-tYH064605P .text-content * {
    text-align: center;
  }
}
.cid-viEVhgRbFw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-viEVhgRbFw .video-wrapper iframe {
  width: 100%;
}
.cid-viEVhgRbFw .mbr-section-title,
.cid-viEVhgRbFw .mbr-section-subtitle,
.cid-viEVhgRbFw .mbr-text {
  text-align: center;
}
.cid-tYH066Qip1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYH066Qip1 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tYH0680XFT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-tYH0680XFT .mbr-section-title {
  color: #fafafa;
}
.cid-tYH069nT5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYH069nT5J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYH069nT5J .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYH069nT5J .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYH069nT5J .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYH069nT5J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYH069nT5J .list {
    margin-bottom: 0rem;
  }
}
.cid-tYH069nT5J .mbr-text {
  color: #bbbbbb;
}
.cid-tYH069nT5J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYH069nT5J .mbr-iconfont {
  color: black;
}
.cid-tYHfqTnhJW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHfqTnhJW nav.navbar {
  position: fixed;
}
.cid-tYHfqTnhJW .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-tYHfqTnhJW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHfqTnhJW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHfqTnhJW .dropdown-item:hover,
.cid-tYHfqTnhJW .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHfqTnhJW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHfqTnhJW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHfqTnhJW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHfqTnhJW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHfqTnhJW .nav-link {
  position: relative;
}
.cid-tYHfqTnhJW .container {
  display: flex;
  margin: auto;
}
.cid-tYHfqTnhJW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHfqTnhJW .dropdown-menu,
.cid-tYHfqTnhJW .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHfqTnhJW .nav-item:focus,
.cid-tYHfqTnhJW .nav-link:focus {
  outline: none;
}
.cid-tYHfqTnhJW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHfqTnhJW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHfqTnhJW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHfqTnhJW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHfqTnhJW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHfqTnhJW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHfqTnhJW .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHfqTnhJW .navbar.opened {
  transition: all .3s;
}
.cid-tYHfqTnhJW .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHfqTnhJW .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHfqTnhJW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHfqTnhJW .navbar.collapsed {
  justify-content: center;
}
.cid-tYHfqTnhJW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHfqTnhJW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHfqTnhJW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHfqTnhJW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHfqTnhJW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHfqTnhJW .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-tYHfqTnhJW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHfqTnhJW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHfqTnhJW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHfqTnhJW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHfqTnhJW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHfqTnhJW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHfqTnhJW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHfqTnhJW .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-tYHfqTnhJW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHfqTnhJW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHfqTnhJW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHfqTnhJW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHfqTnhJW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHfqTnhJW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHfqTnhJW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHfqTnhJW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHfqTnhJW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHfqTnhJW .align-center {
  justify-content: center;
}
.cid-tYHfqTnhJW .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHfqTnhJW .modal-footer {
  justify-content: center;
}
.cid-tYHfqTnhJW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHfqTnhJW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHfqTnhJW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHfqTnhJW .dropdown-item.active,
.cid-tYHfqTnhJW .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHfqTnhJW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHfqTnhJW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHfqTnhJW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHfqTnhJW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHfqTnhJW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHfqTnhJW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHfqTnhJW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHfqTnhJW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHfqTnhJW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHfqTnhJW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHfqTnhJW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHfqTnhJW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHfqTnhJW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHfqTnhJW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHfqTnhJW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHfqTnhJW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHfqTnhJW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHfqTnhJW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHfqTnhJW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHfqTnhJW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHfqTnhJW .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-tYHfqTnhJW .navbar {
    height: 70px;
  }
  .cid-tYHfqTnhJW .navbar.opened {
    height: auto;
  }
  .cid-tYHfqTnhJW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHfqTnhJW .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHfqUCsDk {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tYMhMZs7uy {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tYMhMZs7uy .container {
    max-width: 1400px;
  }
}
.cid-tYMhMZs7uy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tYMhMZs7uy .card-wrapper {
  margin-top: 3rem;
}
.cid-tYMhMZs7uy .row {
  justify-content: center;
}
.cid-tYHfqXihBQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYHfqXihBQ img,
.cid-tYHfqXihBQ .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tYHfqXihBQ .item:focus,
.cid-tYHfqXihBQ span:focus {
  outline: none;
}
.cid-tYHfqXihBQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYHfqXihBQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYHfqXihBQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYHfqXihBQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYHfqXihBQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYHfqXihBQ .mbr-section-title {
  color: #232323;
}
.cid-tYHfqXihBQ .mbr-text,
.cid-tYHfqXihBQ .mbr-section-btn {
  text-align: left;
}
.cid-tYHfqXihBQ .item-title {
  text-align: center;
  color: #6592e6;
}
.cid-tYHfqXihBQ .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tYHfqZTXwy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHfqZTXwy .mbr-text,
.cid-tYHfqZTXwy .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHfqZTXwy .mbr-text,
  .cid-tYHfqZTXwy .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHfqZTXwy .mbr-text,
  .cid-tYHfqZTXwy .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHfqZTXwy a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHfqZTXwy .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHfqZTXwy .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHfqZTXwy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHfqZTXwy .justify-content-center {
  align-items: center;
}
.cid-tYHfqZTXwy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tYMhHZo9bf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYMhHZo9bf .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYMhHZo9bf .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYMhHZo9bf .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYMhHZo9bf .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYMhHZo9bf .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHfr3Oj9n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHfr3Oj9n .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tYMhGknxwd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tYMhGknxwd .media-container-row {
  justify-content: space-between;
}
.cid-tYMhGknxwd .text-content {
  max-width: 50%;
}
.cid-tYMhGknxwd .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tYMhGknxwd .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tYMhGknxwd .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tYMhGknxwd .icons {
    justify-content: center !important;
  }
  .cid-tYMhGknxwd .text-content * {
    text-align: center;
  }
}
.cid-tYMhE5NSwn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-tYMhE5NSwn .mbr-section-title {
  color: #ffffff;
}
.cid-tYMhF1nU8J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tYMhF1nU8J .carousel-item {
  justify-content: center;
}
.cid-tYMhF1nU8J .carousel-item.active,
.cid-tYMhF1nU8J .carousel-item-next,
.cid-tYMhF1nU8J .carousel-item-prev {
  display: flex;
}
.cid-tYMhF1nU8J .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tYMhF1nU8J .carousel-control-next span {
  padding-left: 5px;
}
.cid-tYMhF1nU8J .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tYMhF1nU8J .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tYMhF1nU8J .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tYMhF1nU8J .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHfraSYFU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHfraSYFU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHfraSYFU .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHfraSYFU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHfraSYFU .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHfraSYFU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHfraSYFU .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHfraSYFU .mbr-text {
  color: #bbbbbb;
}
.cid-tYHfraSYFU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHfraSYFU .mbr-iconfont {
  color: black;
}
.cid-tYHfTBS4sL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-tYHfTBS4sL .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYHfTBS4sL .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYHfTBS4sL .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHfTBS4sL .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYHfTBS4sL .mbr-text,
.cid-tYHfTBS4sL .mbr-section-btn {
  text-align: left;
}
.cid-tYHfTBS4sL .card-title {
  text-align: left;
}
.cid-viQiIoic2Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fcfcfc;
}
.cid-viQiJgKPVX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-viQ3vPDMdw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-viQ3vPDMdw .item:focus,
.cid-viQ3vPDMdw span:focus {
  outline: none;
}
.cid-viQ3vPDMdw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-viQ3vPDMdw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-viQ3vPDMdw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-viQ3vPDMdw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-viQ3vPDMdw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-viQ3vPDMdw .mbr-section-title {
  color: #232323;
}
.cid-viQ3vPDMdw .mbr-text,
.cid-viQ3vPDMdw .mbr-section-btn {
  text-align: center;
}
.cid-viQ3vPDMdw .item-title {
  text-align: center;
}
.cid-viQ3vPDMdw .item-subtitle {
  text-align: center;
}
.cid-tYHfTIKesO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHfTIKesO .mbr-text,
.cid-tYHfTIKesO .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHfTIKesO .mbr-text,
  .cid-tYHfTIKesO .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHfTIKesO .mbr-text,
  .cid-tYHfTIKesO .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHfTIKesO a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHfTIKesO .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHfTIKesO .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHfTIKesO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHfTIKesO .justify-content-center {
  align-items: center;
}
.cid-tYHfTIKesO .mbr-section-title {
  color: #ffffff;
}
.cid-tYHfTKeyJw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYHfTKeyJw .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYHfTKeyJw .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYHfTKeyJw .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHfTKeyJw .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYHfTKeyJw .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHfTM3I0L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHfTM3I0L .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tYHfTNo3CC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tYHfTNo3CC .media-container-row {
  justify-content: space-between;
}
.cid-tYHfTNo3CC .text-content {
  max-width: 50%;
}
.cid-tYHfTNo3CC .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tYHfTNo3CC .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tYHfTNo3CC .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tYHfTNo3CC .icons {
    justify-content: center !important;
  }
  .cid-tYHfTNo3CC .text-content * {
    text-align: center;
  }
}
.cid-viQmcs8vsR {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-viQmcs8vsR .video-wrapper iframe {
  width: 100%;
}
.cid-viQmcs8vsR .mbr-section-title,
.cid-viQmcs8vsR .mbr-section-subtitle,
.cid-viQmcs8vsR .mbr-text {
  text-align: center;
}
.cid-tYHfTRpc4e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-tYHfTRpc4e .mbr-section-title {
  color: #ffffff;
}
.cid-tYHfTWmJ0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZYL0LD6gW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZYL0LD6gW .carousel-item {
  justify-content: center;
}
.cid-tZYL0LD6gW .carousel-item.active,
.cid-tZYL0LD6gW .carousel-item-next,
.cid-tZYL0LD6gW .carousel-item-prev {
  display: flex;
}
.cid-tZYL0LD6gW .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZYL0LD6gW .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZYL0LD6gW .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZYL0LD6gW .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZYL0LD6gW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZYL0LD6gW .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-viQiEvDFrh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYHfTY7Z2B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHfTY7Z2B .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHfTY7Z2B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHfTY7Z2B .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHfTY7Z2B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHfTY7Z2B .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHfTY7Z2B .mbr-text {
  color: #bbbbbb;
}
.cid-tYHfTY7Z2B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHfTY7Z2B .mbr-iconfont {
  color: black;
}
.cid-tYHfU1p5OO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHfU1p5OO nav.navbar {
  position: fixed;
}
.cid-tYHfU1p5OO .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-tYHfU1p5OO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHfU1p5OO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHfU1p5OO .dropdown-item:hover,
.cid-tYHfU1p5OO .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHfU1p5OO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHfU1p5OO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHfU1p5OO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHfU1p5OO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHfU1p5OO .nav-link {
  position: relative;
}
.cid-tYHfU1p5OO .container {
  display: flex;
  margin: auto;
}
.cid-tYHfU1p5OO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHfU1p5OO .dropdown-menu,
.cid-tYHfU1p5OO .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHfU1p5OO .nav-item:focus,
.cid-tYHfU1p5OO .nav-link:focus {
  outline: none;
}
.cid-tYHfU1p5OO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHfU1p5OO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHfU1p5OO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHfU1p5OO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHfU1p5OO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHfU1p5OO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHfU1p5OO .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHfU1p5OO .navbar.opened {
  transition: all .3s;
}
.cid-tYHfU1p5OO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHfU1p5OO .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHfU1p5OO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHfU1p5OO .navbar.collapsed {
  justify-content: center;
}
.cid-tYHfU1p5OO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHfU1p5OO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHfU1p5OO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHfU1p5OO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHfU1p5OO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHfU1p5OO .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-tYHfU1p5OO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHfU1p5OO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHfU1p5OO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHfU1p5OO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHfU1p5OO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHfU1p5OO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHfU1p5OO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHfU1p5OO .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-tYHfU1p5OO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHfU1p5OO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHfU1p5OO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHfU1p5OO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHfU1p5OO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHfU1p5OO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHfU1p5OO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHfU1p5OO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHfU1p5OO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHfU1p5OO .align-center {
  justify-content: center;
}
.cid-tYHfU1p5OO .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHfU1p5OO .modal-footer {
  justify-content: center;
}
.cid-tYHfU1p5OO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHfU1p5OO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHfU1p5OO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHfU1p5OO .dropdown-item.active,
.cid-tYHfU1p5OO .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHfU1p5OO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHfU1p5OO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHfU1p5OO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHfU1p5OO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHfU1p5OO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHfU1p5OO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHfU1p5OO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHfU1p5OO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHfU1p5OO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHfU1p5OO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHfU1p5OO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHfU1p5OO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHfU1p5OO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHfU1p5OO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHfU1p5OO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHfU1p5OO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHfU1p5OO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHfU1p5OO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHfU1p5OO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHfU1p5OO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHfU1p5OO .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-tYHfU1p5OO .navbar {
    height: 70px;
  }
  .cid-tYHfU1p5OO .navbar.opened {
    height: auto;
  }
  .cid-tYHfU1p5OO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHfU1p5OO .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHgai78wm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tYHgai78wm .mbr-text,
.cid-tYHgai78wm .mbr-section-btn {
  text-align: left;
}
.cid-tYHgai78wm .mbr-section-title {
  text-align: left;
}
.cid-tYHgajyRwl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYHgajyRwl .mbr-text {
  color: #767676;
}
.cid-tYHgajyRwl .mbr-section-subtitle {
  color: #767676;
}
.cid-tYHgajyRwl .title .num {
  width: 100%;
  display: block;
  font-size: 4rem;
}
.cid-tYHgajyRwl .title .card-title {
  z-index: 1;
}
.cid-tYHgajyRwl .num {
  color: #6592e6;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tYHgajyRwl * {
    text-align: center !important;
  }
  .cid-tYHgajyRwl .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tYHgajyRwl .card-title,
.cid-tYHgajyRwl .card-img {
  text-align: center;
}
.cid-tYHgajyRwl .card-text {
  text-align: center;
}
.cid-tYHgajyRwl .mbr-section-title,
.cid-tYHgajyRwl .card-box {
  text-align: center;
}
.cid-tYHgakTXIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tYHgakTXIk .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYHgakTXIk .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYHgakTXIk .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHgakTXIk .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYHgakTXIk .mbr-text,
.cid-tYHgakTXIk .mbr-section-btn {
  color: #ffffff;
}
.cid-tYHgakTXIk .card-title,
.cid-tYHgakTXIk .card-box {
  text-align: left;
}
.cid-tYP8opAkwp {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tYP8opAkwp .container {
    max-width: 1400px;
  }
}
.cid-tYP8opAkwp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tYP8opAkwp .card-wrapper {
  margin-top: 3rem;
}
.cid-tYP8opAkwp .row {
  justify-content: center;
}
.cid-tYP8Cg5dgc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYP8Cg5dgc .mbr-text,
.cid-tYP8Cg5dgc .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYP8Cg5dgc .mbr-text,
  .cid-tYP8Cg5dgc .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYP8Cg5dgc .mbr-text,
  .cid-tYP8Cg5dgc .mbr-section-title {
    text-align: center;
  }
}
.cid-tYP8Cg5dgc a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYP8Cg5dgc .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYP8Cg5dgc .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYP8Cg5dgc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYP8Cg5dgc .justify-content-center {
  align-items: center;
}
.cid-tYP8Cg5dgc .mbr-section-title {
  color: #ffffff;
}
.cid-tYP8DQNvX2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYP8DQNvX2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYP8DQNvX2 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYP8DQNvX2 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYP8DQNvX2 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYP8DQNvX2 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHgap8pYq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHgap8pYq .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tYP8EKj45h {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tYP8EKj45h .media-container-row {
  justify-content: space-between;
}
.cid-tYP8EKj45h .text-content {
  max-width: 50%;
}
.cid-tYP8EKj45h .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tYP8EKj45h .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tYP8EKj45h .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tYP8EKj45h .icons {
    justify-content: center !important;
  }
  .cid-tYP8EKj45h .text-content * {
    text-align: center;
  }
}
.cid-tYP8FUVI1E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tYP8FUVI1E .carousel-item {
  justify-content: center;
}
.cid-tYP8FUVI1E .carousel-item.active,
.cid-tYP8FUVI1E .carousel-item-next,
.cid-tYP8FUVI1E .carousel-item-prev {
  display: flex;
}
.cid-tYP8FUVI1E .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tYP8FUVI1E .carousel-control-next span {
  padding-left: 5px;
}
.cid-tYP8FUVI1E .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tYP8FUVI1E .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tYP8FUVI1E .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tYP8FUVI1E .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYP8GGFNTU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-tYP8GGFNTU .mbr-section-title {
  color: #ffffff;
}
.cid-tYHgaulNzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHgaulNzP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHgaulNzP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHgaulNzP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHgaulNzP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHgaulNzP .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHgaulNzP .mbr-text {
  color: #bbbbbb;
}
.cid-tYHgaulNzP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHgaulNzP .mbr-iconfont {
  color: black;
}
.cid-tYHgaxafpE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHgaxafpE nav.navbar {
  position: fixed;
}
.cid-tYHgaxafpE .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-tYHgaxafpE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHgaxafpE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHgaxafpE .dropdown-item:hover,
.cid-tYHgaxafpE .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHgaxafpE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHgaxafpE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHgaxafpE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHgaxafpE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHgaxafpE .nav-link {
  position: relative;
}
.cid-tYHgaxafpE .container {
  display: flex;
  margin: auto;
}
.cid-tYHgaxafpE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHgaxafpE .dropdown-menu,
.cid-tYHgaxafpE .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHgaxafpE .nav-item:focus,
.cid-tYHgaxafpE .nav-link:focus {
  outline: none;
}
.cid-tYHgaxafpE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHgaxafpE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHgaxafpE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHgaxafpE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHgaxafpE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHgaxafpE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHgaxafpE .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHgaxafpE .navbar.opened {
  transition: all .3s;
}
.cid-tYHgaxafpE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHgaxafpE .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHgaxafpE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHgaxafpE .navbar.collapsed {
  justify-content: center;
}
.cid-tYHgaxafpE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHgaxafpE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHgaxafpE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHgaxafpE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHgaxafpE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHgaxafpE .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-tYHgaxafpE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHgaxafpE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHgaxafpE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHgaxafpE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHgaxafpE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHgaxafpE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHgaxafpE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHgaxafpE .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-tYHgaxafpE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHgaxafpE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHgaxafpE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHgaxafpE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHgaxafpE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHgaxafpE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHgaxafpE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHgaxafpE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHgaxafpE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHgaxafpE .align-center {
  justify-content: center;
}
.cid-tYHgaxafpE .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHgaxafpE .modal-footer {
  justify-content: center;
}
.cid-tYHgaxafpE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHgaxafpE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHgaxafpE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHgaxafpE .dropdown-item.active,
.cid-tYHgaxafpE .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHgaxafpE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHgaxafpE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHgaxafpE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHgaxafpE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHgaxafpE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHgaxafpE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHgaxafpE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHgaxafpE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHgaxafpE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHgaxafpE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHgaxafpE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHgaxafpE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHgaxafpE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHgaxafpE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHgaxafpE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHgaxafpE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHgaxafpE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHgaxafpE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHgaxafpE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHgaxafpE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHgaxafpE .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-tYHgaxafpE .navbar {
    height: 70px;
  }
  .cid-tYHgaxafpE .navbar.opened {
    height: auto;
  }
  .cid-tYHgaxafpE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHgaxafpE .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHgJG0wJY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHgJG0wJY nav.navbar {
  position: fixed;
}
.cid-tYHgJG0wJY .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-tYHgJG0wJY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHgJG0wJY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHgJG0wJY .dropdown-item:hover,
.cid-tYHgJG0wJY .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHgJG0wJY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHgJG0wJY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHgJG0wJY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHgJG0wJY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHgJG0wJY .nav-link {
  position: relative;
}
.cid-tYHgJG0wJY .container {
  display: flex;
  margin: auto;
}
.cid-tYHgJG0wJY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHgJG0wJY .dropdown-menu,
.cid-tYHgJG0wJY .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHgJG0wJY .nav-item:focus,
.cid-tYHgJG0wJY .nav-link:focus {
  outline: none;
}
.cid-tYHgJG0wJY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHgJG0wJY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHgJG0wJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHgJG0wJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHgJG0wJY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHgJG0wJY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHgJG0wJY .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHgJG0wJY .navbar.opened {
  transition: all .3s;
}
.cid-tYHgJG0wJY .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHgJG0wJY .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHgJG0wJY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHgJG0wJY .navbar.collapsed {
  justify-content: center;
}
.cid-tYHgJG0wJY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHgJG0wJY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHgJG0wJY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHgJG0wJY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHgJG0wJY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHgJG0wJY .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-tYHgJG0wJY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHgJG0wJY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHgJG0wJY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHgJG0wJY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHgJG0wJY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHgJG0wJY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHgJG0wJY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHgJG0wJY .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-tYHgJG0wJY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHgJG0wJY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHgJG0wJY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHgJG0wJY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHgJG0wJY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHgJG0wJY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHgJG0wJY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHgJG0wJY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHgJG0wJY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHgJG0wJY .align-center {
  justify-content: center;
}
.cid-tYHgJG0wJY .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHgJG0wJY .modal-footer {
  justify-content: center;
}
.cid-tYHgJG0wJY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHgJG0wJY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHgJG0wJY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHgJG0wJY .dropdown-item.active,
.cid-tYHgJG0wJY .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHgJG0wJY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHgJG0wJY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHgJG0wJY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHgJG0wJY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHgJG0wJY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHgJG0wJY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHgJG0wJY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHgJG0wJY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHgJG0wJY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHgJG0wJY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHgJG0wJY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHgJG0wJY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHgJG0wJY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHgJG0wJY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHgJG0wJY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHgJG0wJY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHgJG0wJY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHgJG0wJY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHgJG0wJY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHgJG0wJY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHgJG0wJY .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-tYHgJG0wJY .navbar {
    height: 70px;
  }
  .cid-tYHgJG0wJY .navbar.opened {
    height: auto;
  }
  .cid-tYHgJG0wJY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHgJG0wJY .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHgJH58OR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-tYHgJHTrgM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYHgJHTrgM .mbr-section-subtitle {
  text-align: left;
}
.cid-tYHgJHTrgM .mbr-section-title {
  text-align: left;
}
.cid-tYHgJIDf3B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-tYHgJIDf3B .card-box {
    padding: 1rem;
  }
  .cid-tYHgJIDf3B .mbr-section-btn,
  .cid-tYHgJIDf3B .price {
    text-align: center;
  }
  .cid-tYHgJIDf3B .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-tYHgJIDf3B .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHgJIDf3B .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tYHgJIDf3B .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tYHgJIDf3B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYHgJIDf3B .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tYPcdwy6Dv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYPcdwy6Dv .mbr-text,
.cid-tYPcdwy6Dv .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYPcdwy6Dv .mbr-text,
  .cid-tYPcdwy6Dv .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYPcdwy6Dv .mbr-text,
  .cid-tYPcdwy6Dv .mbr-section-title {
    text-align: center;
  }
}
.cid-tYPcdwy6Dv a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYPcdwy6Dv .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYPcdwy6Dv .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYPcdwy6Dv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYPcdwy6Dv .justify-content-center {
  align-items: center;
}
.cid-tYPcdwy6Dv .mbr-section-title {
  color: #ffffff;
}
.cid-tYPceo5R5L {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYPceo5R5L .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYPceo5R5L .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYPceo5R5L .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYPceo5R5L .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYPceo5R5L .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHgJLYNIO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHgJLYNIO .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tYPcfkW82a {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tYPcfkW82a .media-container-row {
  justify-content: space-between;
}
.cid-tYPcfkW82a .text-content {
  max-width: 50%;
}
.cid-tYPcfkW82a .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tYPcfkW82a .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tYPcfkW82a .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tYPcfkW82a .icons {
    justify-content: center !important;
  }
  .cid-tYPcfkW82a .text-content * {
    text-align: center;
  }
}
.cid-tYHgJNWwQ2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x723.jpg");
}
.cid-tYHgJNWwQ2 .mbr-section-title {
  color: #ffffff;
}
.cid-tYHgJOVLmk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHgJOVLmk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHgJOVLmk .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHgJOVLmk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHgJOVLmk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHgJOVLmk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHgJOVLmk .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHgJOVLmk .mbr-text {
  color: #bbbbbb;
}
.cid-tYHgJOVLmk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHgJOVLmk .mbr-iconfont {
  color: black;
}
.cid-sz4vMj3ZbS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sz4vMj3ZbS nav.navbar {
  position: fixed;
}
.cid-sz4vMj3ZbS .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-sz4vMj3ZbS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sz4vMj3ZbS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sz4vMj3ZbS .dropdown-item:hover,
.cid-sz4vMj3ZbS .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sz4vMj3ZbS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sz4vMj3ZbS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sz4vMj3ZbS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sz4vMj3ZbS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sz4vMj3ZbS .nav-link {
  position: relative;
}
.cid-sz4vMj3ZbS .container {
  display: flex;
  margin: auto;
}
.cid-sz4vMj3ZbS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sz4vMj3ZbS .dropdown-menu,
.cid-sz4vMj3ZbS .navbar.opened {
  background: #ffffff !important;
}
.cid-sz4vMj3ZbS .nav-item:focus,
.cid-sz4vMj3ZbS .nav-link:focus {
  outline: none;
}
.cid-sz4vMj3ZbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sz4vMj3ZbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz4vMj3ZbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sz4vMj3ZbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sz4vMj3ZbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz4vMj3ZbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz4vMj3ZbS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sz4vMj3ZbS .navbar.opened {
  transition: all .3s;
}
.cid-sz4vMj3ZbS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sz4vMj3ZbS .navbar .navbar-logo img {
  width: auto;
}
.cid-sz4vMj3ZbS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sz4vMj3ZbS .navbar.collapsed {
  justify-content: center;
}
.cid-sz4vMj3ZbS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz4vMj3ZbS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sz4vMj3ZbS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sz4vMj3ZbS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz4vMj3ZbS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz4vMj3ZbS .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-sz4vMj3ZbS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz4vMj3ZbS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sz4vMj3ZbS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sz4vMj3ZbS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz4vMj3ZbS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz4vMj3ZbS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz4vMj3ZbS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz4vMj3ZbS .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-sz4vMj3ZbS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sz4vMj3ZbS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz4vMj3ZbS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz4vMj3ZbS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sz4vMj3ZbS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sz4vMj3ZbS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sz4vMj3ZbS .navbar.navbar-short {
  min-height: 60px;
}
.cid-sz4vMj3ZbS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sz4vMj3ZbS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sz4vMj3ZbS .align-center {
  justify-content: center;
}
.cid-sz4vMj3ZbS .modal-content {
  height: auto;
  justify-content: center;
}
.cid-sz4vMj3ZbS .modal-footer {
  justify-content: center;
}
.cid-sz4vMj3ZbS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sz4vMj3ZbS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz4vMj3ZbS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz4vMj3ZbS .dropdown-item.active,
.cid-sz4vMj3ZbS .dropdown-item:active {
  background-color: transparent;
}
.cid-sz4vMj3ZbS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz4vMj3ZbS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz4vMj3ZbS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz4vMj3ZbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sz4vMj3ZbS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz4vMj3ZbS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sz4vMj3ZbS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sz4vMj3ZbS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sz4vMj3ZbS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sz4vMj3ZbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sz4vMj3ZbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sz4vMj3ZbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sz4vMj3ZbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sz4vMj3ZbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sz4vMj3ZbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz4vMj3ZbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sz4vMj3ZbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sz4vMj3ZbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz4vMj3ZbS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sz4vMj3ZbS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sz4vMj3ZbS .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-sz4vMj3ZbS .navbar {
    height: 70px;
  }
  .cid-sz4vMj3ZbS .navbar.opened {
    height: auto;
  }
  .cid-sz4vMj3ZbS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz4vMj3ZbS .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-sz4vMk0Jca {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sz4xrcxhDd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sz4xrcxhDd .mbr-section-subtitle {
  text-align: left;
}
.cid-sz4xrcxhDd .mbr-section-title {
  text-align: left;
}
.cid-sz4vMkW8OE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-sz4vMkW8OE .card-box {
    padding: 1rem;
  }
  .cid-sz4vMkW8OE .mbr-section-btn,
  .cid-sz4vMkW8OE .price {
    text-align: center;
  }
  .cid-sz4vMkW8OE .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sz4vMkW8OE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sz4vMkW8OE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sz4vMkW8OE .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sz4vMkW8OE .image-wrapper img {
  width: 100%;
  object-fit: cover;
  padding-right: 1rem;
  padding-left: 1rem;
}
.cid-sz4vMkW8OE .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sz4zfzcZM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sz4zfzcZM5 .mbr-section-subtitle {
  text-align: left;
}
.cid-sz4zfzcZM5 .mbr-section-title {
  text-align: left;
}
.cid-sz4vMlV4eu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sz4vMlV4eu .mbr-text,
.cid-sz4vMlV4eu .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sz4vMlV4eu .mbr-text,
  .cid-sz4vMlV4eu .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sz4vMlV4eu .mbr-text,
  .cid-sz4vMlV4eu .mbr-section-title {
    text-align: center;
  }
}
.cid-sz4vMlV4eu a.btn {
  height: 100%;
  margin: 0;
}
.cid-sz4vMlV4eu .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sz4vMlV4eu .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sz4vMlV4eu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz4vMlV4eu .justify-content-center {
  align-items: center;
}
.cid-sz4vMlV4eu .mbr-section-title {
  color: #ffffff;
}
.cid-szp3T34dG5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szp3T34dG5 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-szp3T34dG5 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-szp3T34dG5 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szp3T34dG5 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-szp3T34dG5 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viQy3KPOfq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viQy3KPOfq .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sz4vMoztz9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1251.jpg");
}
.cid-sz4vMoztz9 .mbr-section-title {
  color: #ffffff;
}
.cid-sz4vMp2vKo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sz4vMp2vKo .media-container-row {
  justify-content: space-between;
}
.cid-sz4vMp2vKo .text-content {
  max-width: 50%;
}
.cid-sz4vMp2vKo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sz4vMp2vKo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sz4vMp2vKo .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sz4vMp2vKo .icons {
    justify-content: center !important;
  }
  .cid-sz4vMp2vKo .text-content * {
    text-align: center;
  }
}
.cid-sz4vMpP2e2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sz4vMpP2e2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sz4vMpP2e2 .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-sz4vMpP2e2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sz4vMpP2e2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sz4vMpP2e2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sz4vMpP2e2 .list {
    margin-bottom: 0rem;
  }
}
.cid-sz4vMpP2e2 .mbr-text {
  color: #bbbbbb;
}
.cid-sz4vMpP2e2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sz4vMpP2e2 .mbr-iconfont {
  color: black;
}
.cid-tYHh5eW8j9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHh5eW8j9 nav.navbar {
  position: fixed;
}
.cid-tYHh5eW8j9 .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-tYHh5eW8j9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHh5eW8j9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHh5eW8j9 .dropdown-item:hover,
.cid-tYHh5eW8j9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHh5eW8j9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHh5eW8j9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHh5eW8j9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHh5eW8j9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHh5eW8j9 .nav-link {
  position: relative;
}
.cid-tYHh5eW8j9 .container {
  display: flex;
  margin: auto;
}
.cid-tYHh5eW8j9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHh5eW8j9 .dropdown-menu,
.cid-tYHh5eW8j9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHh5eW8j9 .nav-item:focus,
.cid-tYHh5eW8j9 .nav-link:focus {
  outline: none;
}
.cid-tYHh5eW8j9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHh5eW8j9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHh5eW8j9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHh5eW8j9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHh5eW8j9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHh5eW8j9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHh5eW8j9 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHh5eW8j9 .navbar.opened {
  transition: all .3s;
}
.cid-tYHh5eW8j9 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHh5eW8j9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHh5eW8j9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHh5eW8j9 .navbar.collapsed {
  justify-content: center;
}
.cid-tYHh5eW8j9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHh5eW8j9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHh5eW8j9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHh5eW8j9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHh5eW8j9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHh5eW8j9 .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-tYHh5eW8j9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHh5eW8j9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHh5eW8j9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHh5eW8j9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHh5eW8j9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHh5eW8j9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHh5eW8j9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHh5eW8j9 .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-tYHh5eW8j9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHh5eW8j9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHh5eW8j9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHh5eW8j9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHh5eW8j9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHh5eW8j9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHh5eW8j9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHh5eW8j9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHh5eW8j9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHh5eW8j9 .align-center {
  justify-content: center;
}
.cid-tYHh5eW8j9 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHh5eW8j9 .modal-footer {
  justify-content: center;
}
.cid-tYHh5eW8j9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHh5eW8j9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHh5eW8j9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHh5eW8j9 .dropdown-item.active,
.cid-tYHh5eW8j9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHh5eW8j9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHh5eW8j9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHh5eW8j9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHh5eW8j9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHh5eW8j9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHh5eW8j9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHh5eW8j9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHh5eW8j9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHh5eW8j9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHh5eW8j9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHh5eW8j9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHh5eW8j9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHh5eW8j9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHh5eW8j9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHh5eW8j9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHh5eW8j9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHh5eW8j9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHh5eW8j9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHh5eW8j9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHh5eW8j9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHh5eW8j9 .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-tYHh5eW8j9 .navbar {
    height: 70px;
  }
  .cid-tYHh5eW8j9 .navbar.opened {
    height: auto;
  }
  .cid-tYHh5eW8j9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHh5eW8j9 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHh5gp3YR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tYHh5h51zx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYHh5h51zx .mbr-section-subtitle {
  text-align: left;
}
.cid-tYHh5h51zx .mbr-section-title {
  text-align: left;
}
.cid-tYHh5hJdvJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-tYHh5hJdvJ .card-box {
    padding: 1rem;
  }
  .cid-tYHh5hJdvJ .mbr-section-btn,
  .cid-tYHh5hJdvJ .price {
    text-align: center;
  }
  .cid-tYHh5hJdvJ .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-tYHh5hJdvJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHh5hJdvJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tYHh5hJdvJ .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tYHh5hJdvJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  padding-right: 1rem;
  padding-left: 1rem;
}
.cid-tYHh5hJdvJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tYHh5iH8fb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYHh5iH8fb .mbr-section-subtitle {
  text-align: left;
}
.cid-tYHh5iH8fb .mbr-section-title {
  text-align: left;
}
.cid-tYHh5joOMc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHh5joOMc .mbr-text,
.cid-tYHh5joOMc .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHh5joOMc .mbr-text,
  .cid-tYHh5joOMc .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHh5joOMc .mbr-text,
  .cid-tYHh5joOMc .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHh5joOMc a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHh5joOMc .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHh5joOMc .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHh5joOMc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHh5joOMc .justify-content-center {
  align-items: center;
}
.cid-tYHh5joOMc .mbr-section-title {
  color: #ffffff;
}
.cid-tYPdIdfxri {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYPdIdfxri .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYPdIdfxri .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYPdIdfxri .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYPdIdfxri .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYPdIdfxri .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHh5lh4Pk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHh5lh4Pk .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tYPdKcpdI9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tYPdKcpdI9 .media-container-row {
  justify-content: space-between;
}
.cid-tYPdKcpdI9 .text-content {
  max-width: 50%;
}
.cid-tYPdKcpdI9 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tYPdKcpdI9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tYPdKcpdI9 .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tYPdKcpdI9 .icons {
    justify-content: center !important;
  }
  .cid-tYPdKcpdI9 .text-content * {
    text-align: center;
  }
}
.cid-tYHh5m1zg9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1251.jpg");
}
.cid-tYHh5m1zg9 .mbr-section-title {
  color: #ffffff;
}
.cid-tYHh5ofJaW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHh5ofJaW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHh5ofJaW .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHh5ofJaW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHh5ofJaW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHh5ofJaW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHh5ofJaW .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHh5ofJaW .mbr-text {
  color: #bbbbbb;
}
.cid-tYHh5ofJaW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHh5ofJaW .mbr-iconfont {
  color: black;
}
.cid-tYHhI9mT55 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHhI9mT55 nav.navbar {
  position: fixed;
}
.cid-tYHhI9mT55 .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-tYHhI9mT55 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHhI9mT55 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHhI9mT55 .dropdown-item:hover,
.cid-tYHhI9mT55 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHhI9mT55 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHhI9mT55 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHhI9mT55 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHhI9mT55 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHhI9mT55 .nav-link {
  position: relative;
}
.cid-tYHhI9mT55 .container {
  display: flex;
  margin: auto;
}
.cid-tYHhI9mT55 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHhI9mT55 .dropdown-menu,
.cid-tYHhI9mT55 .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHhI9mT55 .nav-item:focus,
.cid-tYHhI9mT55 .nav-link:focus {
  outline: none;
}
.cid-tYHhI9mT55 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHhI9mT55 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHhI9mT55 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHhI9mT55 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHhI9mT55 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHhI9mT55 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHhI9mT55 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHhI9mT55 .navbar.opened {
  transition: all .3s;
}
.cid-tYHhI9mT55 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHhI9mT55 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHhI9mT55 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHhI9mT55 .navbar.collapsed {
  justify-content: center;
}
.cid-tYHhI9mT55 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHhI9mT55 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHhI9mT55 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHhI9mT55 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHhI9mT55 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHhI9mT55 .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-tYHhI9mT55 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHhI9mT55 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHhI9mT55 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHhI9mT55 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHhI9mT55 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHhI9mT55 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHhI9mT55 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHhI9mT55 .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-tYHhI9mT55 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHhI9mT55 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHhI9mT55 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHhI9mT55 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHhI9mT55 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHhI9mT55 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHhI9mT55 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHhI9mT55 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHhI9mT55 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHhI9mT55 .align-center {
  justify-content: center;
}
.cid-tYHhI9mT55 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHhI9mT55 .modal-footer {
  justify-content: center;
}
.cid-tYHhI9mT55 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHhI9mT55 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHhI9mT55 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHhI9mT55 .dropdown-item.active,
.cid-tYHhI9mT55 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHhI9mT55 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHhI9mT55 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHhI9mT55 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHhI9mT55 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHhI9mT55 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHhI9mT55 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHhI9mT55 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHhI9mT55 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHhI9mT55 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHhI9mT55 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHhI9mT55 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHhI9mT55 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHhI9mT55 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHhI9mT55 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHhI9mT55 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHhI9mT55 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHhI9mT55 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHhI9mT55 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHhI9mT55 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHhI9mT55 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHhI9mT55 .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-tYHhI9mT55 .navbar {
    height: 70px;
  }
  .cid-tYHhI9mT55 .navbar.opened {
    height: auto;
  }
  .cid-tYHhI9mT55 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHhI9mT55 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHhIbFa0D {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYHhIbFa0D .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHhIbFa0D .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHhIbFa0D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHhIbFa0D .mbr-section-title {
  color: #000000;
}
.cid-tYHhIbFa0D .mbr-text,
.cid-tYHhIbFa0D .mbr-section-btn {
  color: #232323;
}
.cid-viFvFdHwAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-tYPeZyA6Eb {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tYPeZyA6Eb .container {
    max-width: 1400px;
  }
}
.cid-tYPeZyA6Eb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tYPeZyA6Eb .card-wrapper {
  margin-top: 3rem;
}
.cid-tYPeZyA6Eb .row {
  justify-content: center;
}
.cid-tYHhIfJzGy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHhIfJzGy .mbr-section-subtitle {
  text-align: center;
}
.cid-tYHhIhifJ5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYHhIiRD5b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tYHhIiRD5b .carousel {
    min-height: 600px;
  }
  .cid-tYHhIiRD5b .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHhIiRD5b .carousel {
    min-height: 390px;
  }
  .cid-tYHhIiRD5b .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tYHhIiRD5b .carousel {
    min-height: 330px;
  }
  .cid-tYHhIiRD5b .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tYHhIiRD5b .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYHhIiRD5b .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYHhIiRD5b .carousel,
.cid-tYHhIiRD5b .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYHhIiRD5b .item-wrapper {
  width: 100%;
}
.cid-tYHhIiRD5b .carousel-caption {
  bottom: 40px;
}
.cid-tYHhIiRD5b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYHhIiRD5b .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYHhIiRD5b .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYHhIiRD5b .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYHhIiRD5b .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYHhIiRD5b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYHhIiRD5b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYHhIiRD5b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYHhIiRD5b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYHhIiRD5b .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYHhIiRD5b .carousel-indicators li.active,
.cid-tYHhIiRD5b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYHhIiRD5b .carousel-indicators li::after,
.cid-tYHhIiRD5b .carousel-indicators li::before {
  content: none;
}
.cid-tYHhIiRD5b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYHhIiRD5b .carousel-indicators {
    display: none !important;
  }
}
.cid-viSzgDGA94 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-viSzgDGA94 .video-wrapper iframe {
  width: 100%;
}
.cid-viSzgDGA94 .mbr-section-title,
.cid-viSzgDGA94 .mbr-section-subtitle,
.cid-viSzgDGA94 .mbr-text {
  text-align: center;
}
.cid-tYHhInmzQc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYHhInmzQc .item:focus,
.cid-tYHhInmzQc span:focus {
  outline: none;
}
.cid-tYHhInmzQc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYHhInmzQc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYHhInmzQc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYHhInmzQc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYHhInmzQc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYHhInmzQc .mbr-section-title {
  color: #232323;
}
.cid-tYHhInmzQc .mbr-text,
.cid-tYHhInmzQc .mbr-section-btn {
  text-align: center;
}
.cid-tYHhInmzQc .item-title {
  text-align: center;
}
.cid-tYHhInmzQc .item-subtitle {
  text-align: center;
}
.cid-viFwhbg9xP {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fcfcfc;
}
.cid-viFwhbg9xP .video-wrapper iframe {
  width: 100%;
}
.cid-viFwhbg9xP .mbr-section-title,
.cid-viFwhbg9xP .mbr-section-subtitle,
.cid-viFwhbg9xP .mbr-text {
  text-align: center;
}
.cid-tYHhItFDic {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHhItFDic .timeline-element {
  position: relative;
}
.cid-tYHhItFDic .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHhItFDic .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYHhItFDic .mbr-section-title,
.cid-tYHhItFDic .mbr-section-subtitle,
.cid-tYHhItFDic .timeline-date {
  text-align: center;
}
.cid-tYHhItFDic .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #40b0bf;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tYHhItFDic .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tYHhItFDic .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tYHhItFDic .row:after {
  content: "";
  position: absolute;
  background-color: #40b0bf;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tYHhItFDic .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tYHhItFDic .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tYHhItFDic .timeline-date-wrapper,
  .cid-tYHhItFDic .timeline-text-wrapper,
  .cid-tYHhItFDic .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tYHhItFDic .mbr-timeline-date {
    text-align: center !important;
  }
  .cid-tYHhItFDic .mbr-timeline-title {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHhItFDic .timeline-date-wrapper,
  .cid-tYHhItFDic .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHhItFDic .timeline-date-wrapper,
  .cid-tYHhItFDic .timeline-text-wrapper,
  .cid-tYHhItFDic .image-wrapper {
    padding: 2rem;
  }
}
.cid-tYHhIw7Z2x {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tYHhIw7Z2x img,
.cid-tYHhIw7Z2x .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tYHhIw7Z2x .item:focus,
.cid-tYHhIw7Z2x span:focus {
  outline: none;
}
.cid-tYHhIw7Z2x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYHhIw7Z2x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYHhIw7Z2x .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYHhIw7Z2x .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYHhIw7Z2x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYHhIw7Z2x .mbr-section-title {
  color: #232323;
}
.cid-tYHhIw7Z2x .mbr-text,
.cid-tYHhIw7Z2x .mbr-section-btn {
  text-align: center;
}
.cid-tYHhIw7Z2x .item-title {
  text-align: center;
}
.cid-tYHhIw7Z2x .item-subtitle {
  text-align: center;
}
.cid-tYHhIxJL0S {
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  background-color: #ffffff;
}
.cid-tYHhIxJL0S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYHhIxJL0S a.panel-title {
  display: flex;
  align-items: center;
}
.cid-tYHhIxJL0S a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tYHhIxJL0S h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-tYHhIxJL0S .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tYHhIAMFT2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHhIAMFT2 .mbr-text,
.cid-tYHhIAMFT2 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHhIAMFT2 .mbr-text,
  .cid-tYHhIAMFT2 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHhIAMFT2 .mbr-text,
  .cid-tYHhIAMFT2 .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHhIAMFT2 a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHhIAMFT2 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHhIAMFT2 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHhIAMFT2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHhIAMFT2 .justify-content-center {
  align-items: center;
}
.cid-tYHhIAMFT2 .mbr-section-title {
  color: #ffffff;
}
.cid-tYSjZkX7af {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYSjZkX7af .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYSjZkX7af .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYSjZkX7af .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYSjZkX7af .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYSjZkX7af .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHhIGVQVV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHhIGVQVV .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tYSk0Kw0KN {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tYSk0Kw0KN .media-container-row {
  justify-content: space-between;
}
.cid-tYSk0Kw0KN .text-content {
  max-width: 50%;
}
.cid-tYSk0Kw0KN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tYSk0Kw0KN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tYSk0Kw0KN .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tYSk0Kw0KN .icons {
    justify-content: center !important;
  }
  .cid-tYSk0Kw0KN .text-content * {
    text-align: center;
  }
}
.cid-tYSk2aUY76 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tYSk2aUY76 .carousel-item {
  justify-content: center;
}
.cid-tYSk2aUY76 .carousel-item.active,
.cid-tYSk2aUY76 .carousel-item-next,
.cid-tYSk2aUY76 .carousel-item-prev {
  display: flex;
}
.cid-tYSk2aUY76 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tYSk2aUY76 .carousel-control-next span {
  padding-left: 5px;
}
.cid-tYSk2aUY76 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tYSk2aUY76 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tYSk2aUY76 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tYSk2aUY76 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHhINJdVQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpeg");
}
.cid-tYHhINJdVQ .mbr-section-title {
  color: #ffffff;
}
.cid-tYHhIPEgpp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHhIPEgpp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHhIPEgpp .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHhIPEgpp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHhIPEgpp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHhIPEgpp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHhIPEgpp .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHhIPEgpp .mbr-text {
  color: #bbbbbb;
}
.cid-tYHhIPEgpp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHhIPEgpp .mbr-iconfont {
  color: black;
}
.cid-tYHi9wgkqB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHi9wgkqB nav.navbar {
  position: fixed;
}
.cid-tYHi9wgkqB .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-tYHi9wgkqB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHi9wgkqB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHi9wgkqB .dropdown-item:hover,
.cid-tYHi9wgkqB .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHi9wgkqB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHi9wgkqB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHi9wgkqB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHi9wgkqB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHi9wgkqB .nav-link {
  position: relative;
}
.cid-tYHi9wgkqB .container {
  display: flex;
  margin: auto;
}
.cid-tYHi9wgkqB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHi9wgkqB .dropdown-menu,
.cid-tYHi9wgkqB .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHi9wgkqB .nav-item:focus,
.cid-tYHi9wgkqB .nav-link:focus {
  outline: none;
}
.cid-tYHi9wgkqB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHi9wgkqB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHi9wgkqB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHi9wgkqB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHi9wgkqB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHi9wgkqB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHi9wgkqB .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHi9wgkqB .navbar.opened {
  transition: all .3s;
}
.cid-tYHi9wgkqB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHi9wgkqB .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHi9wgkqB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHi9wgkqB .navbar.collapsed {
  justify-content: center;
}
.cid-tYHi9wgkqB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHi9wgkqB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHi9wgkqB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHi9wgkqB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHi9wgkqB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHi9wgkqB .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-tYHi9wgkqB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHi9wgkqB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHi9wgkqB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHi9wgkqB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHi9wgkqB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHi9wgkqB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHi9wgkqB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHi9wgkqB .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-tYHi9wgkqB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHi9wgkqB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHi9wgkqB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHi9wgkqB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHi9wgkqB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHi9wgkqB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHi9wgkqB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHi9wgkqB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHi9wgkqB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHi9wgkqB .align-center {
  justify-content: center;
}
.cid-tYHi9wgkqB .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHi9wgkqB .modal-footer {
  justify-content: center;
}
.cid-tYHi9wgkqB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHi9wgkqB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHi9wgkqB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHi9wgkqB .dropdown-item.active,
.cid-tYHi9wgkqB .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHi9wgkqB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHi9wgkqB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHi9wgkqB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHi9wgkqB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHi9wgkqB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHi9wgkqB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHi9wgkqB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHi9wgkqB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHi9wgkqB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHi9wgkqB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHi9wgkqB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHi9wgkqB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHi9wgkqB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHi9wgkqB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHi9wgkqB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHi9wgkqB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHi9wgkqB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHi9wgkqB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHi9wgkqB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHi9wgkqB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHi9wgkqB .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-tYHi9wgkqB .navbar {
    height: 70px;
  }
  .cid-tYHi9wgkqB .navbar.opened {
    height: auto;
  }
  .cid-tYHi9wgkqB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHi9wgkqB .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHi9xZ8Ee {
  background-color: #e7e7e7;
}
@media (max-width: 991px) {
  .cid-tYHi9xZ8Ee .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHi9xZ8Ee .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHi9xZ8Ee .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHi9xZ8Ee .mbr-section-title {
  color: #232323;
}
.cid-tYHi9xZ8Ee .mbr-text,
.cid-tYHi9xZ8Ee .mbr-section-btn {
  color: #000000;
}
.cid-tYHi9z4VI2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHi9z4VI2 .container {
    max-width: 1400px;
  }
}
.cid-tYHi9z4VI2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #696969;
  margin-bottom: 2rem;
}
.cid-tYHi9z4VI2 .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHi9z4VI2 .row {
  justify-content: center;
}
.cid-tYHi9AHXVJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHi9AHXVJ .mbr-section-subtitle {
  text-align: center;
}
.cid-tYHi9BMVLX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYHi9COx9K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tYHi9COx9K .carousel {
    min-height: 600px;
  }
  .cid-tYHi9COx9K .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHi9COx9K .carousel {
    min-height: 390px;
  }
  .cid-tYHi9COx9K .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tYHi9COx9K .carousel {
    min-height: 330px;
  }
  .cid-tYHi9COx9K .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tYHi9COx9K .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYHi9COx9K .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYHi9COx9K .carousel,
.cid-tYHi9COx9K .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYHi9COx9K .item-wrapper {
  width: 100%;
}
.cid-tYHi9COx9K .carousel-caption {
  bottom: 40px;
}
.cid-tYHi9COx9K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYHi9COx9K .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYHi9COx9K .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYHi9COx9K .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYHi9COx9K .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYHi9COx9K .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYHi9COx9K .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYHi9COx9K .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYHi9COx9K .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYHi9COx9K .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYHi9COx9K .carousel-indicators li.active,
.cid-tYHi9COx9K .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYHi9COx9K .carousel-indicators li::after,
.cid-tYHi9COx9K .carousel-indicators li::before {
  content: none;
}
.cid-tYHi9COx9K .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYHi9COx9K .carousel-indicators {
    display: none !important;
  }
}
.cid-viVPvezzdH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-viVPvezzdH .video-wrapper iframe {
  width: 100%;
}
.cid-viVPvezzdH .mbr-section-title,
.cid-viVPvezzdH .mbr-section-subtitle,
.cid-viVPvezzdH .mbr-text {
  text-align: center;
}
.cid-tYHi9FKPZK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYHi9FKPZK .item:focus,
.cid-tYHi9FKPZK span:focus {
  outline: none;
}
.cid-tYHi9FKPZK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYHi9FKPZK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYHi9FKPZK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYHi9FKPZK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYHi9FKPZK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYHi9FKPZK .mbr-section-title {
  color: #232323;
}
.cid-tYHi9FKPZK .mbr-text,
.cid-tYHi9FKPZK .mbr-section-btn {
  text-align: center;
}
.cid-tYHi9FKPZK .item-title {
  text-align: center;
}
.cid-tYHi9FKPZK .item-subtitle {
  text-align: center;
}
.cid-tYHi9Jc5fB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHi9Jc5fB .timeline-element {
  position: relative;
}
.cid-tYHi9Jc5fB .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHi9Jc5fB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYHi9Jc5fB .mbr-section-title,
.cid-tYHi9Jc5fB .mbr-section-subtitle,
.cid-tYHi9Jc5fB .timeline-date {
  text-align: center;
}
.cid-tYHi9Jc5fB .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tYHi9Jc5fB .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tYHi9Jc5fB .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tYHi9Jc5fB .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tYHi9Jc5fB .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tYHi9Jc5fB .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tYHi9Jc5fB .timeline-date-wrapper,
  .cid-tYHi9Jc5fB .timeline-text-wrapper,
  .cid-tYHi9Jc5fB .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tYHi9Jc5fB .mbr-timeline-date {
    text-align: center !important;
  }
  .cid-tYHi9Jc5fB .mbr-timeline-title {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHi9Jc5fB .timeline-date-wrapper,
  .cid-tYHi9Jc5fB .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHi9Jc5fB .timeline-date-wrapper,
  .cid-tYHi9Jc5fB .timeline-text-wrapper,
  .cid-tYHi9Jc5fB .image-wrapper {
    padding: 2rem;
  }
}
.cid-tYHi9OdeGK {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  background-color: #ffffff;
}
.cid-tYHi9OdeGK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYHi9OdeGK a.panel-title {
  display: flex;
  align-items: center;
}
.cid-tYHi9OdeGK a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tYHi9OdeGK h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-tYHi9OdeGK .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tYHi9QmSB7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHi9QmSB7 .mbr-text,
.cid-tYHi9QmSB7 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHi9QmSB7 .mbr-text,
  .cid-tYHi9QmSB7 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHi9QmSB7 .mbr-text,
  .cid-tYHi9QmSB7 .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHi9QmSB7 a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHi9QmSB7 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHi9QmSB7 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHi9QmSB7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHi9QmSB7 .justify-content-center {
  align-items: center;
}
.cid-tYHi9QmSB7 .mbr-section-title {
  color: #ffffff;
}
.cid-tZKWFOs23t {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZKWFOs23t .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZKWFOs23t .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZKWFOs23t .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZKWFOs23t .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZKWFOs23t .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHi9TJAzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHi9TJAzo .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZKWBI3alm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZKWBI3alm .media-container-row {
  justify-content: space-between;
}
.cid-tZKWBI3alm .text-content {
  max-width: 50%;
}
.cid-tZKWBI3alm .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZKWBI3alm .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZKWBI3alm .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZKWBI3alm .icons {
    justify-content: center !important;
  }
  .cid-tZKWBI3alm .text-content * {
    text-align: center;
  }
}
.cid-tYHi9XIIAE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/himchistka-matrasa-praniemebli.pro.jpg");
}
.cid-tYHi9XIIAE .mbr-section-title {
  color: #ffffff;
}
.cid-tZKWwLbkck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZKWwLbkck .carousel-item {
  justify-content: center;
}
.cid-tZKWwLbkck .carousel-item.active,
.cid-tZKWwLbkck .carousel-item-next,
.cid-tZKWwLbkck .carousel-item-prev {
  display: flex;
}
.cid-tZKWwLbkck .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZKWwLbkck .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZKWwLbkck .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZKWwLbkck .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZKWwLbkck .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZKWwLbkck .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHia2FtiR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHia2FtiR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHia2FtiR .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHia2FtiR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHia2FtiR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHia2FtiR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHia2FtiR .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHia2FtiR .mbr-text {
  color: #bbbbbb;
}
.cid-tYHia2FtiR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHia2FtiR .mbr-iconfont {
  color: black;
}
.cid-tYHiBF7x4S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHiBF7x4S nav.navbar {
  position: fixed;
}
.cid-tYHiBF7x4S .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-tYHiBF7x4S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHiBF7x4S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHiBF7x4S .dropdown-item:hover,
.cid-tYHiBF7x4S .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHiBF7x4S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHiBF7x4S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHiBF7x4S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHiBF7x4S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHiBF7x4S .nav-link {
  position: relative;
}
.cid-tYHiBF7x4S .container {
  display: flex;
  margin: auto;
}
.cid-tYHiBF7x4S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHiBF7x4S .dropdown-menu,
.cid-tYHiBF7x4S .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHiBF7x4S .nav-item:focus,
.cid-tYHiBF7x4S .nav-link:focus {
  outline: none;
}
.cid-tYHiBF7x4S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHiBF7x4S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHiBF7x4S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHiBF7x4S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHiBF7x4S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHiBF7x4S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHiBF7x4S .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHiBF7x4S .navbar.opened {
  transition: all .3s;
}
.cid-tYHiBF7x4S .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHiBF7x4S .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHiBF7x4S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHiBF7x4S .navbar.collapsed {
  justify-content: center;
}
.cid-tYHiBF7x4S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHiBF7x4S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHiBF7x4S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHiBF7x4S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHiBF7x4S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHiBF7x4S .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-tYHiBF7x4S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHiBF7x4S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHiBF7x4S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHiBF7x4S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHiBF7x4S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHiBF7x4S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHiBF7x4S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHiBF7x4S .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-tYHiBF7x4S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHiBF7x4S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHiBF7x4S .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHiBF7x4S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHiBF7x4S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHiBF7x4S .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHiBF7x4S .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHiBF7x4S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHiBF7x4S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHiBF7x4S .align-center {
  justify-content: center;
}
.cid-tYHiBF7x4S .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHiBF7x4S .modal-footer {
  justify-content: center;
}
.cid-tYHiBF7x4S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHiBF7x4S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHiBF7x4S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHiBF7x4S .dropdown-item.active,
.cid-tYHiBF7x4S .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHiBF7x4S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHiBF7x4S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHiBF7x4S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHiBF7x4S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHiBF7x4S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHiBF7x4S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHiBF7x4S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHiBF7x4S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHiBF7x4S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHiBF7x4S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHiBF7x4S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHiBF7x4S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHiBF7x4S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHiBF7x4S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHiBF7x4S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHiBF7x4S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHiBF7x4S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHiBF7x4S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHiBF7x4S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHiBF7x4S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHiBF7x4S .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-tYHiBF7x4S .navbar {
    height: 70px;
  }
  .cid-tYHiBF7x4S .navbar.opened {
    height: auto;
  }
  .cid-tYHiBF7x4S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHiBF7x4S .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHiBGYsnk {
  background-color: #1a3056;
}
@media (max-width: 991px) {
  .cid-tYHiBGYsnk .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHiBGYsnk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHiBGYsnk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHiBGYsnk .mbr-section-title {
  color: #ffffff;
}
.cid-tYHiBGYsnk .mbr-text,
.cid-tYHiBGYsnk .mbr-section-btn {
  color: #ffffff;
}
.cid-tYHiBI0OgV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHiBI0OgV .container {
    max-width: 1400px;
  }
}
.cid-tYHiBI0OgV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #24447c;
  margin-bottom: 2rem;
}
.cid-tYHiBI0OgV .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHiBI0OgV .row {
  justify-content: center;
}
.cid-tYHiBJi6Cq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHiBJi6Cq .mbr-section-subtitle {
  text-align: center;
}
.cid-tYHiBK4tcG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYHiBKSCz2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tYHiBKSCz2 .carousel {
    min-height: 600px;
  }
  .cid-tYHiBKSCz2 .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHiBKSCz2 .carousel {
    min-height: 390px;
  }
  .cid-tYHiBKSCz2 .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tYHiBKSCz2 .carousel {
    min-height: 330px;
  }
  .cid-tYHiBKSCz2 .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tYHiBKSCz2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYHiBKSCz2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYHiBKSCz2 .carousel,
.cid-tYHiBKSCz2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYHiBKSCz2 .item-wrapper {
  width: 100%;
}
.cid-tYHiBKSCz2 .carousel-caption {
  bottom: 40px;
}
.cid-tYHiBKSCz2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYHiBKSCz2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYHiBKSCz2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYHiBKSCz2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYHiBKSCz2 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYHiBKSCz2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYHiBKSCz2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYHiBKSCz2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYHiBKSCz2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYHiBKSCz2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYHiBKSCz2 .carousel-indicators li.active,
.cid-tYHiBKSCz2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYHiBKSCz2 .carousel-indicators li::after,
.cid-tYHiBKSCz2 .carousel-indicators li::before {
  content: none;
}
.cid-tYHiBKSCz2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYHiBKSCz2 .carousel-indicators {
    display: none !important;
  }
}
.cid-tYHiBM77ti {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYHiBM77ti .item:focus,
.cid-tYHiBM77ti span:focus {
  outline: none;
}
.cid-tYHiBM77ti .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYHiBM77ti .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYHiBM77ti .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYHiBM77ti .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYHiBM77ti .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYHiBM77ti .mbr-section-title {
  color: #232323;
}
.cid-tYHiBM77ti .mbr-text,
.cid-tYHiBM77ti .mbr-section-btn {
  text-align: center;
}
.cid-tYHiBM77ti .item-title {
  text-align: center;
}
.cid-tYHiBM77ti .item-subtitle {
  text-align: center;
}
.cid-viVRgGFeUn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fcfcfc;
}
.cid-viVRgGFeUn .video-wrapper iframe {
  width: 100%;
}
.cid-viVRgGFeUn .mbr-section-title,
.cid-viVRgGFeUn .mbr-section-subtitle,
.cid-viVRgGFeUn .mbr-text {
  text-align: center;
}
.cid-tYHiBPLVju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHiBPLVju .timeline-element {
  position: relative;
}
.cid-tYHiBPLVju .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHiBPLVju .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYHiBPLVju .mbr-section-title,
.cid-tYHiBPLVju .mbr-section-subtitle,
.cid-tYHiBPLVju .timeline-date {
  text-align: center;
}
.cid-tYHiBPLVju .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tYHiBPLVju .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tYHiBPLVju .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tYHiBPLVju .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tYHiBPLVju .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tYHiBPLVju .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tYHiBPLVju .timeline-date-wrapper,
  .cid-tYHiBPLVju .timeline-text-wrapper,
  .cid-tYHiBPLVju .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tYHiBPLVju .mbr-timeline-date {
    text-align: center !important;
  }
  .cid-tYHiBPLVju .mbr-timeline-title {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHiBPLVju .timeline-date-wrapper,
  .cid-tYHiBPLVju .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHiBPLVju .timeline-date-wrapper,
  .cid-tYHiBPLVju .timeline-text-wrapper,
  .cid-tYHiBPLVju .image-wrapper {
    padding: 2rem;
  }
}
.cid-tYHiBSyBRa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHiBSyBRa .mbr-text,
.cid-tYHiBSyBRa .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHiBSyBRa .mbr-text,
  .cid-tYHiBSyBRa .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHiBSyBRa .mbr-text,
  .cid-tYHiBSyBRa .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHiBSyBRa a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHiBSyBRa .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHiBSyBRa .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHiBSyBRa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHiBSyBRa .justify-content-center {
  align-items: center;
}
.cid-tYHiBSyBRa .mbr-section-title {
  color: #ffffff;
}
.cid-tZL6F6WQdq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZL6F6WQdq .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZL6F6WQdq .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZL6F6WQdq .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZL6F6WQdq .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZL6F6WQdq .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHiBW5fvP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHiBW5fvP .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZL6Hs8bvB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZL6Hs8bvB .media-container-row {
  justify-content: space-between;
}
.cid-tZL6Hs8bvB .text-content {
  max-width: 50%;
}
.cid-tZL6Hs8bvB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZL6Hs8bvB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZL6Hs8bvB .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZL6Hs8bvB .icons {
    justify-content: center !important;
  }
  .cid-tZL6Hs8bvB .text-content * {
    text-align: center;
  }
}
.cid-tZL6K07WUy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZL6K07WUy .carousel-item {
  justify-content: center;
}
.cid-tZL6K07WUy .carousel-item.active,
.cid-tZL6K07WUy .carousel-item-next,
.cid-tZL6K07WUy .carousel-item-prev {
  display: flex;
}
.cid-tZL6K07WUy .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZL6K07WUy .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZL6K07WUy .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZL6K07WUy .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZL6K07WUy .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZL6K07WUy .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHiC2Cqyx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-tYHiC2Cqyx .mbr-section-title {
  color: #ffffff;
}
.cid-tYHiC4wIYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHiC4wIYe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHiC4wIYe .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHiC4wIYe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHiC4wIYe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHiC4wIYe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHiC4wIYe .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHiC4wIYe .mbr-text {
  color: #bbbbbb;
}
.cid-tYHiC4wIYe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHiC4wIYe .mbr-iconfont {
  color: black;
}
.cid-tYHj2Vsgl0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHj2Vsgl0 nav.navbar {
  position: fixed;
}
.cid-tYHj2Vsgl0 .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-tYHj2Vsgl0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHj2Vsgl0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHj2Vsgl0 .dropdown-item:hover,
.cid-tYHj2Vsgl0 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHj2Vsgl0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHj2Vsgl0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHj2Vsgl0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHj2Vsgl0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHj2Vsgl0 .nav-link {
  position: relative;
}
.cid-tYHj2Vsgl0 .container {
  display: flex;
  margin: auto;
}
.cid-tYHj2Vsgl0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHj2Vsgl0 .dropdown-menu,
.cid-tYHj2Vsgl0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHj2Vsgl0 .nav-item:focus,
.cid-tYHj2Vsgl0 .nav-link:focus {
  outline: none;
}
.cid-tYHj2Vsgl0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHj2Vsgl0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHj2Vsgl0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHj2Vsgl0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHj2Vsgl0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHj2Vsgl0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHj2Vsgl0 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHj2Vsgl0 .navbar.opened {
  transition: all .3s;
}
.cid-tYHj2Vsgl0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHj2Vsgl0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHj2Vsgl0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHj2Vsgl0 .navbar.collapsed {
  justify-content: center;
}
.cid-tYHj2Vsgl0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHj2Vsgl0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHj2Vsgl0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHj2Vsgl0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHj2Vsgl0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHj2Vsgl0 .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-tYHj2Vsgl0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHj2Vsgl0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHj2Vsgl0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHj2Vsgl0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHj2Vsgl0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHj2Vsgl0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHj2Vsgl0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHj2Vsgl0 .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-tYHj2Vsgl0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHj2Vsgl0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHj2Vsgl0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHj2Vsgl0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHj2Vsgl0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHj2Vsgl0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHj2Vsgl0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHj2Vsgl0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHj2Vsgl0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHj2Vsgl0 .align-center {
  justify-content: center;
}
.cid-tYHj2Vsgl0 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHj2Vsgl0 .modal-footer {
  justify-content: center;
}
.cid-tYHj2Vsgl0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHj2Vsgl0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHj2Vsgl0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHj2Vsgl0 .dropdown-item.active,
.cid-tYHj2Vsgl0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHj2Vsgl0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHj2Vsgl0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHj2Vsgl0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHj2Vsgl0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHj2Vsgl0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHj2Vsgl0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHj2Vsgl0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHj2Vsgl0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHj2Vsgl0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHj2Vsgl0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHj2Vsgl0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHj2Vsgl0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHj2Vsgl0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHj2Vsgl0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHj2Vsgl0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHj2Vsgl0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHj2Vsgl0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHj2Vsgl0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHj2Vsgl0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHj2Vsgl0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHj2Vsgl0 .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-tYHj2Vsgl0 .navbar {
    height: 70px;
  }
  .cid-tYHj2Vsgl0 .navbar.opened {
    height: auto;
  }
  .cid-tYHj2Vsgl0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHj2Vsgl0 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHj2WDytm {
  background-color: #ededed;
}
@media (max-width: 991px) {
  .cid-tYHj2WDytm .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHj2WDytm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHj2WDytm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHj2WDytm .mbr-section-title {
  color: #232323;
}
.cid-tYHj2WDytm .mbr-text,
.cid-tYHj2WDytm .mbr-section-btn {
  color: #232323;
}
.cid-tYHj2Xw0XM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tYHj2Xw0XM .container {
    max-width: 1400px;
  }
}
.cid-tYHj2Xw0XM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2299aa;
  margin-bottom: 2rem;
}
.cid-tYHj2Xw0XM .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHj2Xw0XM .row {
  justify-content: center;
}
.cid-tYHj2YTD5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-tYHj2YTD5G .mbr-section-subtitle {
  text-align: center;
}
.cid-tYHj2ZPECQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYHj30MLUo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tYHj30MLUo .carousel {
    min-height: 600px;
  }
  .cid-tYHj30MLUo .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHj30MLUo .carousel {
    min-height: 390px;
  }
  .cid-tYHj30MLUo .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tYHj30MLUo .carousel {
    min-height: 330px;
  }
  .cid-tYHj30MLUo .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tYHj30MLUo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYHj30MLUo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYHj30MLUo .carousel,
.cid-tYHj30MLUo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYHj30MLUo .item-wrapper {
  width: 100%;
}
.cid-tYHj30MLUo .carousel-caption {
  bottom: 40px;
}
.cid-tYHj30MLUo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYHj30MLUo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYHj30MLUo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYHj30MLUo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYHj30MLUo .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYHj30MLUo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYHj30MLUo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYHj30MLUo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYHj30MLUo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYHj30MLUo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYHj30MLUo .carousel-indicators li.active,
.cid-tYHj30MLUo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYHj30MLUo .carousel-indicators li::after,
.cid-tYHj30MLUo .carousel-indicators li::before {
  content: none;
}
.cid-tYHj30MLUo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYHj30MLUo .carousel-indicators {
    display: none !important;
  }
}
.cid-tZLvoAlu2t {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZLvoAlu2t .item:focus,
.cid-tZLvoAlu2t span:focus {
  outline: none;
}
.cid-tZLvoAlu2t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZLvoAlu2t .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZLvoAlu2t .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZLvoAlu2t .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZLvoAlu2t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZLvoAlu2t .mbr-section-title {
  color: #232323;
}
.cid-tZLvoAlu2t .mbr-text,
.cid-tZLvoAlu2t .mbr-section-btn {
  text-align: center;
}
.cid-tZLvoAlu2t .item-title {
  text-align: center;
}
.cid-tZLvoAlu2t .item-subtitle {
  text-align: center;
}
.cid-tYHj34xScZ {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  background-color: #fdfdfd;
}
.cid-tYHj34xScZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYHj34xScZ a.panel-title {
  display: flex;
  align-items: center;
}
.cid-tYHj34xScZ a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tYHj34xScZ h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-tYHj34xScZ .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tYHj362GF3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHj362GF3 .mbr-text,
.cid-tYHj362GF3 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHj362GF3 .mbr-text,
  .cid-tYHj362GF3 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHj362GF3 .mbr-text,
  .cid-tYHj362GF3 .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHj362GF3 a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHj362GF3 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHj362GF3 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHj362GF3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHj362GF3 .justify-content-center {
  align-items: center;
}
.cid-tYHj362GF3 .mbr-section-title {
  color: #ffffff;
}
.cid-tZLzcctBAF {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZLzcctBAF .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZLzcctBAF .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZLzcctBAF .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZLzcctBAF .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZLzcctBAF .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHj3bdT7F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHj3bdT7F .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZLzdJkM8U {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZLzdJkM8U .media-container-row {
  justify-content: space-between;
}
.cid-tZLzdJkM8U .text-content {
  max-width: 50%;
}
.cid-tZLzdJkM8U .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZLzdJkM8U .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZLzdJkM8U .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZLzdJkM8U .icons {
    justify-content: center !important;
  }
  .cid-tZLzdJkM8U .text-content * {
    text-align: center;
  }
}
.cid-tZLzfE3FSp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZLzfE3FSp .carousel-item {
  justify-content: center;
}
.cid-tZLzfE3FSp .carousel-item.active,
.cid-tZLzfE3FSp .carousel-item-next,
.cid-tZLzfE3FSp .carousel-item-prev {
  display: flex;
}
.cid-tZLzfE3FSp .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZLzfE3FSp .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZLzfE3FSp .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZLzfE3FSp .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZLzfE3FSp .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZLzfE3FSp .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHj3hyU9i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-tYHj3hyU9i .mbr-section-title {
  color: #ffffff;
}
.cid-tYHj3jcxrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHj3jcxrS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHj3jcxrS .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHj3jcxrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHj3jcxrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHj3jcxrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHj3jcxrS .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHj3jcxrS .mbr-text {
  color: #bbbbbb;
}
.cid-tYHj3jcxrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHj3jcxrS .mbr-iconfont {
  color: black;
}
.cid-tYHjudZDE0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHjudZDE0 nav.navbar {
  position: fixed;
}
.cid-tYHjudZDE0 .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-tYHjudZDE0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHjudZDE0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHjudZDE0 .dropdown-item:hover,
.cid-tYHjudZDE0 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHjudZDE0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHjudZDE0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHjudZDE0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHjudZDE0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHjudZDE0 .nav-link {
  position: relative;
}
.cid-tYHjudZDE0 .container {
  display: flex;
  margin: auto;
}
.cid-tYHjudZDE0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHjudZDE0 .dropdown-menu,
.cid-tYHjudZDE0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHjudZDE0 .nav-item:focus,
.cid-tYHjudZDE0 .nav-link:focus {
  outline: none;
}
.cid-tYHjudZDE0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHjudZDE0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHjudZDE0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHjudZDE0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHjudZDE0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHjudZDE0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHjudZDE0 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHjudZDE0 .navbar.opened {
  transition: all .3s;
}
.cid-tYHjudZDE0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHjudZDE0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHjudZDE0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHjudZDE0 .navbar.collapsed {
  justify-content: center;
}
.cid-tYHjudZDE0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHjudZDE0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHjudZDE0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHjudZDE0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHjudZDE0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHjudZDE0 .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-tYHjudZDE0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHjudZDE0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHjudZDE0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHjudZDE0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHjudZDE0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHjudZDE0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHjudZDE0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHjudZDE0 .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-tYHjudZDE0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHjudZDE0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHjudZDE0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHjudZDE0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHjudZDE0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHjudZDE0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHjudZDE0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHjudZDE0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHjudZDE0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHjudZDE0 .align-center {
  justify-content: center;
}
.cid-tYHjudZDE0 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHjudZDE0 .modal-footer {
  justify-content: center;
}
.cid-tYHjudZDE0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHjudZDE0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHjudZDE0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHjudZDE0 .dropdown-item.active,
.cid-tYHjudZDE0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHjudZDE0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHjudZDE0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHjudZDE0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHjudZDE0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHjudZDE0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHjudZDE0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHjudZDE0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHjudZDE0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHjudZDE0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHjudZDE0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHjudZDE0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHjudZDE0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHjudZDE0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHjudZDE0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHjudZDE0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHjudZDE0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHjudZDE0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHjudZDE0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHjudZDE0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHjudZDE0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHjudZDE0 .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-tYHjudZDE0 .navbar {
    height: 70px;
  }
  .cid-tYHjudZDE0 .navbar.opened {
    height: auto;
  }
  .cid-tYHjudZDE0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHjudZDE0 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHjufpEcY {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYHjufpEcY .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHjufpEcY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHjufpEcY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHjufpEcY .mbr-section-title {
  color: #353535;
}
.cid-tYHjufpEcY .mbr-text,
.cid-tYHjufpEcY .mbr-section-btn {
  color: #353535;
}
.cid-tYHjugrf3w {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHjugrf3w .container {
    max-width: 1400px;
  }
}
.cid-tYHjugrf3w .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tYHjugrf3w .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHjugrf3w .row {
  justify-content: center;
}
.cid-tYHjuhUp2E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHjuhUp2E .mbr-section-subtitle {
  text-align: center;
}
.cid-tYHjuiJdTY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fcfcfc;
}
.cid-tYHjujyjiP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcfcfc;
}
@media (min-width: 992px) {
  .cid-tYHjujyjiP .carousel {
    min-height: 600px;
  }
  .cid-tYHjujyjiP .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHjujyjiP .carousel {
    min-height: 390px;
  }
  .cid-tYHjujyjiP .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tYHjujyjiP .carousel {
    min-height: 330px;
  }
  .cid-tYHjujyjiP .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tYHjujyjiP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYHjujyjiP .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYHjujyjiP .carousel,
.cid-tYHjujyjiP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYHjujyjiP .item-wrapper {
  width: 100%;
}
.cid-tYHjujyjiP .carousel-caption {
  bottom: 40px;
}
.cid-tYHjujyjiP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYHjujyjiP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYHjujyjiP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYHjujyjiP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYHjujyjiP .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYHjujyjiP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYHjujyjiP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYHjujyjiP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYHjujyjiP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYHjujyjiP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYHjujyjiP .carousel-indicators li.active,
.cid-tYHjujyjiP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYHjujyjiP .carousel-indicators li::after,
.cid-tYHjujyjiP .carousel-indicators li::before {
  content: none;
}
.cid-tYHjujyjiP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYHjujyjiP .carousel-indicators {
    display: none !important;
  }
}
.cid-tZLJEdTDYr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZLJEdTDYr .item:focus,
.cid-tZLJEdTDYr span:focus {
  outline: none;
}
.cid-tZLJEdTDYr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZLJEdTDYr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZLJEdTDYr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZLJEdTDYr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZLJEdTDYr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZLJEdTDYr .mbr-section-title {
  color: #232323;
}
.cid-tZLJEdTDYr .mbr-text,
.cid-tZLJEdTDYr .mbr-section-btn {
  text-align: center;
}
.cid-tZLJEdTDYr .item-title {
  text-align: center;
}
.cid-tZLJEdTDYr .item-subtitle {
  text-align: center;
}
.cid-tYHjundopF {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  background-color: #fdfdfd;
}
.cid-tYHjundopF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYHjundopF a.panel-title {
  display: flex;
  align-items: center;
}
.cid-tYHjundopF a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tYHjundopF h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-tYHjundopF .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tYHjup7rd1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHjup7rd1 .mbr-text,
.cid-tYHjup7rd1 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHjup7rd1 .mbr-text,
  .cid-tYHjup7rd1 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHjup7rd1 .mbr-text,
  .cid-tYHjup7rd1 .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHjup7rd1 a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHjup7rd1 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHjup7rd1 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHjup7rd1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHjup7rd1 .justify-content-center {
  align-items: center;
}
.cid-tYHjup7rd1 .mbr-section-title {
  color: #ffffff;
}
.cid-tZLM8rOrNL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZLM8rOrNL .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZLM8rOrNL .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZLM8rOrNL .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZLM8rOrNL .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZLM8rOrNL .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHjusAW8v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHjusAW8v .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZLM6la3xB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZLM6la3xB .media-container-row {
  justify-content: space-between;
}
.cid-tZLM6la3xB .text-content {
  max-width: 50%;
}
.cid-tZLM6la3xB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZLM6la3xB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZLM6la3xB .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZLM6la3xB .icons {
    justify-content: center !important;
  }
  .cid-tZLM6la3xB .text-content * {
    text-align: center;
  }
}
.cid-tZLM44ctGU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZLM44ctGU .carousel-item {
  justify-content: center;
}
.cid-tZLM44ctGU .carousel-item.active,
.cid-tZLM44ctGU .carousel-item-next,
.cid-tZLM44ctGU .carousel-item-prev {
  display: flex;
}
.cid-tZLM44ctGU .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZLM44ctGU .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZLM44ctGU .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZLM44ctGU .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZLM44ctGU .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZLM44ctGU .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHjuyC56U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tYHjuyC56U .mbr-section-title {
  color: #ffffff;
}
.cid-tYHjuAqV6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHjuAqV6T .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHjuAqV6T .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHjuAqV6T .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHjuAqV6T .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHjuAqV6T .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHjuAqV6T .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHjuAqV6T .mbr-text {
  color: #bbbbbb;
}
.cid-tYHjuAqV6T .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHjuAqV6T .mbr-iconfont {
  color: black;
}
.cid-tYHjYK7kXj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHjYK7kXj nav.navbar {
  position: fixed;
}
.cid-tYHjYK7kXj .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-tYHjYK7kXj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHjYK7kXj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHjYK7kXj .dropdown-item:hover,
.cid-tYHjYK7kXj .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHjYK7kXj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHjYK7kXj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHjYK7kXj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHjYK7kXj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHjYK7kXj .nav-link {
  position: relative;
}
.cid-tYHjYK7kXj .container {
  display: flex;
  margin: auto;
}
.cid-tYHjYK7kXj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHjYK7kXj .dropdown-menu,
.cid-tYHjYK7kXj .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHjYK7kXj .nav-item:focus,
.cid-tYHjYK7kXj .nav-link:focus {
  outline: none;
}
.cid-tYHjYK7kXj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHjYK7kXj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHjYK7kXj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHjYK7kXj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHjYK7kXj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHjYK7kXj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHjYK7kXj .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHjYK7kXj .navbar.opened {
  transition: all .3s;
}
.cid-tYHjYK7kXj .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHjYK7kXj .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHjYK7kXj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHjYK7kXj .navbar.collapsed {
  justify-content: center;
}
.cid-tYHjYK7kXj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHjYK7kXj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHjYK7kXj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHjYK7kXj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHjYK7kXj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHjYK7kXj .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-tYHjYK7kXj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHjYK7kXj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHjYK7kXj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHjYK7kXj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHjYK7kXj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHjYK7kXj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHjYK7kXj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHjYK7kXj .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-tYHjYK7kXj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHjYK7kXj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHjYK7kXj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHjYK7kXj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHjYK7kXj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHjYK7kXj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHjYK7kXj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHjYK7kXj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHjYK7kXj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHjYK7kXj .align-center {
  justify-content: center;
}
.cid-tYHjYK7kXj .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHjYK7kXj .modal-footer {
  justify-content: center;
}
.cid-tYHjYK7kXj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHjYK7kXj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHjYK7kXj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHjYK7kXj .dropdown-item.active,
.cid-tYHjYK7kXj .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHjYK7kXj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHjYK7kXj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHjYK7kXj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHjYK7kXj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHjYK7kXj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHjYK7kXj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHjYK7kXj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHjYK7kXj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHjYK7kXj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHjYK7kXj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHjYK7kXj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHjYK7kXj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHjYK7kXj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHjYK7kXj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHjYK7kXj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHjYK7kXj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHjYK7kXj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHjYK7kXj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHjYK7kXj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHjYK7kXj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHjYK7kXj .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-tYHjYK7kXj .navbar {
    height: 70px;
  }
  .cid-tYHjYK7kXj .navbar.opened {
    height: auto;
  }
  .cid-tYHjYK7kXj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHjYK7kXj .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHjYLWc2Q {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYHjYLWc2Q .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHjYLWc2Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHjYLWc2Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHjYLWc2Q .mbr-section-title {
  color: #232323;
}
.cid-tYHjYLWc2Q .mbr-text,
.cid-tYHjYLWc2Q .mbr-section-btn {
  color: #353535;
}
.cid-tYHjYNghxZ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHjYNghxZ .container {
    max-width: 1400px;
  }
}
.cid-tYHjYNghxZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tYHjYNghxZ .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHjYNghxZ .row {
  justify-content: center;
}
.cid-tYHjYPIzLv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHjYPIzLv .mbr-section-subtitle {
  text-align: center;
}
.cid-tYHjYQT6yf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYHjYRTssw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tYHjYRTssw .carousel {
    min-height: 600px;
  }
  .cid-tYHjYRTssw .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHjYRTssw .carousel {
    min-height: 390px;
  }
  .cid-tYHjYRTssw .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tYHjYRTssw .carousel {
    min-height: 330px;
  }
  .cid-tYHjYRTssw .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tYHjYRTssw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYHjYRTssw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYHjYRTssw .carousel,
.cid-tYHjYRTssw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYHjYRTssw .item-wrapper {
  width: 100%;
}
.cid-tYHjYRTssw .carousel-caption {
  bottom: 40px;
}
.cid-tYHjYRTssw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYHjYRTssw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYHjYRTssw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYHjYRTssw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYHjYRTssw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYHjYRTssw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYHjYRTssw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYHjYRTssw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYHjYRTssw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYHjYRTssw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYHjYRTssw .carousel-indicators li.active,
.cid-tYHjYRTssw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYHjYRTssw .carousel-indicators li::after,
.cid-tYHjYRTssw .carousel-indicators li::before {
  content: none;
}
.cid-tYHjYRTssw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYHjYRTssw .carousel-indicators {
    display: none !important;
  }
}
.cid-tZLO2Btwub {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZLO2Btwub .item:focus,
.cid-tZLO2Btwub span:focus {
  outline: none;
}
.cid-tZLO2Btwub .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZLO2Btwub .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZLO2Btwub .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZLO2Btwub .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZLO2Btwub .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZLO2Btwub .mbr-section-title {
  color: #232323;
}
.cid-tZLO2Btwub .mbr-text,
.cid-tZLO2Btwub .mbr-section-btn {
  text-align: center;
}
.cid-tZLO2Btwub .item-title {
  text-align: center;
}
.cid-tZLO2Btwub .item-subtitle {
  text-align: center;
}
.cid-tYHjZ0UMJj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHjZ0UMJj .mbr-text,
.cid-tYHjZ0UMJj .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHjZ0UMJj .mbr-text,
  .cid-tYHjZ0UMJj .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHjZ0UMJj .mbr-text,
  .cid-tYHjZ0UMJj .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHjZ0UMJj a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHjZ0UMJj .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHjZ0UMJj .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHjZ0UMJj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHjZ0UMJj .justify-content-center {
  align-items: center;
}
.cid-tYHjZ0UMJj .mbr-section-title {
  color: #ffffff;
}
.cid-tYHjZ29ayl {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  background-color: #fdfdfd;
}
.cid-tYHjZ29ayl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYHjZ29ayl a.panel-title {
  display: flex;
  align-items: center;
}
.cid-tYHjZ29ayl a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tYHjZ29ayl h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-tYHjZ29ayl .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tYHjZ29ayl H6 {
  text-align: left;
}
.cid-tZLSJ7N9De {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZLSJ7N9De .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZLSJ7N9De .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZLSJ7N9De .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZLSJ7N9De .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZLSJ7N9De .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHjZ7Us9p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHjZ7Us9p .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZLSKSv9v7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZLSKSv9v7 .media-container-row {
  justify-content: space-between;
}
.cid-tZLSKSv9v7 .text-content {
  max-width: 50%;
}
.cid-tZLSKSv9v7 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZLSKSv9v7 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZLSKSv9v7 .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZLSKSv9v7 .icons {
    justify-content: center !important;
  }
  .cid-tZLSKSv9v7 .text-content * {
    text-align: center;
  }
}
.cid-tZLSLIKjaY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZLSLIKjaY .carousel-item {
  justify-content: center;
}
.cid-tZLSLIKjaY .carousel-item.active,
.cid-tZLSLIKjaY .carousel-item-next,
.cid-tZLSLIKjaY .carousel-item-prev {
  display: flex;
}
.cid-tZLSLIKjaY .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZLSLIKjaY .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZLSLIKjaY .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZLSLIKjaY .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZLSLIKjaY .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZLSLIKjaY .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHjZd88wH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-tYHjZd88wH .mbr-section-title {
  color: #ffffff;
}
.cid-tYHjZeQ7N0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHjZeQ7N0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHjZeQ7N0 .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHjZeQ7N0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHjZeQ7N0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHjZeQ7N0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHjZeQ7N0 .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHjZeQ7N0 .mbr-text {
  color: #bbbbbb;
}
.cid-tYHjZeQ7N0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHjZeQ7N0 .mbr-iconfont {
  color: black;
}
.cid-tYHkuVtLdm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHkuVtLdm nav.navbar {
  position: fixed;
}
.cid-tYHkuVtLdm .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-tYHkuVtLdm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHkuVtLdm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHkuVtLdm .dropdown-item:hover,
.cid-tYHkuVtLdm .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHkuVtLdm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHkuVtLdm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHkuVtLdm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHkuVtLdm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHkuVtLdm .nav-link {
  position: relative;
}
.cid-tYHkuVtLdm .container {
  display: flex;
  margin: auto;
}
.cid-tYHkuVtLdm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHkuVtLdm .dropdown-menu,
.cid-tYHkuVtLdm .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHkuVtLdm .nav-item:focus,
.cid-tYHkuVtLdm .nav-link:focus {
  outline: none;
}
.cid-tYHkuVtLdm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHkuVtLdm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHkuVtLdm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHkuVtLdm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHkuVtLdm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHkuVtLdm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHkuVtLdm .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHkuVtLdm .navbar.opened {
  transition: all .3s;
}
.cid-tYHkuVtLdm .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHkuVtLdm .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHkuVtLdm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHkuVtLdm .navbar.collapsed {
  justify-content: center;
}
.cid-tYHkuVtLdm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHkuVtLdm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHkuVtLdm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHkuVtLdm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHkuVtLdm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHkuVtLdm .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-tYHkuVtLdm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHkuVtLdm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHkuVtLdm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHkuVtLdm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHkuVtLdm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHkuVtLdm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHkuVtLdm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHkuVtLdm .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-tYHkuVtLdm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHkuVtLdm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHkuVtLdm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHkuVtLdm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHkuVtLdm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHkuVtLdm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHkuVtLdm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHkuVtLdm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHkuVtLdm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHkuVtLdm .align-center {
  justify-content: center;
}
.cid-tYHkuVtLdm .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHkuVtLdm .modal-footer {
  justify-content: center;
}
.cid-tYHkuVtLdm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHkuVtLdm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHkuVtLdm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHkuVtLdm .dropdown-item.active,
.cid-tYHkuVtLdm .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHkuVtLdm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHkuVtLdm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHkuVtLdm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHkuVtLdm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHkuVtLdm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHkuVtLdm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHkuVtLdm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHkuVtLdm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHkuVtLdm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHkuVtLdm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHkuVtLdm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHkuVtLdm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHkuVtLdm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHkuVtLdm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHkuVtLdm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHkuVtLdm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHkuVtLdm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHkuVtLdm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHkuVtLdm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHkuVtLdm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHkuVtLdm .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-tYHkuVtLdm .navbar {
    height: 70px;
  }
  .cid-tYHkuVtLdm .navbar.opened {
    height: auto;
  }
  .cid-tYHkuVtLdm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHkuVtLdm .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHkuX34VA {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYHkuX34VA .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHkuX34VA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHkuX34VA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHkuX34VA .mbr-section-title {
  color: #353535;
}
.cid-tYHkuX34VA .mbr-text,
.cid-tYHkuX34VA .mbr-section-btn {
  color: #232323;
}
.cid-tYHkuY7dRy {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHkuY7dRy .container {
    max-width: 1400px;
  }
}
.cid-tYHkuY7dRy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tYHkuY7dRy .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHkuY7dRy .row {
  justify-content: center;
}
.cid-tYHkuZxIJL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHkuZxIJL .mbr-section-subtitle {
  text-align: center;
}
.cid-tZMfNnvlSI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZMfNnvlSI .item:focus,
.cid-tZMfNnvlSI span:focus {
  outline: none;
}
.cid-tZMfNnvlSI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZMfNnvlSI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZMfNnvlSI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZMfNnvlSI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZMfNnvlSI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZMfNnvlSI .mbr-section-title {
  color: #232323;
}
.cid-tZMfNnvlSI .mbr-text,
.cid-tZMfNnvlSI .mbr-section-btn {
  text-align: center;
}
.cid-tZMfNnvlSI .item-title {
  text-align: center;
}
.cid-tZMfNnvlSI .item-subtitle {
  text-align: center;
}
.cid-tYHkv52NnO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHkv52NnO .mbr-text,
.cid-tYHkv52NnO .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHkv52NnO .mbr-text,
  .cid-tYHkv52NnO .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHkv52NnO .mbr-text,
  .cid-tYHkv52NnO .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHkv52NnO a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHkv52NnO .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHkv52NnO .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHkv52NnO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHkv52NnO .justify-content-center {
  align-items: center;
}
.cid-tYHkv52NnO .mbr-section-title {
  color: #ffffff;
}
.cid-tZMjdXOsOz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZMjdXOsOz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZMjdXOsOz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZMjdXOsOz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZMjdXOsOz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZMjdXOsOz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHkv9vify {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHkv9vify .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZMjf3Mnlc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZMjf3Mnlc .media-container-row {
  justify-content: space-between;
}
.cid-tZMjf3Mnlc .text-content {
  max-width: 50%;
}
.cid-tZMjf3Mnlc .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZMjf3Mnlc .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZMjf3Mnlc .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZMjf3Mnlc .icons {
    justify-content: center !important;
  }
  .cid-tZMjf3Mnlc .text-content * {
    text-align: center;
  }
}
.cid-tZMjgf3mKO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZMjgf3mKO .carousel-item {
  justify-content: center;
}
.cid-tZMjgf3mKO .carousel-item.active,
.cid-tZMjgf3mKO .carousel-item-next,
.cid-tZMjgf3mKO .carousel-item-prev {
  display: flex;
}
.cid-tZMjgf3mKO .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZMjgf3mKO .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZMjgf3mKO .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZMjgf3mKO .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZMjgf3mKO .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZMjgf3mKO .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHkvferEv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1820x1023.jpg");
}
.cid-tYHkvferEv .mbr-section-title {
  color: #ffffff;
}
.cid-tYHkvgSMfs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHkvgSMfs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHkvgSMfs .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHkvgSMfs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHkvgSMfs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHkvgSMfs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHkvgSMfs .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHkvgSMfs .mbr-text {
  color: #bbbbbb;
}
.cid-tYHkvgSMfs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHkvgSMfs .mbr-iconfont {
  color: black;
}
.cid-tYHkRFzD2x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHkRFzD2x nav.navbar {
  position: fixed;
}
.cid-tYHkRFzD2x .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-tYHkRFzD2x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHkRFzD2x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHkRFzD2x .dropdown-item:hover,
.cid-tYHkRFzD2x .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHkRFzD2x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHkRFzD2x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHkRFzD2x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHkRFzD2x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHkRFzD2x .nav-link {
  position: relative;
}
.cid-tYHkRFzD2x .container {
  display: flex;
  margin: auto;
}
.cid-tYHkRFzD2x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHkRFzD2x .dropdown-menu,
.cid-tYHkRFzD2x .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHkRFzD2x .nav-item:focus,
.cid-tYHkRFzD2x .nav-link:focus {
  outline: none;
}
.cid-tYHkRFzD2x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHkRFzD2x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHkRFzD2x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHkRFzD2x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHkRFzD2x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHkRFzD2x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHkRFzD2x .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHkRFzD2x .navbar.opened {
  transition: all .3s;
}
.cid-tYHkRFzD2x .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHkRFzD2x .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHkRFzD2x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHkRFzD2x .navbar.collapsed {
  justify-content: center;
}
.cid-tYHkRFzD2x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHkRFzD2x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHkRFzD2x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHkRFzD2x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHkRFzD2x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHkRFzD2x .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-tYHkRFzD2x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHkRFzD2x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHkRFzD2x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHkRFzD2x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHkRFzD2x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHkRFzD2x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHkRFzD2x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHkRFzD2x .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-tYHkRFzD2x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHkRFzD2x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHkRFzD2x .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHkRFzD2x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHkRFzD2x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHkRFzD2x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHkRFzD2x .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHkRFzD2x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHkRFzD2x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHkRFzD2x .align-center {
  justify-content: center;
}
.cid-tYHkRFzD2x .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHkRFzD2x .modal-footer {
  justify-content: center;
}
.cid-tYHkRFzD2x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHkRFzD2x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHkRFzD2x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHkRFzD2x .dropdown-item.active,
.cid-tYHkRFzD2x .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHkRFzD2x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHkRFzD2x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHkRFzD2x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHkRFzD2x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHkRFzD2x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHkRFzD2x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHkRFzD2x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHkRFzD2x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHkRFzD2x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHkRFzD2x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHkRFzD2x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHkRFzD2x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHkRFzD2x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHkRFzD2x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHkRFzD2x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHkRFzD2x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHkRFzD2x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHkRFzD2x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHkRFzD2x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHkRFzD2x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHkRFzD2x .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-tYHkRFzD2x .navbar {
    height: 70px;
  }
  .cid-tYHkRFzD2x .navbar.opened {
    height: auto;
  }
  .cid-tYHkRFzD2x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHkRFzD2x .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHkRI2b2B {
  background-color: #764528;
}
@media (max-width: 991px) {
  .cid-tYHkRI2b2B .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHkRI2b2B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHkRI2b2B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHkRI2b2B .mbr-section-title {
  color: #ffffff;
}
.cid-tYHkRI2b2B .mbr-text,
.cid-tYHkRI2b2B .mbr-section-btn {
  color: #ffffff;
}
.cid-tYHkRJ4zL5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHkRJ4zL5 .container {
    max-width: 1400px;
  }
}
.cid-tYHkRJ4zL5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b6693c;
  margin-bottom: 2rem;
}
.cid-tYHkRJ4zL5 .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHkRJ4zL5 .row {
  justify-content: center;
}
.cid-tYHkRKpZL1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHkRKpZL1 .mbr-section-subtitle {
  text-align: center;
}
.cid-tYHkRLjB6l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYHkRMco6N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tYHkRMco6N .carousel {
    min-height: 600px;
  }
  .cid-tYHkRMco6N .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHkRMco6N .carousel {
    min-height: 390px;
  }
  .cid-tYHkRMco6N .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tYHkRMco6N .carousel {
    min-height: 330px;
  }
  .cid-tYHkRMco6N .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tYHkRMco6N .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYHkRMco6N .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYHkRMco6N .carousel,
.cid-tYHkRMco6N .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYHkRMco6N .item-wrapper {
  width: 100%;
}
.cid-tYHkRMco6N .carousel-caption {
  bottom: 40px;
}
.cid-tYHkRMco6N .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYHkRMco6N .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYHkRMco6N .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYHkRMco6N .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYHkRMco6N .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYHkRMco6N .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYHkRMco6N .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYHkRMco6N .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYHkRMco6N .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYHkRMco6N .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYHkRMco6N .carousel-indicators li.active,
.cid-tYHkRMco6N .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYHkRMco6N .carousel-indicators li::after,
.cid-tYHkRMco6N .carousel-indicators li::before {
  content: none;
}
.cid-tYHkRMco6N .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYHkRMco6N .carousel-indicators {
    display: none !important;
  }
}
.cid-tZMoM3JNxW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZMoM3JNxW .item:focus,
.cid-tZMoM3JNxW span:focus {
  outline: none;
}
.cid-tZMoM3JNxW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZMoM3JNxW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZMoM3JNxW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZMoM3JNxW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZMoM3JNxW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZMoM3JNxW .mbr-section-title {
  color: #232323;
}
.cid-tZMoM3JNxW .mbr-text,
.cid-tZMoM3JNxW .mbr-section-btn {
  text-align: center;
}
.cid-tZMoM3JNxW .item-title {
  text-align: center;
}
.cid-tZMoM3JNxW .item-subtitle {
  text-align: center;
}
.cid-tYHkRP0YYZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHkRP0YYZ .mbr-text,
.cid-tYHkRP0YYZ .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHkRP0YYZ .mbr-text,
  .cid-tYHkRP0YYZ .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHkRP0YYZ .mbr-text,
  .cid-tYHkRP0YYZ .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHkRP0YYZ a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHkRP0YYZ .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHkRP0YYZ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHkRP0YYZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHkRP0YYZ .justify-content-center {
  align-items: center;
}
.cid-tYHkRP0YYZ .mbr-section-title {
  color: #ffffff;
}
.cid-tZMpDU8otz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZMpDU8otz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZMpDU8otz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZMpDU8otz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZMpDU8otz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZMpDU8otz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHkRRCTHL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHkRRCTHL .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZMpCjVmeE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZMpCjVmeE .media-container-row {
  justify-content: space-between;
}
.cid-tZMpCjVmeE .text-content {
  max-width: 50%;
}
.cid-tZMpCjVmeE .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZMpCjVmeE .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZMpCjVmeE .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZMpCjVmeE .icons {
    justify-content: center !important;
  }
  .cid-tZMpCjVmeE .text-content * {
    text-align: center;
  }
}
.cid-tZMpBfrWtL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZMpBfrWtL .carousel-item {
  justify-content: center;
}
.cid-tZMpBfrWtL .carousel-item.active,
.cid-tZMpBfrWtL .carousel-item-next,
.cid-tZMpBfrWtL .carousel-item-prev {
  display: flex;
}
.cid-tZMpBfrWtL .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZMpBfrWtL .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZMpBfrWtL .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZMpBfrWtL .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZMpBfrWtL .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZMpBfrWtL .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHkRYU6Bp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1820x1365.jpg");
}
.cid-tYHkRYU6Bp .mbr-section-title {
  color: #ffffff;
}
.cid-tYHkS0lxEd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHkS0lxEd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHkS0lxEd .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHkS0lxEd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHkS0lxEd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHkS0lxEd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHkS0lxEd .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHkS0lxEd .mbr-text {
  color: #bbbbbb;
}
.cid-tYHkS0lxEd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHkS0lxEd .mbr-iconfont {
  color: black;
}
.cid-tYHlBOiMfH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHlBOiMfH nav.navbar {
  position: fixed;
}
.cid-tYHlBOiMfH .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-tYHlBOiMfH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHlBOiMfH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHlBOiMfH .dropdown-item:hover,
.cid-tYHlBOiMfH .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHlBOiMfH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHlBOiMfH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHlBOiMfH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHlBOiMfH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHlBOiMfH .nav-link {
  position: relative;
}
.cid-tYHlBOiMfH .container {
  display: flex;
  margin: auto;
}
.cid-tYHlBOiMfH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHlBOiMfH .dropdown-menu,
.cid-tYHlBOiMfH .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHlBOiMfH .nav-item:focus,
.cid-tYHlBOiMfH .nav-link:focus {
  outline: none;
}
.cid-tYHlBOiMfH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHlBOiMfH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHlBOiMfH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHlBOiMfH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHlBOiMfH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHlBOiMfH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHlBOiMfH .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHlBOiMfH .navbar.opened {
  transition: all .3s;
}
.cid-tYHlBOiMfH .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHlBOiMfH .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHlBOiMfH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHlBOiMfH .navbar.collapsed {
  justify-content: center;
}
.cid-tYHlBOiMfH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHlBOiMfH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHlBOiMfH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHlBOiMfH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHlBOiMfH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHlBOiMfH .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-tYHlBOiMfH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHlBOiMfH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHlBOiMfH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHlBOiMfH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHlBOiMfH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHlBOiMfH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHlBOiMfH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHlBOiMfH .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-tYHlBOiMfH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHlBOiMfH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHlBOiMfH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHlBOiMfH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHlBOiMfH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHlBOiMfH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHlBOiMfH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHlBOiMfH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHlBOiMfH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHlBOiMfH .align-center {
  justify-content: center;
}
.cid-tYHlBOiMfH .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHlBOiMfH .modal-footer {
  justify-content: center;
}
.cid-tYHlBOiMfH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHlBOiMfH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHlBOiMfH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHlBOiMfH .dropdown-item.active,
.cid-tYHlBOiMfH .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHlBOiMfH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHlBOiMfH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHlBOiMfH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHlBOiMfH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHlBOiMfH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHlBOiMfH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHlBOiMfH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHlBOiMfH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHlBOiMfH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHlBOiMfH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHlBOiMfH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHlBOiMfH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHlBOiMfH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHlBOiMfH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHlBOiMfH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHlBOiMfH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHlBOiMfH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHlBOiMfH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHlBOiMfH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHlBOiMfH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHlBOiMfH .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-tYHlBOiMfH .navbar {
    height: 70px;
  }
  .cid-tYHlBOiMfH .navbar.opened {
    height: auto;
  }
  .cid-tYHlBOiMfH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHlBOiMfH .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHlBPr3kn {
  background-color: #8b8376;
}
@media (max-width: 991px) {
  .cid-tYHlBPr3kn .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHlBPr3kn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHlBPr3kn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHlBPr3kn .mbr-section-title {
  color: #ffffff;
}
.cid-tYHlBPr3kn .mbr-text,
.cid-tYHlBPr3kn .mbr-section-btn {
  color: #ffffff;
}
.cid-tYHlBQgdFA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHlBQgdFA .container {
    max-width: 1400px;
  }
}
.cid-tYHlBQgdFA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5e5e5e;
  margin-bottom: 2rem;
}
.cid-tYHlBQgdFA .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHlBQgdFA .row {
  justify-content: center;
}
.cid-tYHlBRquau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHlBRquau .mbr-section-subtitle {
  text-align: center;
}
.cid-tZMsxZ5qg3 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tZMsxZ5qg3 .item:focus,
.cid-tZMsxZ5qg3 span:focus {
  outline: none;
}
.cid-tZMsxZ5qg3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZMsxZ5qg3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZMsxZ5qg3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZMsxZ5qg3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZMsxZ5qg3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZMsxZ5qg3 .mbr-section-title {
  color: #232323;
}
.cid-tZMsxZ5qg3 .mbr-text,
.cid-tZMsxZ5qg3 .mbr-section-btn {
  text-align: center;
}
.cid-tZMsxZ5qg3 .item-title {
  text-align: center;
}
.cid-tZMsxZ5qg3 .item-subtitle {
  text-align: center;
}
.cid-tYHlBTjB1f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHlBTjB1f .mbr-text,
.cid-tYHlBTjB1f .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHlBTjB1f .mbr-text,
  .cid-tYHlBTjB1f .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHlBTjB1f .mbr-text,
  .cid-tYHlBTjB1f .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHlBTjB1f a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHlBTjB1f .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHlBTjB1f .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHlBTjB1f .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHlBTjB1f .justify-content-center {
  align-items: center;
}
.cid-tYHlBTjB1f .mbr-section-title {
  color: #ffffff;
}
.cid-tZMszQDyCb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZMszQDyCb .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZMszQDyCb .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZMszQDyCb .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZMszQDyCb .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZMszQDyCb .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHlBVoVFY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHlBVoVFY .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZMsCq4w9D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZMsCq4w9D .carousel-item {
  justify-content: center;
}
.cid-tZMsCq4w9D .carousel-item.active,
.cid-tZMsCq4w9D .carousel-item-next,
.cid-tZMsCq4w9D .carousel-item-prev {
  display: flex;
}
.cid-tZMsCq4w9D .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZMsCq4w9D .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZMsCq4w9D .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZMsCq4w9D .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZMsCq4w9D .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZMsCq4w9D .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tZMsBndVeo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZMsBndVeo .media-container-row {
  justify-content: space-between;
}
.cid-tZMsBndVeo .text-content {
  max-width: 50%;
}
.cid-tZMsBndVeo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZMsBndVeo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZMsBndVeo .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZMsBndVeo .icons {
    justify-content: center !important;
  }
  .cid-tZMsBndVeo .text-content * {
    text-align: center;
  }
}
.cid-tYHlBYWmrL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpeg");
}
.cid-tYHlBYWmrL .mbr-section-title {
  color: #ffffff;
}
.cid-tYHlBZUPkN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHlBZUPkN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHlBZUPkN .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHlBZUPkN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHlBZUPkN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHlBZUPkN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHlBZUPkN .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHlBZUPkN .mbr-text {
  color: #bbbbbb;
}
.cid-tYHlBZUPkN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHlBZUPkN .mbr-iconfont {
  color: black;
}
.cid-tYHm1u5yvW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHm1u5yvW nav.navbar {
  position: fixed;
}
.cid-tYHm1u5yvW .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-tYHm1u5yvW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHm1u5yvW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHm1u5yvW .dropdown-item:hover,
.cid-tYHm1u5yvW .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHm1u5yvW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHm1u5yvW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHm1u5yvW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHm1u5yvW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHm1u5yvW .nav-link {
  position: relative;
}
.cid-tYHm1u5yvW .container {
  display: flex;
  margin: auto;
}
.cid-tYHm1u5yvW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHm1u5yvW .dropdown-menu,
.cid-tYHm1u5yvW .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHm1u5yvW .nav-item:focus,
.cid-tYHm1u5yvW .nav-link:focus {
  outline: none;
}
.cid-tYHm1u5yvW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHm1u5yvW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHm1u5yvW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHm1u5yvW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHm1u5yvW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHm1u5yvW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHm1u5yvW .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHm1u5yvW .navbar.opened {
  transition: all .3s;
}
.cid-tYHm1u5yvW .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHm1u5yvW .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHm1u5yvW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHm1u5yvW .navbar.collapsed {
  justify-content: center;
}
.cid-tYHm1u5yvW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHm1u5yvW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHm1u5yvW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHm1u5yvW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHm1u5yvW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHm1u5yvW .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-tYHm1u5yvW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHm1u5yvW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHm1u5yvW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHm1u5yvW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHm1u5yvW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHm1u5yvW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHm1u5yvW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHm1u5yvW .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-tYHm1u5yvW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHm1u5yvW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHm1u5yvW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHm1u5yvW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHm1u5yvW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHm1u5yvW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHm1u5yvW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHm1u5yvW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHm1u5yvW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHm1u5yvW .align-center {
  justify-content: center;
}
.cid-tYHm1u5yvW .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHm1u5yvW .modal-footer {
  justify-content: center;
}
.cid-tYHm1u5yvW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHm1u5yvW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHm1u5yvW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHm1u5yvW .dropdown-item.active,
.cid-tYHm1u5yvW .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHm1u5yvW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHm1u5yvW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHm1u5yvW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHm1u5yvW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHm1u5yvW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHm1u5yvW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHm1u5yvW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHm1u5yvW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHm1u5yvW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHm1u5yvW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHm1u5yvW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHm1u5yvW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHm1u5yvW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHm1u5yvW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHm1u5yvW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHm1u5yvW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHm1u5yvW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHm1u5yvW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHm1u5yvW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHm1u5yvW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHm1u5yvW .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-tYHm1u5yvW .navbar {
    height: 70px;
  }
  .cid-tYHm1u5yvW .navbar.opened {
    height: auto;
  }
  .cid-tYHm1u5yvW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHm1u5yvW .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHm1vEMxT {
  background-color: #4479d9;
}
@media (max-width: 991px) {
  .cid-tYHm1vEMxT .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHm1vEMxT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHm1vEMxT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHm1vEMxT .mbr-section-title {
  color: #ffffff;
}
.cid-tYHm1vEMxT .mbr-text,
.cid-tYHm1vEMxT .mbr-section-btn {
  color: #ffffff;
}
.cid-tYHm1wwI9z {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHm1wwI9z .container {
    max-width: 1400px;
  }
}
.cid-tYHm1wwI9z .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tYHm1wwI9z .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHm1wwI9z .row {
  justify-content: center;
}
.cid-tYHm1xNYgt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYHm1xNYgt .mbr-section-subtitle {
  text-align: center;
}
.cid-tYHm1yIeQV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYHm1B3rQ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tYHm1B3rQ2 .carousel {
    min-height: 600px;
  }
  .cid-tYHm1B3rQ2 .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHm1B3rQ2 .carousel {
    min-height: 390px;
  }
  .cid-tYHm1B3rQ2 .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tYHm1B3rQ2 .carousel {
    min-height: 330px;
  }
  .cid-tYHm1B3rQ2 .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tYHm1B3rQ2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYHm1B3rQ2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYHm1B3rQ2 .carousel,
.cid-tYHm1B3rQ2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYHm1B3rQ2 .item-wrapper {
  width: 100%;
}
.cid-tYHm1B3rQ2 .carousel-caption {
  bottom: 40px;
}
.cid-tYHm1B3rQ2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYHm1B3rQ2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYHm1B3rQ2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYHm1B3rQ2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYHm1B3rQ2 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYHm1B3rQ2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYHm1B3rQ2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYHm1B3rQ2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYHm1B3rQ2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYHm1B3rQ2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYHm1B3rQ2 .carousel-indicators li.active,
.cid-tYHm1B3rQ2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYHm1B3rQ2 .carousel-indicators li::after,
.cid-tYHm1B3rQ2 .carousel-indicators li::before {
  content: none;
}
.cid-tYHm1B3rQ2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYHm1B3rQ2 .carousel-indicators {
    display: none !important;
  }
}
.cid-tZMvRPNM3q {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZMvRPNM3q .item:focus,
.cid-tZMvRPNM3q span:focus {
  outline: none;
}
.cid-tZMvRPNM3q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZMvRPNM3q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZMvRPNM3q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZMvRPNM3q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZMvRPNM3q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZMvRPNM3q .mbr-section-title {
  color: #232323;
}
.cid-tZMvRPNM3q .mbr-text,
.cid-tZMvRPNM3q .mbr-section-btn {
  text-align: center;
}
.cid-tZMvRPNM3q .item-title {
  text-align: center;
}
.cid-tZMvRPNM3q .item-subtitle {
  text-align: center;
}
.cid-tYHm1Gn32z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHm1Gn32z .mbr-text,
.cid-tYHm1Gn32z .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHm1Gn32z .mbr-text,
  .cid-tYHm1Gn32z .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHm1Gn32z .mbr-text,
  .cid-tYHm1Gn32z .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHm1Gn32z a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHm1Gn32z .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHm1Gn32z .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHm1Gn32z .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHm1Gn32z .justify-content-center {
  align-items: center;
}
.cid-tYHm1Gn32z .mbr-section-title {
  color: #ffffff;
}
.cid-tZMw0Ps56j {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZMw0Ps56j .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZMw0Ps56j .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZMw0Ps56j .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZMw0Ps56j .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZMw0Ps56j .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHm1LopQu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHm1LopQu .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZMvZcTteO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZMvZcTteO .media-container-row {
  justify-content: space-between;
}
.cid-tZMvZcTteO .text-content {
  max-width: 50%;
}
.cid-tZMvZcTteO .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZMvZcTteO .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZMvZcTteO .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZMvZcTteO .icons {
    justify-content: center !important;
  }
  .cid-tZMvZcTteO .text-content * {
    text-align: center;
  }
}
.cid-tZMvXIBxXJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZMvXIBxXJ .carousel-item {
  justify-content: center;
}
.cid-tZMvXIBxXJ .carousel-item.active,
.cid-tZMvXIBxXJ .carousel-item-next,
.cid-tZMvXIBxXJ .carousel-item-prev {
  display: flex;
}
.cid-tZMvXIBxXJ .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZMvXIBxXJ .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZMvXIBxXJ .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZMvXIBxXJ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZMvXIBxXJ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZMvXIBxXJ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHm1PLvMz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-tYHm1PLvMz .mbr-section-title {
  color: #ffffff;
}
.cid-tYHm1QQU2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHm1QQU2U .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHm1QQU2U .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHm1QQU2U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHm1QQU2U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHm1QQU2U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHm1QQU2U .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHm1QQU2U .mbr-text {
  color: #bbbbbb;
}
.cid-tYHm1QQU2U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHm1QQU2U .mbr-iconfont {
  color: black;
}
.cid-tYHmrWAEM2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHmrWAEM2 nav.navbar {
  position: fixed;
}
.cid-tYHmrWAEM2 .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-tYHmrWAEM2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHmrWAEM2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHmrWAEM2 .dropdown-item:hover,
.cid-tYHmrWAEM2 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHmrWAEM2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHmrWAEM2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHmrWAEM2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHmrWAEM2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHmrWAEM2 .nav-link {
  position: relative;
}
.cid-tYHmrWAEM2 .container {
  display: flex;
  margin: auto;
}
.cid-tYHmrWAEM2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHmrWAEM2 .dropdown-menu,
.cid-tYHmrWAEM2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHmrWAEM2 .nav-item:focus,
.cid-tYHmrWAEM2 .nav-link:focus {
  outline: none;
}
.cid-tYHmrWAEM2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHmrWAEM2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHmrWAEM2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHmrWAEM2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHmrWAEM2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHmrWAEM2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHmrWAEM2 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHmrWAEM2 .navbar.opened {
  transition: all .3s;
}
.cid-tYHmrWAEM2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHmrWAEM2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHmrWAEM2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHmrWAEM2 .navbar.collapsed {
  justify-content: center;
}
.cid-tYHmrWAEM2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHmrWAEM2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHmrWAEM2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHmrWAEM2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHmrWAEM2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHmrWAEM2 .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-tYHmrWAEM2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHmrWAEM2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHmrWAEM2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHmrWAEM2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHmrWAEM2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHmrWAEM2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHmrWAEM2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHmrWAEM2 .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-tYHmrWAEM2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHmrWAEM2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHmrWAEM2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHmrWAEM2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHmrWAEM2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHmrWAEM2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHmrWAEM2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHmrWAEM2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHmrWAEM2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHmrWAEM2 .align-center {
  justify-content: center;
}
.cid-tYHmrWAEM2 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHmrWAEM2 .modal-footer {
  justify-content: center;
}
.cid-tYHmrWAEM2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHmrWAEM2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHmrWAEM2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHmrWAEM2 .dropdown-item.active,
.cid-tYHmrWAEM2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHmrWAEM2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHmrWAEM2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHmrWAEM2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHmrWAEM2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHmrWAEM2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHmrWAEM2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHmrWAEM2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHmrWAEM2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHmrWAEM2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHmrWAEM2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHmrWAEM2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHmrWAEM2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHmrWAEM2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHmrWAEM2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHmrWAEM2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHmrWAEM2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHmrWAEM2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHmrWAEM2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHmrWAEM2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHmrWAEM2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHmrWAEM2 .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-tYHmrWAEM2 .navbar {
    height: 70px;
  }
  .cid-tYHmrWAEM2 .navbar.opened {
    height: auto;
  }
  .cid-tYHmrWAEM2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHmrWAEM2 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHmrXUPHK {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYHmrXUPHK .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHmrXUPHK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHmrXUPHK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHmrXUPHK .mbr-section-title {
  color: #353535;
}
.cid-tYHmrXUPHK .mbr-text,
.cid-tYHmrXUPHK .mbr-section-btn {
  color: #232323;
}
.cid-tYHmrYP0rg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHmrYP0rg .container {
    max-width: 1400px;
  }
}
.cid-tYHmrYP0rg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tYHmrYP0rg .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHmrYP0rg .row {
  justify-content: center;
}
.cid-tYHms0jEnK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tYHms0jEnK .mbr-section-subtitle {
  text-align: center;
}
.cid-tZToz2WenO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZToz2WenO .item:focus,
.cid-tZToz2WenO span:focus {
  outline: none;
}
.cid-tZToz2WenO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZToz2WenO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZToz2WenO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZToz2WenO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZToz2WenO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZToz2WenO .mbr-section-title {
  color: #232323;
}
.cid-tZToz2WenO .mbr-text,
.cid-tZToz2WenO .mbr-section-btn {
  text-align: center;
}
.cid-tZToz2WenO .item-title {
  text-align: center;
}
.cid-tZToz2WenO .item-subtitle {
  text-align: center;
}
.cid-tYHms6syU9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHms6syU9 .mbr-text,
.cid-tYHms6syU9 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHms6syU9 .mbr-text,
  .cid-tYHms6syU9 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHms6syU9 .mbr-text,
  .cid-tYHms6syU9 .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHms6syU9 a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHms6syU9 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHms6syU9 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHms6syU9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHms6syU9 .justify-content-center {
  align-items: center;
}
.cid-tYHms6syU9 .mbr-section-title {
  color: #ffffff;
}
.cid-tZTtCBwyDW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZTtCBwyDW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZTtCBwyDW .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZTtCBwyDW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZTtCBwyDW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZTtCBwyDW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHms95ZFw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHms95ZFw .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZTtHkTVdE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZTtHkTVdE .media-container-row {
  justify-content: space-between;
}
.cid-tZTtHkTVdE .text-content {
  max-width: 50%;
}
.cid-tZTtHkTVdE .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZTtHkTVdE .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZTtHkTVdE .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZTtHkTVdE .icons {
    justify-content: center !important;
  }
  .cid-tZTtHkTVdE .text-content * {
    text-align: center;
  }
}
.cid-tZTtFkbj9T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZTtFkbj9T .carousel-item {
  justify-content: center;
}
.cid-tZTtFkbj9T .carousel-item.active,
.cid-tZTtFkbj9T .carousel-item-next,
.cid-tZTtFkbj9T .carousel-item-prev {
  display: flex;
}
.cid-tZTtFkbj9T .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZTtFkbj9T .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZTtFkbj9T .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZTtFkbj9T .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZTtFkbj9T .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZTtFkbj9T .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHmsfInpy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1152.jpeg");
}
.cid-tYHmsfInpy .mbr-section-title {
  color: #ffffff;
}
.cid-tYHmshpLCF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHmshpLCF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHmshpLCF .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHmshpLCF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHmshpLCF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHmshpLCF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHmshpLCF .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHmshpLCF .mbr-text {
  color: #bbbbbb;
}
.cid-tYHmshpLCF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHmshpLCF .mbr-iconfont {
  color: black;
}
.cid-tYHnIu6T9y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHnIu6T9y nav.navbar {
  position: fixed;
}
.cid-tYHnIu6T9y .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-tYHnIu6T9y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHnIu6T9y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHnIu6T9y .dropdown-item:hover,
.cid-tYHnIu6T9y .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHnIu6T9y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHnIu6T9y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHnIu6T9y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHnIu6T9y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHnIu6T9y .nav-link {
  position: relative;
}
.cid-tYHnIu6T9y .container {
  display: flex;
  margin: auto;
}
.cid-tYHnIu6T9y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHnIu6T9y .dropdown-menu,
.cid-tYHnIu6T9y .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHnIu6T9y .nav-item:focus,
.cid-tYHnIu6T9y .nav-link:focus {
  outline: none;
}
.cid-tYHnIu6T9y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHnIu6T9y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHnIu6T9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHnIu6T9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHnIu6T9y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHnIu6T9y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHnIu6T9y .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHnIu6T9y .navbar.opened {
  transition: all .3s;
}
.cid-tYHnIu6T9y .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHnIu6T9y .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHnIu6T9y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHnIu6T9y .navbar.collapsed {
  justify-content: center;
}
.cid-tYHnIu6T9y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHnIu6T9y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHnIu6T9y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHnIu6T9y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHnIu6T9y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHnIu6T9y .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-tYHnIu6T9y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHnIu6T9y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHnIu6T9y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHnIu6T9y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHnIu6T9y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHnIu6T9y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHnIu6T9y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHnIu6T9y .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-tYHnIu6T9y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHnIu6T9y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHnIu6T9y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHnIu6T9y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHnIu6T9y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHnIu6T9y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHnIu6T9y .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHnIu6T9y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHnIu6T9y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHnIu6T9y .align-center {
  justify-content: center;
}
.cid-tYHnIu6T9y .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHnIu6T9y .modal-footer {
  justify-content: center;
}
.cid-tYHnIu6T9y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHnIu6T9y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHnIu6T9y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHnIu6T9y .dropdown-item.active,
.cid-tYHnIu6T9y .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHnIu6T9y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHnIu6T9y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHnIu6T9y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHnIu6T9y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHnIu6T9y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHnIu6T9y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHnIu6T9y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHnIu6T9y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHnIu6T9y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHnIu6T9y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHnIu6T9y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHnIu6T9y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHnIu6T9y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHnIu6T9y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHnIu6T9y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHnIu6T9y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHnIu6T9y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHnIu6T9y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHnIu6T9y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHnIu6T9y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHnIu6T9y .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-tYHnIu6T9y .navbar {
    height: 70px;
  }
  .cid-tYHnIu6T9y .navbar.opened {
    height: auto;
  }
  .cid-tYHnIu6T9y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHnIu6T9y .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHnIvFSih {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYHnIvFSih .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHnIvFSih .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHnIvFSih .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHnIvFSih .mbr-section-title {
  color: #353535;
}
.cid-tYHnIvFSih .mbr-text,
.cid-tYHnIvFSih .mbr-section-btn {
  color: #232323;
}
.cid-tYHnIwBxVB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHnIwBxVB .container {
    max-width: 1400px;
  }
}
.cid-tYHnIwBxVB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tYHnIwBxVB .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHnIwBxVB .row {
  justify-content: center;
}
.cid-tZTIxqaDmi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZTIxqaDmi .item:focus,
.cid-tZTIxqaDmi span:focus {
  outline: none;
}
.cid-tZTIxqaDmi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZTIxqaDmi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZTIxqaDmi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZTIxqaDmi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZTIxqaDmi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZTIxqaDmi .mbr-section-title {
  color: #232323;
}
.cid-tZTIxqaDmi .mbr-text,
.cid-tZTIxqaDmi .mbr-section-btn {
  text-align: center;
}
.cid-tZTIxqaDmi .item-title {
  text-align: center;
}
.cid-tZTIxqaDmi .item-subtitle {
  text-align: center;
}
.cid-tYHnIBarYg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHnIBarYg .mbr-text,
.cid-tYHnIBarYg .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHnIBarYg .mbr-text,
  .cid-tYHnIBarYg .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHnIBarYg .mbr-text,
  .cid-tYHnIBarYg .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHnIBarYg a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHnIBarYg .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHnIBarYg .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHnIBarYg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHnIBarYg .justify-content-center {
  align-items: center;
}
.cid-tYHnIBarYg .mbr-section-title {
  color: #ffffff;
}
.cid-tZYqJfvdBF {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZYqJfvdBF .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZYqJfvdBF .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZYqJfvdBF .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZYqJfvdBF .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZYqJfvdBF .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHnIGmsKX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHnIGmsKX .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZYqKWJz2e {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZYqKWJz2e .media-container-row {
  justify-content: space-between;
}
.cid-tZYqKWJz2e .text-content {
  max-width: 50%;
}
.cid-tZYqKWJz2e .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZYqKWJz2e .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZYqKWJz2e .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZYqKWJz2e .icons {
    justify-content: center !important;
  }
  .cid-tZYqKWJz2e .text-content * {
    text-align: center;
  }
}
.cid-tZYqMF8PoE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZYqMF8PoE .carousel-item {
  justify-content: center;
}
.cid-tZYqMF8PoE .carousel-item.active,
.cid-tZYqMF8PoE .carousel-item-next,
.cid-tZYqMF8PoE .carousel-item-prev {
  display: flex;
}
.cid-tZYqMF8PoE .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZYqMF8PoE .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZYqMF8PoE .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZYqMF8PoE .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZYqMF8PoE .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZYqMF8PoE .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHnILDoIP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1600.jpeg");
}
.cid-tYHnILDoIP .mbr-section-title {
  color: #ffffff;
}
.cid-tYHnIN2oCe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHnIN2oCe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHnIN2oCe .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHnIN2oCe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHnIN2oCe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHnIN2oCe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHnIN2oCe .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHnIN2oCe .mbr-text {
  color: #bbbbbb;
}
.cid-tYHnIN2oCe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHnIN2oCe .mbr-iconfont {
  color: black;
}
.cid-tYHolFSXCZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHolFSXCZ nav.navbar {
  position: fixed;
}
.cid-tYHolFSXCZ .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-tYHolFSXCZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHolFSXCZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHolFSXCZ .dropdown-item:hover,
.cid-tYHolFSXCZ .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHolFSXCZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHolFSXCZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHolFSXCZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHolFSXCZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHolFSXCZ .nav-link {
  position: relative;
}
.cid-tYHolFSXCZ .container {
  display: flex;
  margin: auto;
}
.cid-tYHolFSXCZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHolFSXCZ .dropdown-menu,
.cid-tYHolFSXCZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHolFSXCZ .nav-item:focus,
.cid-tYHolFSXCZ .nav-link:focus {
  outline: none;
}
.cid-tYHolFSXCZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHolFSXCZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHolFSXCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHolFSXCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHolFSXCZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHolFSXCZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHolFSXCZ .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHolFSXCZ .navbar.opened {
  transition: all .3s;
}
.cid-tYHolFSXCZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHolFSXCZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHolFSXCZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHolFSXCZ .navbar.collapsed {
  justify-content: center;
}
.cid-tYHolFSXCZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHolFSXCZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHolFSXCZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHolFSXCZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHolFSXCZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHolFSXCZ .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-tYHolFSXCZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHolFSXCZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHolFSXCZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHolFSXCZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHolFSXCZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHolFSXCZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHolFSXCZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHolFSXCZ .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-tYHolFSXCZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHolFSXCZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHolFSXCZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHolFSXCZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHolFSXCZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHolFSXCZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHolFSXCZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHolFSXCZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHolFSXCZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHolFSXCZ .align-center {
  justify-content: center;
}
.cid-tYHolFSXCZ .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHolFSXCZ .modal-footer {
  justify-content: center;
}
.cid-tYHolFSXCZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHolFSXCZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHolFSXCZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHolFSXCZ .dropdown-item.active,
.cid-tYHolFSXCZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHolFSXCZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHolFSXCZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHolFSXCZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHolFSXCZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHolFSXCZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHolFSXCZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHolFSXCZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHolFSXCZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHolFSXCZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHolFSXCZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHolFSXCZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHolFSXCZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHolFSXCZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHolFSXCZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHolFSXCZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHolFSXCZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHolFSXCZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHolFSXCZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHolFSXCZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHolFSXCZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHolFSXCZ .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-tYHolFSXCZ .navbar {
    height: 70px;
  }
  .cid-tYHolFSXCZ .navbar.opened {
    height: auto;
  }
  .cid-tYHolFSXCZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHolFSXCZ .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHolHMhx1 {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYHolHMhx1 .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHolHMhx1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHolHMhx1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHolHMhx1 .mbr-section-title {
  color: #232323;
}
.cid-tYHolHMhx1 .mbr-text,
.cid-tYHolHMhx1 .mbr-section-btn {
  color: #000000;
}
.cid-tYHolINmSu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHolINmSu .container {
    max-width: 1400px;
  }
}
.cid-tYHolINmSu .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tYHolINmSu .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHolINmSu .row {
  justify-content: center;
}
.cid-tYHolKkZpI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYHolKkZpI .mbr-section-subtitle {
  text-align: center;
}
.cid-tYHolLiBgt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tYHolMpacH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tYHolMpacH .carousel {
    min-height: 600px;
  }
  .cid-tYHolMpacH .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYHolMpacH .carousel {
    min-height: 390px;
  }
  .cid-tYHolMpacH .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tYHolMpacH .carousel {
    min-height: 330px;
  }
  .cid-tYHolMpacH .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tYHolMpacH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYHolMpacH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYHolMpacH .carousel,
.cid-tYHolMpacH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYHolMpacH .item-wrapper {
  width: 100%;
}
.cid-tYHolMpacH .carousel-caption {
  bottom: 40px;
}
.cid-tYHolMpacH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYHolMpacH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYHolMpacH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYHolMpacH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYHolMpacH .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYHolMpacH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYHolMpacH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYHolMpacH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYHolMpacH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYHolMpacH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYHolMpacH .carousel-indicators li.active,
.cid-tYHolMpacH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYHolMpacH .carousel-indicators li::after,
.cid-tYHolMpacH .carousel-indicators li::before {
  content: none;
}
.cid-tYHolMpacH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYHolMpacH .carousel-indicators {
    display: none !important;
  }
}
.cid-tZTQuvoVjV {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZTQuvoVjV .item:focus,
.cid-tZTQuvoVjV span:focus {
  outline: none;
}
.cid-tZTQuvoVjV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZTQuvoVjV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZTQuvoVjV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZTQuvoVjV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZTQuvoVjV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZTQuvoVjV .mbr-section-title {
  color: #232323;
}
.cid-tZTQuvoVjV .mbr-text,
.cid-tZTQuvoVjV .mbr-section-btn {
  text-align: center;
}
.cid-tZTQuvoVjV .item-title {
  text-align: center;
}
.cid-tZTQuvoVjV .item-subtitle {
  text-align: center;
}
.cid-tYHolSlWtf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHolSlWtf .mbr-text,
.cid-tYHolSlWtf .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHolSlWtf .mbr-text,
  .cid-tYHolSlWtf .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHolSlWtf .mbr-text,
  .cid-tYHolSlWtf .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHolSlWtf a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHolSlWtf .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHolSlWtf .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHolSlWtf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHolSlWtf .justify-content-center {
  align-items: center;
}
.cid-tYHolSlWtf .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tYHolTQ1FU {
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fdfdfd;
}
.cid-tYHolTQ1FU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYHolTQ1FU a.panel-title {
  display: flex;
  align-items: center;
}
.cid-tYHolTQ1FU a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tYHolTQ1FU h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-tYHolTQ1FU .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tZTJ4OeuH3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZTJ4OeuH3 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZTJ4OeuH3 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZTJ4OeuH3 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZTJ4OeuH3 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZTJ4OeuH3 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHolXWbOt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHolXWbOt .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZTJ30whuC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZTJ30whuC .media-container-row {
  justify-content: space-between;
}
.cid-tZTJ30whuC .text-content {
  max-width: 50%;
}
.cid-tZTJ30whuC .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZTJ30whuC .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZTJ30whuC .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZTJ30whuC .icons {
    justify-content: center !important;
  }
  .cid-tZTJ30whuC .text-content * {
    text-align: center;
  }
}
.cid-tZTJ24HB4v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZTJ24HB4v .carousel-item {
  justify-content: center;
}
.cid-tZTJ24HB4v .carousel-item.active,
.cid-tZTJ24HB4v .carousel-item-next,
.cid-tZTJ24HB4v .carousel-item-prev {
  display: flex;
}
.cid-tZTJ24HB4v .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZTJ24HB4v .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZTJ24HB4v .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZTJ24HB4v .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZTJ24HB4v .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZTJ24HB4v .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHom3p8v3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-20.jpeg");
}
.cid-tYHom3p8v3 .mbr-section-title {
  color: #ffffff;
}
.cid-tYHom52Q8t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHom52Q8t .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHom52Q8t .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHom52Q8t .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHom52Q8t .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHom52Q8t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHom52Q8t .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHom52Q8t .mbr-text {
  color: #bbbbbb;
}
.cid-tYHom52Q8t .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHom52Q8t .mbr-iconfont {
  color: black;
}
.cid-tYHpzaxef5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHpzaxef5 nav.navbar {
  position: fixed;
}
.cid-tYHpzaxef5 .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-tYHpzaxef5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHpzaxef5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHpzaxef5 .dropdown-item:hover,
.cid-tYHpzaxef5 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHpzaxef5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHpzaxef5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHpzaxef5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHpzaxef5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHpzaxef5 .nav-link {
  position: relative;
}
.cid-tYHpzaxef5 .container {
  display: flex;
  margin: auto;
}
.cid-tYHpzaxef5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHpzaxef5 .dropdown-menu,
.cid-tYHpzaxef5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHpzaxef5 .nav-item:focus,
.cid-tYHpzaxef5 .nav-link:focus {
  outline: none;
}
.cid-tYHpzaxef5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHpzaxef5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHpzaxef5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHpzaxef5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHpzaxef5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHpzaxef5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHpzaxef5 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHpzaxef5 .navbar.opened {
  transition: all .3s;
}
.cid-tYHpzaxef5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHpzaxef5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHpzaxef5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHpzaxef5 .navbar.collapsed {
  justify-content: center;
}
.cid-tYHpzaxef5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHpzaxef5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHpzaxef5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHpzaxef5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHpzaxef5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHpzaxef5 .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-tYHpzaxef5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHpzaxef5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHpzaxef5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHpzaxef5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHpzaxef5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHpzaxef5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHpzaxef5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHpzaxef5 .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-tYHpzaxef5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHpzaxef5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHpzaxef5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHpzaxef5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHpzaxef5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHpzaxef5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHpzaxef5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHpzaxef5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHpzaxef5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHpzaxef5 .align-center {
  justify-content: center;
}
.cid-tYHpzaxef5 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHpzaxef5 .modal-footer {
  justify-content: center;
}
.cid-tYHpzaxef5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHpzaxef5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHpzaxef5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHpzaxef5 .dropdown-item.active,
.cid-tYHpzaxef5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHpzaxef5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHpzaxef5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHpzaxef5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHpzaxef5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHpzaxef5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHpzaxef5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHpzaxef5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHpzaxef5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHpzaxef5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHpzaxef5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHpzaxef5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHpzaxef5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHpzaxef5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHpzaxef5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHpzaxef5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHpzaxef5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHpzaxef5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHpzaxef5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHpzaxef5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHpzaxef5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHpzaxef5 .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-tYHpzaxef5 .navbar {
    height: 70px;
  }
  .cid-tYHpzaxef5 .navbar.opened {
    height: auto;
  }
  .cid-tYHpzaxef5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHpzaxef5 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHpzgqKkR {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYHpzgqKkR .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHpzgqKkR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHpzgqKkR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHpzgqKkR .mbr-section-title {
  color: #232323;
}
.cid-tYHpzgqKkR .mbr-text,
.cid-tYHpzgqKkR .mbr-section-btn {
  color: #353535;
}
.cid-tYHpzlyn8f {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fcfcfc;
}
@media (min-width: 1500px) {
  .cid-tYHpzlyn8f .container {
    max-width: 1400px;
  }
}
.cid-tYHpzlyn8f .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tYHpzlyn8f .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHpzlyn8f .row {
  justify-content: center;
}
.cid-tZU3e6Qavm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZU3e6Qavm .item:focus,
.cid-tZU3e6Qavm span:focus {
  outline: none;
}
.cid-tZU3e6Qavm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZU3e6Qavm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZU3e6Qavm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZU3e6Qavm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZU3e6Qavm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZU3e6Qavm .mbr-section-title {
  color: #232323;
}
.cid-tZU3e6Qavm .mbr-text,
.cid-tZU3e6Qavm .mbr-section-btn {
  text-align: center;
}
.cid-tZU3e6Qavm .item-title {
  text-align: center;
}
.cid-tZU3e6Qavm .item-subtitle {
  text-align: center;
}
.cid-tYHpzB0yzo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHpzB0yzo .mbr-text,
.cid-tYHpzB0yzo .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHpzB0yzo .mbr-text,
  .cid-tYHpzB0yzo .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHpzB0yzo .mbr-text,
  .cid-tYHpzB0yzo .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHpzB0yzo a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHpzB0yzo .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHpzB0yzo .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHpzB0yzo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHpzB0yzo .justify-content-center {
  align-items: center;
}
.cid-tYHpzB0yzo .mbr-section-title {
  color: #ffffff;
}
.cid-tZU5755Dfp {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZU5755Dfp .item:focus,
.cid-tZU5755Dfp span:focus {
  outline: none;
}
.cid-tZU5755Dfp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZU5755Dfp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZU5755Dfp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZU5755Dfp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZU5755Dfp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZU5755Dfp .mbr-section-title {
  color: #232323;
}
.cid-tZU5755Dfp .mbr-text,
.cid-tZU5755Dfp .mbr-section-btn {
  text-align: center;
}
.cid-tZU5755Dfp .item-title {
  text-align: center;
}
.cid-tZU5755Dfp .item-subtitle {
  text-align: center;
}
.cid-tZU5kuz6Kn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZU5kuz6Kn .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZU5kuz6Kn .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZU5kuz6Kn .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZU5kuz6Kn .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZU5kuz6Kn .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHpzPu6vr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHpzPu6vr .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZU5fPSTSV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZU5fPSTSV .media-container-row {
  justify-content: space-between;
}
.cid-tZU5fPSTSV .text-content {
  max-width: 50%;
}
.cid-tZU5fPSTSV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZU5fPSTSV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZU5fPSTSV .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZU5fPSTSV .icons {
    justify-content: center !important;
  }
  .cid-tZU5fPSTSV .text-content * {
    text-align: center;
  }
}
.cid-tZU5e2SdAu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZU5e2SdAu .carousel-item {
  justify-content: center;
}
.cid-tZU5e2SdAu .carousel-item.active,
.cid-tZU5e2SdAu .carousel-item-next,
.cid-tZU5e2SdAu .carousel-item-prev {
  display: flex;
}
.cid-tZU5e2SdAu .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZU5e2SdAu .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZU5e2SdAu .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZU5e2SdAu .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZU5e2SdAu .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZU5e2SdAu .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHpzXUOLm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-11.jpeg");
}
.cid-tYHpzXUOLm .mbr-section-title {
  color: #ffffff;
}
.cid-tYHpzZOnjF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHpzZOnjF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHpzZOnjF .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHpzZOnjF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHpzZOnjF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHpzZOnjF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHpzZOnjF .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHpzZOnjF .mbr-text {
  color: #bbbbbb;
}
.cid-tYHpzZOnjF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHpzZOnjF .mbr-iconfont {
  color: black;
}
.cid-tYHsXJC1dd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHsXJC1dd nav.navbar {
  position: fixed;
}
.cid-tYHsXJC1dd .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-tYHsXJC1dd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHsXJC1dd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHsXJC1dd .dropdown-item:hover,
.cid-tYHsXJC1dd .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHsXJC1dd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHsXJC1dd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHsXJC1dd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHsXJC1dd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHsXJC1dd .nav-link {
  position: relative;
}
.cid-tYHsXJC1dd .container {
  display: flex;
  margin: auto;
}
.cid-tYHsXJC1dd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHsXJC1dd .dropdown-menu,
.cid-tYHsXJC1dd .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHsXJC1dd .nav-item:focus,
.cid-tYHsXJC1dd .nav-link:focus {
  outline: none;
}
.cid-tYHsXJC1dd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHsXJC1dd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHsXJC1dd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHsXJC1dd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHsXJC1dd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHsXJC1dd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHsXJC1dd .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHsXJC1dd .navbar.opened {
  transition: all .3s;
}
.cid-tYHsXJC1dd .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHsXJC1dd .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHsXJC1dd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHsXJC1dd .navbar.collapsed {
  justify-content: center;
}
.cid-tYHsXJC1dd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHsXJC1dd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHsXJC1dd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHsXJC1dd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHsXJC1dd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHsXJC1dd .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-tYHsXJC1dd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHsXJC1dd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHsXJC1dd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHsXJC1dd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHsXJC1dd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHsXJC1dd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHsXJC1dd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHsXJC1dd .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-tYHsXJC1dd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHsXJC1dd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHsXJC1dd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHsXJC1dd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHsXJC1dd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHsXJC1dd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHsXJC1dd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHsXJC1dd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHsXJC1dd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHsXJC1dd .align-center {
  justify-content: center;
}
.cid-tYHsXJC1dd .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHsXJC1dd .modal-footer {
  justify-content: center;
}
.cid-tYHsXJC1dd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHsXJC1dd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHsXJC1dd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHsXJC1dd .dropdown-item.active,
.cid-tYHsXJC1dd .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHsXJC1dd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHsXJC1dd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHsXJC1dd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHsXJC1dd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHsXJC1dd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHsXJC1dd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHsXJC1dd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHsXJC1dd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHsXJC1dd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHsXJC1dd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHsXJC1dd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHsXJC1dd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHsXJC1dd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHsXJC1dd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHsXJC1dd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHsXJC1dd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHsXJC1dd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHsXJC1dd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHsXJC1dd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHsXJC1dd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHsXJC1dd .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-tYHsXJC1dd .navbar {
    height: 70px;
  }
  .cid-tYHsXJC1dd .navbar.opened {
    height: auto;
  }
  .cid-tYHsXJC1dd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHsXJC1dd .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHsXO9dcm {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYHsXO9dcm .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHsXO9dcm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHsXO9dcm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHsXO9dcm .mbr-section-title {
  color: #232323;
}
.cid-tYHsXO9dcm .mbr-text,
.cid-tYHsXO9dcm .mbr-section-btn {
  color: #353535;
}
.cid-tYHsXPHQQe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tYHsXPHQQe .container {
    max-width: 1400px;
  }
}
.cid-tYHsXPHQQe .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tYHsXPHQQe .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHsXPHQQe .row {
  justify-content: center;
}
.cid-tYHsXRgSLk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-tYHsXRgSLk .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYHsXRgSLk .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYHsXRgSLk .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHsXRgSLk .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYHsXRgSLk .mbr-text,
.cid-tYHsXRgSLk .mbr-section-btn {
  text-align: left;
}
.cid-tYHsXRgSLk .card-title {
  text-align: left;
}
.cid-tZXHl4Npbo {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZXHl4Npbo .item:focus,
.cid-tZXHl4Npbo span:focus {
  outline: none;
}
.cid-tZXHl4Npbo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZXHl4Npbo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZXHl4Npbo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZXHl4Npbo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZXHl4Npbo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZXHl4Npbo .mbr-section-title {
  color: #232323;
}
.cid-tZXHl4Npbo .mbr-text,
.cid-tZXHl4Npbo .mbr-section-btn {
  text-align: center;
}
.cid-tZXHl4Npbo .item-title {
  text-align: center;
}
.cid-tZXHl4Npbo .item-subtitle {
  text-align: center;
}
.cid-tYHsXYisiB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHsXYisiB .mbr-text,
.cid-tYHsXYisiB .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHsXYisiB .mbr-text,
  .cid-tYHsXYisiB .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHsXYisiB .mbr-text,
  .cid-tYHsXYisiB .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHsXYisiB a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHsXYisiB .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHsXYisiB .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHsXYisiB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHsXYisiB .justify-content-center {
  align-items: center;
}
.cid-tYHsXYisiB .mbr-section-title {
  color: #ffffff;
}
.cid-tZXGoSVu0f {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZXGoSVu0f .item:focus,
.cid-tZXGoSVu0f span:focus {
  outline: none;
}
.cid-tZXGoSVu0f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZXGoSVu0f .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZXGoSVu0f .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZXGoSVu0f .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZXGoSVu0f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZXGoSVu0f .mbr-section-title {
  color: #232323;
}
.cid-tZXGoSVu0f .mbr-text,
.cid-tZXGoSVu0f .mbr-section-btn {
  text-align: center;
}
.cid-tZXGoSVu0f .item-title {
  text-align: center;
}
.cid-tZXGoSVu0f .item-subtitle {
  text-align: center;
}
.cid-tZXWbHggXJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZXWbHggXJ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZXWbHggXJ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZXWbHggXJ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZXWbHggXJ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZXWbHggXJ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHsY56XL1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHsY56XL1 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZXWhQ0IWx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZXWhQ0IWx .media-container-row {
  justify-content: space-between;
}
.cid-tZXWhQ0IWx .text-content {
  max-width: 50%;
}
.cid-tZXWhQ0IWx .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZXWhQ0IWx .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZXWhQ0IWx .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZXWhQ0IWx .icons {
    justify-content: center !important;
  }
  .cid-tZXWhQ0IWx .text-content * {
    text-align: center;
  }
}
.cid-tZXWjW7omz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZXWjW7omz .carousel-item {
  justify-content: center;
}
.cid-tZXWjW7omz .carousel-item.active,
.cid-tZXWjW7omz .carousel-item-next,
.cid-tZXWjW7omz .carousel-item-prev {
  display: flex;
}
.cid-tZXWjW7omz .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZXWjW7omz .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZXWjW7omz .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZXWjW7omz .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZXWjW7omz .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZXWjW7omz .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHsYaGud3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-11.jpeg");
}
.cid-tYHsYaGud3 .mbr-section-title {
  color: #ffffff;
}
.cid-tYHsYcu3yc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHsYcu3yc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHsYcu3yc .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHsYcu3yc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHsYcu3yc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHsYcu3yc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHsYcu3yc .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHsYcu3yc .mbr-text {
  color: #bbbbbb;
}
.cid-tYHsYcu3yc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHsYcu3yc .mbr-iconfont {
  color: black;
}
.cid-tYHtL8Zy1S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHtL8Zy1S nav.navbar {
  position: fixed;
}
.cid-tYHtL8Zy1S .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-tYHtL8Zy1S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHtL8Zy1S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHtL8Zy1S .dropdown-item:hover,
.cid-tYHtL8Zy1S .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHtL8Zy1S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHtL8Zy1S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHtL8Zy1S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHtL8Zy1S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHtL8Zy1S .nav-link {
  position: relative;
}
.cid-tYHtL8Zy1S .container {
  display: flex;
  margin: auto;
}
.cid-tYHtL8Zy1S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHtL8Zy1S .dropdown-menu,
.cid-tYHtL8Zy1S .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHtL8Zy1S .nav-item:focus,
.cid-tYHtL8Zy1S .nav-link:focus {
  outline: none;
}
.cid-tYHtL8Zy1S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHtL8Zy1S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHtL8Zy1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHtL8Zy1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHtL8Zy1S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHtL8Zy1S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHtL8Zy1S .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHtL8Zy1S .navbar.opened {
  transition: all .3s;
}
.cid-tYHtL8Zy1S .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHtL8Zy1S .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHtL8Zy1S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHtL8Zy1S .navbar.collapsed {
  justify-content: center;
}
.cid-tYHtL8Zy1S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHtL8Zy1S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHtL8Zy1S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHtL8Zy1S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHtL8Zy1S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHtL8Zy1S .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-tYHtL8Zy1S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHtL8Zy1S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHtL8Zy1S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHtL8Zy1S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHtL8Zy1S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHtL8Zy1S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHtL8Zy1S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHtL8Zy1S .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-tYHtL8Zy1S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHtL8Zy1S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHtL8Zy1S .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHtL8Zy1S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHtL8Zy1S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHtL8Zy1S .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHtL8Zy1S .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHtL8Zy1S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHtL8Zy1S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHtL8Zy1S .align-center {
  justify-content: center;
}
.cid-tYHtL8Zy1S .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHtL8Zy1S .modal-footer {
  justify-content: center;
}
.cid-tYHtL8Zy1S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHtL8Zy1S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHtL8Zy1S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHtL8Zy1S .dropdown-item.active,
.cid-tYHtL8Zy1S .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHtL8Zy1S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHtL8Zy1S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHtL8Zy1S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHtL8Zy1S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHtL8Zy1S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHtL8Zy1S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHtL8Zy1S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHtL8Zy1S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHtL8Zy1S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHtL8Zy1S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHtL8Zy1S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHtL8Zy1S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHtL8Zy1S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHtL8Zy1S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHtL8Zy1S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHtL8Zy1S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHtL8Zy1S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHtL8Zy1S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHtL8Zy1S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHtL8Zy1S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHtL8Zy1S .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-tYHtL8Zy1S .navbar {
    height: 70px;
  }
  .cid-tYHtL8Zy1S .navbar.opened {
    height: auto;
  }
  .cid-tYHtL8Zy1S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHtL8Zy1S .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHtLcTuT5 {
  background-color: #aa6dac;
}
@media (max-width: 991px) {
  .cid-tYHtLcTuT5 .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHtLcTuT5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHtLcTuT5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHtLcTuT5 .mbr-section-title {
  color: #ffffff;
}
.cid-tYHtLcTuT5 .mbr-text,
.cid-tYHtLcTuT5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tYHtLfq5CL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHtLfq5CL .container {
    max-width: 1400px;
  }
}
.cid-tYHtLfq5CL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #89418c;
  margin-bottom: 2rem;
}
.cid-tYHtLfq5CL .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHtLfq5CL .row {
  justify-content: center;
}
.cid-tZXJqZa8Bl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZXJqZa8Bl .item:focus,
.cid-tZXJqZa8Bl span:focus {
  outline: none;
}
.cid-tZXJqZa8Bl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZXJqZa8Bl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZXJqZa8Bl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZXJqZa8Bl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZXJqZa8Bl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZXJqZa8Bl .mbr-section-title {
  color: #232323;
}
.cid-tZXJqZa8Bl .mbr-text,
.cid-tZXJqZa8Bl .mbr-section-btn {
  text-align: center;
}
.cid-tZXJqZa8Bl .item-title {
  text-align: center;
}
.cid-tZXJqZa8Bl .item-subtitle {
  text-align: center;
}
.cid-tYHtLqWpNh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHtLqWpNh .mbr-text,
.cid-tYHtLqWpNh .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHtLqWpNh .mbr-text,
  .cid-tYHtLqWpNh .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHtLqWpNh .mbr-text,
  .cid-tYHtLqWpNh .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHtLqWpNh a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHtLqWpNh .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHtLqWpNh .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHtLqWpNh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHtLqWpNh .justify-content-center {
  align-items: center;
}
.cid-tYHtLqWpNh .mbr-section-title {
  color: #ffffff;
}
.cid-tZXG3pF2Oz {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZXG3pF2Oz .item:focus,
.cid-tZXG3pF2Oz span:focus {
  outline: none;
}
.cid-tZXG3pF2Oz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZXG3pF2Oz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZXG3pF2Oz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZXG3pF2Oz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZXG3pF2Oz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZXG3pF2Oz .mbr-section-title {
  color: #232323;
}
.cid-tZXG3pF2Oz .mbr-text,
.cid-tZXG3pF2Oz .mbr-section-btn {
  text-align: center;
}
.cid-tZXG3pF2Oz .item-title {
  text-align: center;
}
.cid-tZXG3pF2Oz .item-subtitle {
  text-align: center;
}
.cid-tYHtLBV9YS {
  padding-top: 75px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-tYHtLBV9YS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYHtLBV9YS a.panel-title {
  display: flex;
  align-items: center;
}
.cid-tYHtLBV9YS a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tYHtLBV9YS h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-tYHtLBV9YS .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tZY0U2u5nc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZY0U2u5nc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZY0U2u5nc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZY0U2u5nc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZY0U2u5nc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZY0U2u5nc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHtLIX6nd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHtLIX6nd .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZY0VhMbMx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZY0VhMbMx .media-container-row {
  justify-content: space-between;
}
.cid-tZY0VhMbMx .text-content {
  max-width: 50%;
}
.cid-tZY0VhMbMx .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZY0VhMbMx .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZY0VhMbMx .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZY0VhMbMx .icons {
    justify-content: center !important;
  }
  .cid-tZY0VhMbMx .text-content * {
    text-align: center;
  }
}
.cid-tZY0WtrGxZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZY0WtrGxZ .carousel-item {
  justify-content: center;
}
.cid-tZY0WtrGxZ .carousel-item.active,
.cid-tZY0WtrGxZ .carousel-item-next,
.cid-tZY0WtrGxZ .carousel-item-prev {
  display: flex;
}
.cid-tZY0WtrGxZ .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZY0WtrGxZ .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZY0WtrGxZ .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZY0WtrGxZ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZY0WtrGxZ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZY0WtrGxZ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHtLVSzRq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-tYHtLVSzRq .mbr-section-title {
  color: #ffffff;
}
.cid-tYHtLZAbUx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHtLZAbUx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHtLZAbUx .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHtLZAbUx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHtLZAbUx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHtLZAbUx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHtLZAbUx .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHtLZAbUx .mbr-text {
  color: #bbbbbb;
}
.cid-tYHtLZAbUx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHtLZAbUx .mbr-iconfont {
  color: black;
}
.cid-tYHuNNWygK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHuNNWygK nav.navbar {
  position: fixed;
}
.cid-tYHuNNWygK .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-tYHuNNWygK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHuNNWygK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHuNNWygK .dropdown-item:hover,
.cid-tYHuNNWygK .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHuNNWygK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHuNNWygK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHuNNWygK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHuNNWygK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHuNNWygK .nav-link {
  position: relative;
}
.cid-tYHuNNWygK .container {
  display: flex;
  margin: auto;
}
.cid-tYHuNNWygK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHuNNWygK .dropdown-menu,
.cid-tYHuNNWygK .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHuNNWygK .nav-item:focus,
.cid-tYHuNNWygK .nav-link:focus {
  outline: none;
}
.cid-tYHuNNWygK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHuNNWygK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHuNNWygK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHuNNWygK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHuNNWygK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHuNNWygK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHuNNWygK .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHuNNWygK .navbar.opened {
  transition: all .3s;
}
.cid-tYHuNNWygK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHuNNWygK .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHuNNWygK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHuNNWygK .navbar.collapsed {
  justify-content: center;
}
.cid-tYHuNNWygK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHuNNWygK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHuNNWygK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHuNNWygK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHuNNWygK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHuNNWygK .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-tYHuNNWygK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHuNNWygK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHuNNWygK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHuNNWygK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHuNNWygK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHuNNWygK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHuNNWygK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHuNNWygK .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-tYHuNNWygK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHuNNWygK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHuNNWygK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHuNNWygK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHuNNWygK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHuNNWygK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHuNNWygK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHuNNWygK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHuNNWygK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHuNNWygK .align-center {
  justify-content: center;
}
.cid-tYHuNNWygK .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHuNNWygK .modal-footer {
  justify-content: center;
}
.cid-tYHuNNWygK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHuNNWygK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHuNNWygK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHuNNWygK .dropdown-item.active,
.cid-tYHuNNWygK .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHuNNWygK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHuNNWygK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHuNNWygK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHuNNWygK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHuNNWygK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHuNNWygK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHuNNWygK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHuNNWygK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHuNNWygK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHuNNWygK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHuNNWygK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHuNNWygK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHuNNWygK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHuNNWygK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHuNNWygK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHuNNWygK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHuNNWygK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHuNNWygK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHuNNWygK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHuNNWygK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHuNNWygK .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-tYHuNNWygK .navbar {
    height: 70px;
  }
  .cid-tYHuNNWygK .navbar.opened {
    height: auto;
  }
  .cid-tYHuNNWygK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHuNNWygK .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHuNPoRDd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tYHuNPoRDd .mbr-overlay {
  background: #232323;
  opacity: 0.2;
}
.cid-tYHuNPoRDd img,
.cid-tYHuNPoRDd .item-img {
  width: 100%;
}
.cid-tYHuNPoRDd .item:focus,
.cid-tYHuNPoRDd span:focus {
  outline: none;
}
.cid-tYHuNPoRDd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tYHuNPoRDd .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYHuNPoRDd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tYHuNPoRDd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYHuNPoRDd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tYHuNPoRDd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tYHuNPoRDd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYHuNPoRDd .mbr-section-title {
  color: #ffffff;
}
.cid-tYHuNPoRDd .mbr-text,
.cid-tYHuNPoRDd .mbr-section-btn {
  text-align: center;
}
.cid-tYHuNPoRDd .item-title {
  text-align: center;
}
.cid-tYHuNPoRDd .item-subtitle {
  text-align: left;
}
.cid-tYHuNQyJf3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHuNQyJf3 .container {
    max-width: 1400px;
  }
}
.cid-tYHuNQyJf3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tYHuNQyJf3 .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHuNQyJf3 .row {
  justify-content: center;
}
.cid-tYHuNS2Hhc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHuNS2Hhc .mbr-text,
.cid-tYHuNS2Hhc .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHuNS2Hhc .mbr-text,
  .cid-tYHuNS2Hhc .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHuNS2Hhc .mbr-text,
  .cid-tYHuNS2Hhc .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHuNS2Hhc a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHuNS2Hhc .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHuNS2Hhc .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHuNS2Hhc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHuNS2Hhc .justify-content-center {
  align-items: center;
}
.cid-tYHuNS2Hhc .mbr-section-title {
  color: #ffffff;
}
.cid-viQEFr029I {
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-viQEFr029I .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-viQEFr029I a.panel-title {
  display: flex;
  align-items: center;
}
.cid-viQEFr029I a.panel-title:focus {
  text-decoration: none !important;
}
.cid-viQEFr029I h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-viQEFr029I .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tZLqqYTTLQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZLqqYTTLQ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZLqqYTTLQ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZLqqYTTLQ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZLqqYTTLQ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZLqqYTTLQ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHuNVWat6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHuNVWat6 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZLqtn7Gir {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZLqtn7Gir .media-container-row {
  justify-content: space-between;
}
.cid-tZLqtn7Gir .text-content {
  max-width: 50%;
}
.cid-tZLqtn7Gir .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZLqtn7Gir .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZLqtn7Gir .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZLqtn7Gir .icons {
    justify-content: center !important;
  }
  .cid-tZLqtn7Gir .text-content * {
    text-align: center;
  }
}
.cid-tZLqves0I6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZLqves0I6 .carousel-item {
  justify-content: center;
}
.cid-tZLqves0I6 .carousel-item.active,
.cid-tZLqves0I6 .carousel-item-next,
.cid-tZLqves0I6 .carousel-item-prev {
  display: flex;
}
.cid-tZLqves0I6 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZLqves0I6 .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZLqves0I6 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZLqves0I6 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZLqves0I6 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZLqves0I6 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHuO28EB0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-tYHuO28EB0 .mbr-section-title {
  color: #ffffff;
}
.cid-tYHuO45b5Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHuO45b5Z .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHuO45b5Z .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHuO45b5Z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHuO45b5Z .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHuO45b5Z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHuO45b5Z .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHuO45b5Z .mbr-text {
  color: #bbbbbb;
}
.cid-tYHuO45b5Z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHuO45b5Z .mbr-iconfont {
  color: black;
}
.cid-tYHvrL1kxv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHvrL1kxv nav.navbar {
  position: fixed;
}
.cid-tYHvrL1kxv .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-tYHvrL1kxv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHvrL1kxv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHvrL1kxv .dropdown-item:hover,
.cid-tYHvrL1kxv .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHvrL1kxv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHvrL1kxv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHvrL1kxv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHvrL1kxv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHvrL1kxv .nav-link {
  position: relative;
}
.cid-tYHvrL1kxv .container {
  display: flex;
  margin: auto;
}
.cid-tYHvrL1kxv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHvrL1kxv .dropdown-menu,
.cid-tYHvrL1kxv .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHvrL1kxv .nav-item:focus,
.cid-tYHvrL1kxv .nav-link:focus {
  outline: none;
}
.cid-tYHvrL1kxv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHvrL1kxv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHvrL1kxv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHvrL1kxv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHvrL1kxv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHvrL1kxv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHvrL1kxv .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHvrL1kxv .navbar.opened {
  transition: all .3s;
}
.cid-tYHvrL1kxv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHvrL1kxv .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHvrL1kxv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHvrL1kxv .navbar.collapsed {
  justify-content: center;
}
.cid-tYHvrL1kxv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHvrL1kxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHvrL1kxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHvrL1kxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHvrL1kxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHvrL1kxv .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-tYHvrL1kxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHvrL1kxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHvrL1kxv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHvrL1kxv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHvrL1kxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHvrL1kxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHvrL1kxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHvrL1kxv .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-tYHvrL1kxv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHvrL1kxv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHvrL1kxv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHvrL1kxv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHvrL1kxv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHvrL1kxv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHvrL1kxv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHvrL1kxv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHvrL1kxv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHvrL1kxv .align-center {
  justify-content: center;
}
.cid-tYHvrL1kxv .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHvrL1kxv .modal-footer {
  justify-content: center;
}
.cid-tYHvrL1kxv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHvrL1kxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHvrL1kxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHvrL1kxv .dropdown-item.active,
.cid-tYHvrL1kxv .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHvrL1kxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHvrL1kxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHvrL1kxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHvrL1kxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHvrL1kxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHvrL1kxv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHvrL1kxv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHvrL1kxv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHvrL1kxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHvrL1kxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHvrL1kxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHvrL1kxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHvrL1kxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHvrL1kxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHvrL1kxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHvrL1kxv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHvrL1kxv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHvrL1kxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHvrL1kxv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHvrL1kxv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHvrL1kxv .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-tYHvrL1kxv .navbar {
    height: 70px;
  }
  .cid-tYHvrL1kxv .navbar.opened {
    height: auto;
  }
  .cid-tYHvrL1kxv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHvrL1kxv .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHvrNuzT5 {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-tYHvrOupmc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYHvrOupmc .mbr-section-subtitle {
  text-align: left;
}
.cid-tYHvrQG04w {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHvrQG04w .container {
    max-width: 1400px;
  }
}
.cid-tYHvrQG04w .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tYHvrQG04w .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHvrQG04w .row {
  justify-content: center;
}
.cid-tYHvrTmSfp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHvrTmSfp .mbr-text,
.cid-tYHvrTmSfp .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHvrTmSfp .mbr-text,
  .cid-tYHvrTmSfp .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHvrTmSfp .mbr-text,
  .cid-tYHvrTmSfp .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHvrTmSfp a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHvrTmSfp .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHvrTmSfp .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHvrTmSfp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHvrTmSfp .justify-content-center {
  align-items: center;
}
.cid-tYHvrTmSfp .mbr-section-title {
  color: #ffffff;
}
.cid-viQI1YFm9r {
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-viQI1YFm9r .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-viQI1YFm9r a.panel-title {
  display: flex;
  align-items: center;
}
.cid-viQI1YFm9r a.panel-title:focus {
  text-decoration: none !important;
}
.cid-viQI1YFm9r h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-viQI1YFm9r .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tZLnWUgtc3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZLnWUgtc3 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZLnWUgtc3 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZLnWUgtc3 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZLnWUgtc3 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZLnWUgtc3 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHvrYahm8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHvrYahm8 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZLnYafHHe {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZLnYafHHe .media-container-row {
  justify-content: space-between;
}
.cid-tZLnYafHHe .text-content {
  max-width: 50%;
}
.cid-tZLnYafHHe .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZLnYafHHe .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZLnYafHHe .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZLnYafHHe .icons {
    justify-content: center !important;
  }
  .cid-tZLnYafHHe .text-content * {
    text-align: center;
  }
}
.cid-tZLnZcQEZ7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZLnZcQEZ7 .carousel-item {
  justify-content: center;
}
.cid-tZLnZcQEZ7 .carousel-item.active,
.cid-tZLnZcQEZ7 .carousel-item-next,
.cid-tZLnZcQEZ7 .carousel-item-prev {
  display: flex;
}
.cid-tZLnZcQEZ7 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZLnZcQEZ7 .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZLnZcQEZ7 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZLnZcQEZ7 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZLnZcQEZ7 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZLnZcQEZ7 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHvs4wTnH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-tYHvs4wTnH .mbr-section-title {
  color: #ffffff;
}
.cid-tYHvs5TmhX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHvs5TmhX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHvs5TmhX .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHvs5TmhX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHvs5TmhX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHvs5TmhX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHvs5TmhX .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHvs5TmhX .mbr-text {
  color: #bbbbbb;
}
.cid-tYHvs5TmhX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHvs5TmhX .mbr-iconfont {
  color: black;
}
.cid-tYHwdt1oto {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHwdt1oto nav.navbar {
  position: fixed;
}
.cid-tYHwdt1oto .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-tYHwdt1oto .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHwdt1oto .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHwdt1oto .dropdown-item:hover,
.cid-tYHwdt1oto .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHwdt1oto .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHwdt1oto .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHwdt1oto .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHwdt1oto .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHwdt1oto .nav-link {
  position: relative;
}
.cid-tYHwdt1oto .container {
  display: flex;
  margin: auto;
}
.cid-tYHwdt1oto .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHwdt1oto .dropdown-menu,
.cid-tYHwdt1oto .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHwdt1oto .nav-item:focus,
.cid-tYHwdt1oto .nav-link:focus {
  outline: none;
}
.cid-tYHwdt1oto .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHwdt1oto .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHwdt1oto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHwdt1oto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHwdt1oto .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHwdt1oto .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHwdt1oto .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHwdt1oto .navbar.opened {
  transition: all .3s;
}
.cid-tYHwdt1oto .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHwdt1oto .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHwdt1oto .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHwdt1oto .navbar.collapsed {
  justify-content: center;
}
.cid-tYHwdt1oto .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHwdt1oto .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHwdt1oto .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHwdt1oto .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHwdt1oto .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHwdt1oto .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-tYHwdt1oto .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHwdt1oto .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHwdt1oto .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHwdt1oto .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHwdt1oto .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHwdt1oto .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHwdt1oto .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHwdt1oto .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-tYHwdt1oto .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHwdt1oto .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHwdt1oto .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHwdt1oto .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHwdt1oto .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHwdt1oto .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHwdt1oto .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHwdt1oto .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHwdt1oto .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHwdt1oto .align-center {
  justify-content: center;
}
.cid-tYHwdt1oto .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHwdt1oto .modal-footer {
  justify-content: center;
}
.cid-tYHwdt1oto .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHwdt1oto .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHwdt1oto .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHwdt1oto .dropdown-item.active,
.cid-tYHwdt1oto .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHwdt1oto .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHwdt1oto .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHwdt1oto .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHwdt1oto .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHwdt1oto .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHwdt1oto .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHwdt1oto ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHwdt1oto .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHwdt1oto button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHwdt1oto button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHwdt1oto button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHwdt1oto button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHwdt1oto button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHwdt1oto button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHwdt1oto nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHwdt1oto nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHwdt1oto nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHwdt1oto nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHwdt1oto .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHwdt1oto a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHwdt1oto .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-tYHwdt1oto .navbar {
    height: 70px;
  }
  .cid-tYHwdt1oto .navbar.opened {
    height: auto;
  }
  .cid-tYHwdt1oto .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHwdt1oto .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHwdAYpQf {
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-tYHwdFT53E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYHwdFT53E .mbr-section-subtitle {
  text-align: left;
}
.cid-tYHwdKhIjg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYHwdKhIjg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYHwdKhIjg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYHwdKhIjg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYHwdOc547 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYHwdOc547 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYHwdOc547 .row {
  flex-direction: row-reverse;
}
.cid-tYHwdOc547 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYHwdOc547 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYHwdZLZOQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHwdZLZOQ .container {
    max-width: 1400px;
  }
}
.cid-tYHwdZLZOQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tYHwdZLZOQ .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHwdZLZOQ .row {
  justify-content: center;
}
.cid-tYHwe3T1cZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHwe3T1cZ .mbr-text,
.cid-tYHwe3T1cZ .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHwe3T1cZ .mbr-text,
  .cid-tYHwe3T1cZ .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHwe3T1cZ .mbr-text,
  .cid-tYHwe3T1cZ .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHwe3T1cZ a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHwe3T1cZ .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHwe3T1cZ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHwe3T1cZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHwe3T1cZ .justify-content-center {
  align-items: center;
}
.cid-tYHwe3T1cZ .mbr-section-title {
  color: #ffffff;
}
.cid-viQLBczI9W {
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-viQLBczI9W .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-viQLBczI9W a.panel-title {
  display: flex;
  align-items: center;
}
.cid-viQLBczI9W a.panel-title:focus {
  text-decoration: none !important;
}
.cid-viQLBczI9W h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-viQLBczI9W .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tZLmlLnTur {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZLmlLnTur .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZLmlLnTur .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZLmlLnTur .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZLmlLnTur .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZLmlLnTur .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHweajKQ8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHweajKQ8 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZLmmBoJhC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZLmmBoJhC .media-container-row {
  justify-content: space-between;
}
.cid-tZLmmBoJhC .text-content {
  max-width: 50%;
}
.cid-tZLmmBoJhC .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZLmmBoJhC .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZLmmBoJhC .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZLmmBoJhC .icons {
    justify-content: center !important;
  }
  .cid-tZLmmBoJhC .text-content * {
    text-align: center;
  }
}
.cid-tZLmno4uHL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZLmno4uHL .carousel-item {
  justify-content: center;
}
.cid-tZLmno4uHL .carousel-item.active,
.cid-tZLmno4uHL .carousel-item-next,
.cid-tZLmno4uHL .carousel-item-prev {
  display: flex;
}
.cid-tZLmno4uHL .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZLmno4uHL .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZLmno4uHL .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZLmno4uHL .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZLmno4uHL .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZLmno4uHL .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHweftA9V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-tYHweftA9V .mbr-section-title {
  color: #ffffff;
}
.cid-tYHwegBs3Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHwegBs3Y .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHwegBs3Y .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHwegBs3Y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHwegBs3Y .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHwegBs3Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHwegBs3Y .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHwegBs3Y .mbr-text {
  color: #bbbbbb;
}
.cid-tYHwegBs3Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHwegBs3Y .mbr-iconfont {
  color: black;
}
.cid-tYHxaBFiYt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHxaBFiYt nav.navbar {
  position: fixed;
}
.cid-tYHxaBFiYt .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-tYHxaBFiYt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHxaBFiYt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHxaBFiYt .dropdown-item:hover,
.cid-tYHxaBFiYt .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHxaBFiYt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHxaBFiYt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHxaBFiYt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHxaBFiYt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHxaBFiYt .nav-link {
  position: relative;
}
.cid-tYHxaBFiYt .container {
  display: flex;
  margin: auto;
}
.cid-tYHxaBFiYt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHxaBFiYt .dropdown-menu,
.cid-tYHxaBFiYt .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHxaBFiYt .nav-item:focus,
.cid-tYHxaBFiYt .nav-link:focus {
  outline: none;
}
.cid-tYHxaBFiYt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHxaBFiYt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHxaBFiYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHxaBFiYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHxaBFiYt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHxaBFiYt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHxaBFiYt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHxaBFiYt .navbar.opened {
  transition: all .3s;
}
.cid-tYHxaBFiYt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHxaBFiYt .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHxaBFiYt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHxaBFiYt .navbar.collapsed {
  justify-content: center;
}
.cid-tYHxaBFiYt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHxaBFiYt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHxaBFiYt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHxaBFiYt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHxaBFiYt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHxaBFiYt .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-tYHxaBFiYt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHxaBFiYt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHxaBFiYt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHxaBFiYt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHxaBFiYt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHxaBFiYt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHxaBFiYt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHxaBFiYt .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-tYHxaBFiYt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHxaBFiYt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHxaBFiYt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHxaBFiYt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHxaBFiYt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHxaBFiYt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHxaBFiYt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHxaBFiYt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHxaBFiYt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHxaBFiYt .align-center {
  justify-content: center;
}
.cid-tYHxaBFiYt .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHxaBFiYt .modal-footer {
  justify-content: center;
}
.cid-tYHxaBFiYt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHxaBFiYt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHxaBFiYt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHxaBFiYt .dropdown-item.active,
.cid-tYHxaBFiYt .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHxaBFiYt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHxaBFiYt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHxaBFiYt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHxaBFiYt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHxaBFiYt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHxaBFiYt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHxaBFiYt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHxaBFiYt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHxaBFiYt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHxaBFiYt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHxaBFiYt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHxaBFiYt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHxaBFiYt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHxaBFiYt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHxaBFiYt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHxaBFiYt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHxaBFiYt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHxaBFiYt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHxaBFiYt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHxaBFiYt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHxaBFiYt .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-tYHxaBFiYt .navbar {
    height: 70px;
  }
  .cid-tYHxaBFiYt .navbar.opened {
    height: auto;
  }
  .cid-tYHxaBFiYt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHxaBFiYt .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHxaFahVF {
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-tYHxaFahVF .mbr-section-title {
  text-align: center;
}
.cid-tYHxaGXFQs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYHxaGXFQs .mbr-section-subtitle {
  text-align: left;
}
.cid-tYHxaIx6uG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYHxaIx6uG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYHxaIx6uG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYHxaIx6uG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYHxaK7fWW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYHxaK7fWW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYHxaK7fWW .row {
  flex-direction: row-reverse;
}
.cid-tYHxaK7fWW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYHxaK7fWW .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYHxaLoMqw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHxaLoMqw .container {
    max-width: 1400px;
  }
}
.cid-tYHxaLoMqw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tYHxaLoMqw .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHxaLoMqw .row {
  justify-content: center;
}
.cid-tYHxaMW43G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHxaMW43G .mbr-text,
.cid-tYHxaMW43G .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHxaMW43G .mbr-text,
  .cid-tYHxaMW43G .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHxaMW43G .mbr-text,
  .cid-tYHxaMW43G .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHxaMW43G a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHxaMW43G .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHxaMW43G .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHxaMW43G .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHxaMW43G .justify-content-center {
  align-items: center;
}
.cid-tYHxaMW43G .mbr-section-title {
  color: #ffffff;
}
.cid-tYHxaTEKrJ {
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-tYHxaTEKrJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYHxaTEKrJ a.panel-title {
  display: flex;
  align-items: center;
}
.cid-tYHxaTEKrJ a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tYHxaTEKrJ h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-tYHxaTEKrJ .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tZL8GcWbug {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZL8GcWbug .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZL8GcWbug .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZL8GcWbug .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZL8GcWbug .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZL8GcWbug .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHxb5MZPE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHxb5MZPE .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZL8L2mmst {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZL8L2mmst .media-container-row {
  justify-content: space-between;
}
.cid-tZL8L2mmst .text-content {
  max-width: 50%;
}
.cid-tZL8L2mmst .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZL8L2mmst .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZL8L2mmst .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZL8L2mmst .icons {
    justify-content: center !important;
  }
  .cid-tZL8L2mmst .text-content * {
    text-align: center;
  }
}
.cid-tZL8MHUyhm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZL8MHUyhm .carousel-item {
  justify-content: center;
}
.cid-tZL8MHUyhm .carousel-item.active,
.cid-tZL8MHUyhm .carousel-item-next,
.cid-tZL8MHUyhm .carousel-item-prev {
  display: flex;
}
.cid-tZL8MHUyhm .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZL8MHUyhm .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZL8MHUyhm .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZL8MHUyhm .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZL8MHUyhm .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZL8MHUyhm .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHxbkRKRm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-tYHxbkRKRm .mbr-section-title {
  color: #ffffff;
}
.cid-tYHxbmBWIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHxbmBWIy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHxbmBWIy .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHxbmBWIy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHxbmBWIy .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHxbmBWIy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHxbmBWIy .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHxbmBWIy .mbr-text {
  color: #bbbbbb;
}
.cid-tYHxbmBWIy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHxbmBWIy .mbr-iconfont {
  color: black;
}
.cid-tYHgqb3tBf {
  background-color: #fafafa;
}
.cid-tYHgqb3tBf .mbr-text,
.cid-tYHgqb3tBf .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHgqb3tBf .mbr-text,
  .cid-tYHgqb3tBf .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHgqb3tBf a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHgqb3tBf .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tYHgqb3tBf .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHgqb3tBf .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tYHgqb3tBf .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tYHgqb3tBf .justify-content-center {
  align-items: center;
}
.cid-tYHgqcCIcv {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYHgqcCIcv .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYHgqcCIcv .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYHgqcCIcv .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHgqcCIcv .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYHgqcCIcv .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-viQt2yO2sr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viQt2yO2sr .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tYHgqew3bL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tYHgqew3bL .media-container-row {
  justify-content: space-between;
}
.cid-tYHgqew3bL .text-content {
  max-width: 50%;
}
.cid-tYHgqew3bL .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tYHgqew3bL .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tYHgqew3bL .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tYHgqew3bL .icons {
    justify-content: center !important;
  }
  .cid-tYHgqew3bL .text-content * {
    text-align: center;
  }
}
.cid-tYHgqew3bL .mbr-section-title {
  text-align: left;
}
.cid-tYHgqfrRJq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-tYHgqfrRJq .mbr-section-title {
  color: #ffffff;
}
.cid-tYHgqggkK0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tYHgqggkK0 .showAlerts {
  display: block !important;
}
.cid-tYHgqggkK0 .rowflexrev {
  display: -webkit-flex;
}
.cid-tYHgqggkK0 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tYHgqggkK0 .title {
  margin-bottom: 2rem;
}
.cid-tYHgqggkK0 .mbr-section-subtitle {
  color: #767676;
}
.cid-tYHgqggkK0 textarea.form-control {
  min-height: 188px;
}
.cid-tYHgqggkK0 LABEL {
  color: #232323;
}
.cid-tYHgqggkK0 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tYHgqggkK0 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tYHgqggkK0 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tYHgqggkK0 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tYHgqggkK0 .alert {
  margin-bottom: 0;
}
.cid-tYHgqggkK0 .alert-success {
  background-color: #61c941;
}
.cid-tYHgqggkK0 .alert-danger {
  background-color: #ff4a52;
}
.cid-tYHgqggkK0 .btn {
  display: inline-flex;
}
.cid-tYHgqggkK0 .hidden {
  display: none;
}
.cid-tYHgqggkK0 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tYHgqggkK0 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tYHgqhnmyB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tYHgqhnmyB .carousel-item {
  justify-content: center;
}
.cid-tYHgqhnmyB .carousel-item.active,
.cid-tYHgqhnmyB .carousel-item-next,
.cid-tYHgqhnmyB .carousel-item-prev {
  display: flex;
}
.cid-tYHgqhnmyB .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tYHgqhnmyB .carousel-control-next span {
  padding-left: 5px;
}
.cid-tYHgqhnmyB .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tYHgqhnmyB .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tYHgqhnmyB .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tYHgqhnmyB .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHgqiY3ip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHgqiY3ip .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHgqiY3ip .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHgqiY3ip .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHgqiY3ip .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHgqiY3ip .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHgqiY3ip .mbr-text {
  color: #bbbbbb;
}
.cid-tYHgqiY3ip .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHgqiY3ip .mbr-iconfont {
  color: black;
}
.cid-tYHgqlkVEO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHgqlkVEO nav.navbar {
  position: fixed;
}
.cid-tYHgqlkVEO .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-tYHgqlkVEO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHgqlkVEO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHgqlkVEO .dropdown-item:hover,
.cid-tYHgqlkVEO .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHgqlkVEO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHgqlkVEO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHgqlkVEO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHgqlkVEO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHgqlkVEO .nav-link {
  position: relative;
}
.cid-tYHgqlkVEO .container {
  display: flex;
  margin: auto;
}
.cid-tYHgqlkVEO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHgqlkVEO .dropdown-menu,
.cid-tYHgqlkVEO .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHgqlkVEO .nav-item:focus,
.cid-tYHgqlkVEO .nav-link:focus {
  outline: none;
}
.cid-tYHgqlkVEO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHgqlkVEO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHgqlkVEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHgqlkVEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHgqlkVEO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHgqlkVEO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHgqlkVEO .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHgqlkVEO .navbar.opened {
  transition: all .3s;
}
.cid-tYHgqlkVEO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHgqlkVEO .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHgqlkVEO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHgqlkVEO .navbar.collapsed {
  justify-content: center;
}
.cid-tYHgqlkVEO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHgqlkVEO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHgqlkVEO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHgqlkVEO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHgqlkVEO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHgqlkVEO .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-tYHgqlkVEO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHgqlkVEO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHgqlkVEO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHgqlkVEO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHgqlkVEO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHgqlkVEO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHgqlkVEO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHgqlkVEO .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-tYHgqlkVEO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHgqlkVEO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHgqlkVEO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHgqlkVEO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHgqlkVEO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHgqlkVEO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHgqlkVEO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHgqlkVEO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHgqlkVEO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHgqlkVEO .align-center {
  justify-content: center;
}
.cid-tYHgqlkVEO .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHgqlkVEO .modal-footer {
  justify-content: center;
}
.cid-tYHgqlkVEO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHgqlkVEO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHgqlkVEO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHgqlkVEO .dropdown-item.active,
.cid-tYHgqlkVEO .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHgqlkVEO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHgqlkVEO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHgqlkVEO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHgqlkVEO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHgqlkVEO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHgqlkVEO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHgqlkVEO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHgqlkVEO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHgqlkVEO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHgqlkVEO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHgqlkVEO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHgqlkVEO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHgqlkVEO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHgqlkVEO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHgqlkVEO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHgqlkVEO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHgqlkVEO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHgqlkVEO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHgqlkVEO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHgqlkVEO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHgqlkVEO .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-tYHgqlkVEO .navbar {
    height: 70px;
  }
  .cid-tYHgqlkVEO .navbar.opened {
    height: auto;
  }
  .cid-tYHgqlkVEO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHgqlkVEO .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-syZ2euYWIh {
  background-color: #fafafa;
}
.cid-syZ2euYWIh .mbr-text,
.cid-syZ2euYWIh .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-syZ2euYWIh .mbr-text,
  .cid-syZ2euYWIh .mbr-section-title {
    text-align: center;
  }
}
.cid-syZ2euYWIh a.btn {
  height: 100%;
  margin: 0;
}
.cid-syZ2euYWIh .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-syZ2euYWIh .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-syZ2euYWIh .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-syZ2euYWIh .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-syZ2euYWIh .justify-content-center {
  align-items: center;
}
.cid-tYP9UmmMeE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYP9UmmMeE .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYP9UmmMeE .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYP9UmmMeE .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYP9UmmMeE .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYP9UmmMeE .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sQsDzndwoe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQsDzndwoe .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tYP9VjoWq3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tYP9VjoWq3 .media-container-row {
  justify-content: space-between;
}
.cid-tYP9VjoWq3 .text-content {
  max-width: 50%;
}
.cid-tYP9VjoWq3 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tYP9VjoWq3 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tYP9VjoWq3 .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tYP9VjoWq3 .icons {
    justify-content: center !important;
  }
  .cid-tYP9VjoWq3 .text-content * {
    text-align: center;
  }
}
.cid-tYP9Wdnrgs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-tYP9Wdnrgs .mbr-section-title {
  color: #ffffff;
}
.cid-sAr33sgQUQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sAr33sgQUQ .showAlerts {
  display: block !important;
}
.cid-sAr33sgQUQ .rowflexrev {
  display: -webkit-flex;
}
.cid-sAr33sgQUQ .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sAr33sgQUQ .title {
  margin-bottom: 2rem;
}
.cid-sAr33sgQUQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sAr33sgQUQ textarea.form-control {
  min-height: 188px;
}
.cid-sAr33sgQUQ LABEL {
  color: #232323;
}
.cid-sAr33sgQUQ .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sAr33sgQUQ .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sAr33sgQUQ .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sAr33sgQUQ .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sAr33sgQUQ .alert {
  margin-bottom: 0;
}
.cid-sAr33sgQUQ .alert-success {
  background-color: #61c941;
}
.cid-sAr33sgQUQ .alert-danger {
  background-color: #ff4a52;
}
.cid-sAr33sgQUQ .btn {
  display: inline-flex;
}
.cid-sAr33sgQUQ .hidden {
  display: none;
}
.cid-sAr33sgQUQ .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sAr33sgQUQ .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tYP9X7fYL7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tYP9X7fYL7 .carousel-item {
  justify-content: center;
}
.cid-tYP9X7fYL7 .carousel-item.active,
.cid-tYP9X7fYL7 .carousel-item-next,
.cid-tYP9X7fYL7 .carousel-item-prev {
  display: flex;
}
.cid-tYP9X7fYL7 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tYP9X7fYL7 .carousel-control-next span {
  padding-left: 5px;
}
.cid-tYP9X7fYL7 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tYP9X7fYL7 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tYP9X7fYL7 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tYP9X7fYL7 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-syZ0g8wBai {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-syZ0g8wBai .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-syZ0g8wBai .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-syZ0g8wBai .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-syZ0g8wBai .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-syZ0g8wBai .list {
    margin-bottom: 0rem;
  }
}
.cid-syZ0g8wBai .mbr-text {
  color: #bbbbbb;
}
.cid-syZ0g8wBai .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-syZ0g8wBai .mbr-iconfont {
  color: black;
}
.cid-syZ60MBEOn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-syZ60MBEOn nav.navbar {
  position: fixed;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syZ60MBEOn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syZ60MBEOn .dropdown-item:hover,
.cid-syZ60MBEOn .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-syZ60MBEOn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syZ60MBEOn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syZ60MBEOn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syZ60MBEOn .nav-link {
  position: relative;
}
.cid-syZ60MBEOn .container {
  display: flex;
  margin: auto;
}
.cid-syZ60MBEOn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-syZ60MBEOn .dropdown-menu,
.cid-syZ60MBEOn .navbar.opened {
  background: #ffffff !important;
}
.cid-syZ60MBEOn .nav-item:focus,
.cid-syZ60MBEOn .nav-link:focus {
  outline: none;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-syZ60MBEOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syZ60MBEOn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syZ60MBEOn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syZ60MBEOn .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-syZ60MBEOn .navbar.opened {
  transition: all .3s;
}
.cid-syZ60MBEOn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-syZ60MBEOn .navbar .navbar-logo img {
  width: auto;
}
.cid-syZ60MBEOn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syZ60MBEOn .navbar.collapsed {
  justify-content: center;
}
.cid-syZ60MBEOn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syZ60MBEOn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syZ60MBEOn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syZ60MBEOn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-syZ60MBEOn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-syZ60MBEOn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syZ60MBEOn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syZ60MBEOn .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-syZ60MBEOn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syZ60MBEOn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syZ60MBEOn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syZ60MBEOn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syZ60MBEOn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syZ60MBEOn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-syZ60MBEOn .navbar.navbar-short {
  min-height: 60px;
}
.cid-syZ60MBEOn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syZ60MBEOn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syZ60MBEOn .align-center {
  justify-content: center;
}
.cid-syZ60MBEOn .modal-content {
  height: auto;
  justify-content: center;
}
.cid-syZ60MBEOn .modal-footer {
  justify-content: center;
}
.cid-syZ60MBEOn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syZ60MBEOn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syZ60MBEOn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syZ60MBEOn .dropdown-item.active,
.cid-syZ60MBEOn .dropdown-item:active {
  background-color: transparent;
}
.cid-syZ60MBEOn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syZ60MBEOn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syZ60MBEOn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syZ60MBEOn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syZ60MBEOn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syZ60MBEOn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syZ60MBEOn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syZ60MBEOn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syZ60MBEOn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syZ60MBEOn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syZ60MBEOn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syZ60MBEOn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syZ60MBEOn .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-syZ60MBEOn .navbar {
    height: 70px;
  }
  .cid-syZ60MBEOn .navbar.opened {
    height: auto;
  }
  .cid-syZ60MBEOn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syZ60MBEOn .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHsdGIaA6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYHsdGIaA6 nav.navbar {
  position: fixed;
}
.cid-tYHsdGIaA6 .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-tYHsdGIaA6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYHsdGIaA6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYHsdGIaA6 .dropdown-item:hover,
.cid-tYHsdGIaA6 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tYHsdGIaA6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYHsdGIaA6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYHsdGIaA6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYHsdGIaA6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYHsdGIaA6 .nav-link {
  position: relative;
}
.cid-tYHsdGIaA6 .container {
  display: flex;
  margin: auto;
}
.cid-tYHsdGIaA6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYHsdGIaA6 .dropdown-menu,
.cid-tYHsdGIaA6 .navbar.opened {
  background: #ffffff !important;
}
.cid-tYHsdGIaA6 .nav-item:focus,
.cid-tYHsdGIaA6 .nav-link:focus {
  outline: none;
}
.cid-tYHsdGIaA6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYHsdGIaA6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYHsdGIaA6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tYHsdGIaA6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYHsdGIaA6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYHsdGIaA6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYHsdGIaA6 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYHsdGIaA6 .navbar.opened {
  transition: all .3s;
}
.cid-tYHsdGIaA6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYHsdGIaA6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYHsdGIaA6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYHsdGIaA6 .navbar.collapsed {
  justify-content: center;
}
.cid-tYHsdGIaA6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYHsdGIaA6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYHsdGIaA6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tYHsdGIaA6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYHsdGIaA6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYHsdGIaA6 .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-tYHsdGIaA6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYHsdGIaA6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYHsdGIaA6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYHsdGIaA6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYHsdGIaA6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYHsdGIaA6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYHsdGIaA6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYHsdGIaA6 .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-tYHsdGIaA6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYHsdGIaA6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYHsdGIaA6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYHsdGIaA6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYHsdGIaA6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYHsdGIaA6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYHsdGIaA6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYHsdGIaA6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYHsdGIaA6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYHsdGIaA6 .align-center {
  justify-content: center;
}
.cid-tYHsdGIaA6 .modal-content {
  height: auto;
  justify-content: center;
}
.cid-tYHsdGIaA6 .modal-footer {
  justify-content: center;
}
.cid-tYHsdGIaA6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYHsdGIaA6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYHsdGIaA6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYHsdGIaA6 .dropdown-item.active,
.cid-tYHsdGIaA6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYHsdGIaA6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYHsdGIaA6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYHsdGIaA6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYHsdGIaA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYHsdGIaA6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYHsdGIaA6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYHsdGIaA6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYHsdGIaA6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYHsdGIaA6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYHsdGIaA6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYHsdGIaA6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYHsdGIaA6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHsdGIaA6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYHsdGIaA6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYHsdGIaA6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHsdGIaA6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYHsdGIaA6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYHsdGIaA6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYHsdGIaA6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYHsdGIaA6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYHsdGIaA6 .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-tYHsdGIaA6 .navbar {
    height: 70px;
  }
  .cid-tYHsdGIaA6 .navbar.opened {
    height: auto;
  }
  .cid-tYHsdGIaA6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYHsdGIaA6 .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-tYHsdJxRnE {
  background-color: #aa6dac;
}
@media (max-width: 991px) {
  .cid-tYHsdJxRnE .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tYHsdJxRnE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYHsdJxRnE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYHsdJxRnE .mbr-section-title {
  color: #ffffff;
}
.cid-tYHsdJxRnE .mbr-text,
.cid-tYHsdJxRnE .mbr-section-btn {
  color: #ffffff;
}
.cid-tYHsdLhhqA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd;
}
@media (min-width: 1500px) {
  .cid-tYHsdLhhqA .container {
    max-width: 1400px;
  }
}
.cid-tYHsdLhhqA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #89418c;
  margin-bottom: 2rem;
}
.cid-tYHsdLhhqA .card-wrapper {
  margin-top: 3rem;
}
.cid-tYHsdLhhqA .row {
  justify-content: center;
}
.cid-tZUrJNBXNs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZUrJNBXNs .item:focus,
.cid-tZUrJNBXNs span:focus {
  outline: none;
}
.cid-tZUrJNBXNs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZUrJNBXNs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZUrJNBXNs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZUrJNBXNs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZUrJNBXNs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZUrJNBXNs .mbr-section-title {
  color: #232323;
}
.cid-tZUrJNBXNs .mbr-text,
.cid-tZUrJNBXNs .mbr-section-btn {
  text-align: center;
}
.cid-tZUrJNBXNs .item-title {
  text-align: center;
}
.cid-tZUrJNBXNs .item-subtitle {
  text-align: center;
}
.cid-tYHsdUAYte {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tYHsdUAYte .mbr-text,
.cid-tYHsdUAYte .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHsdUAYte .mbr-text,
  .cid-tYHsdUAYte .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tYHsdUAYte .mbr-text,
  .cid-tYHsdUAYte .mbr-section-title {
    text-align: center;
  }
}
.cid-tYHsdUAYte a.btn {
  height: 100%;
  margin: 0;
}
.cid-tYHsdUAYte .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tYHsdUAYte .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tYHsdUAYte .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYHsdUAYte .justify-content-center {
  align-items: center;
}
.cid-tYHsdUAYte .mbr-section-title {
  color: #ffffff;
}
.cid-tZUrPzv81g {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZUrPzv81g .item:focus,
.cid-tZUrPzv81g span:focus {
  outline: none;
}
.cid-tZUrPzv81g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZUrPzv81g .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZUrPzv81g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZUrPzv81g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZUrPzv81g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZUrPzv81g .mbr-section-title {
  color: #232323;
}
.cid-tZUrPzv81g .mbr-text,
.cid-tZUrPzv81g .mbr-section-btn {
  text-align: center;
}
.cid-tZUrPzv81g .item-title {
  text-align: center;
}
.cid-tZUrPzv81g .item-subtitle {
  text-align: center;
}
.cid-tYHse2Jnkm {
  padding-top: 75px;
  padding-bottom: 105px;
  position: relative;
  background-color: #fafafa;
}
.cid-tYHse2Jnkm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYHse2Jnkm a.panel-title {
  display: flex;
  align-items: center;
}
.cid-tYHse2Jnkm a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tYHse2Jnkm h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-tYHse2Jnkm .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-tZXBcBkPBg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZXBcBkPBg .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZXBcBkPBg .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZXBcBkPBg .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZXBcBkPBg .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZXBcBkPBg .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tYHse7bj35 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYHse7bj35 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tZXBdU4XaB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tZXBdU4XaB .media-container-row {
  justify-content: space-between;
}
.cid-tZXBdU4XaB .text-content {
  max-width: 50%;
}
.cid-tZXBdU4XaB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZXBdU4XaB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZXBdU4XaB .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZXBdU4XaB .icons {
    justify-content: center !important;
  }
  .cid-tZXBdU4XaB .text-content * {
    text-align: center;
  }
}
.cid-tZXBfV3ENN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZXBfV3ENN .carousel-item {
  justify-content: center;
}
.cid-tZXBfV3ENN .carousel-item.active,
.cid-tZXBfV3ENN .carousel-item-next,
.cid-tZXBfV3ENN .carousel-item-prev {
  display: flex;
}
.cid-tZXBfV3ENN .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tZXBfV3ENN .carousel-control-next span {
  padding-left: 5px;
}
.cid-tZXBfV3ENN .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tZXBfV3ENN .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZXBfV3ENN .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tZXBfV3ENN .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tYHsed7KD8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-tYHsed7KD8 .mbr-section-title {
  color: #ffffff;
}
.cid-tYHseeI3Sj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYHseeI3Sj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYHseeI3Sj .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-tYHseeI3Sj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYHseeI3Sj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYHseeI3Sj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYHseeI3Sj .list {
    margin-bottom: 0rem;
  }
}
.cid-tYHseeI3Sj .mbr-text {
  color: #bbbbbb;
}
.cid-tYHseeI3Sj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYHseeI3Sj .mbr-iconfont {
  color: black;
}
.cid-viHLWHS3uf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viHLWHS3uf nav.navbar {
  position: fixed;
}
.cid-viHLWHS3uf .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-viHLWHS3uf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viHLWHS3uf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viHLWHS3uf .dropdown-item:hover,
.cid-viHLWHS3uf .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-viHLWHS3uf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viHLWHS3uf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viHLWHS3uf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-viHLWHS3uf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viHLWHS3uf .nav-link {
  position: relative;
}
.cid-viHLWHS3uf .container {
  display: flex;
  margin: auto;
}
.cid-viHLWHS3uf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-viHLWHS3uf .dropdown-menu,
.cid-viHLWHS3uf .navbar.opened {
  background: #ffffff !important;
}
.cid-viHLWHS3uf .nav-item:focus,
.cid-viHLWHS3uf .nav-link:focus {
  outline: none;
}
.cid-viHLWHS3uf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viHLWHS3uf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viHLWHS3uf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-viHLWHS3uf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viHLWHS3uf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viHLWHS3uf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viHLWHS3uf .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-viHLWHS3uf .navbar.opened {
  transition: all .3s;
}
.cid-viHLWHS3uf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-viHLWHS3uf .navbar .navbar-logo img {
  width: auto;
}
.cid-viHLWHS3uf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viHLWHS3uf .navbar.collapsed {
  justify-content: center;
}
.cid-viHLWHS3uf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viHLWHS3uf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viHLWHS3uf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-viHLWHS3uf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viHLWHS3uf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viHLWHS3uf .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-viHLWHS3uf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viHLWHS3uf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-viHLWHS3uf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-viHLWHS3uf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viHLWHS3uf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viHLWHS3uf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viHLWHS3uf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viHLWHS3uf .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-viHLWHS3uf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viHLWHS3uf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viHLWHS3uf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viHLWHS3uf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viHLWHS3uf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viHLWHS3uf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-viHLWHS3uf .navbar.navbar-short {
  min-height: 60px;
}
.cid-viHLWHS3uf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viHLWHS3uf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viHLWHS3uf .align-center {
  justify-content: center;
}
.cid-viHLWHS3uf .modal-content {
  height: auto;
  justify-content: center;
}
.cid-viHLWHS3uf .modal-footer {
  justify-content: center;
}
.cid-viHLWHS3uf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viHLWHS3uf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viHLWHS3uf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viHLWHS3uf .dropdown-item.active,
.cid-viHLWHS3uf .dropdown-item:active {
  background-color: transparent;
}
.cid-viHLWHS3uf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viHLWHS3uf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viHLWHS3uf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viHLWHS3uf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-viHLWHS3uf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viHLWHS3uf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viHLWHS3uf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viHLWHS3uf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viHLWHS3uf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-viHLWHS3uf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viHLWHS3uf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-viHLWHS3uf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-viHLWHS3uf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-viHLWHS3uf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-viHLWHS3uf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHLWHS3uf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-viHLWHS3uf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-viHLWHS3uf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHLWHS3uf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viHLWHS3uf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viHLWHS3uf .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-viHLWHS3uf .navbar {
    height: 70px;
  }
  .cid-viHLWHS3uf .navbar.opened {
    height: auto;
  }
  .cid-viHLWHS3uf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viHLWHS3uf .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-viHLWIxFcm {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-viHLWIxFcm .mbr-section-title {
  text-align: center;
}
.cid-viHLWSHIIf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-viHLWSHIIf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-viHLWSHIIf .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-viHLWSHIIf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viHLWSHIIf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-viHLWSHIIf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viHLWSHIIf .list {
    margin-bottom: 0rem;
  }
}
.cid-viHLWSHIIf .mbr-text {
  color: #bbbbbb;
}
.cid-viHLWSHIIf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viHLWSHIIf .mbr-iconfont {
  color: black;
}
.cid-viHM1anTdO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viHM1anTdO nav.navbar {
  position: fixed;
}
.cid-viHM1anTdO .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-viHM1anTdO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viHM1anTdO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viHM1anTdO .dropdown-item:hover,
.cid-viHM1anTdO .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-viHM1anTdO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viHM1anTdO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viHM1anTdO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-viHM1anTdO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viHM1anTdO .nav-link {
  position: relative;
}
.cid-viHM1anTdO .container {
  display: flex;
  margin: auto;
}
.cid-viHM1anTdO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-viHM1anTdO .dropdown-menu,
.cid-viHM1anTdO .navbar.opened {
  background: #ffffff !important;
}
.cid-viHM1anTdO .nav-item:focus,
.cid-viHM1anTdO .nav-link:focus {
  outline: none;
}
.cid-viHM1anTdO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viHM1anTdO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viHM1anTdO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-viHM1anTdO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viHM1anTdO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viHM1anTdO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viHM1anTdO .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-viHM1anTdO .navbar.opened {
  transition: all .3s;
}
.cid-viHM1anTdO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-viHM1anTdO .navbar .navbar-logo img {
  width: auto;
}
.cid-viHM1anTdO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viHM1anTdO .navbar.collapsed {
  justify-content: center;
}
.cid-viHM1anTdO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viHM1anTdO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viHM1anTdO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-viHM1anTdO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viHM1anTdO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viHM1anTdO .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-viHM1anTdO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viHM1anTdO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-viHM1anTdO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-viHM1anTdO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viHM1anTdO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viHM1anTdO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viHM1anTdO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viHM1anTdO .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-viHM1anTdO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viHM1anTdO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viHM1anTdO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viHM1anTdO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viHM1anTdO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viHM1anTdO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-viHM1anTdO .navbar.navbar-short {
  min-height: 60px;
}
.cid-viHM1anTdO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viHM1anTdO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viHM1anTdO .align-center {
  justify-content: center;
}
.cid-viHM1anTdO .modal-content {
  height: auto;
  justify-content: center;
}
.cid-viHM1anTdO .modal-footer {
  justify-content: center;
}
.cid-viHM1anTdO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viHM1anTdO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viHM1anTdO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viHM1anTdO .dropdown-item.active,
.cid-viHM1anTdO .dropdown-item:active {
  background-color: transparent;
}
.cid-viHM1anTdO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viHM1anTdO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viHM1anTdO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viHM1anTdO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-viHM1anTdO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viHM1anTdO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viHM1anTdO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viHM1anTdO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viHM1anTdO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-viHM1anTdO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viHM1anTdO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-viHM1anTdO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-viHM1anTdO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-viHM1anTdO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-viHM1anTdO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHM1anTdO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-viHM1anTdO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-viHM1anTdO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHM1anTdO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viHM1anTdO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viHM1anTdO .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-viHM1anTdO .navbar {
    height: 70px;
  }
  .cid-viHM1anTdO .navbar.opened {
    height: auto;
  }
  .cid-viHM1anTdO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viHM1anTdO .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-viHVSq6tIz {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-viHVSq6tIz .mbr-section-title {
  text-align: center;
}
.cid-viHM1nE6Jl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-viHM1nE6Jl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-viHM1nE6Jl .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-viHM1nE6Jl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viHM1nE6Jl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-viHM1nE6Jl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viHM1nE6Jl .list {
    margin-bottom: 0rem;
  }
}
.cid-viHM1nE6Jl .mbr-text {
  color: #bbbbbb;
}
.cid-viHM1nE6Jl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viHM1nE6Jl .mbr-iconfont {
  color: black;
}
.cid-viHMpsAo9k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viHMpsAo9k nav.navbar {
  position: fixed;
}
.cid-viHMpsAo9k .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-viHMpsAo9k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viHMpsAo9k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viHMpsAo9k .dropdown-item:hover,
.cid-viHMpsAo9k .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-viHMpsAo9k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viHMpsAo9k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viHMpsAo9k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-viHMpsAo9k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viHMpsAo9k .nav-link {
  position: relative;
}
.cid-viHMpsAo9k .container {
  display: flex;
  margin: auto;
}
.cid-viHMpsAo9k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-viHMpsAo9k .dropdown-menu,
.cid-viHMpsAo9k .navbar.opened {
  background: #ffffff !important;
}
.cid-viHMpsAo9k .nav-item:focus,
.cid-viHMpsAo9k .nav-link:focus {
  outline: none;
}
.cid-viHMpsAo9k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viHMpsAo9k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viHMpsAo9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-viHMpsAo9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viHMpsAo9k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viHMpsAo9k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viHMpsAo9k .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-viHMpsAo9k .navbar.opened {
  transition: all .3s;
}
.cid-viHMpsAo9k .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-viHMpsAo9k .navbar .navbar-logo img {
  width: auto;
}
.cid-viHMpsAo9k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viHMpsAo9k .navbar.collapsed {
  justify-content: center;
}
.cid-viHMpsAo9k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viHMpsAo9k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viHMpsAo9k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-viHMpsAo9k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viHMpsAo9k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viHMpsAo9k .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-viHMpsAo9k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viHMpsAo9k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-viHMpsAo9k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-viHMpsAo9k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viHMpsAo9k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viHMpsAo9k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viHMpsAo9k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viHMpsAo9k .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-viHMpsAo9k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viHMpsAo9k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viHMpsAo9k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viHMpsAo9k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viHMpsAo9k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viHMpsAo9k .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-viHMpsAo9k .navbar.navbar-short {
  min-height: 60px;
}
.cid-viHMpsAo9k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viHMpsAo9k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viHMpsAo9k .align-center {
  justify-content: center;
}
.cid-viHMpsAo9k .modal-content {
  height: auto;
  justify-content: center;
}
.cid-viHMpsAo9k .modal-footer {
  justify-content: center;
}
.cid-viHMpsAo9k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viHMpsAo9k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viHMpsAo9k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viHMpsAo9k .dropdown-item.active,
.cid-viHMpsAo9k .dropdown-item:active {
  background-color: transparent;
}
.cid-viHMpsAo9k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viHMpsAo9k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viHMpsAo9k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viHMpsAo9k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-viHMpsAo9k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viHMpsAo9k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viHMpsAo9k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viHMpsAo9k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viHMpsAo9k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-viHMpsAo9k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viHMpsAo9k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-viHMpsAo9k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-viHMpsAo9k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-viHMpsAo9k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-viHMpsAo9k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHMpsAo9k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-viHMpsAo9k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-viHMpsAo9k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHMpsAo9k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viHMpsAo9k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viHMpsAo9k .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-viHMpsAo9k .navbar {
    height: 70px;
  }
  .cid-viHMpsAo9k .navbar.opened {
    height: auto;
  }
  .cid-viHMpsAo9k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viHMpsAo9k .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-viI0bjkjts {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viHMpBYwVZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-viHMpBYwVZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-viHMpBYwVZ .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-viHMpBYwVZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viHMpBYwVZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-viHMpBYwVZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viHMpBYwVZ .list {
    margin-bottom: 0rem;
  }
}
.cid-viHMpBYwVZ .mbr-text {
  color: #bbbbbb;
}
.cid-viHMpBYwVZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viHMpBYwVZ .mbr-iconfont {
  color: black;
}
.cid-viHVqclXmq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viHVqclXmq nav.navbar {
  position: fixed;
}
.cid-viHVqclXmq .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-viHVqclXmq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viHVqclXmq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viHVqclXmq .dropdown-item:hover,
.cid-viHVqclXmq .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-viHVqclXmq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viHVqclXmq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viHVqclXmq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-viHVqclXmq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viHVqclXmq .nav-link {
  position: relative;
}
.cid-viHVqclXmq .container {
  display: flex;
  margin: auto;
}
.cid-viHVqclXmq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-viHVqclXmq .dropdown-menu,
.cid-viHVqclXmq .navbar.opened {
  background: #ffffff !important;
}
.cid-viHVqclXmq .nav-item:focus,
.cid-viHVqclXmq .nav-link:focus {
  outline: none;
}
.cid-viHVqclXmq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viHVqclXmq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viHVqclXmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-viHVqclXmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viHVqclXmq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viHVqclXmq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viHVqclXmq .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-viHVqclXmq .navbar.opened {
  transition: all .3s;
}
.cid-viHVqclXmq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-viHVqclXmq .navbar .navbar-logo img {
  width: auto;
}
.cid-viHVqclXmq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viHVqclXmq .navbar.collapsed {
  justify-content: center;
}
.cid-viHVqclXmq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viHVqclXmq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viHVqclXmq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-viHVqclXmq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viHVqclXmq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viHVqclXmq .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-viHVqclXmq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viHVqclXmq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-viHVqclXmq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-viHVqclXmq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viHVqclXmq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viHVqclXmq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viHVqclXmq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viHVqclXmq .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-viHVqclXmq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viHVqclXmq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viHVqclXmq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viHVqclXmq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viHVqclXmq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viHVqclXmq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-viHVqclXmq .navbar.navbar-short {
  min-height: 60px;
}
.cid-viHVqclXmq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viHVqclXmq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viHVqclXmq .align-center {
  justify-content: center;
}
.cid-viHVqclXmq .modal-content {
  height: auto;
  justify-content: center;
}
.cid-viHVqclXmq .modal-footer {
  justify-content: center;
}
.cid-viHVqclXmq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viHVqclXmq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viHVqclXmq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viHVqclXmq .dropdown-item.active,
.cid-viHVqclXmq .dropdown-item:active {
  background-color: transparent;
}
.cid-viHVqclXmq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viHVqclXmq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viHVqclXmq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viHVqclXmq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-viHVqclXmq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viHVqclXmq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viHVqclXmq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viHVqclXmq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viHVqclXmq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-viHVqclXmq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viHVqclXmq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-viHVqclXmq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-viHVqclXmq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-viHVqclXmq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-viHVqclXmq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHVqclXmq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-viHVqclXmq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-viHVqclXmq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHVqclXmq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viHVqclXmq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viHVqclXmq .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-viHVqclXmq .navbar {
    height: 70px;
  }
  .cid-viHVqclXmq .navbar.opened {
    height: auto;
  }
  .cid-viHVqclXmq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viHVqclXmq .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-viI1yhtF8F {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viHVqegfdN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-viHVqegfdN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-viHVqegfdN .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-viHVqegfdN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viHVqegfdN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-viHVqegfdN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viHVqegfdN .list {
    margin-bottom: 0rem;
  }
}
.cid-viHVqegfdN .mbr-text {
  color: #bbbbbb;
}
.cid-viHVqegfdN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viHVqegfdN .mbr-iconfont {
  color: black;
}
.cid-viHMiHDeks {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viHMiHDeks nav.navbar {
  position: fixed;
}
.cid-viHMiHDeks .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-viHMiHDeks .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viHMiHDeks .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viHMiHDeks .dropdown-item:hover,
.cid-viHMiHDeks .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-viHMiHDeks .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viHMiHDeks .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viHMiHDeks .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-viHMiHDeks .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viHMiHDeks .nav-link {
  position: relative;
}
.cid-viHMiHDeks .container {
  display: flex;
  margin: auto;
}
.cid-viHMiHDeks .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-viHMiHDeks .dropdown-menu,
.cid-viHMiHDeks .navbar.opened {
  background: #ffffff !important;
}
.cid-viHMiHDeks .nav-item:focus,
.cid-viHMiHDeks .nav-link:focus {
  outline: none;
}
.cid-viHMiHDeks .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viHMiHDeks .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viHMiHDeks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-viHMiHDeks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viHMiHDeks .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viHMiHDeks .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viHMiHDeks .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-viHMiHDeks .navbar.opened {
  transition: all .3s;
}
.cid-viHMiHDeks .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-viHMiHDeks .navbar .navbar-logo img {
  width: auto;
}
.cid-viHMiHDeks .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viHMiHDeks .navbar.collapsed {
  justify-content: center;
}
.cid-viHMiHDeks .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viHMiHDeks .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viHMiHDeks .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-viHMiHDeks .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viHMiHDeks .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viHMiHDeks .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-viHMiHDeks .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viHMiHDeks .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-viHMiHDeks .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-viHMiHDeks .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viHMiHDeks .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viHMiHDeks .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viHMiHDeks .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viHMiHDeks .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-viHMiHDeks .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viHMiHDeks .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viHMiHDeks .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viHMiHDeks .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viHMiHDeks .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viHMiHDeks .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-viHMiHDeks .navbar.navbar-short {
  min-height: 60px;
}
.cid-viHMiHDeks .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viHMiHDeks .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viHMiHDeks .align-center {
  justify-content: center;
}
.cid-viHMiHDeks .modal-content {
  height: auto;
  justify-content: center;
}
.cid-viHMiHDeks .modal-footer {
  justify-content: center;
}
.cid-viHMiHDeks .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viHMiHDeks .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viHMiHDeks .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viHMiHDeks .dropdown-item.active,
.cid-viHMiHDeks .dropdown-item:active {
  background-color: transparent;
}
.cid-viHMiHDeks .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viHMiHDeks .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viHMiHDeks .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viHMiHDeks .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-viHMiHDeks .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viHMiHDeks .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viHMiHDeks ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viHMiHDeks .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viHMiHDeks button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-viHMiHDeks button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viHMiHDeks button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-viHMiHDeks button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-viHMiHDeks button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-viHMiHDeks button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-viHMiHDeks nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHMiHDeks nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-viHMiHDeks nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-viHMiHDeks nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHMiHDeks .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viHMiHDeks a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viHMiHDeks .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-viHMiHDeks .navbar {
    height: 70px;
  }
  .cid-viHMiHDeks .navbar.opened {
    height: auto;
  }
  .cid-viHMiHDeks .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viHMiHDeks .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-viHOzgUI0N {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viHMiSBlpB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-viHMiSBlpB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-viHMiSBlpB .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-viHMiSBlpB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viHMiSBlpB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-viHMiSBlpB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viHMiSBlpB .list {
    margin-bottom: 0rem;
  }
}
.cid-viHMiSBlpB .mbr-text {
  color: #bbbbbb;
}
.cid-viHMiSBlpB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viHMiSBlpB .mbr-iconfont {
  color: black;
}
.cid-viHVmIM9OX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viHVmIM9OX nav.navbar {
  position: fixed;
}
.cid-viHVmIM9OX .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-viHVmIM9OX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viHVmIM9OX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viHVmIM9OX .dropdown-item:hover,
.cid-viHVmIM9OX .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-viHVmIM9OX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viHVmIM9OX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viHVmIM9OX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-viHVmIM9OX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viHVmIM9OX .nav-link {
  position: relative;
}
.cid-viHVmIM9OX .container {
  display: flex;
  margin: auto;
}
.cid-viHVmIM9OX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-viHVmIM9OX .dropdown-menu,
.cid-viHVmIM9OX .navbar.opened {
  background: #ffffff !important;
}
.cid-viHVmIM9OX .nav-item:focus,
.cid-viHVmIM9OX .nav-link:focus {
  outline: none;
}
.cid-viHVmIM9OX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viHVmIM9OX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viHVmIM9OX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-viHVmIM9OX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viHVmIM9OX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viHVmIM9OX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viHVmIM9OX .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-viHVmIM9OX .navbar.opened {
  transition: all .3s;
}
.cid-viHVmIM9OX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-viHVmIM9OX .navbar .navbar-logo img {
  width: auto;
}
.cid-viHVmIM9OX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viHVmIM9OX .navbar.collapsed {
  justify-content: center;
}
.cid-viHVmIM9OX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viHVmIM9OX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viHVmIM9OX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-viHVmIM9OX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viHVmIM9OX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viHVmIM9OX .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-viHVmIM9OX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viHVmIM9OX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-viHVmIM9OX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-viHVmIM9OX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viHVmIM9OX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viHVmIM9OX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viHVmIM9OX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viHVmIM9OX .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-viHVmIM9OX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viHVmIM9OX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viHVmIM9OX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viHVmIM9OX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viHVmIM9OX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viHVmIM9OX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-viHVmIM9OX .navbar.navbar-short {
  min-height: 60px;
}
.cid-viHVmIM9OX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viHVmIM9OX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viHVmIM9OX .align-center {
  justify-content: center;
}
.cid-viHVmIM9OX .modal-content {
  height: auto;
  justify-content: center;
}
.cid-viHVmIM9OX .modal-footer {
  justify-content: center;
}
.cid-viHVmIM9OX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viHVmIM9OX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viHVmIM9OX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viHVmIM9OX .dropdown-item.active,
.cid-viHVmIM9OX .dropdown-item:active {
  background-color: transparent;
}
.cid-viHVmIM9OX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viHVmIM9OX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viHVmIM9OX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viHVmIM9OX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-viHVmIM9OX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viHVmIM9OX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viHVmIM9OX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viHVmIM9OX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viHVmIM9OX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-viHVmIM9OX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viHVmIM9OX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-viHVmIM9OX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-viHVmIM9OX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-viHVmIM9OX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-viHVmIM9OX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHVmIM9OX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-viHVmIM9OX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-viHVmIM9OX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-viHVmIM9OX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viHVmIM9OX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viHVmIM9OX .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-viHVmIM9OX .navbar {
    height: 70px;
  }
  .cid-viHVmIM9OX .navbar.opened {
    height: auto;
  }
  .cid-viHVmIM9OX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viHVmIM9OX .lang-nav {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.cid-viHVudWSZY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viHVmMjhb2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-viHVmMjhb2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-viHVmMjhb2 .mbr-white {
  padding: 0 0 0.75rem 0.75rem;
}
.cid-viHVmMjhb2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viHVmMjhb2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-viHVmMjhb2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viHVmMjhb2 .list {
    margin-bottom: 0rem;
  }
}
.cid-viHVmMjhb2 .mbr-text {
  color: #bbbbbb;
}
.cid-viHVmMjhb2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viHVmMjhb2 .mbr-iconfont {
  color: black;
}
