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: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tId1UGRUhQ {
  background-image: url("../../../assets/images/csa-copy-2000x1055.jpg");
}
.cid-tId1UGRUhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tId1UGRUhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tId1UGRUhQ .mbr-section-title {
  color: #FFFFFF;
}
.cid-tId1UGRUhQ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tId1UGRUhQ .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tId1UGRUhQ .mbr-section-btn {
  margin-top: 18px;
}
.cid-tId1UGRUhQ .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tId1UGRUhQ .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tIdpz4rxA9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-tIdpz4rxA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIdpz4rxA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIdpz4rxA9 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  min-height: 500px;
  padding: 3rem 1rem;
  background: rgba(255, 255, 255, 0.7);
}
.cid-tIdpz4rxA9 .mbr-section-title {
  color: #24262b;
}
.cid-tIdpz4rxA9 .mbr-section-subtitle {
  margin-top: 32px;
  color: #33363b;
}
.cid-tIdpz4rxA9 iframe,
.cid-tIdpz4rxA9 img,
.cid-tIdpz4rxA9 video {
  width: 100%;
}
.cid-tIdpz4rxA9 .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-tIdpz4rxA9 .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-tIdpz4rxA9 .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-tIdpz4rxA9 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tIdpz4rxA9 .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-tIdpz4rxA9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tIdpz4rxA9 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tIdpz4rxA9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tIdpz4rxA9 .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tIdpz4rxA9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIdpz4rxA9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJsq0F7z2o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJsq0F7z2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJsq0F7z2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJsq0F7z2o .mbr-text {
  color: #767676;
}
.cid-tJsq0F7z2o .mbr-section-subtitle {
  color: #767676;
}
.cid-tJsq0F7z2o .title .num {
  width: 100%;
  display: block;
}
.cid-tJsq0F7z2o .title .card-title {
  z-index: 1;
}
.cid-tJsq0F7z2o .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-tJsq0F7z2o * {
    text-align: center !important;
  }
  .cid-tJsq0F7z2o .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tId6Pfp2Be {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tId6Pfp2Be .container {
  max-width: 100% !important;
}
.cid-tId6Pfp2Be .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-tId6Pfp2Be .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-tId6Pfp2Be .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tId6Pfp2Be .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-tId6Pfp2Be .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-tId6Pfp2Be .mbr-section-title {
  color: #303030;
}
.cid-tId6Pfp2Be .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tId6Pfp2Be .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-tId6Pfp2Be .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-tId6Pfp2Be .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tId6Pfp2Be .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-tId6Pfp2Be .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-tId6Pfp2Be .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-tId6Pfp2Be .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-tId6Pfp2Be .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-tId6Pfp2Be .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-tId6Pfp2Be .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-tId6Pfp2Be .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-tId6Pfp2Be .item-content {
  margin-top: 15px;
}
.cid-tId6Pfp2Be .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-tId6Pfp2Be .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-tId6Pfp2Be .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-tJsqH2fEqr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJsqH2fEqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJsqH2fEqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJsqH2fEqr .mbr-text {
  color: #767676;
}
.cid-tJsqH2fEqr .mbr-section-subtitle {
  color: #767676;
}
.cid-tJsqH2fEqr .title .num {
  width: 100%;
  display: block;
}
.cid-tJsqH2fEqr .title .card-title {
  z-index: 1;
}
.cid-tJsqH2fEqr .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-tJsqH2fEqr * {
    text-align: center !important;
  }
  .cid-tJsqH2fEqr .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tId8QRTm86 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tId8QRTm86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tId8QRTm86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tId8QRTm86 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tId8QRTm86 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tId8QRTm86 .container {
    padding: 0;
  }
}
.cid-tId8QRTm86 .row {
  margin: 0;
}
.cid-tId8QRTm86 .card {
  border-radius: 0;
  padding: 0;
}
.cid-tId8QRTm86 .card .box-wrapper {
  background-color: #006f7e;
  height: 100%;
}
.cid-tId8QRTm86 .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-tId8QRTm86 .card .title-wrapper {
  padding: 145px 100px;
}
@media (max-width: 992px) {
  .cid-tId8QRTm86 .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-tId8QRTm86 .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tId8QRTm86 .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-tId8QRTm86 .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tId8QRTm86 .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-tId8QRTm86 .card .image-wrapper {
    padding: 0;
  }
}
.cid-tId8QRTm86 .card .image-wrapper img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tId8QRTm86 .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tId8QRTm86 .mbr-text {
  color: #263652;
}
.cid-tId8QRTm86 .mbr-box {
  color: #ffffff;
}
.cid-tId7xUagBZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tId7xUagBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tId7xUagBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tId7xUagBZ .media-container-row {
  justify-content: space-between;
}
.cid-tId7xUagBZ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tId7xUagBZ .text-content {
    max-width: none;
  }
}
.cid-tId7xUagBZ .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-tId7xUagBZ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tId7xUagBZ .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tId7xUagBZ .icons {
    justify-content: center !important;
  }
  .cid-tId7xUagBZ .text-content * {
    text-align: center;
  }
}
.cid-tId7xUagBZ P {
  text-align: left;
}
.cid-tJe5Z4DY8l {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tJe5Z4DY8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJe5Z4DY8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJe5Z4DY8l .mbr-section-title {
  color: #FFFFFF;
}
.cid-tJe5Z4DY8l .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJe5Z4DY8l .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJe5Z4DY8l .mbr-section-btn {
  margin-top: 18px;
}
.cid-tJe5Z4DY8l .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tJe5Z4DY8l .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tJe5Z3J0aL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJe5Z3J0aL nav.navbar {
  position: fixed;
}
.cid-tJe5Z3J0aL .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-tJe5Z3J0aL .dropdown-menu {
  padding: 0;
}
.cid-tJe5Z3J0aL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJe5Z3J0aL .dropdown-item:hover,
.cid-tJe5Z3J0aL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJe5Z3J0aL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tJe5Z3J0aL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJe5Z3J0aL .nav-link {
  position: relative;
}
.cid-tJe5Z3J0aL .container {
  display: flex;
  margin: auto;
}
.cid-tJe5Z3J0aL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJe5Z3J0aL .navbar-caption {
  padding-right: 4rem;
}
.cid-tJe5Z3J0aL .dropdown-menu,
.cid-tJe5Z3J0aL .navbar.opened {
  background: #ffffff !important;
}
.cid-tJe5Z3J0aL .nav-item:focus,
.cid-tJe5Z3J0aL .nav-link:focus {
  outline: none;
}
.cid-tJe5Z3J0aL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJe5Z3J0aL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJe5Z3J0aL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJe5Z3J0aL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJe5Z3J0aL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJe5Z3J0aL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJe5Z3J0aL .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tJe5Z3J0aL .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJe5Z3J0aL .navbar.opened {
  transition: all .3s;
}
.cid-tJe5Z3J0aL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJe5Z3J0aL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJe5Z3J0aL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJe5Z3J0aL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJe5Z3J0aL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJe5Z3J0aL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJe5Z3J0aL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJe5Z3J0aL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJe5Z3J0aL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tJe5Z3J0aL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJe5Z3J0aL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJe5Z3J0aL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJe5Z3J0aL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJe5Z3J0aL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJe5Z3J0aL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJe5Z3J0aL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJe5Z3J0aL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tJe5Z3J0aL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJe5Z3J0aL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJe5Z3J0aL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJe5Z3J0aL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJe5Z3J0aL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJe5Z3J0aL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJe5Z3J0aL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJe5Z3J0aL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJe5Z3J0aL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJe5Z3J0aL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJe5Z3J0aL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJe5Z3J0aL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJe5Z3J0aL .dropdown-item.active,
.cid-tJe5Z3J0aL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJe5Z3J0aL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJe5Z3J0aL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJe5Z3J0aL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJe5Z3J0aL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJe5Z3J0aL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJe5Z3J0aL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJe5Z3J0aL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJe5Z3J0aL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJe5Z3J0aL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tJe5Z3J0aL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tJe5Z3J0aL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJe5Z3J0aL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJe5Z3J0aL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJe5Z3J0aL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJe5Z3J0aL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJe5Z3J0aL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJe5Z3J0aL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJe5Z3J0aL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJe5Z3J0aL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJe5Z3J0aL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJe5Z3J0aL .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-tJe5Z3J0aL .navbar {
    height: 77px;
  }
  .cid-tJe5Z3J0aL .navbar.opened {
    height: auto;
  }
  .cid-tJe5Z3J0aL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJe6LWSpLN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJe6LWSpLN img,
.cid-tJe6LWSpLN .item-img {
  width: 100%;
}
.cid-tJe6LWSpLN .item:focus,
.cid-tJe6LWSpLN span:focus {
  outline: none;
}
.cid-tJe6LWSpLN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJe6LWSpLN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJe6LWSpLN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJe6LWSpLN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tJe6LWSpLN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJe6LWSpLN .mbr-section-title {
  color: #232323;
}
.cid-tJe6LWSpLN .mbr-text,
.cid-tJe6LWSpLN .mbr-section-btn {
  text-align: left;
}
.cid-tJe6LWSpLN .item-title {
  text-align: left;
}
.cid-tJe6LWSpLN .item-subtitle {
  text-align: center;
}
.cid-tJssQMBZMt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJssQMBZMt img,
.cid-tJssQMBZMt .item-img {
  width: 100%;
}
.cid-tJssQMBZMt .item:focus,
.cid-tJssQMBZMt span:focus {
  outline: none;
}
.cid-tJssQMBZMt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJssQMBZMt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJssQMBZMt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJssQMBZMt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tJssQMBZMt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJssQMBZMt .mbr-section-title {
  color: #232323;
}
.cid-tJssQMBZMt .mbr-text,
.cid-tJssQMBZMt .mbr-section-btn {
  text-align: left;
}
.cid-tJssQMBZMt .item-title {
  text-align: left;
}
.cid-tJssQMBZMt .item-subtitle {
  text-align: center;
}
.cid-tJe5Z5m7WE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-tJe5Z5m7WE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJe5Z5m7WE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJe5Z5m7WE .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  min-height: 500px;
  padding: 3rem 1rem;
  background: rgba(255, 255, 255, 0.7);
}
.cid-tJe5Z5m7WE .mbr-section-title {
  color: #24262b;
}
.cid-tJe5Z5m7WE .mbr-section-subtitle {
  margin-top: 32px;
  color: #33363b;
}
.cid-tJe5Z5m7WE iframe,
.cid-tJe5Z5m7WE img,
.cid-tJe5Z5m7WE video {
  width: 100%;
}
.cid-tJe5Z5m7WE .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-tJe5Z5m7WE .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-tJe5Z5m7WE .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-tJe5Z5m7WE .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tJe5Z5m7WE .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-tJe5Z5m7WE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tJe5Z5m7WE .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tJe5Z5m7WE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tJe5Z5m7WE .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tJe5Z5m7WE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJe5Z5m7WE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJe5Z7P6u0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJe5Z7P6u0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJe5Z7P6u0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJe5Z7P6u0 .media-container-row {
  justify-content: space-between;
}
.cid-tJe5Z7P6u0 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tJe5Z7P6u0 .text-content {
    max-width: none;
  }
}
.cid-tJe5Z7P6u0 .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-tJe5Z7P6u0 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tJe5Z7P6u0 .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tJe5Z7P6u0 .icons {
    justify-content: center !important;
  }
  .cid-tJe5Z7P6u0 .text-content * {
    text-align: center;
  }
}
.cid-tJstPkMXbm {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tJstPkMXbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJstPkMXbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJstPkMXbm .mbr-section-title {
  color: #FFFFFF;
}
.cid-tJstPkMXbm .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJstPkMXbm .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJstPkMXbm .mbr-section-btn {
  margin-top: 18px;
}
.cid-tJstPkMXbm .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tJstPkMXbm .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tJstPlQHzQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJstPlQHzQ nav.navbar {
  position: fixed;
}
.cid-tJstPlQHzQ .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-tJstPlQHzQ .dropdown-menu {
  padding: 0;
}
.cid-tJstPlQHzQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJstPlQHzQ .dropdown-item:hover,
.cid-tJstPlQHzQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJstPlQHzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tJstPlQHzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJstPlQHzQ .nav-link {
  position: relative;
}
.cid-tJstPlQHzQ .container {
  display: flex;
  margin: auto;
}
.cid-tJstPlQHzQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJstPlQHzQ .navbar-caption {
  padding-right: 4rem;
}
.cid-tJstPlQHzQ .dropdown-menu,
.cid-tJstPlQHzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tJstPlQHzQ .nav-item:focus,
.cid-tJstPlQHzQ .nav-link:focus {
  outline: none;
}
.cid-tJstPlQHzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJstPlQHzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJstPlQHzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJstPlQHzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJstPlQHzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJstPlQHzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJstPlQHzQ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tJstPlQHzQ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJstPlQHzQ .navbar.opened {
  transition: all .3s;
}
.cid-tJstPlQHzQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJstPlQHzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tJstPlQHzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJstPlQHzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJstPlQHzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJstPlQHzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJstPlQHzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJstPlQHzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJstPlQHzQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tJstPlQHzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJstPlQHzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJstPlQHzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJstPlQHzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJstPlQHzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJstPlQHzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJstPlQHzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJstPlQHzQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tJstPlQHzQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJstPlQHzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJstPlQHzQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJstPlQHzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJstPlQHzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJstPlQHzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJstPlQHzQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJstPlQHzQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJstPlQHzQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJstPlQHzQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJstPlQHzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJstPlQHzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJstPlQHzQ .dropdown-item.active,
.cid-tJstPlQHzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tJstPlQHzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJstPlQHzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJstPlQHzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJstPlQHzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJstPlQHzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJstPlQHzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJstPlQHzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJstPlQHzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJstPlQHzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tJstPlQHzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tJstPlQHzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJstPlQHzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJstPlQHzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJstPlQHzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJstPlQHzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJstPlQHzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJstPlQHzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJstPlQHzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJstPlQHzQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJstPlQHzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJstPlQHzQ .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-tJstPlQHzQ .navbar {
    height: 77px;
  }
  .cid-tJstPlQHzQ .navbar.opened {
    height: auto;
  }
  .cid-tJstPlQHzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJsyDcNbia {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJsyDcNbia .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJsyDcNbia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJsyDcNbia .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-tJsyDcNbia .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-tJsyDcNbia .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-tJsyDcNbia .mbr-section-title {
  color: #000000;
}
.cid-tJsyDcNbia .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-tJsyDcNbia .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-tJsyDcNbia .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-tJsyDcNbia .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-tJsyDcNbia .item-right {
    padding-top: 0;
  }
}
.cid-tJsyDcNbia .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tJsyDcNbia .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJsyDcNbia .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-tJswa7Jdea {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #65c6d4;
}
@media (min-width: 992px) {
  .cid-tJswa7Jdea .carousel {
    min-height: 600px;
  }
  .cid-tJswa7Jdea .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJswa7Jdea .carousel {
    min-height: 390px;
  }
  .cid-tJswa7Jdea .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tJswa7Jdea .carousel {
    min-height: 330px;
  }
  .cid-tJswa7Jdea .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tJswa7Jdea .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tJswa7Jdea .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tJswa7Jdea .carousel,
.cid-tJswa7Jdea .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJswa7Jdea .item-wrapper {
  width: 100%;
}
.cid-tJswa7Jdea .carousel-caption {
  bottom: 40px;
}
.cid-tJswa7Jdea .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tJswa7Jdea .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tJswa7Jdea .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tJswa7Jdea .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tJswa7Jdea .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-tJswa7Jdea .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJswa7Jdea .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJswa7Jdea .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJswa7Jdea .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tJswa7Jdea .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-tJswa7Jdea .carousel-indicators li.active,
.cid-tJswa7Jdea .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJswa7Jdea .carousel-indicators li::after,
.cid-tJswa7Jdea .carousel-indicators li::before {
  content: none;
}
.cid-tJswa7Jdea .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJswa7Jdea .carousel-indicators {
    display: none !important;
  }
}
.cid-tJsyOVuVH1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJsyOVuVH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJsyOVuVH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJsyOVuVH1 .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-tJsyOVuVH1 .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-tJsyOVuVH1 .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-tJsyOVuVH1 .mbr-section-title {
  color: #000000;
}
.cid-tJsyOVuVH1 .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-tJsyOVuVH1 .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-tJsyOVuVH1 .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-tJsyOVuVH1 .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-tJsyOVuVH1 .item-right {
    padding-top: 0;
  }
}
.cid-tJsyOVuVH1 .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tJsyOVuVH1 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJsyOVuVH1 .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-tJsyuKfNvo {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #65c6d4;
}
@media (min-width: 992px) {
  .cid-tJsyuKfNvo .carousel {
    min-height: 600px;
  }
  .cid-tJsyuKfNvo .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJsyuKfNvo .carousel {
    min-height: 390px;
  }
  .cid-tJsyuKfNvo .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tJsyuKfNvo .carousel {
    min-height: 330px;
  }
  .cid-tJsyuKfNvo .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tJsyuKfNvo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tJsyuKfNvo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tJsyuKfNvo .carousel,
.cid-tJsyuKfNvo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJsyuKfNvo .item-wrapper {
  width: 100%;
}
.cid-tJsyuKfNvo .carousel-caption {
  bottom: 40px;
}
.cid-tJsyuKfNvo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tJsyuKfNvo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tJsyuKfNvo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tJsyuKfNvo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tJsyuKfNvo .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-tJsyuKfNvo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJsyuKfNvo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJsyuKfNvo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJsyuKfNvo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tJsyuKfNvo .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-tJsyuKfNvo .carousel-indicators li.active,
.cid-tJsyuKfNvo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJsyuKfNvo .carousel-indicators li::after,
.cid-tJsyuKfNvo .carousel-indicators li::before {
  content: none;
}
.cid-tJsyuKfNvo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJsyuKfNvo .carousel-indicators {
    display: none !important;
  }
}
.cid-tJsznaEYWA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJsznaEYWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJsznaEYWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJsznaEYWA .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-tJsznaEYWA .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-tJsznaEYWA .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-tJsznaEYWA .mbr-section-title {
  color: #000000;
}
.cid-tJsznaEYWA .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-tJsznaEYWA .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-tJsznaEYWA .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-tJsznaEYWA .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-tJsznaEYWA .item-right {
    padding-top: 0;
  }
}
.cid-tJsznaEYWA .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tJsznaEYWA .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJsznaEYWA .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-tJszmu2W7b {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #65c6d4;
}
@media (min-width: 992px) {
  .cid-tJszmu2W7b .carousel {
    min-height: 600px;
  }
  .cid-tJszmu2W7b .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJszmu2W7b .carousel {
    min-height: 390px;
  }
  .cid-tJszmu2W7b .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tJszmu2W7b .carousel {
    min-height: 330px;
  }
  .cid-tJszmu2W7b .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tJszmu2W7b .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tJszmu2W7b .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tJszmu2W7b .carousel,
.cid-tJszmu2W7b .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJszmu2W7b .item-wrapper {
  width: 100%;
}
.cid-tJszmu2W7b .carousel-caption {
  bottom: 40px;
}
.cid-tJszmu2W7b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tJszmu2W7b .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tJszmu2W7b .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tJszmu2W7b .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tJszmu2W7b .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-tJszmu2W7b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJszmu2W7b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJszmu2W7b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJszmu2W7b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tJszmu2W7b .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-tJszmu2W7b .carousel-indicators li.active,
.cid-tJszmu2W7b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJszmu2W7b .carousel-indicators li::after,
.cid-tJszmu2W7b .carousel-indicators li::before {
  content: none;
}
.cid-tJszmu2W7b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJszmu2W7b .carousel-indicators {
    display: none !important;
  }
}
.cid-tJstPq7kl4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJstPq7kl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJstPq7kl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJstPq7kl4 .media-container-row {
  justify-content: space-between;
}
.cid-tJstPq7kl4 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tJstPq7kl4 .text-content {
    max-width: none;
  }
}
.cid-tJstPq7kl4 .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-tJstPq7kl4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tJstPq7kl4 .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tJstPq7kl4 .icons {
    justify-content: center !important;
  }
  .cid-tJstPq7kl4 .text-content * {
    text-align: center;
  }
}
.cid-tJuhgpnBTm {
  background-image: url("../../../assets/images/2013-04-29-14.55.56-2000x1500.jpg");
}
.cid-tJuhgpnBTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJuhgpnBTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJuhgpnBTm .mbr-section-title {
  color: #FFFFFF;
}
.cid-tJuhgpnBTm .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJuhgpnBTm .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJuhgpnBTm .mbr-section-btn {
  margin-top: 18px;
}
.cid-tJuhgpnBTm .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tJuhgpnBTm .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tJuhgqfLxs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJuhgqfLxs nav.navbar {
  position: fixed;
}
.cid-tJuhgqfLxs .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-tJuhgqfLxs .dropdown-menu {
  padding: 0;
}
.cid-tJuhgqfLxs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJuhgqfLxs .dropdown-item:hover,
.cid-tJuhgqfLxs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJuhgqfLxs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tJuhgqfLxs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJuhgqfLxs .nav-link {
  position: relative;
}
.cid-tJuhgqfLxs .container {
  display: flex;
  margin: auto;
}
.cid-tJuhgqfLxs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJuhgqfLxs .navbar-caption {
  padding-right: 4rem;
}
.cid-tJuhgqfLxs .dropdown-menu,
.cid-tJuhgqfLxs .navbar.opened {
  background: #ffffff !important;
}
.cid-tJuhgqfLxs .nav-item:focus,
.cid-tJuhgqfLxs .nav-link:focus {
  outline: none;
}
.cid-tJuhgqfLxs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJuhgqfLxs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJuhgqfLxs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJuhgqfLxs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJuhgqfLxs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJuhgqfLxs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJuhgqfLxs .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tJuhgqfLxs .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJuhgqfLxs .navbar.opened {
  transition: all .3s;
}
.cid-tJuhgqfLxs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJuhgqfLxs .navbar .navbar-logo img {
  width: auto;
}
.cid-tJuhgqfLxs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJuhgqfLxs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJuhgqfLxs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJuhgqfLxs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJuhgqfLxs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJuhgqfLxs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJuhgqfLxs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tJuhgqfLxs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJuhgqfLxs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJuhgqfLxs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJuhgqfLxs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJuhgqfLxs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJuhgqfLxs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJuhgqfLxs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJuhgqfLxs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tJuhgqfLxs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJuhgqfLxs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJuhgqfLxs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJuhgqfLxs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJuhgqfLxs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJuhgqfLxs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJuhgqfLxs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJuhgqfLxs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJuhgqfLxs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJuhgqfLxs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJuhgqfLxs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJuhgqfLxs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJuhgqfLxs .dropdown-item.active,
.cid-tJuhgqfLxs .dropdown-item:active {
  background-color: transparent;
}
.cid-tJuhgqfLxs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJuhgqfLxs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJuhgqfLxs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJuhgqfLxs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJuhgqfLxs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJuhgqfLxs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJuhgqfLxs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJuhgqfLxs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJuhgqfLxs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tJuhgqfLxs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tJuhgqfLxs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJuhgqfLxs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJuhgqfLxs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJuhgqfLxs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJuhgqfLxs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJuhgqfLxs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJuhgqfLxs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJuhgqfLxs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJuhgqfLxs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJuhgqfLxs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJuhgqfLxs .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-tJuhgqfLxs .navbar {
    height: 77px;
  }
  .cid-tJuhgqfLxs .navbar.opened {
    height: auto;
  }
  .cid-tJuhgqfLxs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJuhUgtEW6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJuhUgtEW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJuhUgtEW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJuhUgtEW6 .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-tJuhUgtEW6 .mbr-section-title {
  color: #45494E;
}
.cid-tJuhUgtEW6 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tJuhUgtEW6 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJuhUgtEW6 .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJuhUgtEW6 .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-tJuhUgtEW6 .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-tJuhUgtEW6 .tabl-item-column {
    padding: 10px;
  }
}
.cid-tJuhUgtEW6 .card-title {
  color: #45494E;
}
.cid-tJuhUgtEW6 .card-text {
  color: #45494E;
}
.cid-tJuhUgtEW6 P {
  text-align: left;
}
.cid-tJujs7EKx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJujs7EKx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJujs7EKx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJujs7EKx4 .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-tJujs7EKx4 .mbr-section-title {
  color: #45494E;
}
.cid-tJujs7EKx4 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tJujs7EKx4 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJujs7EKx4 .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJujs7EKx4 .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-tJujs7EKx4 .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-tJujs7EKx4 .tabl-item-column {
    padding: 10px;
  }
}
.cid-tJujs7EKx4 .card-title {
  color: #45494E;
}
.cid-tJujs7EKx4 .card-text {
  color: #45494E;
}
.cid-tJuktVsswV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJuktVsswV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJuktVsswV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJuktVsswV .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-tJuktVsswV .mbr-section-title {
  color: #45494E;
}
.cid-tJuktVsswV .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tJuktVsswV .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJuktVsswV .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJuktVsswV .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-tJuktVsswV .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-tJuktVsswV .tabl-item-column {
    padding: 10px;
  }
}
.cid-tJuktVsswV .card-title {
  color: #45494E;
}
.cid-tJuktVsswV .card-text {
  color: #45494E;
}
.cid-tJykcQOGSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJykcQOGSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJykcQOGSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJykcQOGSU .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-tJykcQOGSU .mbr-section-title {
  color: #45494E;
}
.cid-tJykcQOGSU .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tJykcQOGSU .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJykcQOGSU .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJykcQOGSU .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-tJykcQOGSU .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-tJykcQOGSU .tabl-item-column {
    padding: 10px;
  }
}
.cid-tJykcQOGSU .card-title {
  color: #45494E;
}
.cid-tJykcQOGSU .card-text {
  color: #45494E;
}
.cid-tJykPeOBB5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJykPeOBB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJykPeOBB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJykPeOBB5 .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-tJykPeOBB5 .mbr-section-title {
  color: #45494E;
}
.cid-tJykPeOBB5 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tJykPeOBB5 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJykPeOBB5 .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJykPeOBB5 .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-tJykPeOBB5 .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-tJykPeOBB5 .tabl-item-column {
    padding: 10px;
  }
}
.cid-tJykPeOBB5 .card-title {
  color: #45494E;
}
.cid-tJykPeOBB5 .card-text {
  color: #45494E;
}
.cid-tJuhgr6oMQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJuhgr6oMQ img,
.cid-tJuhgr6oMQ .item-img {
  width: 100%;
}
.cid-tJuhgr6oMQ .item:focus,
.cid-tJuhgr6oMQ span:focus {
  outline: none;
}
.cid-tJuhgr6oMQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJuhgr6oMQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJuhgr6oMQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJuhgr6oMQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tJuhgr6oMQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJuhgr6oMQ .mbr-section-title {
  color: #232323;
}
.cid-tJuhgr6oMQ .mbr-text,
.cid-tJuhgr6oMQ .mbr-section-btn {
  text-align: left;
}
.cid-tJuhgr6oMQ .item-title {
  text-align: left;
}
.cid-tJuhgr6oMQ .item-subtitle {
  text-align: center;
}
.cid-tJuhgtKdm6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJuhgtKdm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJuhgtKdm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJuhgtKdm6 .media-container-row {
  justify-content: space-between;
}
.cid-tJuhgtKdm6 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tJuhgtKdm6 .text-content {
    max-width: none;
  }
}
.cid-tJuhgtKdm6 .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-tJuhgtKdm6 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tJuhgtKdm6 .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tJuhgtKdm6 .icons {
    justify-content: center !important;
  }
  .cid-tJuhgtKdm6 .text-content * {
    text-align: center;
  }
}
.cid-tJylreE6cC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJylreE6cC blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tJwiOTzq0X {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tJwiOTzq0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwiOTzq0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwiOTzq0X .mbr-section-title {
  color: #FFFFFF;
}
.cid-tJwiOTzq0X .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJwiOTzq0X .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJwiOTzq0X .mbr-section-btn {
  margin-top: 18px;
}
.cid-tJwiOTzq0X .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tJwiOTzq0X .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tJwiOUqM6Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJwiOUqM6Q nav.navbar {
  position: fixed;
}
.cid-tJwiOUqM6Q .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-tJwiOUqM6Q .dropdown-menu {
  padding: 0;
}
.cid-tJwiOUqM6Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwiOUqM6Q .dropdown-item:hover,
.cid-tJwiOUqM6Q .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJwiOUqM6Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tJwiOUqM6Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJwiOUqM6Q .nav-link {
  position: relative;
}
.cid-tJwiOUqM6Q .container {
  display: flex;
  margin: auto;
}
.cid-tJwiOUqM6Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJwiOUqM6Q .navbar-caption {
  padding-right: 4rem;
}
.cid-tJwiOUqM6Q .dropdown-menu,
.cid-tJwiOUqM6Q .navbar.opened {
  background: #ffffff !important;
}
.cid-tJwiOUqM6Q .nav-item:focus,
.cid-tJwiOUqM6Q .nav-link:focus {
  outline: none;
}
.cid-tJwiOUqM6Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJwiOUqM6Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJwiOUqM6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJwiOUqM6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJwiOUqM6Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJwiOUqM6Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJwiOUqM6Q .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tJwiOUqM6Q .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwiOUqM6Q .navbar.opened {
  transition: all .3s;
}
.cid-tJwiOUqM6Q .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJwiOUqM6Q .navbar .navbar-logo img {
  width: auto;
}
.cid-tJwiOUqM6Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJwiOUqM6Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJwiOUqM6Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJwiOUqM6Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJwiOUqM6Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJwiOUqM6Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJwiOUqM6Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tJwiOUqM6Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJwiOUqM6Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJwiOUqM6Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJwiOUqM6Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJwiOUqM6Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJwiOUqM6Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJwiOUqM6Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJwiOUqM6Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tJwiOUqM6Q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJwiOUqM6Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJwiOUqM6Q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJwiOUqM6Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJwiOUqM6Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJwiOUqM6Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJwiOUqM6Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJwiOUqM6Q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJwiOUqM6Q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJwiOUqM6Q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJwiOUqM6Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJwiOUqM6Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJwiOUqM6Q .dropdown-item.active,
.cid-tJwiOUqM6Q .dropdown-item:active {
  background-color: transparent;
}
.cid-tJwiOUqM6Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJwiOUqM6Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJwiOUqM6Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJwiOUqM6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJwiOUqM6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJwiOUqM6Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJwiOUqM6Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJwiOUqM6Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJwiOUqM6Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tJwiOUqM6Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tJwiOUqM6Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJwiOUqM6Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwiOUqM6Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwiOUqM6Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJwiOUqM6Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwiOUqM6Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJwiOUqM6Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJwiOUqM6Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwiOUqM6Q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJwiOUqM6Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJwiOUqM6Q .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-tJwiOUqM6Q .navbar {
    height: 77px;
  }
  .cid-tJwiOUqM6Q .navbar.opened {
    height: auto;
  }
  .cid-tJwiOUqM6Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJwiOVc84o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJwiOVc84o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwiOVc84o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwiOVc84o .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-tJwiOVc84o .mbr-section-title {
  color: #45494E;
}
.cid-tJwiOVc84o .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tJwiOVc84o .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJwiOVc84o .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJwiOVc84o .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-tJwiOVc84o .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-tJwiOVc84o .tabl-item-column {
    padding: 10px;
  }
}
.cid-tJwiOVc84o .card-title {
  color: #45494E;
}
.cid-tJwiOVc84o .card-text {
  color: #45494E;
}
.cid-tJymN5IMB9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJymN5IMB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJymN5IMB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJymN5IMB9 .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-tJymN5IMB9 .mbr-section-title {
  color: #45494E;
}
.cid-tJymN5IMB9 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tJymN5IMB9 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJymN5IMB9 .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJymN5IMB9 .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-tJymN5IMB9 .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-tJymN5IMB9 .tabl-item-column {
    padding: 10px;
  }
}
.cid-tJymN5IMB9 .card-title {
  color: #45494E;
}
.cid-tJymN5IMB9 .card-text {
  color: #45494E;
}
.cid-tJynwPFvTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJynwPFvTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJynwPFvTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJynwPFvTn .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-tJynwPFvTn .mbr-section-title {
  color: #45494E;
}
.cid-tJynwPFvTn .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tJynwPFvTn .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJynwPFvTn .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJynwPFvTn .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-tJynwPFvTn .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-tJynwPFvTn .tabl-item-column {
    padding: 10px;
  }
}
.cid-tJynwPFvTn .card-title {
  color: #45494E;
}
.cid-tJynwPFvTn .card-text {
  color: #45494E;
}
.cid-tJyo5V0XDV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJyo5V0XDV blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tJwiOWgASS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJwiOWgASS img,
.cid-tJwiOWgASS .item-img {
  width: 100%;
}
.cid-tJwiOWgASS .item:focus,
.cid-tJwiOWgASS span:focus {
  outline: none;
}
.cid-tJwiOWgASS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJwiOWgASS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJwiOWgASS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJwiOWgASS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tJwiOWgASS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJwiOWgASS .mbr-section-title {
  color: #232323;
}
.cid-tJwiOWgASS .mbr-text,
.cid-tJwiOWgASS .mbr-section-btn {
  text-align: left;
}
.cid-tJwiOWgASS .item-title {
  text-align: left;
}
.cid-tJwiOWgASS .item-subtitle {
  text-align: center;
}
.cid-tJwiOYhdXb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJwiOYhdXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwiOYhdXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwiOYhdXb .media-container-row {
  justify-content: space-between;
}
.cid-tJwiOYhdXb .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tJwiOYhdXb .text-content {
    max-width: none;
  }
}
.cid-tJwiOYhdXb .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-tJwiOYhdXb .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tJwiOYhdXb .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tJwiOYhdXb .icons {
    justify-content: center !important;
  }
  .cid-tJwiOYhdXb .text-content * {
    text-align: center;
  }
}
.cid-tJwiZTlBrH {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tJwiZTlBrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwiZTlBrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwiZTlBrH .mbr-section-title {
  color: #FFFFFF;
}
.cid-tJwiZTlBrH .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJwiZTlBrH .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJwiZTlBrH .mbr-section-btn {
  margin-top: 18px;
}
.cid-tJwiZTlBrH .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tJwiZTlBrH .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tJwiZUfajn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJwiZUfajn nav.navbar {
  position: fixed;
}
.cid-tJwiZUfajn .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-tJwiZUfajn .dropdown-menu {
  padding: 0;
}
.cid-tJwiZUfajn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwiZUfajn .dropdown-item:hover,
.cid-tJwiZUfajn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJwiZUfajn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tJwiZUfajn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJwiZUfajn .nav-link {
  position: relative;
}
.cid-tJwiZUfajn .container {
  display: flex;
  margin: auto;
}
.cid-tJwiZUfajn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJwiZUfajn .navbar-caption {
  padding-right: 4rem;
}
.cid-tJwiZUfajn .dropdown-menu,
.cid-tJwiZUfajn .navbar.opened {
  background: #ffffff !important;
}
.cid-tJwiZUfajn .nav-item:focus,
.cid-tJwiZUfajn .nav-link:focus {
  outline: none;
}
.cid-tJwiZUfajn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJwiZUfajn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJwiZUfajn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJwiZUfajn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJwiZUfajn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJwiZUfajn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJwiZUfajn .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tJwiZUfajn .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwiZUfajn .navbar.opened {
  transition: all .3s;
}
.cid-tJwiZUfajn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJwiZUfajn .navbar .navbar-logo img {
  width: auto;
}
.cid-tJwiZUfajn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJwiZUfajn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJwiZUfajn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJwiZUfajn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJwiZUfajn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJwiZUfajn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJwiZUfajn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tJwiZUfajn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJwiZUfajn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJwiZUfajn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJwiZUfajn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJwiZUfajn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJwiZUfajn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJwiZUfajn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJwiZUfajn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tJwiZUfajn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJwiZUfajn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJwiZUfajn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJwiZUfajn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJwiZUfajn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJwiZUfajn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJwiZUfajn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJwiZUfajn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJwiZUfajn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJwiZUfajn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJwiZUfajn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJwiZUfajn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJwiZUfajn .dropdown-item.active,
.cid-tJwiZUfajn .dropdown-item:active {
  background-color: transparent;
}
.cid-tJwiZUfajn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJwiZUfajn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJwiZUfajn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJwiZUfajn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJwiZUfajn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJwiZUfajn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJwiZUfajn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJwiZUfajn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJwiZUfajn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tJwiZUfajn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tJwiZUfajn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJwiZUfajn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwiZUfajn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwiZUfajn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJwiZUfajn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwiZUfajn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJwiZUfajn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJwiZUfajn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwiZUfajn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJwiZUfajn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJwiZUfajn .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-tJwiZUfajn .navbar {
    height: 77px;
  }
  .cid-tJwiZUfajn .navbar.opened {
    height: auto;
  }
  .cid-tJwiZUfajn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJwiZVqLYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJwiZVqLYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwiZVqLYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwiZVqLYy .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-tJwiZVqLYy .mbr-section-title {
  color: #45494E;
}
.cid-tJwiZVqLYy .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tJwiZVqLYy .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJwiZVqLYy .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJwiZVqLYy .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-tJwiZVqLYy .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-tJwiZVqLYy .tabl-item-column {
    padding: 10px;
  }
}
.cid-tJwiZVqLYy .card-title {
  color: #45494E;
}
.cid-tJwiZVqLYy .card-text {
  color: #45494E;
}
.cid-tJyp1TA5A1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJyp1TA5A1 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tJwiZY4xhY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJwiZY4xhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwiZY4xhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwiZY4xhY .media-container-row {
  justify-content: space-between;
}
.cid-tJwiZY4xhY .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tJwiZY4xhY .text-content {
    max-width: none;
  }
}
.cid-tJwiZY4xhY .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-tJwiZY4xhY .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tJwiZY4xhY .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tJwiZY4xhY .icons {
    justify-content: center !important;
  }
  .cid-tJwiZY4xhY .text-content * {
    text-align: center;
  }
}
.cid-tJwj7X0hyb {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-tJwj7X0hyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwj7X0hyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwj7X0hyb .mbr-section-title {
  color: #FFFFFF;
}
.cid-tJwj7X0hyb .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJwj7X0hyb .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJwj7X0hyb .mbr-section-btn {
  margin-top: 18px;
}
.cid-tJwj7X0hyb .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tJwj7X0hyb .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tJwj7XKgRm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJwj7XKgRm nav.navbar {
  position: fixed;
}
.cid-tJwj7XKgRm .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-tJwj7XKgRm .dropdown-menu {
  padding: 0;
}
.cid-tJwj7XKgRm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwj7XKgRm .dropdown-item:hover,
.cid-tJwj7XKgRm .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJwj7XKgRm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tJwj7XKgRm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJwj7XKgRm .nav-link {
  position: relative;
}
.cid-tJwj7XKgRm .container {
  display: flex;
  margin: auto;
}
.cid-tJwj7XKgRm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJwj7XKgRm .navbar-caption {
  padding-right: 4rem;
}
.cid-tJwj7XKgRm .dropdown-menu,
.cid-tJwj7XKgRm .navbar.opened {
  background: #ffffff !important;
}
.cid-tJwj7XKgRm .nav-item:focus,
.cid-tJwj7XKgRm .nav-link:focus {
  outline: none;
}
.cid-tJwj7XKgRm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJwj7XKgRm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJwj7XKgRm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJwj7XKgRm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJwj7XKgRm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJwj7XKgRm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJwj7XKgRm .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tJwj7XKgRm .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwj7XKgRm .navbar.opened {
  transition: all .3s;
}
.cid-tJwj7XKgRm .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJwj7XKgRm .navbar .navbar-logo img {
  width: auto;
}
.cid-tJwj7XKgRm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJwj7XKgRm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJwj7XKgRm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJwj7XKgRm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJwj7XKgRm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJwj7XKgRm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJwj7XKgRm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tJwj7XKgRm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJwj7XKgRm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJwj7XKgRm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJwj7XKgRm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJwj7XKgRm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJwj7XKgRm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJwj7XKgRm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJwj7XKgRm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tJwj7XKgRm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJwj7XKgRm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJwj7XKgRm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJwj7XKgRm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJwj7XKgRm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJwj7XKgRm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJwj7XKgRm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJwj7XKgRm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJwj7XKgRm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJwj7XKgRm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJwj7XKgRm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJwj7XKgRm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJwj7XKgRm .dropdown-item.active,
.cid-tJwj7XKgRm .dropdown-item:active {
  background-color: transparent;
}
.cid-tJwj7XKgRm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJwj7XKgRm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJwj7XKgRm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJwj7XKgRm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJwj7XKgRm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJwj7XKgRm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJwj7XKgRm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJwj7XKgRm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJwj7XKgRm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tJwj7XKgRm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tJwj7XKgRm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJwj7XKgRm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwj7XKgRm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwj7XKgRm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJwj7XKgRm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwj7XKgRm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJwj7XKgRm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJwj7XKgRm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwj7XKgRm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJwj7XKgRm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJwj7XKgRm .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-tJwj7XKgRm .navbar {
    height: 77px;
  }
  .cid-tJwj7XKgRm .navbar.opened {
    height: auto;
  }
  .cid-tJwj7XKgRm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJypiRe970 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJypiRe970 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tJwj818PAo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJwj818PAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwj818PAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwj818PAo .media-container-row {
  justify-content: space-between;
}
.cid-tJwj818PAo .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tJwj818PAo .text-content {
    max-width: none;
  }
}
.cid-tJwj818PAo .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-tJwj818PAo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tJwj818PAo .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tJwj818PAo .icons {
    justify-content: center !important;
  }
  .cid-tJwj818PAo .text-content * {
    text-align: center;
  }
}
.cid-tJwjdNNt0N {
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-tJwjdNNt0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwjdNNt0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwjdNNt0N .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tJwjdNNt0N .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJwjdNNt0N .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJwjdNNt0N .mbr-section-btn {
  margin-top: 18px;
}
.cid-tJwjdNNt0N .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tJwjdNNt0N .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tJwjdOvYlQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJwjdOvYlQ nav.navbar {
  position: fixed;
}
.cid-tJwjdOvYlQ .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-tJwjdOvYlQ .dropdown-menu {
  padding: 0;
}
.cid-tJwjdOvYlQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwjdOvYlQ .dropdown-item:hover,
.cid-tJwjdOvYlQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJwjdOvYlQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tJwjdOvYlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJwjdOvYlQ .nav-link {
  position: relative;
}
.cid-tJwjdOvYlQ .container {
  display: flex;
  margin: auto;
}
.cid-tJwjdOvYlQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJwjdOvYlQ .navbar-caption {
  padding-right: 4rem;
}
.cid-tJwjdOvYlQ .dropdown-menu,
.cid-tJwjdOvYlQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tJwjdOvYlQ .nav-item:focus,
.cid-tJwjdOvYlQ .nav-link:focus {
  outline: none;
}
.cid-tJwjdOvYlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJwjdOvYlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJwjdOvYlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJwjdOvYlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJwjdOvYlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJwjdOvYlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJwjdOvYlQ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tJwjdOvYlQ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwjdOvYlQ .navbar.opened {
  transition: all .3s;
}
.cid-tJwjdOvYlQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJwjdOvYlQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tJwjdOvYlQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJwjdOvYlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJwjdOvYlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJwjdOvYlQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJwjdOvYlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJwjdOvYlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJwjdOvYlQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tJwjdOvYlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJwjdOvYlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJwjdOvYlQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJwjdOvYlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJwjdOvYlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJwjdOvYlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJwjdOvYlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJwjdOvYlQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tJwjdOvYlQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJwjdOvYlQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJwjdOvYlQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJwjdOvYlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJwjdOvYlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJwjdOvYlQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJwjdOvYlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJwjdOvYlQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJwjdOvYlQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJwjdOvYlQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJwjdOvYlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJwjdOvYlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJwjdOvYlQ .dropdown-item.active,
.cid-tJwjdOvYlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tJwjdOvYlQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJwjdOvYlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJwjdOvYlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJwjdOvYlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJwjdOvYlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJwjdOvYlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJwjdOvYlQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJwjdOvYlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJwjdOvYlQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tJwjdOvYlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tJwjdOvYlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJwjdOvYlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwjdOvYlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwjdOvYlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJwjdOvYlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwjdOvYlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJwjdOvYlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJwjdOvYlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwjdOvYlQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJwjdOvYlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJwjdOvYlQ .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-tJwjdOvYlQ .navbar {
    height: 77px;
  }
  .cid-tJwjdOvYlQ .navbar.opened {
    height: auto;
  }
  .cid-tJwjdOvYlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJwm0pI0sa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-tJwm0pI0sa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwm0pI0sa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwm0pI0sa .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tJwm0pI0sa .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJwm0pI0sa .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJwm0pI0sa .card-wrapper {
    padding: 4rem;
  }
}
.cid-tJwjdQ6z1N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJwjdQ6z1N img,
.cid-tJwjdQ6z1N .item-img {
  width: 100%;
}
.cid-tJwjdQ6z1N .item:focus,
.cid-tJwjdQ6z1N span:focus {
  outline: none;
}
.cid-tJwjdQ6z1N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJwjdQ6z1N .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJwjdQ6z1N .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJwjdQ6z1N .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tJwjdQ6z1N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJwjdQ6z1N .mbr-section-title {
  color: #232323;
}
.cid-tJwjdQ6z1N .mbr-text,
.cid-tJwjdQ6z1N .mbr-section-btn {
  text-align: left;
}
.cid-tJwjdQ6z1N .item-title {
  text-align: left;
}
.cid-tJwjdQ6z1N .item-subtitle {
  text-align: center;
}
.cid-tJwjdRPbhz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJwjdRPbhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwjdRPbhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwjdRPbhz .media-container-row {
  justify-content: space-between;
}
.cid-tJwjdRPbhz .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tJwjdRPbhz .text-content {
    max-width: none;
  }
}
.cid-tJwjdRPbhz .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-tJwjdRPbhz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tJwjdRPbhz .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tJwjdRPbhz .icons {
    justify-content: center !important;
  }
  .cid-tJwjdRPbhz .text-content * {
    text-align: center;
  }
}
.cid-tJwmV8pTrf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJwmV8pTrf nav.navbar {
  position: fixed;
}
.cid-tJwmV8pTrf .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-tJwmV8pTrf .dropdown-menu {
  padding: 0;
}
.cid-tJwmV8pTrf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwmV8pTrf .dropdown-item:hover,
.cid-tJwmV8pTrf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJwmV8pTrf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tJwmV8pTrf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJwmV8pTrf .nav-link {
  position: relative;
}
.cid-tJwmV8pTrf .container {
  display: flex;
  margin: auto;
}
.cid-tJwmV8pTrf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJwmV8pTrf .navbar-caption {
  padding-right: 4rem;
}
.cid-tJwmV8pTrf .dropdown-menu,
.cid-tJwmV8pTrf .navbar.opened {
  background: #ffffff !important;
}
.cid-tJwmV8pTrf .nav-item:focus,
.cid-tJwmV8pTrf .nav-link:focus {
  outline: none;
}
.cid-tJwmV8pTrf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJwmV8pTrf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJwmV8pTrf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJwmV8pTrf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJwmV8pTrf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJwmV8pTrf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJwmV8pTrf .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tJwmV8pTrf .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwmV8pTrf .navbar.opened {
  transition: all .3s;
}
.cid-tJwmV8pTrf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJwmV8pTrf .navbar .navbar-logo img {
  width: auto;
}
.cid-tJwmV8pTrf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJwmV8pTrf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJwmV8pTrf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJwmV8pTrf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJwmV8pTrf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJwmV8pTrf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJwmV8pTrf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tJwmV8pTrf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJwmV8pTrf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJwmV8pTrf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJwmV8pTrf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJwmV8pTrf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJwmV8pTrf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJwmV8pTrf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJwmV8pTrf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tJwmV8pTrf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJwmV8pTrf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJwmV8pTrf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJwmV8pTrf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJwmV8pTrf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJwmV8pTrf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJwmV8pTrf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJwmV8pTrf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJwmV8pTrf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJwmV8pTrf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJwmV8pTrf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJwmV8pTrf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJwmV8pTrf .dropdown-item.active,
.cid-tJwmV8pTrf .dropdown-item:active {
  background-color: transparent;
}
.cid-tJwmV8pTrf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJwmV8pTrf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJwmV8pTrf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJwmV8pTrf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJwmV8pTrf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJwmV8pTrf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJwmV8pTrf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJwmV8pTrf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJwmV8pTrf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tJwmV8pTrf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tJwmV8pTrf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJwmV8pTrf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwmV8pTrf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwmV8pTrf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJwmV8pTrf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwmV8pTrf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJwmV8pTrf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJwmV8pTrf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwmV8pTrf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJwmV8pTrf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJwmV8pTrf .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-tJwmV8pTrf .navbar {
    height: 77px;
  }
  .cid-tJwmV8pTrf .navbar.opened {
    height: auto;
  }
  .cid-tJwmV8pTrf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJwnaQCpFU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffed91;
}
.cid-tJwnaQCpFU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJwnaQCpFU .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
}
.cid-tJwnaQCpFU .col-auto {
  margin: auto;
  padding-top: 2rem;
}
.cid-tJwnaQCpFU h5 {
  padding-bottom: 2rem;
}
.cid-tJwnaQCpFU .form-control,
.cid-tJwnaQCpFU .field-input {
  padding: 0.5rem;
  border: 0 !important;
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  transition: 0.4s;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}
.cid-tJwnaQCpFU .form-control::-webkit-input-placeholder,
.cid-tJwnaQCpFU .field-input::-webkit-input-placeholder,
.cid-tJwnaQCpFU .form-control::-webkit-input-placeholder,
.cid-tJwnaQCpFU .field-input::-webkit-input-placeholder {
  color: #00004c;
}
.cid-tJwnaQCpFU .form-control:-moz-placeholder,
.cid-tJwnaQCpFU .field-input:-moz-placeholder,
.cid-tJwnaQCpFU .form-control:-moz-placeholder,
.cid-tJwnaQCpFU .field-input:-moz-placeholder {
  color: #00004c;
}
.cid-tJwnaQCpFU .form-control:hover,
.cid-tJwnaQCpFU .field-input:hover,
.cid-tJwnaQCpFU .form-control:focus,
.cid-tJwnaQCpFU .field-input:focus {
  border: 0 !important;
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  box-shadow: none;
  outline: none;
}
.cid-tJwnaQCpFU .form-control:hover::-webkit-input-placeholder,
.cid-tJwnaQCpFU .field-input:hover::-webkit-input-placeholder,
.cid-tJwnaQCpFU .form-control:focus::-webkit-input-placeholder,
.cid-tJwnaQCpFU .field-input:focus::-webkit-input-placeholder,
.cid-tJwnaQCpFU .form-control:hover::-webkit-input-placeholder,
.cid-tJwnaQCpFU .field-input:hover::-webkit-input-placeholder,
.cid-tJwnaQCpFU .form-control:focus::-webkit-input-placeholder,
.cid-tJwnaQCpFU .field-input:focus::-webkit-input-placeholder {
  color: #00004c;
}
.cid-tJwnaQCpFU .form-control:hover:-moz-placeholder,
.cid-tJwnaQCpFU .field-input:hover:-moz-placeholder,
.cid-tJwnaQCpFU .form-control:focus:-moz-placeholder,
.cid-tJwnaQCpFU .field-input:focus:-moz-placeholder,
.cid-tJwnaQCpFU .form-control:hover:-moz-placeholder,
.cid-tJwnaQCpFU .field-input:hover:-moz-placeholder,
.cid-tJwnaQCpFU .form-control:focus:-moz-placeholder,
.cid-tJwnaQCpFU .field-input:focus:-moz-placeholder {
  color: #00004c;
}
.cid-tJwnaQCpFU .jq-number__spin:hover,
.cid-tJwnaQCpFU .jq-number__spin:focus {
  border-bottom: 1px solid #48525c !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tJwnaQCpFU .jq-number__spin {
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tJwnaQCpFU textarea {
  min-height: 200px;
}
.cid-tJwnaQCpFU input::-webkit-clear-button {
  display: none;
}
.cid-tJwnaQCpFU input::-webkit-inner-spin-button {
  display: none;
}
.cid-tJwnaQCpFU input::-webkit-outer-spin-button {
  display: none;
}
.cid-tJwnaQCpFU input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tJwnaQCpFU LABEL {
  color: #767676;
}
.cid-tJwmVfwIOU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJwmVfwIOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwmVfwIOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwmVfwIOU .media-container-row {
  justify-content: space-between;
}
.cid-tJwmVfwIOU .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tJwmVfwIOU .text-content {
    max-width: none;
  }
}
.cid-tJwmVfwIOU .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-tJwmVfwIOU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tJwmVfwIOU .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tJwmVfwIOU .icons {
    justify-content: center !important;
  }
  .cid-tJwmVfwIOU .text-content * {
    text-align: center;
  }
}
.cid-tL4QlO3Ovr {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tL4QlO3Ovr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL4QlO3Ovr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL4QlO3Ovr .mbr-section-title {
  color: #FFFFFF;
}
.cid-tL4QlO3Ovr .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tL4QlO3Ovr .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tL4QlO3Ovr .mbr-section-btn {
  margin-top: 18px;
}
.cid-tL4QlO3Ovr .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tL4QlO3Ovr .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tL4QlOFmXl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL4QlOFmXl nav.navbar {
  position: fixed;
}
.cid-tL4QlOFmXl .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-tL4QlOFmXl .dropdown-menu {
  padding: 0;
}
.cid-tL4QlOFmXl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL4QlOFmXl .dropdown-item:hover,
.cid-tL4QlOFmXl .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tL4QlOFmXl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tL4QlOFmXl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL4QlOFmXl .nav-link {
  position: relative;
}
.cid-tL4QlOFmXl .container {
  display: flex;
  margin: auto;
}
.cid-tL4QlOFmXl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tL4QlOFmXl .navbar-caption {
  padding-right: 4rem;
}
.cid-tL4QlOFmXl .dropdown-menu,
.cid-tL4QlOFmXl .navbar.opened {
  background: #ffffff !important;
}
.cid-tL4QlOFmXl .nav-item:focus,
.cid-tL4QlOFmXl .nav-link:focus {
  outline: none;
}
.cid-tL4QlOFmXl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL4QlOFmXl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL4QlOFmXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tL4QlOFmXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL4QlOFmXl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL4QlOFmXl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL4QlOFmXl .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tL4QlOFmXl .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL4QlOFmXl .navbar.opened {
  transition: all .3s;
}
.cid-tL4QlOFmXl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tL4QlOFmXl .navbar .navbar-logo img {
  width: auto;
}
.cid-tL4QlOFmXl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL4QlOFmXl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL4QlOFmXl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL4QlOFmXl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tL4QlOFmXl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL4QlOFmXl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL4QlOFmXl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tL4QlOFmXl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL4QlOFmXl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tL4QlOFmXl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tL4QlOFmXl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL4QlOFmXl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL4QlOFmXl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL4QlOFmXl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL4QlOFmXl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tL4QlOFmXl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tL4QlOFmXl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL4QlOFmXl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL4QlOFmXl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL4QlOFmXl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL4QlOFmXl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tL4QlOFmXl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL4QlOFmXl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tL4QlOFmXl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tL4QlOFmXl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tL4QlOFmXl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL4QlOFmXl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL4QlOFmXl .dropdown-item.active,
.cid-tL4QlOFmXl .dropdown-item:active {
  background-color: transparent;
}
.cid-tL4QlOFmXl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL4QlOFmXl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL4QlOFmXl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL4QlOFmXl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL4QlOFmXl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL4QlOFmXl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL4QlOFmXl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL4QlOFmXl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL4QlOFmXl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tL4QlOFmXl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tL4QlOFmXl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tL4QlOFmXl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tL4QlOFmXl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tL4QlOFmXl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tL4QlOFmXl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL4QlOFmXl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tL4QlOFmXl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tL4QlOFmXl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL4QlOFmXl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tL4QlOFmXl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL4QlOFmXl .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-tL4QlOFmXl .navbar {
    height: 77px;
  }
  .cid-tL4QlOFmXl .navbar.opened {
    height: auto;
  }
  .cid-tL4QlOFmXl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNU40O7abw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNU40O7abw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNU40O7abw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNU40O7abw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNU40O7abw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNU40O7abw .text-wrapper {
    padding: 2rem;
  }
}
.cid-tL4QlQOwtb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tL4QlQOwtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL4QlQOwtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL4QlQOwtb .media-container-row {
  justify-content: space-between;
}
.cid-tL4QlQOwtb .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tL4QlQOwtb .text-content {
    max-width: none;
  }
}
.cid-tL4QlQOwtb .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-tL4QlQOwtb .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tL4QlQOwtb .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tL4QlQOwtb .icons {
    justify-content: center !important;
  }
  .cid-tL4QlQOwtb .text-content * {
    text-align: center;
  }
}
.cid-tJwhq76Bul {
  background-image: url("../../../assets/images/mbr-1920x1341.jpg");
}
.cid-tJwhq76Bul .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwhq76Bul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwhq76Bul .mbr-section-title {
  color: #FFFFFF;
}
.cid-tJwhq76Bul .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJwhq76Bul .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJwhq76Bul .mbr-section-btn {
  margin-top: 18px;
}
.cid-tJwhq76Bul .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tJwhq76Bul .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tJwhq7Xbxv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJwhq7Xbxv nav.navbar {
  position: fixed;
}
.cid-tJwhq7Xbxv .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-tJwhq7Xbxv .dropdown-menu {
  padding: 0;
}
.cid-tJwhq7Xbxv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwhq7Xbxv .dropdown-item:hover,
.cid-tJwhq7Xbxv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJwhq7Xbxv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tJwhq7Xbxv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJwhq7Xbxv .nav-link {
  position: relative;
}
.cid-tJwhq7Xbxv .container {
  display: flex;
  margin: auto;
}
.cid-tJwhq7Xbxv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJwhq7Xbxv .navbar-caption {
  padding-right: 4rem;
}
.cid-tJwhq7Xbxv .dropdown-menu,
.cid-tJwhq7Xbxv .navbar.opened {
  background: #ffffff !important;
}
.cid-tJwhq7Xbxv .nav-item:focus,
.cid-tJwhq7Xbxv .nav-link:focus {
  outline: none;
}
.cid-tJwhq7Xbxv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJwhq7Xbxv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJwhq7Xbxv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJwhq7Xbxv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJwhq7Xbxv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJwhq7Xbxv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJwhq7Xbxv .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tJwhq7Xbxv .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJwhq7Xbxv .navbar.opened {
  transition: all .3s;
}
.cid-tJwhq7Xbxv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJwhq7Xbxv .navbar .navbar-logo img {
  width: auto;
}
.cid-tJwhq7Xbxv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJwhq7Xbxv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJwhq7Xbxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJwhq7Xbxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJwhq7Xbxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJwhq7Xbxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJwhq7Xbxv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tJwhq7Xbxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJwhq7Xbxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJwhq7Xbxv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJwhq7Xbxv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJwhq7Xbxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJwhq7Xbxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJwhq7Xbxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJwhq7Xbxv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tJwhq7Xbxv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJwhq7Xbxv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJwhq7Xbxv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJwhq7Xbxv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJwhq7Xbxv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJwhq7Xbxv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJwhq7Xbxv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJwhq7Xbxv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJwhq7Xbxv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJwhq7Xbxv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJwhq7Xbxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJwhq7Xbxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJwhq7Xbxv .dropdown-item.active,
.cid-tJwhq7Xbxv .dropdown-item:active {
  background-color: transparent;
}
.cid-tJwhq7Xbxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJwhq7Xbxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJwhq7Xbxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJwhq7Xbxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJwhq7Xbxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJwhq7Xbxv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJwhq7Xbxv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJwhq7Xbxv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJwhq7Xbxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tJwhq7Xbxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tJwhq7Xbxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJwhq7Xbxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwhq7Xbxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJwhq7Xbxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJwhq7Xbxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwhq7Xbxv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJwhq7Xbxv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJwhq7Xbxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJwhq7Xbxv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJwhq7Xbxv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJwhq7Xbxv .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-tJwhq7Xbxv .navbar {
    height: 77px;
  }
  .cid-tJwhq7Xbxv .navbar.opened {
    height: auto;
  }
  .cid-tJwhq7Xbxv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJwhq9GxRy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJwhq9GxRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwhq9GxRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwhq9GxRy .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-tJwhq9GxRy .mbr-section-title {
  color: #45494E;
}
.cid-tJwhq9GxRy .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tJwhq9GxRy .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJwhq9GxRy .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tJwhq9GxRy .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-tJwhq9GxRy .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-tJwhq9GxRy .tabl-item-column {
    padding: 10px;
  }
}
.cid-tJwhq9GxRy .card-title {
  color: #45494E;
}
.cid-tJwhq9GxRy .card-text {
  color: #45494E;
}
.cid-tJwhqbK3Hr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJwhqbK3Hr img,
.cid-tJwhqbK3Hr .item-img {
  width: 100%;
}
.cid-tJwhqbK3Hr .item:focus,
.cid-tJwhqbK3Hr span:focus {
  outline: none;
}
.cid-tJwhqbK3Hr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJwhqbK3Hr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJwhqbK3Hr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJwhqbK3Hr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tJwhqbK3Hr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJwhqbK3Hr .mbr-section-title {
  color: #232323;
}
.cid-tJwhqbK3Hr .mbr-text,
.cid-tJwhqbK3Hr .mbr-section-btn {
  text-align: left;
}
.cid-tJwhqbK3Hr .item-title {
  text-align: left;
}
.cid-tJwhqbK3Hr .item-subtitle {
  text-align: center;
}
.cid-tJwhqdMzak {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJwhqdMzak .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJwhqdMzak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJwhqdMzak .media-container-row {
  justify-content: space-between;
}
.cid-tJwhqdMzak .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tJwhqdMzak .text-content {
    max-width: none;
  }
}
.cid-tJwhqdMzak .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-tJwhqdMzak .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tJwhqdMzak .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tJwhqdMzak .icons {
    justify-content: center !important;
  }
  .cid-tJwhqdMzak .text-content * {
    text-align: center;
  }
}
