body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00053a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00053a !important;
  border-color: #00053a !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !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: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !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: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #00053a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #00053a !important;
  border-color: #00053a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !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: #d8c3a5 !important;
  border-color: #d8c3a5 !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: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !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: #00053a !important;
}
.text-secondary {
  color: #d8c3a5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !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: #000000 !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: #00053a;
}
.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: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00053a;
  border-color: #00053a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00053a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2134ff;
}
.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: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', 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: #00053a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', 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: #00053a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00053a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00053a;
}
.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: #00053a;
  border-bottom-color: #00053a;
}
.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: #00053a !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: #d8c3a5 !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='%2300053a' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.textmain {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.textmain > .mbr-iconfont {
  font-size: 2.2rem;
}
.title-4 {
  font-family: 'Bitter', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.title-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.title-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.title-5 > .mbr-iconfont {
  font-size: 1.8rem;
}
.title-6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.title-6 > .mbr-iconfont {
  font-size: 1.9rem;
}
.title-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.title-7 > .mbr-iconfont {
  font-size: 1.4rem;
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #0c1623 !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9M5rZ8wZg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bannerkaterinka2-4-2000x1125.png");
}
.cid-v9M5rZ8wZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9M5rZ8wZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9M6ytV23j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpeg");
}
.cid-v9M6ytV23j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9M6ytV23j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9M6ytV23j .video-wrapper iframe {
  width: 100%;
}
.cid-v9M6ytV23j .mbr-section-title,
.cid-v9M6ytV23j .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9M6ytV23j .text-wrapper {
    padding: 2rem;
  }
}
.cid-v9M6ytV23j .mbr-text {
  color: #000000;
}
.cid-v9BaNJJscD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-v9BaNJJscD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BaNJJscD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BaNJJscD .mbr-text,
.cid-v9BaNJJscD .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vdcnDjfTIh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdcnDjfTIh .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfCQAcR12r {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfCQAcR12r img,
.cid-vfCQAcR12r .item-img {
  width: 100%;
}
.cid-vfCQAcR12r .item:focus,
.cid-vfCQAcR12r span:focus {
  outline: none;
}
.cid-vfCQAcR12r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfCQAcR12r .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfCQAcR12r .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vfCQAcR12r .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfCQAcR12r .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfCQAcR12r .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfCQAcR12r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfCQAcR12r .mbr-section-title {
  color: #232323;
}
.cid-vfCQAcR12r .mbr-text,
.cid-vfCQAcR12r .mbr-section-btn {
  text-align: left;
}
.cid-vfCQAcR12r .item-title {
  text-align: left;
}
.cid-vfCQAcR12r .item-subtitle {
  text-align: left;
}
.cid-sFF3CYc3p7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v9NFdl4lHT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9NFdl4lHT nav.navbar {
  position: fixed;
}
.cid-v9NFdl4lHT .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-v9NFdl4lHT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9NFdl4lHT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9NFdl4lHT .dropdown-item:hover,
.cid-v9NFdl4lHT .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-v9NFdl4lHT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9NFdl4lHT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9NFdl4lHT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9NFdl4lHT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9NFdl4lHT .nav-link {
  position: relative;
}
.cid-v9NFdl4lHT .container {
  display: flex;
  margin: auto;
}
.cid-v9NFdl4lHT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9NFdl4lHT .dropdown-menu,
.cid-v9NFdl4lHT .navbar.opened {
  background: #0c1623 !important;
}
.cid-v9NFdl4lHT .nav-item:focus,
.cid-v9NFdl4lHT .nav-link:focus {
  outline: none;
}
.cid-v9NFdl4lHT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9NFdl4lHT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9NFdl4lHT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9NFdl4lHT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9NFdl4lHT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9NFdl4lHT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9NFdl4lHT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-v9NFdl4lHT .navbar.opened {
  transition: all 0.3s;
}
.cid-v9NFdl4lHT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9NFdl4lHT .navbar .navbar-logo img {
  width: auto;
}
.cid-v9NFdl4lHT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9NFdl4lHT .navbar.collapsed {
  justify-content: center;
}
.cid-v9NFdl4lHT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9NFdl4lHT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9NFdl4lHT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-v9NFdl4lHT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9NFdl4lHT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9NFdl4lHT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v9NFdl4lHT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9NFdl4lHT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9NFdl4lHT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9NFdl4lHT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9NFdl4lHT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9NFdl4lHT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9NFdl4lHT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9NFdl4lHT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v9NFdl4lHT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9NFdl4lHT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9NFdl4lHT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9NFdl4lHT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9NFdl4lHT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9NFdl4lHT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9NFdl4lHT .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9NFdl4lHT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9NFdl4lHT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9NFdl4lHT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9NFdl4lHT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9NFdl4lHT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9NFdl4lHT .dropdown-item.active,
.cid-v9NFdl4lHT .dropdown-item:active {
  background-color: transparent;
}
.cid-v9NFdl4lHT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9NFdl4lHT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9NFdl4lHT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9NFdl4lHT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-v9NFdl4lHT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9NFdl4lHT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9NFdl4lHT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9NFdl4lHT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9NFdl4lHT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9NFdl4lHT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-v9NFdl4lHT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9NFdl4lHT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9NFdl4lHT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9NFdl4lHT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9NFdl4lHT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9NFdl4lHT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9NFdl4lHT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9NFdl4lHT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9NFdl4lHT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9NFdl4lHT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9NFdl4lHT .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-v9NFdl4lHT .navbar {
    height: 70px;
  }
  .cid-v9NFdl4lHT .navbar.opened {
    height: auto;
  }
  .cid-v9NFdl4lHT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9NFdlsbOe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9NFdlsbOe .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v9NFdlBlpB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9NFdlBlpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NFdlBlpB .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-v9NFdlBlpB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9NFdlBlpB .row {
  flex-direction: row-reverse;
}
.cid-v9NFdlBlpB img {
  width: 100%;
}
.cid-v9NFdlOIXN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-v9NFdm1gfR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9NFdm1gfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NFdm1gfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9NFdm1gfR .video-wrapper iframe {
  width: 100%;
}
.cid-v9NFdm1gfR .mbr-section-title,
.cid-v9NFdm1gfR .mbr-section-subtitle,
.cid-v9NFdm1gfR .mbr-text {
  text-align: center;
}
.cid-vbhtjQKf98 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9NFdmeasd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9NFdmoqam {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veeogD5Y2a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9NFdmxOC3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9NFdmxOC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NFdmxOC3 .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-v9NFdmxOC3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9NFdmxOC3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9NFdmxOC3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-veeovnNGIh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9NFdmUnz7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9NFdmUnz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NFdmUnz7 .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-v9NFdmUnz7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9NFdmUnz7 .row {
  flex-direction: row-reverse;
}
.cid-v9NFdmUnz7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9NFdmUnz7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-veep1Hmrnn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9NFdn5Knn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9NFdn5Knn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NFdn5Knn .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-v9NFdn5Knn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9NFdn5Knn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9NFdn5Knn .text-wrapper {
    padding: 2rem;
  }
}
.cid-v9Z45nFHva {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9Z45nFHva blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veepcwAwDe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9Z197lpHj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9Z197lpHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Z197lpHj .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-v9Z197lpHj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9Z197lpHj .row {
  flex-direction: row-reverse;
}
.cid-v9Z197lpHj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9Z197lpHj .text-wrapper {
    padding: 2rem;
  }
}
.cid-v9Z197lpHj .mbr-text {
  text-align: justify;
}
.cid-vagNxOSKFF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vagNxOSKFF blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veepBhcOy9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9Z3AxkWhb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9Z3AxkWhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Z3AxkWhb .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-v9Z3AxkWhb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9Z3AxkWhb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9Z3AxkWhb .text-wrapper {
    padding: 2rem;
  }
}
.cid-v9NFdmLbYD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9NFdmLbYD blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veenHcmPqK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9NFdnXSuv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9NFdnXSuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NFdnXSuv .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-v9NFdnXSuv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9NFdnXSuv .row {
  flex-direction: row-reverse;
}
.cid-v9NFdnXSuv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9NFdnXSuv .text-wrapper {
    padding: 2rem;
  }
}
.cid-v9Z59tqMDe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9Z59tqMDe .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v9Z59tqMDe .mbr-text {
  text-align: justify;
}
.cid-v9NFdontuB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-va59I0tDwN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-va59I0tDwN nav.navbar {
  position: fixed;
}
.cid-va59I0tDwN .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-va59I0tDwN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-va59I0tDwN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-va59I0tDwN .dropdown-item:hover,
.cid-va59I0tDwN .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-va59I0tDwN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-va59I0tDwN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-va59I0tDwN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-va59I0tDwN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-va59I0tDwN .nav-link {
  position: relative;
}
.cid-va59I0tDwN .container {
  display: flex;
  margin: auto;
}
.cid-va59I0tDwN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-va59I0tDwN .dropdown-menu,
.cid-va59I0tDwN .navbar.opened {
  background: #0c1623 !important;
}
.cid-va59I0tDwN .nav-item:focus,
.cid-va59I0tDwN .nav-link:focus {
  outline: none;
}
.cid-va59I0tDwN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va59I0tDwN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va59I0tDwN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va59I0tDwN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va59I0tDwN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va59I0tDwN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va59I0tDwN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-va59I0tDwN .navbar.opened {
  transition: all 0.3s;
}
.cid-va59I0tDwN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-va59I0tDwN .navbar .navbar-logo img {
  width: auto;
}
.cid-va59I0tDwN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-va59I0tDwN .navbar.collapsed {
  justify-content: center;
}
.cid-va59I0tDwN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va59I0tDwN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-va59I0tDwN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-va59I0tDwN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va59I0tDwN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va59I0tDwN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-va59I0tDwN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va59I0tDwN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-va59I0tDwN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-va59I0tDwN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va59I0tDwN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va59I0tDwN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va59I0tDwN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va59I0tDwN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-va59I0tDwN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va59I0tDwN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va59I0tDwN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-va59I0tDwN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-va59I0tDwN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va59I0tDwN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va59I0tDwN .navbar.navbar-short {
  min-height: 60px;
}
.cid-va59I0tDwN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-va59I0tDwN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-va59I0tDwN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-va59I0tDwN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-va59I0tDwN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va59I0tDwN .dropdown-item.active,
.cid-va59I0tDwN .dropdown-item:active {
  background-color: transparent;
}
.cid-va59I0tDwN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va59I0tDwN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va59I0tDwN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va59I0tDwN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-va59I0tDwN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va59I0tDwN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va59I0tDwN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-va59I0tDwN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-va59I0tDwN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-va59I0tDwN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-va59I0tDwN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va59I0tDwN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va59I0tDwN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va59I0tDwN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va59I0tDwN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va59I0tDwN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va59I0tDwN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va59I0tDwN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va59I0tDwN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-va59I0tDwN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-va59I0tDwN .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-va59I0tDwN .navbar {
    height: 70px;
  }
  .cid-va59I0tDwN .navbar.opened {
    height: auto;
  }
  .cid-va59I0tDwN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va59I0HI6S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va59I0HI6S .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-va59I0OLUG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va59I0OLUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-va59I0OLUG .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-va59I0OLUG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va59I0OLUG .row {
  flex-direction: row-reverse;
}
.cid-va59I0OLUG img {
  width: 100%;
}
.cid-va59I0ZCqS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-va59I16n23 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-va59I16n23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va59I16n23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va59I16n23 .video-wrapper iframe {
  width: 100%;
}
.cid-va59I16n23 .mbr-section-title,
.cid-va59I16n23 .mbr-section-subtitle,
.cid-va59I16n23 .mbr-text {
  text-align: center;
}
.cid-va5g6p8n6z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va59I1l2sK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va59I1rfDL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vek4boMKjX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va59I1UH8y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va59I1UH8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-va59I1UH8y .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-va59I1UH8y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va59I1UH8y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-va59I1UH8y .text-wrapper {
    padding: 2rem;
  }
}
.cid-va59I1OiAD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va59I1OiAD blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vek4kvMJ7p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va59I1x4I6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va59I1x4I6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va59I1x4I6 .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-va59I1x4I6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va59I1x4I6 .row {
  flex-direction: row-reverse;
}
.cid-va59I1x4I6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-va59I1x4I6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vek411FHpS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va59I1F9B5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va59I1F9B5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va59I1F9B5 .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-va59I1F9B5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va59I1F9B5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-va59I1F9B5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vab0QM7FU6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vab0QM7FU6 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vek4BI0Gcf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va59I23hOB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va59I23hOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-va59I23hOB .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-va59I23hOB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va59I23hOB .row {
  flex-direction: row-reverse;
}
.cid-va59I23hOB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-va59I23hOB .text-wrapper {
    padding: 2rem;
  }
}
.cid-va59I23hOB .mbr-text {
  text-align: justify;
}
.cid-vek4Lx5rZy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va59I2cZ8b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va59I2cZ8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-va59I2cZ8b .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-va59I2cZ8b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va59I2cZ8b img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-va59I2cZ8b .text-wrapper {
    padding: 2rem;
  }
}
.cid-vek4RWg4oj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vagBbPmu68 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vagBbPmu68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vagBbPmu68 .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-vagBbPmu68 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vagBbPmu68 .row {
  flex-direction: row-reverse;
}
.cid-vagBbPmu68 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vagBbPmu68 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vab4x4kZ3m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vab4x4kZ3m blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vek4ZTHnql {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vagyhNvjFO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vagyhNvjFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vagyhNvjFO .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-vagyhNvjFO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vagyhNvjFO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vagyhNvjFO .text-wrapper {
    padding: 2rem;
  }
}
.cid-vek4q8TfDU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va59I2yHq7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va59I2yHq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va59I2yHq7 .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-va59I2yHq7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va59I2yHq7 .row {
  flex-direction: row-reverse;
}
.cid-va59I2yHq7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-va59I2yHq7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vagCjsShLg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va59I2SyCr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vasmJn68lP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vasmJn68lP nav.navbar {
  position: fixed;
}
.cid-vasmJn68lP .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-vasmJn68lP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vasmJn68lP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vasmJn68lP .dropdown-item:hover,
.cid-vasmJn68lP .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-vasmJn68lP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vasmJn68lP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vasmJn68lP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vasmJn68lP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vasmJn68lP .nav-link {
  position: relative;
}
.cid-vasmJn68lP .container {
  display: flex;
  margin: auto;
}
.cid-vasmJn68lP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vasmJn68lP .dropdown-menu,
.cid-vasmJn68lP .navbar.opened {
  background: #0c1623 !important;
}
.cid-vasmJn68lP .nav-item:focus,
.cid-vasmJn68lP .nav-link:focus {
  outline: none;
}
.cid-vasmJn68lP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vasmJn68lP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vasmJn68lP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vasmJn68lP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vasmJn68lP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vasmJn68lP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vasmJn68lP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-vasmJn68lP .navbar.opened {
  transition: all 0.3s;
}
.cid-vasmJn68lP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vasmJn68lP .navbar .navbar-logo img {
  width: auto;
}
.cid-vasmJn68lP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vasmJn68lP .navbar.collapsed {
  justify-content: center;
}
.cid-vasmJn68lP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vasmJn68lP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vasmJn68lP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vasmJn68lP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vasmJn68lP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vasmJn68lP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vasmJn68lP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vasmJn68lP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vasmJn68lP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vasmJn68lP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vasmJn68lP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vasmJn68lP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vasmJn68lP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vasmJn68lP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vasmJn68lP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vasmJn68lP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vasmJn68lP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vasmJn68lP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vasmJn68lP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vasmJn68lP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vasmJn68lP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vasmJn68lP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vasmJn68lP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vasmJn68lP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vasmJn68lP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vasmJn68lP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vasmJn68lP .dropdown-item.active,
.cid-vasmJn68lP .dropdown-item:active {
  background-color: transparent;
}
.cid-vasmJn68lP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vasmJn68lP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vasmJn68lP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vasmJn68lP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-vasmJn68lP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vasmJn68lP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vasmJn68lP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vasmJn68lP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vasmJn68lP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vasmJn68lP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-vasmJn68lP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vasmJn68lP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vasmJn68lP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vasmJn68lP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vasmJn68lP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vasmJn68lP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vasmJn68lP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vasmJn68lP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vasmJn68lP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vasmJn68lP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vasmJn68lP .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-vasmJn68lP .navbar {
    height: 70px;
  }
  .cid-vasmJn68lP .navbar.opened {
    height: auto;
  }
  .cid-vasmJn68lP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vasmJni5wt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vasmJni5wt .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vasmJnrkvP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vasmJnrkvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vasmJnrkvP .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-vasmJnrkvP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vasmJnrkvP .row {
  flex-direction: row-reverse;
}
.cid-vasmJnrkvP img {
  width: 100%;
}
.cid-vasmJnD7sf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-vasmJnIXPH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vasmJnIXPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vasmJnIXPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vasmJnIXPH .video-wrapper iframe {
  width: 100%;
}
.cid-vasmJnIXPH .mbr-section-title,
.cid-vasmJnIXPH .mbr-section-subtitle,
.cid-vasmJnIXPH .mbr-text {
  text-align: center;
}
.cid-vasmJnR4cc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJnX97n {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJo30Dn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vek956GEwd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJo9tBo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vasmJo9tBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vasmJo9tBo .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-vasmJo9tBo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vasmJo9tBo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vasmJo9tBo .text-wrapper {
    padding: 2rem;
  }
}
.cid-vek8yAYXHr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJourdJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJourdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vasmJourdJ .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-vasmJourdJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vasmJourdJ .row {
  flex-direction: row-reverse;
}
.cid-vasmJourdJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vasmJourdJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vek8LACgIb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJoCel8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vasmJoCel8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vasmJoCel8 .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-vasmJoCel8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vasmJoCel8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vasmJoCel8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vek8VQIjW5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJoOedq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vasmJoOedq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vasmJoOedq .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-vasmJoOedq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vasmJoOedq .row {
  flex-direction: row-reverse;
}
.cid-vasmJoOedq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vasmJoOedq .text-wrapper {
    padding: 2rem;
  }
}
.cid-vasmJoOedq .mbr-text {
  text-align: justify;
}
.cid-vek8PLqnmV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJoVosg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vasmJoVosg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vasmJoVosg .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-vasmJoVosg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vasmJoVosg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vasmJoVosg .text-wrapper {
    padding: 2rem;
  }
}
.cid-vek8X5z5Pq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJp2Zdm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJp2Zdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vasmJp2Zdm .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-vasmJp2Zdm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vasmJp2Zdm .row {
  flex-direction: row-reverse;
}
.cid-vasmJp2Zdm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vasmJp2Zdm .text-wrapper {
    padding: 2rem;
  }
}
.cid-vasmJpdGBa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJpdGBa blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vek8NffqGQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vasmJphfjD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vasmJphfjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vasmJphfjD .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-vasmJphfjD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vasmJphfjD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vasmJphfjD .text-wrapper {
    padding: 2rem;
  }
}
.cid-vasmJpwVkm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vasmJpAYMM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v9BiRXyBGA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9BiRXyBGA nav.navbar {
  position: fixed;
}
.cid-v9BiRXyBGA .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-v9BiRXyBGA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9BiRXyBGA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9BiRXyBGA .dropdown-item:hover,
.cid-v9BiRXyBGA .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-v9BiRXyBGA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9BiRXyBGA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9BiRXyBGA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9BiRXyBGA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9BiRXyBGA .nav-link {
  position: relative;
}
.cid-v9BiRXyBGA .container {
  display: flex;
  margin: auto;
}
.cid-v9BiRXyBGA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9BiRXyBGA .dropdown-menu,
.cid-v9BiRXyBGA .navbar.opened {
  background: #0c1623 !important;
}
.cid-v9BiRXyBGA .nav-item:focus,
.cid-v9BiRXyBGA .nav-link:focus {
  outline: none;
}
.cid-v9BiRXyBGA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9BiRXyBGA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9BiRXyBGA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9BiRXyBGA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9BiRXyBGA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9BiRXyBGA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9BiRXyBGA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-v9BiRXyBGA .navbar.opened {
  transition: all 0.3s;
}
.cid-v9BiRXyBGA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9BiRXyBGA .navbar .navbar-logo img {
  width: auto;
}
.cid-v9BiRXyBGA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9BiRXyBGA .navbar.collapsed {
  justify-content: center;
}
.cid-v9BiRXyBGA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9BiRXyBGA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9BiRXyBGA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-v9BiRXyBGA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9BiRXyBGA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9BiRXyBGA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v9BiRXyBGA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9BiRXyBGA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9BiRXyBGA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9BiRXyBGA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9BiRXyBGA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9BiRXyBGA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9BiRXyBGA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9BiRXyBGA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v9BiRXyBGA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9BiRXyBGA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9BiRXyBGA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9BiRXyBGA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9BiRXyBGA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9BiRXyBGA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9BiRXyBGA .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9BiRXyBGA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9BiRXyBGA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9BiRXyBGA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9BiRXyBGA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9BiRXyBGA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9BiRXyBGA .dropdown-item.active,
.cid-v9BiRXyBGA .dropdown-item:active {
  background-color: transparent;
}
.cid-v9BiRXyBGA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9BiRXyBGA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9BiRXyBGA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9BiRXyBGA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-v9BiRXyBGA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9BiRXyBGA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9BiRXyBGA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9BiRXyBGA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9BiRXyBGA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9BiRXyBGA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-v9BiRXyBGA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9BiRXyBGA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9BiRXyBGA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9BiRXyBGA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9BiRXyBGA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9BiRXyBGA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9BiRXyBGA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9BiRXyBGA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9BiRXyBGA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9BiRXyBGA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9BiRXyBGA .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-v9BiRXyBGA .navbar {
    height: 70px;
  }
  .cid-v9BiRXyBGA .navbar.opened {
    height: auto;
  }
  .cid-v9BiRXyBGA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9BIQbov4r {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9BIQbov4r .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v9BGXCYMri {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9BGXCYMri .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BGXCYMri .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-v9BGXCYMri .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9BGXCYMri .row {
  flex-direction: row-reverse;
}
.cid-v9BGXCYMri img {
  width: 100%;
}
.cid-v9BIpE3oMD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-v9BHNqYXh3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9BHNqYXh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BHNqYXh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BHNqYXh3 .video-wrapper iframe {
  width: 100%;
}
.cid-v9BHNqYXh3 .mbr-section-title,
.cid-v9BHNqYXh3 .mbr-section-subtitle,
.cid-v9BHNqYXh3 .mbr-text {
  text-align: center;
}
.cid-veefMrkWvy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9BNkCrmKe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9BRzD8Ndt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veefwgBV67 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9BKKZeEoY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9BKKZeEoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BKKZeEoY .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-v9BKKZeEoY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9BKKZeEoY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9BKKZeEoY .text-wrapper {
    padding: 2rem;
  }
}
.cid-v9BMNGFUAk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9BMNGFUAk blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veehGNmxed {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9BSuEn9q0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9BSuEn9q0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BSuEn9q0 .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-v9BSuEn9q0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9BSuEn9q0 .row {
  flex-direction: row-reverse;
}
.cid-v9BSuEn9q0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9BSuEn9q0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-veehUbmjzf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9Np7mwIbT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9Np7mwIbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Np7mwIbT .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-v9Np7mwIbT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9Np7mwIbT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9Np7mwIbT .text-wrapper {
    padding: 2rem;
  }
}
.cid-v9NpDlv6ky {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9NpDlv6ky blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-v9Z8xyrch2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9Nqq3gQya {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9Nqq3gQya img,
.cid-v9Nqq3gQya .item-img {
  width: 100%;
}
.cid-v9Nqq3gQya .item:focus,
.cid-v9Nqq3gQya span:focus {
  outline: none;
}
.cid-v9Nqq3gQya .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v9Nqq3gQya .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v9Nqq3gQya .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v9Nqq3gQya .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9Nqq3gQya .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v9Nqq3gQya .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v9Nqq3gQya .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9Nqq3gQya .mbr-section-title {
  color: #232323;
}
.cid-v9Nqq3gQya .mbr-text,
.cid-v9Nqq3gQya .mbr-section-btn {
  text-align: left;
}
.cid-v9Nqq3gQya .item-title {
  text-align: justify;
}
.cid-v9Nqq3gQya .item-subtitle {
  text-align: left;
}
.cid-veeglAtiik {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9Nu9yP4Lb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9Nu9yP4Lb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Nu9yP4Lb .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-v9Nu9yP4Lb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9Nu9yP4Lb .row {
  flex-direction: row-reverse;
}
.cid-v9Nu9yP4Lb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9Nu9yP4Lb .text-wrapper {
    padding: 2rem;
  }
}
.cid-v9NtwlT0Sn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9Nvde7Usk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9BiRXJbCF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vaLflhGovf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaLflhGovf nav.navbar {
  position: fixed;
}
.cid-vaLflhGovf .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-vaLflhGovf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaLflhGovf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaLflhGovf .dropdown-item:hover,
.cid-vaLflhGovf .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-vaLflhGovf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaLflhGovf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaLflhGovf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaLflhGovf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaLflhGovf .nav-link {
  position: relative;
}
.cid-vaLflhGovf .container {
  display: flex;
  margin: auto;
}
.cid-vaLflhGovf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaLflhGovf .dropdown-menu,
.cid-vaLflhGovf .navbar.opened {
  background: #0c1623 !important;
}
.cid-vaLflhGovf .nav-item:focus,
.cid-vaLflhGovf .nav-link:focus {
  outline: none;
}
.cid-vaLflhGovf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaLflhGovf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaLflhGovf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaLflhGovf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaLflhGovf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaLflhGovf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaLflhGovf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-vaLflhGovf .navbar.opened {
  transition: all 0.3s;
}
.cid-vaLflhGovf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaLflhGovf .navbar .navbar-logo img {
  width: auto;
}
.cid-vaLflhGovf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaLflhGovf .navbar.collapsed {
  justify-content: center;
}
.cid-vaLflhGovf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaLflhGovf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaLflhGovf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vaLflhGovf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaLflhGovf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaLflhGovf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaLflhGovf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaLflhGovf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaLflhGovf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaLflhGovf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaLflhGovf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaLflhGovf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaLflhGovf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaLflhGovf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaLflhGovf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaLflhGovf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaLflhGovf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaLflhGovf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaLflhGovf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaLflhGovf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaLflhGovf .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaLflhGovf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaLflhGovf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaLflhGovf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaLflhGovf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaLflhGovf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaLflhGovf .dropdown-item.active,
.cid-vaLflhGovf .dropdown-item:active {
  background-color: transparent;
}
.cid-vaLflhGovf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaLflhGovf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaLflhGovf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaLflhGovf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-vaLflhGovf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaLflhGovf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaLflhGovf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaLflhGovf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaLflhGovf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaLflhGovf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-vaLflhGovf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaLflhGovf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaLflhGovf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaLflhGovf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaLflhGovf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaLflhGovf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaLflhGovf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaLflhGovf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaLflhGovf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaLflhGovf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaLflhGovf .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-vaLflhGovf .navbar {
    height: 70px;
  }
  .cid-vaLflhGovf .navbar.opened {
    height: auto;
  }
  .cid-vaLflhGovf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaLflhPkzs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vaLflhPkzs .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vaLflhUSpt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaLflhUSpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaLflhUSpt .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-vaLflhUSpt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaLflhUSpt .row {
  flex-direction: row-reverse;
}
.cid-vaLflhUSpt img {
  width: 100%;
}
.cid-vaLflhZH5X {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-vaLfli2xxF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaLfli2xxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaLfli2xxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaLfli2xxF .video-wrapper iframe {
  width: 100%;
}
.cid-vaLfli2xxF .mbr-section-title,
.cid-vaLfli2xxF .mbr-section-subtitle,
.cid-vaLfli2xxF .mbr-text {
  text-align: center;
}
.cid-vaLflidzgQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLfli9TaG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLk2wcMfP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLjtUD8d9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLk3eVn7e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaVCbJmd7b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaVCbJmd7b img,
.cid-vaVCbJmd7b .item-img {
  width: 100%;
}
.cid-vaVCbJmd7b .item:focus,
.cid-vaVCbJmd7b span:focus {
  outline: none;
}
.cid-vaVCbJmd7b .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vaVCbJmd7b .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vaVCbJmd7b .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaVCbJmd7b .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vaVCbJmd7b .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vaVCbJmd7b .mbr-section-title {
  color: #ffffff;
}
.cid-vaVCbJmd7b .mbr-text,
.cid-vaVCbJmd7b .mbr-section-btn {
  text-align: justify;
}
.cid-vaVCbJmd7b .item-title {
  text-align: center;
}
.cid-vaVCbJmd7b .item-subtitle {
  text-align: left;
}
.cid-vaVCbJmd7b .mbr-section-subtitle {
  text-align: justify;
}
.cid-vejXuW5QBu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLflimaST {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLflimaST .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaLflimaST .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-vaLflimaST .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaLflimaST .row {
  flex-direction: row-reverse;
}
.cid-vaLflimaST img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaLflimaST .text-wrapper {
    padding: 2rem;
  }
}
.cid-vaLflimaST .mbr-text {
  text-align: justify;
}
.cid-vejYMXqBQR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLfliu0AX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaLfliu0AX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaLfliu0AX .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-vaLfliu0AX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaLfliu0AX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaLfliu0AX .text-wrapper {
    padding: 2rem;
  }
}
.cid-vaLfliT322 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLfliT322 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vejZaK6tvJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLfliD6iJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLfliD6iJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaLfliD6iJ .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-vaLfliD6iJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaLfliD6iJ .row {
  flex-direction: row-reverse;
}
.cid-vaLfliD6iJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaLfliD6iJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vaLfliD6iJ .mbr-text {
  text-align: justify;
}
.cid-vaLfliJufg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLfliJufg blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vejZm21ccz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLfliOvgp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaLfliOvgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaLfliOvgp .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-vaLfliOvgp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaLfliOvgp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaLfliOvgp .text-wrapper {
    padding: 2rem;
  }
}
.cid-vaLn7lJqUe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLn7lJqUe blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vejZAjxUI4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLfliYVzu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLfliYVzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaLfliYVzu .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-vaLfliYVzu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaLfliYVzu .row {
  flex-direction: row-reverse;
}
.cid-vaLfliYVzu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaLfliYVzu .text-wrapper {
    padding: 2rem;
  }
}
.cid-vejZLTP1pw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLlymXOvF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLlymXOvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaLlymXOvF .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-vaLlymXOvF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaLlymXOvF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaLlymXOvF .text-wrapper {
    padding: 2rem;
  }
}
.cid-vejWX2NNta {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLmmaOT6i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaLmmaOT6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaLmmaOT6i .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-vaLmmaOT6i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaLmmaOT6i .row {
  flex-direction: row-reverse;
}
.cid-vaLmmaOT6i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaLmmaOT6i .text-wrapper {
    padding: 2rem;
  }
}
.cid-vaLflj32Vj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaLflj32Vj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vaLflj32Vj .mbr-text {
  text-align: justify;
}
.cid-vaLflj7qT0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vbhqwNHmL2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbhqwNHmL2 nav.navbar {
  position: fixed;
}
.cid-vbhqwNHmL2 .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-vbhqwNHmL2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbhqwNHmL2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbhqwNHmL2 .dropdown-item:hover,
.cid-vbhqwNHmL2 .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-vbhqwNHmL2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbhqwNHmL2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbhqwNHmL2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbhqwNHmL2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbhqwNHmL2 .nav-link {
  position: relative;
}
.cid-vbhqwNHmL2 .container {
  display: flex;
  margin: auto;
}
.cid-vbhqwNHmL2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbhqwNHmL2 .dropdown-menu,
.cid-vbhqwNHmL2 .navbar.opened {
  background: #0c1623 !important;
}
.cid-vbhqwNHmL2 .nav-item:focus,
.cid-vbhqwNHmL2 .nav-link:focus {
  outline: none;
}
.cid-vbhqwNHmL2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbhqwNHmL2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbhqwNHmL2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbhqwNHmL2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbhqwNHmL2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbhqwNHmL2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbhqwNHmL2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-vbhqwNHmL2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbhqwNHmL2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbhqwNHmL2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbhqwNHmL2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbhqwNHmL2 .navbar.collapsed {
  justify-content: center;
}
.cid-vbhqwNHmL2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbhqwNHmL2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbhqwNHmL2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vbhqwNHmL2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbhqwNHmL2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbhqwNHmL2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbhqwNHmL2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbhqwNHmL2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbhqwNHmL2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbhqwNHmL2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbhqwNHmL2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbhqwNHmL2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbhqwNHmL2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbhqwNHmL2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbhqwNHmL2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbhqwNHmL2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbhqwNHmL2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbhqwNHmL2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbhqwNHmL2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbhqwNHmL2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbhqwNHmL2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbhqwNHmL2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbhqwNHmL2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbhqwNHmL2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbhqwNHmL2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbhqwNHmL2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbhqwNHmL2 .dropdown-item.active,
.cid-vbhqwNHmL2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbhqwNHmL2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbhqwNHmL2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbhqwNHmL2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbhqwNHmL2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-vbhqwNHmL2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbhqwNHmL2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbhqwNHmL2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbhqwNHmL2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbhqwNHmL2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbhqwNHmL2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-vbhqwNHmL2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbhqwNHmL2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbhqwNHmL2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbhqwNHmL2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbhqwNHmL2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbhqwNHmL2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbhqwNHmL2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbhqwNHmL2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbhqwNHmL2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbhqwNHmL2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbhqwNHmL2 .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-vbhqwNHmL2 .navbar {
    height: 70px;
  }
  .cid-vbhqwNHmL2 .navbar.opened {
    height: auto;
  }
  .cid-vbhqwNHmL2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbhqwNTQsm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbhqwNTQsm .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbhqwNXZ2B {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbhqwNXZ2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhqwNXZ2B .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-vbhqwNXZ2B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbhqwNXZ2B .row {
  flex-direction: row-reverse;
}
.cid-vbhqwNXZ2B img {
  width: 100%;
}
.cid-vbhqwO3y1m {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-vbhqwO7Onq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbhqwO7Onq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhqwO7Onq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhqwO7Onq .video-wrapper iframe {
  width: 100%;
}
.cid-vbhqwO7Onq .mbr-section-title,
.cid-vbhqwO7Onq .mbr-section-subtitle,
.cid-vbhqwO7Onq .mbr-text {
  text-align: center;
}
.cid-vbhqwOizJT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwOevzL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhtagYXKP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vejMT0jvT4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwOmXt3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwOmXt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhqwOmXt3 .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-vbhqwOmXt3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbhqwOmXt3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbhqwOmXt3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbhGgwFcGs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhGgwFcGs blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vejN160TZy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwOtxuW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwOtxuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhqwOtxuW .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-vbhqwOtxuW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbhqwOtxuW .row {
  flex-direction: row-reverse;
}
.cid-vbhqwOtxuW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbhqwOtxuW .text-wrapper {
    padding: 2rem;
  }
}
.cid-vejNl8xB7z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwOAAVq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwOAAVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhqwOAAVq .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-vbhqwOAAVq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbhqwOAAVq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbhqwOAAVq .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbhqwOGT9i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwOGT9i blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vejNASDFil {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwOK8W6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwOK8W6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhqwOK8W6 .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-vbhqwOK8W6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbhqwOK8W6 .row {
  flex-direction: row-reverse;
}
.cid-vbhqwOK8W6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbhqwOK8W6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbhqwOK8W6 .mbr-text {
  text-align: justify;
}
.cid-vbhqwORXsR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwORXsR blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vejO3nCd3A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwOV4fv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbhqwOV4fv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhqwOV4fv .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-vbhqwOV4fv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbhqwOV4fv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbhqwOV4fv .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbhJ0xjJNc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhJ0xjJNc img,
.cid-vbhJ0xjJNc .item-img {
  width: 100%;
}
.cid-vbhJ0xjJNc .item:focus,
.cid-vbhJ0xjJNc span:focus {
  outline: none;
}
.cid-vbhJ0xjJNc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vbhJ0xjJNc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbhJ0xjJNc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbhJ0xjJNc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vbhJ0xjJNc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbhJ0xjJNc .mbr-section-title {
  color: #ffffff;
}
.cid-vbhJ0xjJNc .mbr-text,
.cid-vbhJ0xjJNc .mbr-section-btn {
  text-align: justify;
}
.cid-vbhJ0xjJNc .item-title {
  text-align: center;
}
.cid-vbhJ0xjJNc .item-subtitle {
  text-align: left;
}
.cid-vbhJ0xjJNc .mbr-section-subtitle {
  text-align: justify;
}
.cid-vejOgKft2D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwP66Br {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhqwP66Br .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhqwP66Br .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-vbhqwP66Br .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbhqwP66Br .row {
  flex-direction: row-reverse;
}
.cid-vbhqwP66Br img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbhqwP66Br .text-wrapper {
    padding: 2rem;
  }
}
.cid-vejJEwNjzk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbhLWCgCtm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbhLWCgCtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhLWCgCtm .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-vbhLWCgCtm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbhLWCgCtm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbhLWCgCtm .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbhqwPcFpl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbhqwPcFpl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbhqwPcFpl .mbr-text {
  text-align: justify;
}
.cid-vbhqwPhrBU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vbBMFQrrhh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbBMFQrrhh nav.navbar {
  position: fixed;
}
.cid-vbBMFQrrhh .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-vbBMFQrrhh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbBMFQrrhh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbBMFQrrhh .dropdown-item:hover,
.cid-vbBMFQrrhh .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-vbBMFQrrhh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbBMFQrrhh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbBMFQrrhh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbBMFQrrhh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbBMFQrrhh .nav-link {
  position: relative;
}
.cid-vbBMFQrrhh .container {
  display: flex;
  margin: auto;
}
.cid-vbBMFQrrhh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbBMFQrrhh .dropdown-menu,
.cid-vbBMFQrrhh .navbar.opened {
  background: #0c1623 !important;
}
.cid-vbBMFQrrhh .nav-item:focus,
.cid-vbBMFQrrhh .nav-link:focus {
  outline: none;
}
.cid-vbBMFQrrhh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbBMFQrrhh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbBMFQrrhh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbBMFQrrhh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbBMFQrrhh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbBMFQrrhh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbBMFQrrhh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-vbBMFQrrhh .navbar.opened {
  transition: all 0.3s;
}
.cid-vbBMFQrrhh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbBMFQrrhh .navbar .navbar-logo img {
  width: auto;
}
.cid-vbBMFQrrhh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbBMFQrrhh .navbar.collapsed {
  justify-content: center;
}
.cid-vbBMFQrrhh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbBMFQrrhh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbBMFQrrhh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vbBMFQrrhh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbBMFQrrhh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbBMFQrrhh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbBMFQrrhh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbBMFQrrhh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbBMFQrrhh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbBMFQrrhh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbBMFQrrhh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbBMFQrrhh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbBMFQrrhh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbBMFQrrhh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbBMFQrrhh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbBMFQrrhh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbBMFQrrhh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbBMFQrrhh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbBMFQrrhh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbBMFQrrhh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbBMFQrrhh .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbBMFQrrhh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbBMFQrrhh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbBMFQrrhh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbBMFQrrhh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbBMFQrrhh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbBMFQrrhh .dropdown-item.active,
.cid-vbBMFQrrhh .dropdown-item:active {
  background-color: transparent;
}
.cid-vbBMFQrrhh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbBMFQrrhh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbBMFQrrhh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbBMFQrrhh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-vbBMFQrrhh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbBMFQrrhh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbBMFQrrhh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbBMFQrrhh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbBMFQrrhh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbBMFQrrhh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-vbBMFQrrhh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbBMFQrrhh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbBMFQrrhh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbBMFQrrhh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbBMFQrrhh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbBMFQrrhh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbBMFQrrhh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbBMFQrrhh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbBMFQrrhh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbBMFQrrhh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbBMFQrrhh .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-vbBMFQrrhh .navbar {
    height: 70px;
  }
  .cid-vbBMFQrrhh .navbar.opened {
    height: auto;
  }
  .cid-vbBMFQrrhh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbBMFQDcBd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbBMFQDcBd .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbBMFQHGOK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbBMFQHGOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBMFQHGOK .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-vbBMFQHGOK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbBMFQHGOK .row {
  flex-direction: row-reverse;
}
.cid-vbBMFQHGOK img {
  width: 100%;
}
.cid-vbBMFQN1I4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-vbBMFQRh9Y {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbBMFQRh9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBMFQRh9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBMFQRh9Y .video-wrapper iframe {
  width: 100%;
}
.cid-vbBMFQRh9Y .mbr-section-title,
.cid-vbBMFQRh9Y .mbr-section-subtitle,
.cid-vbBMFQRh9Y .mbr-text {
  text-align: center;
}
.cid-vbBMFQYd0a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFR248v {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbBQGATBoU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBQN5S1VK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFR6oC0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vekaJj59fr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRaMAc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRaMAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBMFRaMAc .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-vbBMFRaMAc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbBMFRaMAc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbBMFRaMAc .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbBMFRh2TI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRh2TI blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekaKd9bvw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRko7m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRko7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBMFRko7m .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-vbBMFRko7m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbBMFRko7m .row {
  flex-direction: row-reverse;
}
.cid-vbBMFRko7m img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbBMFRko7m .text-wrapper {
    padding: 2rem;
  }
}
.cid-vekaDvsIhF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRrG0P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRrG0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBMFRrG0P .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-vbBMFRrG0P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbBMFRrG0P img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbBMFRrG0P .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbBMFRzEoo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRzEoo blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekaM362xL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRDIEH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRDIEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBMFRDIEH .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-vbBMFRDIEH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbBMFRDIEH .row {
  flex-direction: row-reverse;
}
.cid-vbBMFRDIEH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbBMFRDIEH .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbBMFRDIEH .mbr-text {
  text-align: justify;
}
.cid-vbBMFRLj90 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRLj90 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekaLlT7x1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRPmHp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBMFRPmHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBMFRPmHp .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-vbBMFRPmHp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbBMFRPmHp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbBMFRPmHp .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbBWJ3EixB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbBWJ3EixB blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vbBMFSruI5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbBMFSruI5 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbBMFSruI5 .mbr-text {
  text-align: justify;
}
.cid-vbBMFSBfZy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vcfBzId1UX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcfBzId1UX nav.navbar {
  position: fixed;
}
.cid-vcfBzId1UX .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-vcfBzId1UX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcfBzId1UX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcfBzId1UX .dropdown-item:hover,
.cid-vcfBzId1UX .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-vcfBzId1UX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcfBzId1UX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcfBzId1UX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcfBzId1UX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcfBzId1UX .nav-link {
  position: relative;
}
.cid-vcfBzId1UX .container {
  display: flex;
  margin: auto;
}
.cid-vcfBzId1UX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcfBzId1UX .dropdown-menu,
.cid-vcfBzId1UX .navbar.opened {
  background: #0c1623 !important;
}
.cid-vcfBzId1UX .nav-item:focus,
.cid-vcfBzId1UX .nav-link:focus {
  outline: none;
}
.cid-vcfBzId1UX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcfBzId1UX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcfBzId1UX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcfBzId1UX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcfBzId1UX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcfBzId1UX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcfBzId1UX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-vcfBzId1UX .navbar.opened {
  transition: all 0.3s;
}
.cid-vcfBzId1UX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcfBzId1UX .navbar .navbar-logo img {
  width: auto;
}
.cid-vcfBzId1UX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcfBzId1UX .navbar.collapsed {
  justify-content: center;
}
.cid-vcfBzId1UX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcfBzId1UX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcfBzId1UX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vcfBzId1UX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcfBzId1UX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcfBzId1UX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcfBzId1UX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcfBzId1UX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcfBzId1UX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcfBzId1UX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcfBzId1UX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcfBzId1UX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcfBzId1UX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcfBzId1UX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcfBzId1UX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcfBzId1UX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcfBzId1UX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcfBzId1UX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcfBzId1UX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcfBzId1UX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcfBzId1UX .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcfBzId1UX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcfBzId1UX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcfBzId1UX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcfBzId1UX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcfBzId1UX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcfBzId1UX .dropdown-item.active,
.cid-vcfBzId1UX .dropdown-item:active {
  background-color: transparent;
}
.cid-vcfBzId1UX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcfBzId1UX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcfBzId1UX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcfBzId1UX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-vcfBzId1UX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcfBzId1UX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcfBzId1UX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcfBzId1UX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcfBzId1UX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcfBzId1UX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-vcfBzId1UX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcfBzId1UX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcfBzId1UX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcfBzId1UX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcfBzId1UX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfBzId1UX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcfBzId1UX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcfBzId1UX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfBzId1UX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcfBzId1UX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcfBzId1UX .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-vcfBzId1UX .navbar {
    height: 70px;
  }
  .cid-vcfBzId1UX .navbar.opened {
    height: auto;
  }
  .cid-vcfBzId1UX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcfBzIpME2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcfBzIpME2 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcfBzItgrO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcfBzItgrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfBzItgrO .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-vcfBzItgrO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcfBzItgrO .row {
  flex-direction: row-reverse;
}
.cid-vcfBzItgrO img {
  width: 100%;
}
.cid-vcfBzIAKQp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-vcfBzIHOEW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcfBzIHOEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfBzIHOEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfBzIHOEW .video-wrapper iframe {
  width: 100%;
}
.cid-vcfBzIHOEW .mbr-section-title,
.cid-vcfBzIHOEW .mbr-section-subtitle,
.cid-vcfBzIHOEW .mbr-text {
  text-align: center;
}
.cid-vcfBzIQwjw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzIXDrJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzJ4xPx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vekbqfmrJ9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzJazSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzJazSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfBzJazSY .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-vcfBzJazSY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcfBzJazSY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcfBzJazSY .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcfGYHr3F0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfGYHr3F0 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekbzYy0ra {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzJktNs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzJktNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfBzJktNs .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-vcfBzJktNs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcfBzJktNs .row {
  flex-direction: row-reverse;
}
.cid-vcfBzJktNs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcfBzJktNs .text-wrapper {
    padding: 2rem;
  }
}
.cid-vekbkJpQco {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzJsEuJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcfBzJsEuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfBzJsEuJ .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-vcfBzJsEuJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcfBzJsEuJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcfBzJsEuJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcfBzJBhO6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzJBhO6 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekbvV5XdP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzJGeXl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzJGeXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfBzJGeXl .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-vcfBzJGeXl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcfBzJGeXl .row {
  flex-direction: row-reverse;
}
.cid-vcfBzJGeXl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcfBzJGeXl .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcfBzJGeXl .mbr-text {
  text-align: justify;
}
.cid-vekbzbFjjU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzJWIF5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcfBzJWIF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfBzJWIF5 .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-vcfBzJWIF5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcfBzJWIF5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcfBzJWIF5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcfBzK5ZJP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzK5ZJP blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekbyaCeLB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzKbi2M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcfBzKbi2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfBzKbi2M .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-vcfBzKbi2M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcfBzKbi2M .row {
  flex-direction: row-reverse;
}
.cid-vcfBzKbi2M img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcfBzKbi2M .text-wrapper {
    padding: 2rem;
  }
}
.cid-vekbuqSXkp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vclbCt6DsP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vclbCt6DsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vclbCt6DsP .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-vclbCt6DsP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vclbCt6DsP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vclbCt6DsP .text-wrapper {
    padding: 2rem;
  }
}
.cid-vekbwKtuZG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcldnEhX33 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcldnEhX33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcldnEhX33 .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-vcldnEhX33 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcldnEhX33 .row {
  flex-direction: row-reverse;
}
.cid-vcldnEhX33 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcldnEhX33 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vclef9GZSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vclef9GZSY blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekbvctDTC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vclewRkgHu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vclewRkgHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vclewRkgHu .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-vclewRkgHu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vclewRkgHu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vclewRkgHu .text-wrapper {
    padding: 2rem;
  }
}
.cid-vekbtczfZI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcleRTRb7T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcleRTRb7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcleRTRb7T .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-vcleRTRb7T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcleRTRb7T .row {
  flex-direction: row-reverse;
}
.cid-vcleRTRb7T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcleRTRb7T .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcfBzKmGlK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcfBzKmGlK .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcfBzKmGlK .mbr-text {
  text-align: justify;
}
.cid-vcfBzKruWB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vd6atejXDL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vd6atejXDL nav.navbar {
  position: fixed;
}
.cid-vd6atejXDL .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-vd6atejXDL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vd6atejXDL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vd6atejXDL .dropdown-item:hover,
.cid-vd6atejXDL .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-vd6atejXDL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vd6atejXDL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vd6atejXDL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vd6atejXDL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vd6atejXDL .nav-link {
  position: relative;
}
.cid-vd6atejXDL .container {
  display: flex;
  margin: auto;
}
.cid-vd6atejXDL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd6atejXDL .dropdown-menu,
.cid-vd6atejXDL .navbar.opened {
  background: #0c1623 !important;
}
.cid-vd6atejXDL .nav-item:focus,
.cid-vd6atejXDL .nav-link:focus {
  outline: none;
}
.cid-vd6atejXDL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd6atejXDL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd6atejXDL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd6atejXDL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd6atejXDL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd6atejXDL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd6atejXDL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-vd6atejXDL .navbar.opened {
  transition: all 0.3s;
}
.cid-vd6atejXDL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd6atejXDL .navbar .navbar-logo img {
  width: auto;
}
.cid-vd6atejXDL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd6atejXDL .navbar.collapsed {
  justify-content: center;
}
.cid-vd6atejXDL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd6atejXDL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd6atejXDL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vd6atejXDL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd6atejXDL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd6atejXDL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vd6atejXDL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd6atejXDL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd6atejXDL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vd6atejXDL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd6atejXDL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd6atejXDL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd6atejXDL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd6atejXDL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vd6atejXDL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd6atejXDL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vd6atejXDL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd6atejXDL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vd6atejXDL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd6atejXDL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vd6atejXDL .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd6atejXDL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd6atejXDL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd6atejXDL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd6atejXDL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd6atejXDL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd6atejXDL .dropdown-item.active,
.cid-vd6atejXDL .dropdown-item:active {
  background-color: transparent;
}
.cid-vd6atejXDL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd6atejXDL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd6atejXDL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd6atejXDL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-vd6atejXDL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd6atejXDL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd6atejXDL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd6atejXDL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd6atejXDL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd6atejXDL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-vd6atejXDL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd6atejXDL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd6atejXDL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd6atejXDL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd6atejXDL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd6atejXDL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd6atejXDL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd6atejXDL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd6atejXDL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vd6atejXDL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd6atejXDL .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-vd6atejXDL .navbar {
    height: 70px;
  }
  .cid-vd6atejXDL .navbar.opened {
    height: auto;
  }
  .cid-vd6atejXDL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd6ateBsQL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd6ateBsQL .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vd6ateHiz0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vd6ateHiz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6ateHiz0 .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-vd6ateHiz0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd6ateHiz0 .row {
  flex-direction: row-reverse;
}
.cid-vd6ateHiz0 img {
  width: 100%;
}
.cid-vd6ateUJqV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-vd6atf10uF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vd6atf10uF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6atf10uF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd6atf10uF .video-wrapper iframe {
  width: 100%;
}
.cid-vd6atf10uF .mbr-section-title,
.cid-vd6atf10uF .mbr-section-subtitle,
.cid-vd6atf10uF .mbr-text {
  text-align: center;
}
.cid-vd6atfqWmI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atfxOx6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6dBVN1FV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6dP0LYkH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atfGL7c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vekfDAg90R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atfMQvt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atfMQvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6atfMQvt .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-vd6atfMQvt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd6atfMQvt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vd6atfMQvt .text-wrapper {
    padding: 2rem;
  }
}
.cid-vd6atfXS4J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atfXS4J blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekftbCSBK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atg3P4t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atg3P4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6atg3P4t .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-vd6atg3P4t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd6atg3P4t .row {
  flex-direction: row-reverse;
}
.cid-vd6atg3P4t img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vd6atg3P4t .text-wrapper {
    padding: 2rem;
  }
}
.cid-vekfz8tSLL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atgfOm8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vd6atgfOm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6atgfOm8 .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-vd6atgfOm8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd6atgfOm8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vd6atgfOm8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vd6atgoeyP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atgoeyP blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekfGJbwuj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atgtoMA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atgtoMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6atgtoMA .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-vd6atgtoMA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd6atgtoMA .row {
  flex-direction: row-reverse;
}
.cid-vd6atgtoMA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vd6atgtoMA .text-wrapper {
    padding: 2rem;
  }
}
.cid-vd6atgtoMA .mbr-text {
  text-align: justify;
}
.cid-vekfG2LSZo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atgDfii {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vd6atgDfii .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6atgDfii .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-vd6atgDfii .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd6atgDfii img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vd6atgDfii .text-wrapper {
    padding: 2rem;
  }
}
.cid-vekfF9l1S8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atgVW0O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6atgVW0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6atgVW0O .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-vd6atgVW0O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd6atgVW0O .row {
  flex-direction: row-reverse;
}
.cid-vd6atgVW0O img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vd6atgVW0O .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdbKXzDyyI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdbKXzDyyI blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekfCOneNJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6ath3sLm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vd6ath3sLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6ath3sLm .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-vd6ath3sLm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd6ath3sLm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vd6ath3sLm .text-wrapper {
    padding: 2rem;
  }
}
.cid-vekfEo4Mor {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6athgFOU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6athgFOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6athgFOU .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-vd6athgFOU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd6athgFOU .row {
  flex-direction: row-reverse;
}
.cid-vd6athgFOU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vd6athgFOU .text-wrapper {
    padding: 2rem;
  }
}
.cid-vd6athq3Cp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6athq3Cp blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekfAhEjIb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6athItJz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6athItJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6athItJz .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-vd6athItJz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd6athItJz .row {
  flex-direction: row-reverse;
}
.cid-vd6athItJz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vd6athItJz .text-wrapper {
    padding: 2rem;
  }
}
.cid-vd6athRbOB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vd6athRbOB .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vd6athRbOB .mbr-text {
  text-align: justify;
}
.cid-vd6athYVyd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vdclILmEeR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdclILmEeR nav.navbar {
  position: fixed;
}
.cid-vdclILmEeR .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-vdclILmEeR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdclILmEeR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdclILmEeR .dropdown-item:hover,
.cid-vdclILmEeR .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-vdclILmEeR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdclILmEeR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdclILmEeR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdclILmEeR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdclILmEeR .nav-link {
  position: relative;
}
.cid-vdclILmEeR .container {
  display: flex;
  margin: auto;
}
.cid-vdclILmEeR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdclILmEeR .dropdown-menu,
.cid-vdclILmEeR .navbar.opened {
  background: #0c1623 !important;
}
.cid-vdclILmEeR .nav-item:focus,
.cid-vdclILmEeR .nav-link:focus {
  outline: none;
}
.cid-vdclILmEeR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdclILmEeR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdclILmEeR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdclILmEeR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdclILmEeR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdclILmEeR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdclILmEeR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-vdclILmEeR .navbar.opened {
  transition: all 0.3s;
}
.cid-vdclILmEeR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdclILmEeR .navbar .navbar-logo img {
  width: auto;
}
.cid-vdclILmEeR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdclILmEeR .navbar.collapsed {
  justify-content: center;
}
.cid-vdclILmEeR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdclILmEeR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdclILmEeR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vdclILmEeR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdclILmEeR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdclILmEeR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdclILmEeR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdclILmEeR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdclILmEeR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdclILmEeR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdclILmEeR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdclILmEeR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdclILmEeR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdclILmEeR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdclILmEeR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdclILmEeR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdclILmEeR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdclILmEeR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdclILmEeR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdclILmEeR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdclILmEeR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdclILmEeR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdclILmEeR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdclILmEeR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdclILmEeR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdclILmEeR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdclILmEeR .dropdown-item.active,
.cid-vdclILmEeR .dropdown-item:active {
  background-color: transparent;
}
.cid-vdclILmEeR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdclILmEeR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdclILmEeR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdclILmEeR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-vdclILmEeR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdclILmEeR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdclILmEeR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdclILmEeR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdclILmEeR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdclILmEeR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-vdclILmEeR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdclILmEeR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdclILmEeR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdclILmEeR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdclILmEeR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdclILmEeR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdclILmEeR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdclILmEeR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdclILmEeR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdclILmEeR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdclILmEeR .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-vdclILmEeR .navbar {
    height: 70px;
  }
  .cid-vdclILmEeR .navbar.opened {
    height: auto;
  }
  .cid-vdclILmEeR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdclILwyh9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bannerkaterinka2-4-2000x1125.png");
}
.cid-vdclILwyh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdclILwyh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcmp9bBW7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdcmp9bBW7 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vdclILOYC9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdclILOYC9 img,
.cid-vdclILOYC9 .item-img {
  width: 100%;
}
.cid-vdclILOYC9 .item:focus,
.cid-vdclILOYC9 span:focus {
  outline: none;
}
.cid-vdclILOYC9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vdclILOYC9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vdclILOYC9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vdclILOYC9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vdclILOYC9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vdclILOYC9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vdclILOYC9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdclILOYC9 .mbr-section-title {
  color: #232323;
}
.cid-vdclILOYC9 .mbr-text,
.cid-vdclILOYC9 .mbr-section-btn {
  text-align: left;
}
.cid-vdclILOYC9 .item-title {
  text-align: left;
}
.cid-vdclILOYC9 .item-subtitle {
  text-align: left;
}
.cid-vdclIM4rDU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vdKnu590hc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdKnu590hc nav.navbar {
  position: fixed;
}
.cid-vdKnu590hc .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-vdKnu590hc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdKnu590hc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdKnu590hc .dropdown-item:hover,
.cid-vdKnu590hc .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-vdKnu590hc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdKnu590hc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdKnu590hc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdKnu590hc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdKnu590hc .nav-link {
  position: relative;
}
.cid-vdKnu590hc .container {
  display: flex;
  margin: auto;
}
.cid-vdKnu590hc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdKnu590hc .dropdown-menu,
.cid-vdKnu590hc .navbar.opened {
  background: #0c1623 !important;
}
.cid-vdKnu590hc .nav-item:focus,
.cid-vdKnu590hc .nav-link:focus {
  outline: none;
}
.cid-vdKnu590hc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdKnu590hc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdKnu590hc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdKnu590hc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdKnu590hc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdKnu590hc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdKnu590hc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-vdKnu590hc .navbar.opened {
  transition: all 0.3s;
}
.cid-vdKnu590hc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdKnu590hc .navbar .navbar-logo img {
  width: auto;
}
.cid-vdKnu590hc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdKnu590hc .navbar.collapsed {
  justify-content: center;
}
.cid-vdKnu590hc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdKnu590hc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdKnu590hc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vdKnu590hc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdKnu590hc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdKnu590hc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdKnu590hc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdKnu590hc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdKnu590hc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdKnu590hc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdKnu590hc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdKnu590hc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdKnu590hc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdKnu590hc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdKnu590hc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdKnu590hc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdKnu590hc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdKnu590hc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdKnu590hc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdKnu590hc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdKnu590hc .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdKnu590hc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdKnu590hc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdKnu590hc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdKnu590hc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdKnu590hc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdKnu590hc .dropdown-item.active,
.cid-vdKnu590hc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdKnu590hc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdKnu590hc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdKnu590hc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdKnu590hc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-vdKnu590hc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdKnu590hc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdKnu590hc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdKnu590hc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdKnu590hc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdKnu590hc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-vdKnu590hc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdKnu590hc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdKnu590hc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdKnu590hc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdKnu590hc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdKnu590hc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdKnu590hc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdKnu590hc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdKnu590hc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdKnu590hc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdKnu590hc .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-vdKnu590hc .navbar {
    height: 70px;
  }
  .cid-vdKnu590hc .navbar.opened {
    height: auto;
  }
  .cid-vdKnu590hc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdKnu5nPFh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdKnu5nPFh .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vdKnu5rodS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdKnu5rodS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKnu5rodS .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-vdKnu5rodS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdKnu5rodS .row {
  flex-direction: row-reverse;
}
.cid-vdKnu5rodS img {
  width: 100%;
}
.cid-vdKnu5zj9P {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-vdKnu5E3dF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdKnu5E3dF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKnu5E3dF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKnu5E3dF .video-wrapper iframe {
  width: 100%;
}
.cid-vdKnu5E3dF .mbr-section-title,
.cid-vdKnu5E3dF .mbr-section-subtitle,
.cid-vdKnu5E3dF .mbr-text {
  text-align: center;
}
.cid-vdKnu5MGSj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu5RwfI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu5XaD1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu61aLn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu67tk5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vekhQkM5q0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu6dDjC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu6dDjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKnu6dDjC .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-vdKnu6dDjC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdKnu6dDjC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdKnu6dDjC .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdKnu6kmkZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu6kmkZ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekhLUeMQx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu6pLBU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu6pLBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKnu6pLBU .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-vdKnu6pLBU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdKnu6pLBU .row {
  flex-direction: row-reverse;
}
.cid-vdKnu6pLBU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdKnu6pLBU .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdKnu6FtTo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu6FtTo blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekhS0oZ6F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu6wewr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdKnu6wewr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKnu6wewr .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-vdKnu6wewr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdKnu6wewr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdKnu6wewr .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdKvll7k52 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKvll7k52 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vekhSJihzM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu6KVVB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu6KVVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKnu6KVVB .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-vdKnu6KVVB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdKnu6KVVB .row {
  flex-direction: row-reverse;
}
.cid-vdKnu6KVVB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdKnu6KVVB .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdKnu6KVVB .mbr-text {
  text-align: justify;
}
.cid-vekhUj5OCo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu6RThZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdKnu6RThZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKnu6RThZ .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-vdKnu6RThZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdKnu6RThZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdKnu6RThZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vekhR1gY1n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu73tCq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu73tCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKnu73tCq .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-vdKnu73tCq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdKnu73tCq .row {
  flex-direction: row-reverse;
}
.cid-vdKnu73tCq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdKnu73tCq .text-wrapper {
    padding: 2rem;
  }
}
.cid-vekhPdV5T0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdKnu7ghd3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdKnu7ghd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKnu7ghd3 .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-vdKnu7ghd3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdKnu7ghd3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdKnu7ghd3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdKnu7YnOQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdKnu7YnOQ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vdKnu7YnOQ .mbr-text {
  text-align: justify;
}
.cid-vdKnu835xZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vdL5vrpkls {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdL5vrpkls nav.navbar {
  position: fixed;
}
.cid-vdL5vrpkls .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-vdL5vrpkls .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdL5vrpkls .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdL5vrpkls .dropdown-item:hover,
.cid-vdL5vrpkls .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-vdL5vrpkls .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdL5vrpkls .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdL5vrpkls .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdL5vrpkls .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdL5vrpkls .nav-link {
  position: relative;
}
.cid-vdL5vrpkls .container {
  display: flex;
  margin: auto;
}
.cid-vdL5vrpkls .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdL5vrpkls .dropdown-menu,
.cid-vdL5vrpkls .navbar.opened {
  background: #0c1623 !important;
}
.cid-vdL5vrpkls .nav-item:focus,
.cid-vdL5vrpkls .nav-link:focus {
  outline: none;
}
.cid-vdL5vrpkls .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdL5vrpkls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdL5vrpkls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdL5vrpkls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdL5vrpkls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdL5vrpkls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdL5vrpkls .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-vdL5vrpkls .navbar.opened {
  transition: all 0.3s;
}
.cid-vdL5vrpkls .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdL5vrpkls .navbar .navbar-logo img {
  width: auto;
}
.cid-vdL5vrpkls .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdL5vrpkls .navbar.collapsed {
  justify-content: center;
}
.cid-vdL5vrpkls .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdL5vrpkls .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdL5vrpkls .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vdL5vrpkls .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdL5vrpkls .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdL5vrpkls .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdL5vrpkls .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdL5vrpkls .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdL5vrpkls .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdL5vrpkls .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdL5vrpkls .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdL5vrpkls .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdL5vrpkls .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdL5vrpkls .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdL5vrpkls .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdL5vrpkls .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdL5vrpkls .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdL5vrpkls .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdL5vrpkls .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdL5vrpkls .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdL5vrpkls .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdL5vrpkls .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdL5vrpkls .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdL5vrpkls .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdL5vrpkls .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdL5vrpkls .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdL5vrpkls .dropdown-item.active,
.cid-vdL5vrpkls .dropdown-item:active {
  background-color: transparent;
}
.cid-vdL5vrpkls .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdL5vrpkls .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdL5vrpkls .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdL5vrpkls .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-vdL5vrpkls .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdL5vrpkls .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdL5vrpkls ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdL5vrpkls .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdL5vrpkls button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdL5vrpkls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-vdL5vrpkls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdL5vrpkls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdL5vrpkls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdL5vrpkls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdL5vrpkls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdL5vrpkls nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdL5vrpkls nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdL5vrpkls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdL5vrpkls .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdL5vrpkls a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdL5vrpkls .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-vdL5vrpkls .navbar {
    height: 70px;
  }
  .cid-vdL5vrpkls .navbar.opened {
    height: auto;
  }
  .cid-vdL5vrpkls .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdL5vryUQm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdL5vryUQm .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vdL5vrCiel {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdL5vrCiel .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL5vrCiel .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-vdL5vrCiel .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdL5vrCiel .row {
  flex-direction: row-reverse;
}
.cid-vdL5vrCiel img {
  width: 100%;
}
.cid-vdL5vrHA2T {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-veYS4K9dxS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-vdL5vrL87p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdL5vrL87p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL5vrL87p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdL5vrL87p .video-wrapper iframe {
  width: 100%;
}
.cid-vdL5vrL87p .mbr-section-title,
.cid-vdL5vrL87p .mbr-section-subtitle,
.cid-vdL5vrL87p .mbr-text {
  text-align: center;
}
.cid-vdL5vrRrZx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vrXZ41 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vs26uF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vs8rdC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vschcL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve8DlVlF9o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vsgRWM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vsgRWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL5vsgRWM .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-vdL5vsgRWM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdL5vsgRWM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdL5vsgRWM .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdL5vsrRZa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vsrRZa blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ve8DD7RiAI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve8DD7RiAI .mbr-text {
  text-align: justify;
}
.cid-vdL5vswENg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vswENg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL5vswENg .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-vdL5vswENg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdL5vswENg .row {
  flex-direction: row-reverse;
}
.cid-vdL5vswENg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdL5vswENg .text-wrapper {
    padding: 2rem;
  }
}
.cid-ve8EjiySim {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vsCwHL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdL5vsCwHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL5vsCwHL .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-vdL5vsCwHL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdL5vsCwHL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdL5vsCwHL .text-wrapper {
    padding: 2rem;
  }
}
.cid-ve2bNWSF1b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2bNWSF1b blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ve8F3ZImAf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vsNMeN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vsNMeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL5vsNMeN .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-vdL5vsNMeN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdL5vsNMeN .row {
  flex-direction: row-reverse;
}
.cid-vdL5vsNMeN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdL5vsNMeN .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdL5vsNMeN .mbr-text {
  text-align: justify;
}
.cid-ve2cNegKFg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2cNegKFg blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ve8FvF3QIK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vsTqSZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdL5vsTqSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL5vsTqSZ .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-vdL5vsTqSZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdL5vsTqSZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdL5vsTqSZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ve8FGflhfy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vt055i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vt055i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL5vt055i .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-vdL5vt055i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdL5vt055i .row {
  flex-direction: row-reverse;
}
.cid-vdL5vt055i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdL5vt055i .text-wrapper {
    padding: 2rem;
  }
}
.cid-ve8FSrKh7t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vthtTH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdL5vthtTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL5vthtTH .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-vdL5vthtTH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdL5vthtTH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdL5vthtTH .text-wrapper {
    padding: 2rem;
  }
}
.cid-ve8pPNNwyX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve8pPNNwyX blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ve8Ck94ERY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve8ABxe7Q3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve8ABxe7Q3 img,
.cid-ve8ABxe7Q3 .item-img {
  width: 100%;
}
.cid-ve8ABxe7Q3 .item:focus,
.cid-ve8ABxe7Q3 span:focus {
  outline: none;
}
.cid-ve8ABxe7Q3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ve8ABxe7Q3 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve8ABxe7Q3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve8ABxe7Q3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ve8ABxe7Q3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve8ABxe7Q3 .mbr-section-title {
  color: #ffffff;
}
.cid-ve8ABxe7Q3 .mbr-text,
.cid-ve8ABxe7Q3 .mbr-section-btn {
  text-align: justify;
}
.cid-ve8ABxe7Q3 .item-title {
  text-align: center;
}
.cid-ve8ABxe7Q3 .item-subtitle {
  text-align: left;
}
.cid-ve8ABxe7Q3 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vdL5vtwYAh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vtwYAh blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ve8GsoPJnJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vtB0RO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdL5vtB0RO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL5vtB0RO .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-vdL5vtB0RO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdL5vtB0RO .row {
  flex-direction: row-reverse;
}
.cid-vdL5vtB0RO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdL5vtB0RO .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdL5vtKrHy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdL5vtKrHy .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vdL5vtKrHy .mbr-text {
  text-align: justify;
}
.cid-vdL5vtQWdl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-veYTxLBI3J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veYTxLBI3J nav.navbar {
  position: fixed;
}
.cid-veYTxLBI3J .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-veYTxLBI3J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veYTxLBI3J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veYTxLBI3J .dropdown-item:hover,
.cid-veYTxLBI3J .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-veYTxLBI3J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veYTxLBI3J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veYTxLBI3J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veYTxLBI3J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veYTxLBI3J .nav-link {
  position: relative;
}
.cid-veYTxLBI3J .container {
  display: flex;
  margin: auto;
}
.cid-veYTxLBI3J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veYTxLBI3J .dropdown-menu,
.cid-veYTxLBI3J .navbar.opened {
  background: #0c1623 !important;
}
.cid-veYTxLBI3J .nav-item:focus,
.cid-veYTxLBI3J .nav-link:focus {
  outline: none;
}
.cid-veYTxLBI3J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veYTxLBI3J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veYTxLBI3J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veYTxLBI3J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veYTxLBI3J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veYTxLBI3J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veYTxLBI3J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-veYTxLBI3J .navbar.opened {
  transition: all 0.3s;
}
.cid-veYTxLBI3J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veYTxLBI3J .navbar .navbar-logo img {
  width: auto;
}
.cid-veYTxLBI3J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veYTxLBI3J .navbar.collapsed {
  justify-content: center;
}
.cid-veYTxLBI3J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veYTxLBI3J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veYTxLBI3J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-veYTxLBI3J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veYTxLBI3J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veYTxLBI3J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veYTxLBI3J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veYTxLBI3J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veYTxLBI3J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veYTxLBI3J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veYTxLBI3J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veYTxLBI3J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veYTxLBI3J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veYTxLBI3J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veYTxLBI3J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veYTxLBI3J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veYTxLBI3J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veYTxLBI3J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veYTxLBI3J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veYTxLBI3J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veYTxLBI3J .navbar.navbar-short {
  min-height: 60px;
}
.cid-veYTxLBI3J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veYTxLBI3J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veYTxLBI3J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veYTxLBI3J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veYTxLBI3J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veYTxLBI3J .dropdown-item.active,
.cid-veYTxLBI3J .dropdown-item:active {
  background-color: transparent;
}
.cid-veYTxLBI3J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veYTxLBI3J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veYTxLBI3J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veYTxLBI3J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-veYTxLBI3J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veYTxLBI3J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veYTxLBI3J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veYTxLBI3J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veYTxLBI3J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veYTxLBI3J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-veYTxLBI3J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veYTxLBI3J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYTxLBI3J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYTxLBI3J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veYTxLBI3J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYTxLBI3J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veYTxLBI3J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veYTxLBI3J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYTxLBI3J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veYTxLBI3J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veYTxLBI3J .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-veYTxLBI3J .navbar {
    height: 70px;
  }
  .cid-veYTxLBI3J .navbar.opened {
    height: auto;
  }
  .cid-veYTxLBI3J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYTxLLBl8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYTxLLBl8 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-veYTxLOjEO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veYTxLOjEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTxLOjEO .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-veYTxLOjEO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYTxLOjEO .row {
  flex-direction: row-reverse;
}
.cid-veYTxLOjEO img {
  width: 100%;
}
.cid-veYTxM0lPg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-veYTxM4kqY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veYTxM4kqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTxM4kqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYTxM4kqY .video-wrapper iframe {
  width: 100%;
}
.cid-veYTxM4kqY .mbr-section-title,
.cid-veYTxM4kqY .mbr-section-subtitle,
.cid-veYTxM4kqY .mbr-text {
  text-align: center;
}
.cid-veYTxMdarK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxMj6F7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxMC1fU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxMIcBl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxMM3Yy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxMM3Yy .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTxMM3Yy .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-veYTxMM3Yy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYTxMM3Yy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veYTxMM3Yy .text-wrapper {
    padding: 2rem;
  }
}
.cid-veYTxN141g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxN5QvU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxN5QvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTxN5QvU .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-veYTxN5QvU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYTxN5QvU .row {
  flex-direction: row-reverse;
}
.cid-veYTxN5QvU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veYTxN5QvU .text-wrapper {
    padding: 2rem;
  }
}
.cid-veYTxNc61l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxNc61l blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veYTxNhZub {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxNlFKn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYTxNlFKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTxNlFKn .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-veYTxNlFKn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYTxNlFKn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veYTxNlFKn .text-wrapper {
    padding: 2rem;
  }
}
.cid-vf4MjD00o3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf4MjD00o3 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veYTxNyyiM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxNFdl9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxNFdl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTxNFdl9 .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-veYTxNFdl9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYTxNFdl9 .row {
  flex-direction: row-reverse;
}
.cid-veYTxNFdl9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veYTxNFdl9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-veYTxNFdl9 .mbr-text {
  text-align: justify;
}
.cid-veYTxNNHC9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxNSFmb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veYTxNSFmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTxNSFmb .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-veYTxNSFmb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYTxNSFmb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veYTxNSFmb .text-wrapper {
    padding: 2rem;
  }
}
.cid-vf4MypxxVL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxO60Sr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxO60Sr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTxO60Sr .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-veYTxO60Sr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYTxO60Sr .row {
  flex-direction: row-reverse;
}
.cid-veYTxO60Sr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veYTxO60Sr .text-wrapper {
    padding: 2rem;
  }
}
.cid-veYTxOf5kq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxOm3p0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veYTxOm3p0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTxOm3p0 .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-veYTxOm3p0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYTxOm3p0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veYTxOm3p0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-veYTxNtj8a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYTxNtj8a blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veYTxNYJbH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf4MBBj86B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf4MBBj86B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4MBBj86B .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-vf4MBBj86B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vf4MBBj86B .row {
  flex-direction: row-reverse;
}
.cid-vf4MBBj86B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vf4MBBj86B .text-wrapper {
    padding: 2rem;
  }
}
.cid-vf4N9WJPmj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf4N9WJPmj blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veYTxOx3mu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veYTxOx3mu .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-veYTxOx3mu .mbr-text {
  text-align: justify;
}
.cid-veYTxOEGmF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vepXyP6y7P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vepXyP6y7P nav.navbar {
  position: fixed;
}
.cid-vepXyP6y7P .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-vepXyP6y7P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vepXyP6y7P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vepXyP6y7P .dropdown-item:hover,
.cid-vepXyP6y7P .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-vepXyP6y7P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vepXyP6y7P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vepXyP6y7P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vepXyP6y7P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vepXyP6y7P .nav-link {
  position: relative;
}
.cid-vepXyP6y7P .container {
  display: flex;
  margin: auto;
}
.cid-vepXyP6y7P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vepXyP6y7P .dropdown-menu,
.cid-vepXyP6y7P .navbar.opened {
  background: #0c1623 !important;
}
.cid-vepXyP6y7P .nav-item:focus,
.cid-vepXyP6y7P .nav-link:focus {
  outline: none;
}
.cid-vepXyP6y7P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vepXyP6y7P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vepXyP6y7P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vepXyP6y7P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vepXyP6y7P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vepXyP6y7P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vepXyP6y7P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-vepXyP6y7P .navbar.opened {
  transition: all 0.3s;
}
.cid-vepXyP6y7P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vepXyP6y7P .navbar .navbar-logo img {
  width: auto;
}
.cid-vepXyP6y7P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vepXyP6y7P .navbar.collapsed {
  justify-content: center;
}
.cid-vepXyP6y7P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vepXyP6y7P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vepXyP6y7P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vepXyP6y7P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vepXyP6y7P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vepXyP6y7P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vepXyP6y7P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vepXyP6y7P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vepXyP6y7P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vepXyP6y7P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vepXyP6y7P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vepXyP6y7P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vepXyP6y7P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vepXyP6y7P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vepXyP6y7P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vepXyP6y7P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vepXyP6y7P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vepXyP6y7P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vepXyP6y7P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vepXyP6y7P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vepXyP6y7P .navbar.navbar-short {
  min-height: 60px;
}
.cid-vepXyP6y7P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vepXyP6y7P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vepXyP6y7P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vepXyP6y7P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vepXyP6y7P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vepXyP6y7P .dropdown-item.active,
.cid-vepXyP6y7P .dropdown-item:active {
  background-color: transparent;
}
.cid-vepXyP6y7P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vepXyP6y7P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vepXyP6y7P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vepXyP6y7P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-vepXyP6y7P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vepXyP6y7P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vepXyP6y7P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vepXyP6y7P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vepXyP6y7P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vepXyP6y7P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-vepXyP6y7P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vepXyP6y7P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepXyP6y7P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vepXyP6y7P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vepXyP6y7P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepXyP6y7P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vepXyP6y7P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vepXyP6y7P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vepXyP6y7P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vepXyP6y7P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vepXyP6y7P .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-vepXyP6y7P .navbar {
    height: 70px;
  }
  .cid-vepXyP6y7P .navbar.opened {
    height: auto;
  }
  .cid-vepXyP6y7P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vepXyPlYlV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vepXyPlYlV .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vepXyPu4fk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepXyPu4fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepXyPu4fk .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-vepXyPu4fk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepXyPu4fk .row {
  flex-direction: row-reverse;
}
.cid-vepXyPu4fk img {
  width: 100%;
}
.cid-vepXyPCYti {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-vepXyPIDC6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vepXyPIDC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepXyPIDC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vepXyPIDC6 .video-wrapper iframe {
  width: 100%;
}
.cid-vepXyPIDC6 .mbr-section-title,
.cid-vepXyPIDC6 .mbr-section-subtitle,
.cid-vepXyPIDC6 .mbr-text {
  text-align: center;
}
.cid-vepXyPQDVz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyPVKoj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyQ3fUQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyQaSoG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyQh4E1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyQh4E1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepXyQh4E1 .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-vepXyQh4E1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepXyQh4E1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vepXyQh4E1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vepXyQosOX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyQosOX blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vepXyQwJri {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyQEPsG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyQEPsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepXyQEPsG .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-vepXyQEPsG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepXyQEPsG .row {
  flex-direction: row-reverse;
}
.cid-vepXyQEPsG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vepXyQEPsG .text-wrapper {
    padding: 2rem;
  }
}
.cid-vepXyQMO6j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyQSHCt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepXyQSHCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepXyQSHCt .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-vepXyQSHCt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepXyQSHCt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vepXyQSHCt .text-wrapper {
    padding: 2rem;
  }
}
.cid-vepXyQZEub {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyQZEub blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vepXyR74nP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyRdSmx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyRdSmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepXyRdSmx .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-vepXyRdSmx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepXyRdSmx .row {
  flex-direction: row-reverse;
}
.cid-vepXyRdSmx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vepXyRdSmx .text-wrapper {
    padding: 2rem;
  }
}
.cid-vepXyRdSmx .mbr-text {
  text-align: justify;
}
.cid-vepXyRnAXA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veq6Zx8BG6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veq6Zx8BG6 img,
.cid-veq6Zx8BG6 .item-img {
  width: 100%;
}
.cid-veq6Zx8BG6 .item:focus,
.cid-veq6Zx8BG6 span:focus {
  outline: none;
}
.cid-veq6Zx8BG6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-veq6Zx8BG6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veq6Zx8BG6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veq6Zx8BG6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veq6Zx8BG6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veq6Zx8BG6 .mbr-section-title {
  color: #ffffff;
}
.cid-veq6Zx8BG6 .mbr-text,
.cid-veq6Zx8BG6 .mbr-section-btn {
  text-align: left;
}
.cid-veq6Zx8BG6 .item-title {
  text-align: center;
}
.cid-veq6Zx8BG6 .item-subtitle {
  text-align: left;
}
.cid-veq6Zx8BG6 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vepXyRHkYM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyRNjxf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepXyRNjxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepXyRNjxf .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-vepXyRNjxf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepXyRNjxf .row {
  flex-direction: row-reverse;
}
.cid-vepXyRNjxf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vepXyRNjxf .text-wrapper {
    padding: 2rem;
  }
}
.cid-vepXyT9irX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepXyT9irX .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vepXyT9irX .mbr-text {
  text-align: justify;
}
.cid-vepXyTfCr9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vfCsVJNhcC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfCsVJNhcC nav.navbar {
  position: fixed;
}
.cid-vfCsVJNhcC .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-vfCsVJNhcC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfCsVJNhcC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfCsVJNhcC .dropdown-item:hover,
.cid-vfCsVJNhcC .dropdown-item:focus {
  background: #00053a !important;
  color: white !important;
}
.cid-vfCsVJNhcC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfCsVJNhcC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfCsVJNhcC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfCsVJNhcC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfCsVJNhcC .nav-link {
  position: relative;
}
.cid-vfCsVJNhcC .container {
  display: flex;
  margin: auto;
}
.cid-vfCsVJNhcC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfCsVJNhcC .dropdown-menu,
.cid-vfCsVJNhcC .navbar.opened {
  background: #0c1623 !important;
}
.cid-vfCsVJNhcC .nav-item:focus,
.cid-vfCsVJNhcC .nav-link:focus {
  outline: none;
}
.cid-vfCsVJNhcC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfCsVJNhcC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfCsVJNhcC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfCsVJNhcC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfCsVJNhcC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfCsVJNhcC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfCsVJNhcC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c1623;
}
.cid-vfCsVJNhcC .navbar.opened {
  transition: all 0.3s;
}
.cid-vfCsVJNhcC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfCsVJNhcC .navbar .navbar-logo img {
  width: auto;
}
.cid-vfCsVJNhcC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfCsVJNhcC .navbar.collapsed {
  justify-content: center;
}
.cid-vfCsVJNhcC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfCsVJNhcC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfCsVJNhcC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vfCsVJNhcC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfCsVJNhcC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfCsVJNhcC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfCsVJNhcC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfCsVJNhcC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfCsVJNhcC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfCsVJNhcC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfCsVJNhcC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfCsVJNhcC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfCsVJNhcC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfCsVJNhcC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfCsVJNhcC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfCsVJNhcC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfCsVJNhcC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfCsVJNhcC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfCsVJNhcC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfCsVJNhcC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfCsVJNhcC .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfCsVJNhcC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfCsVJNhcC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfCsVJNhcC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfCsVJNhcC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfCsVJNhcC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfCsVJNhcC .dropdown-item.active,
.cid-vfCsVJNhcC .dropdown-item:active {
  background-color: transparent;
}
.cid-vfCsVJNhcC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfCsVJNhcC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfCsVJNhcC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfCsVJNhcC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c1623;
}
.cid-vfCsVJNhcC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfCsVJNhcC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfCsVJNhcC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfCsVJNhcC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfCsVJNhcC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfCsVJNhcC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f0f4fa;
}
.cid-vfCsVJNhcC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfCsVJNhcC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfCsVJNhcC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfCsVJNhcC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfCsVJNhcC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfCsVJNhcC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfCsVJNhcC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfCsVJNhcC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfCsVJNhcC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfCsVJNhcC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfCsVJNhcC .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-vfCsVJNhcC .navbar {
    height: 70px;
  }
  .cid-vfCsVJNhcC .navbar.opened {
    height: auto;
  }
  .cid-vfCsVJNhcC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfCsVJX9pc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfCsVJX9pc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfCsVK2RMt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfCsVK2RMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfCsVK2RMt .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-vfCsVK2RMt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfCsVK2RMt .row {
  flex-direction: row-reverse;
}
.cid-vfCsVK2RMt img {
  width: 100%;
}
.cid-vfCsVK818Q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f4fa;
}
.cid-vfCsVKhx6b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfCsVKhx6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfCsVKhx6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfCsVKhx6b .video-wrapper iframe {
  width: 100%;
}
.cid-vfCsVKhx6b .mbr-section-title,
.cid-vfCsVKhx6b .mbr-section-subtitle,
.cid-vfCsVKhx6b .mbr-text {
  text-align: center;
}
.cid-vfCsVKs8Ev {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVKzVaq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVKEXkg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVKLbAI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVKSpEf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVKSpEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfCsVKSpEf .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-vfCsVKSpEf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfCsVKSpEf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vfCsVKSpEf .text-wrapper {
    padding: 2rem;
  }
}
.cid-vfCEFrGC7G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCEFrGC7G blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vfCsVL1RV4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVL7j6p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVL7j6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfCsVL7j6p .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-vfCsVL7j6p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfCsVL7j6p .row {
  flex-direction: row-reverse;
}
.cid-vfCsVL7j6p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vfCsVL7j6p .text-wrapper {
    padding: 2rem;
  }
}
.cid-vfCsVLp2qc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVLwJPU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfCsVLwJPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfCsVLwJPU .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-vfCsVLwJPU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfCsVLwJPU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vfCsVLwJPU .text-wrapper {
    padding: 2rem;
  }
}
.cid-vfCsVLKv0y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVLRLNU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVLRLNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfCsVLRLNU .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-vfCsVLRLNU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfCsVLRLNU .row {
  flex-direction: row-reverse;
}
.cid-vfCsVLRLNU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vfCsVLRLNU .text-wrapper {
    padding: 2rem;
  }
}
.cid-vfCsVLRLNU .mbr-text {
  text-align: justify;
}
.cid-vfCsVLhUMS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVLhUMS blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vfCFpFWrJI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCFpFWrJI img,
.cid-vfCFpFWrJI .item-img {
  width: 100%;
}
.cid-vfCFpFWrJI .item:focus,
.cid-vfCFpFWrJI span:focus {
  outline: none;
}
.cid-vfCFpFWrJI .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vfCFpFWrJI .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfCFpFWrJI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfCFpFWrJI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vfCFpFWrJI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfCFpFWrJI .mbr-section-title {
  color: #ffffff;
}
.cid-vfCFpFWrJI .mbr-text,
.cid-vfCFpFWrJI .mbr-section-btn {
  text-align: justify;
}
.cid-vfCFpFWrJI .item-title {
  text-align: center;
}
.cid-vfCFpFWrJI .item-subtitle {
  text-align: left;
}
.cid-vfCFpFWrJI .mbr-section-subtitle {
  text-align: justify;
}
.cid-vfCG1c8mpN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCG1c8mpN blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vfCsVLZyUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfCsVM5kMN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfCsVM5kMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfCsVM5kMN .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-vfCsVM5kMN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfCsVM5kMN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vfCsVM5kMN .text-wrapper {
    padding: 2rem;
  }
}
.cid-vfCsVNkI5A {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfCsVNkI5A .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfCsVNkI5A .mbr-text {
  text-align: justify;
}
.cid-vfCsVNrVV3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
