@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #0e0b4f !important;
}
.bg-success {
  background-color: #cbd0e1 !important;
}
.bg-info {
  background-color: #fa0d6f !important;
}
.bg-warning {
  background-color: #fc0404 !important;
}
.bg-danger {
  background-color: #0f06ce !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0e0b4f !important;
  border-color: #0e0b4f !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: #010003 !important;
  border-color: #010003 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe70f !important;
  border-color: #ffe70f !important;
  color: #0f0e00 !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: #b7a500 !important;
  border-color: #b7a500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0f0e00 !important;
  background-color: #b7a500 !important;
  border-color: #b7a500 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fa0d6f !important;
  border-color: #fa0d6f !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: #ad044a !important;
  border-color: #ad044a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ad044a !important;
  border-color: #ad044a !important;
}
.btn-success,
.btn-success:active {
  background-color: #cbd0e1 !important;
  border-color: #cbd0e1 !important;
  color: #3f4a6e !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: #949ec1 !important;
  border-color: #949ec1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f4a6e !important;
  background-color: #949ec1 !important;
  border-color: #949ec1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fc0404 !important;
  border-color: #fc0404 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a70202 !important;
  border-color: #a70202 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a70202 !important;
  border-color: #a70202 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0f06ce !important;
  border-color: #0f06ce !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: #09047a !important;
  border-color: #09047a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #09047a !important;
  border-color: #09047a !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: #0e0b4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010003 !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: #0e0b4f !important;
  border-color: #0e0b4f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe70f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b7a500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #0f0e00 !important;
  background-color: #ffe70f !important;
  border-color: #ffe70f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fa0d6f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ad044a !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: #fa0d6f !important;
  border-color: #fa0d6f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cbd0e1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #949ec1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f4a6e !important;
  background-color: #cbd0e1 !important;
  border-color: #cbd0e1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fc0404;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a70202 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fc0404 !important;
  border-color: #fc0404 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f06ce;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #09047a !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: #0f06ce !important;
  border-color: #0f06ce !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: #0e0b4f !important;
}
.text-secondary {
  color: #ffe70f !important;
}
.text-success {
  color: #cbd0e1 !important;
}
.text-info {
  color: #fa0d6f !important;
}
.text-warning {
  color: #fc0404 !important;
}
.text-danger {
  color: #0f06ce !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: #a89700 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8a96bc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9e0343 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #980202 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #08036b !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]) {
  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]):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: #0e0b4f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fa0d6f;
}
.alert-warning {
  background-color: #fc0404;
}
.alert-danger {
  background-color: #0f06ce;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e0b4f;
  border-color: #0e0b4f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0e0b4f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5e58e8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fed5e6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fecece;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a8a4fc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0e0b4f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0e0b4f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0e0b4f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0e0b4f;
}
.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: #0e0b4f;
  border-bottom-color: #0e0b4f;
}
.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: #0e0b4f !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: #ffe70f !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='%230e0b4f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-spjCQjrNwT {
  background-color: #cbd0e1;
}
.cid-spjCQjrNwT .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-spjCQjrNwT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-spjCQjrNwT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-spjCQjrNwT .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-spjCQjrNwT .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-spjCGjBhvs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-spjCGjBhvs img,
.cid-spjCGjBhvs .item-img {
  width: 100%;
}
.cid-spjCGjBhvs .item:focus,
.cid-spjCGjBhvs span:focus {
  outline: none;
}
.cid-spjCGjBhvs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spjCGjBhvs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spjCGjBhvs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spjCGjBhvs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-spjCGjBhvs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spjCGjBhvs .mbr-section-title {
  color: #232323;
}
.cid-spjCGjBhvs .mbr-text,
.cid-spjCGjBhvs .mbr-section-btn {
  text-align: left;
}
.cid-spjCGjBhvs .item-title {
  text-align: left;
}
.cid-spjCGjBhvs .item-subtitle {
  text-align: center;
}
.cid-spjDt06Dt4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spjDt06Dt4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-spjDt06Dt4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-spjDt06Dt4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-spjDt06Dt4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-spjDt06Dt4 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-spjDt06Dt4 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-spjDt06Dt4 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-spjDt06Dt4 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-spjDt06Dt4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-spjDt06Dt4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-spjDt06Dt4 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-spjDt06Dt4 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-spjDt06Dt4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-spjDt06Dt4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-spjDt06Dt4 [class^="socicon-"]:before,
.cid-spjDt06Dt4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-spjECQCl9f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spjECQCl9f nav.navbar {
  position: fixed;
}
.cid-spjECQCl9f .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-spjECQCl9f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spjECQCl9f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spjECQCl9f .dropdown-item:hover,
.cid-spjECQCl9f .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-spjECQCl9f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spjECQCl9f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spjECQCl9f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spjECQCl9f .nav-link {
  position: relative;
}
.cid-spjECQCl9f .container {
  display: flex;
  margin: auto;
}
.cid-spjECQCl9f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spjECQCl9f .dropdown-menu,
.cid-spjECQCl9f .navbar.opened {
  background: #ffffff !important;
}
.cid-spjECQCl9f .nav-item:focus,
.cid-spjECQCl9f .nav-link:focus {
  outline: none;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spjECQCl9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spjECQCl9f .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: #ffffff;
}
.cid-spjECQCl9f .navbar.opened {
  transition: all 0.3s;
}
.cid-spjECQCl9f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spjECQCl9f .navbar .navbar-logo img {
  width: auto;
}
.cid-spjECQCl9f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spjECQCl9f .navbar.collapsed {
  justify-content: center;
}
.cid-spjECQCl9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spjECQCl9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spjECQCl9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spjECQCl9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spjECQCl9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spjECQCl9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spjECQCl9f .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-spjECQCl9f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spjECQCl9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spjECQCl9f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spjECQCl9f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spjECQCl9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spjECQCl9f .navbar.navbar-short {
  min-height: 60px;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spjECQCl9f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spjECQCl9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spjECQCl9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spjECQCl9f .dropdown-item.active,
.cid-spjECQCl9f .dropdown-item:active {
  background-color: transparent;
}
.cid-spjECQCl9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spjECQCl9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spjECQCl9f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spjECQCl9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spjECQCl9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spjECQCl9f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar {
    height: 70px;
  }
  .cid-spjECQCl9f .navbar.opened {
    height: auto;
  }
  .cid-spjECQCl9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srLCSnE6FF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srLCSnE6FF .media-container-row .mbr-text {
  color: #000000;
}
.cid-spjECQCl9f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spjECQCl9f nav.navbar {
  position: fixed;
}
.cid-spjECQCl9f .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-spjECQCl9f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spjECQCl9f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spjECQCl9f .dropdown-item:hover,
.cid-spjECQCl9f .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-spjECQCl9f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spjECQCl9f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spjECQCl9f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spjECQCl9f .nav-link {
  position: relative;
}
.cid-spjECQCl9f .container {
  display: flex;
  margin: auto;
}
.cid-spjECQCl9f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spjECQCl9f .dropdown-menu,
.cid-spjECQCl9f .navbar.opened {
  background: #ffffff !important;
}
.cid-spjECQCl9f .nav-item:focus,
.cid-spjECQCl9f .nav-link:focus {
  outline: none;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spjECQCl9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spjECQCl9f .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: #ffffff;
}
.cid-spjECQCl9f .navbar.opened {
  transition: all 0.3s;
}
.cid-spjECQCl9f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spjECQCl9f .navbar .navbar-logo img {
  width: auto;
}
.cid-spjECQCl9f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spjECQCl9f .navbar.collapsed {
  justify-content: center;
}
.cid-spjECQCl9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spjECQCl9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spjECQCl9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spjECQCl9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spjECQCl9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spjECQCl9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spjECQCl9f .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-spjECQCl9f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spjECQCl9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spjECQCl9f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spjECQCl9f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spjECQCl9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spjECQCl9f .navbar.navbar-short {
  min-height: 60px;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spjECQCl9f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spjECQCl9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spjECQCl9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spjECQCl9f .dropdown-item.active,
.cid-spjECQCl9f .dropdown-item:active {
  background-color: transparent;
}
.cid-spjECQCl9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spjECQCl9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spjECQCl9f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spjECQCl9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spjECQCl9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spjECQCl9f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar {
    height: 70px;
  }
  .cid-spjECQCl9f .navbar.opened {
    height: auto;
  }
  .cid-spjECQCl9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqfYb07FLH {
  background-image: url("../../../assets/images/about-background-2-scaled-1400x1082.jpg");
}
.cid-sqfYb07FLH .mbr-text,
.cid-sqfYb07FLH .mbr-section-btn {
  text-align: left;
}
.cid-sqfYb07FLH .mbr-section-title {
  text-align: left;
}
.cid-sqfYb07FLH .mbr-section-subtitle {
  text-align: left;
}
.cid-sqgALSuq7Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sqgALSuq7Y img,
.cid-sqgALSuq7Y .item-img {
  width: 100%;
}
.cid-sqgALSuq7Y .item:focus,
.cid-sqgALSuq7Y span:focus {
  outline: none;
}
.cid-sqgALSuq7Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqgALSuq7Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqgALSuq7Y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqgALSuq7Y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqgALSuq7Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqgALSuq7Y .mbr-section-title {
  color: #e9eaed;
}
.cid-sqgALSuq7Y .mbr-text,
.cid-sqgALSuq7Y .mbr-section-btn {
  text-align: left;
}
.cid-sqgALSuq7Y .item-title {
  text-align: left;
}
.cid-sqgALSuq7Y .item-subtitle {
  text-align: left;
}
.cid-srLCSnE6FF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srLCSnE6FF .media-container-row .mbr-text {
  color: #000000;
}
.cid-spjECQCl9f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spjECQCl9f nav.navbar {
  position: fixed;
}
.cid-spjECQCl9f .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-spjECQCl9f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spjECQCl9f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spjECQCl9f .dropdown-item:hover,
.cid-spjECQCl9f .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-spjECQCl9f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spjECQCl9f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spjECQCl9f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spjECQCl9f .nav-link {
  position: relative;
}
.cid-spjECQCl9f .container {
  display: flex;
  margin: auto;
}
.cid-spjECQCl9f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spjECQCl9f .dropdown-menu,
.cid-spjECQCl9f .navbar.opened {
  background: #ffffff !important;
}
.cid-spjECQCl9f .nav-item:focus,
.cid-spjECQCl9f .nav-link:focus {
  outline: none;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spjECQCl9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spjECQCl9f .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: #ffffff;
}
.cid-spjECQCl9f .navbar.opened {
  transition: all 0.3s;
}
.cid-spjECQCl9f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spjECQCl9f .navbar .navbar-logo img {
  width: auto;
}
.cid-spjECQCl9f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spjECQCl9f .navbar.collapsed {
  justify-content: center;
}
.cid-spjECQCl9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spjECQCl9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spjECQCl9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spjECQCl9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spjECQCl9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spjECQCl9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spjECQCl9f .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-spjECQCl9f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spjECQCl9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spjECQCl9f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spjECQCl9f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spjECQCl9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spjECQCl9f .navbar.navbar-short {
  min-height: 60px;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spjECQCl9f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spjECQCl9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spjECQCl9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spjECQCl9f .dropdown-item.active,
.cid-spjECQCl9f .dropdown-item:active {
  background-color: transparent;
}
.cid-spjECQCl9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spjECQCl9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spjECQCl9f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spjECQCl9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spjECQCl9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spjECQCl9f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar {
    height: 70px;
  }
  .cid-spjECQCl9f .navbar.opened {
    height: auto;
  }
  .cid-spjECQCl9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqbg7r3y2A {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sqbg7r3y2A .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqbg7r3y2A .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqbg7r3y2A .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbg7r3y2A .link-wrap {
    align-items: center;
  }
}
.cid-sqbg7r3y2A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srLCSnE6FF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srLCSnE6FF .media-container-row .mbr-text {
  color: #000000;
}
.cid-sqqOz3but5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spjE32SXd1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spjE32SXd1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spjE32SXd1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spjE32SXd1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sqtsRYYctg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqtsRYYctg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqtsRYYctg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sqtsRYYctg .text-wrapper {
    padding: 2rem;
  }
}
.cid-spZ6l3XcDP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spjECQCl9f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spjECQCl9f nav.navbar {
  position: fixed;
}
.cid-spjECQCl9f .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-spjECQCl9f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spjECQCl9f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spjECQCl9f .dropdown-item:hover,
.cid-spjECQCl9f .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-spjECQCl9f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spjECQCl9f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spjECQCl9f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spjECQCl9f .nav-link {
  position: relative;
}
.cid-spjECQCl9f .container {
  display: flex;
  margin: auto;
}
.cid-spjECQCl9f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spjECQCl9f .dropdown-menu,
.cid-spjECQCl9f .navbar.opened {
  background: #ffffff !important;
}
.cid-spjECQCl9f .nav-item:focus,
.cid-spjECQCl9f .nav-link:focus {
  outline: none;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spjECQCl9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spjECQCl9f .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: #ffffff;
}
.cid-spjECQCl9f .navbar.opened {
  transition: all 0.3s;
}
.cid-spjECQCl9f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spjECQCl9f .navbar .navbar-logo img {
  width: auto;
}
.cid-spjECQCl9f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spjECQCl9f .navbar.collapsed {
  justify-content: center;
}
.cid-spjECQCl9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spjECQCl9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spjECQCl9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spjECQCl9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spjECQCl9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spjECQCl9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spjECQCl9f .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-spjECQCl9f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spjECQCl9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spjECQCl9f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spjECQCl9f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spjECQCl9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spjECQCl9f .navbar.navbar-short {
  min-height: 60px;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spjECQCl9f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spjECQCl9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spjECQCl9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spjECQCl9f .dropdown-item.active,
.cid-spjECQCl9f .dropdown-item:active {
  background-color: transparent;
}
.cid-spjECQCl9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spjECQCl9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spjECQCl9f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spjECQCl9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spjECQCl9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spjECQCl9f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar {
    height: 70px;
  }
  .cid-spjECQCl9f .navbar.opened {
    height: auto;
  }
  .cid-spjECQCl9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spZ63xS8TS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-spZ63xS8TS .carousel-item {
  justify-content: center;
}
.cid-spZ63xS8TS .carousel-item.active,
.cid-spZ63xS8TS .carousel-item-next,
.cid-spZ63xS8TS .carousel-item-prev {
  display: flex;
}
.cid-spZ63xS8TS .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-spZ63xS8TS .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-spZ63xS8TS .carousel-control-next span {
  padding-left: 5px;
}
.cid-spZ63xS8TS .carousel-control-prev span {
  padding-right: 5px;
}
.cid-spZ63xS8TS .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-spZ63xS8TS .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-spZ63xS8TS .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sA9wD6hAtL {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sA9wD6hAtL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sA9wD6hAtL .row {
  flex-direction: row-reverse;
}
.cid-sA9wD6hAtL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sA9wD6hAtL .text-wrapper {
    padding: 2rem;
  }
}
.cid-sA9wEOdATJ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sA9wEOdATJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sA9wEOdATJ .row {
  flex-direction: row-reverse;
}
.cid-sA9wEOdATJ img {
  width: 100%;
}
.cid-sti8NF84zR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sti8NF84zR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sti8NF84zR .row {
  flex-direction: row-reverse;
}
.cid-sti8NF84zR img {
  width: 100%;
}
.cid-sti96ehIfX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sti96ehIfX .mbr-text {
  text-align: center;
}
.cid-srLCSnE6FF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srLCSnE6FF .media-container-row .mbr-text {
  color: #000000;
}
.cid-srLyUVcIXi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-srLyUVcIXi .mbr-section-title {
  text-align: center;
}
.cid-srLyUVcIXi .mbr-section-subtitle {
  text-align: center;
}
.cid-srLyUVcIXi .mbr-text {
  text-align: center;
}
.cid-spjECQCl9f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spjECQCl9f nav.navbar {
  position: fixed;
}
.cid-spjECQCl9f .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-spjECQCl9f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spjECQCl9f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spjECQCl9f .dropdown-item:hover,
.cid-spjECQCl9f .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-spjECQCl9f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spjECQCl9f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spjECQCl9f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spjECQCl9f .nav-link {
  position: relative;
}
.cid-spjECQCl9f .container {
  display: flex;
  margin: auto;
}
.cid-spjECQCl9f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spjECQCl9f .dropdown-menu,
.cid-spjECQCl9f .navbar.opened {
  background: #ffffff !important;
}
.cid-spjECQCl9f .nav-item:focus,
.cid-spjECQCl9f .nav-link:focus {
  outline: none;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spjECQCl9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spjECQCl9f .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: #ffffff;
}
.cid-spjECQCl9f .navbar.opened {
  transition: all 0.3s;
}
.cid-spjECQCl9f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spjECQCl9f .navbar .navbar-logo img {
  width: auto;
}
.cid-spjECQCl9f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spjECQCl9f .navbar.collapsed {
  justify-content: center;
}
.cid-spjECQCl9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spjECQCl9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spjECQCl9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spjECQCl9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spjECQCl9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spjECQCl9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spjECQCl9f .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-spjECQCl9f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spjECQCl9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spjECQCl9f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spjECQCl9f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spjECQCl9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spjECQCl9f .navbar.navbar-short {
  min-height: 60px;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spjECQCl9f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spjECQCl9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spjECQCl9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spjECQCl9f .dropdown-item.active,
.cid-spjECQCl9f .dropdown-item:active {
  background-color: transparent;
}
.cid-spjECQCl9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spjECQCl9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spjECQCl9f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spjECQCl9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spjECQCl9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spjECQCl9f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar {
    height: 70px;
  }
  .cid-spjECQCl9f .navbar.opened {
    height: auto;
  }
  .cid-spjECQCl9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srzKXlmGJl {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-srzKXlmGJl img,
.cid-srzKXlmGJl .item-img {
  width: 100%;
}
.cid-srzKXlmGJl .item:focus,
.cid-srzKXlmGJl span:focus {
  outline: none;
}
.cid-srzKXlmGJl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzKXlmGJl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzKXlmGJl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzKXlmGJl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzKXlmGJl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzKXlmGJl .mbr-section-title {
  color: #000000;
}
.cid-srzKXlmGJl .mbr-text,
.cid-srzKXlmGJl .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-srzKXlmGJl .item-title {
  text-align: left;
  color: #fc0404;
}
.cid-srzKXlmGJl .item-subtitle {
  text-align: left;
  color: #fc0404;
}
.cid-srXwlYKLlK {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pitch-b-2000x1500.jpeg");
}
.cid-srXwlYKLlK .mbr-text,
.cid-srXwlYKLlK .mbr-section-btn {
  color: #232323;
}
.cid-srXwlYKLlK .card-title,
.cid-srXwlYKLlK .card-box {
  color: #000000;
}
.cid-srXwlYKLlK .mbr-text,
.cid-srXwlYKLlK .link-wrap {
  color: #ffffff;
}
.cid-srLCSnE6FF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srLCSnE6FF .media-container-row .mbr-text {
  color: #000000;
}
.cid-sqllyqIAO1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqllyqIAO1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqllyqIAO1 .row {
  flex-direction: row-reverse;
}
.cid-sqllyqIAO1 img {
  width: 100%;
}
.cid-spjECQCl9f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spjECQCl9f nav.navbar {
  position: fixed;
}
.cid-spjECQCl9f .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-spjECQCl9f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spjECQCl9f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spjECQCl9f .dropdown-item:hover,
.cid-spjECQCl9f .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-spjECQCl9f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spjECQCl9f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spjECQCl9f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spjECQCl9f .nav-link {
  position: relative;
}
.cid-spjECQCl9f .container {
  display: flex;
  margin: auto;
}
.cid-spjECQCl9f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spjECQCl9f .dropdown-menu,
.cid-spjECQCl9f .navbar.opened {
  background: #ffffff !important;
}
.cid-spjECQCl9f .nav-item:focus,
.cid-spjECQCl9f .nav-link:focus {
  outline: none;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spjECQCl9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spjECQCl9f .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: #ffffff;
}
.cid-spjECQCl9f .navbar.opened {
  transition: all 0.3s;
}
.cid-spjECQCl9f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spjECQCl9f .navbar .navbar-logo img {
  width: auto;
}
.cid-spjECQCl9f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spjECQCl9f .navbar.collapsed {
  justify-content: center;
}
.cid-spjECQCl9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spjECQCl9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spjECQCl9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spjECQCl9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spjECQCl9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spjECQCl9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spjECQCl9f .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-spjECQCl9f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spjECQCl9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spjECQCl9f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spjECQCl9f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spjECQCl9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spjECQCl9f .navbar.navbar-short {
  min-height: 60px;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spjECQCl9f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spjECQCl9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spjECQCl9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spjECQCl9f .dropdown-item.active,
.cid-spjECQCl9f .dropdown-item:active {
  background-color: transparent;
}
.cid-spjECQCl9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spjECQCl9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spjECQCl9f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spjECQCl9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spjECQCl9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spjECQCl9f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar {
    height: 70px;
  }
  .cid-spjECQCl9f .navbar.opened {
    height: auto;
  }
  .cid-spjECQCl9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqllpfrCFk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqlm641QqD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqlm641QqD .mbr-text {
  color: #000000;
}
.cid-srLCSnE6FF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srLCSnE6FF .media-container-row .mbr-text {
  color: #000000;
}
.cid-sqloI4qckN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqloI4qckN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqloI4qckN .row {
  flex-direction: row-reverse;
}
.cid-sqloI4qckN img {
  width: 100%;
}
.cid-sqloI4Iivl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqloI4Iivl nav.navbar {
  position: fixed;
}
.cid-sqloI4Iivl .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-sqloI4Iivl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqloI4Iivl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqloI4Iivl .dropdown-item:hover,
.cid-sqloI4Iivl .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-sqloI4Iivl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqloI4Iivl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqloI4Iivl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqloI4Iivl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqloI4Iivl .nav-link {
  position: relative;
}
.cid-sqloI4Iivl .container {
  display: flex;
  margin: auto;
}
.cid-sqloI4Iivl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqloI4Iivl .dropdown-menu,
.cid-sqloI4Iivl .navbar.opened {
  background: #ffffff !important;
}
.cid-sqloI4Iivl .nav-item:focus,
.cid-sqloI4Iivl .nav-link:focus {
  outline: none;
}
.cid-sqloI4Iivl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqloI4Iivl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqloI4Iivl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqloI4Iivl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqloI4Iivl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqloI4Iivl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqloI4Iivl .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: #ffffff;
}
.cid-sqloI4Iivl .navbar.opened {
  transition: all 0.3s;
}
.cid-sqloI4Iivl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqloI4Iivl .navbar .navbar-logo img {
  width: auto;
}
.cid-sqloI4Iivl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqloI4Iivl .navbar.collapsed {
  justify-content: center;
}
.cid-sqloI4Iivl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqloI4Iivl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqloI4Iivl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sqloI4Iivl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqloI4Iivl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqloI4Iivl .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-sqloI4Iivl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqloI4Iivl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqloI4Iivl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqloI4Iivl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqloI4Iivl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqloI4Iivl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqloI4Iivl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqloI4Iivl .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-sqloI4Iivl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqloI4Iivl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqloI4Iivl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqloI4Iivl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqloI4Iivl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqloI4Iivl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqloI4Iivl .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqloI4Iivl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqloI4Iivl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqloI4Iivl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqloI4Iivl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqloI4Iivl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqloI4Iivl .dropdown-item.active,
.cid-sqloI4Iivl .dropdown-item:active {
  background-color: transparent;
}
.cid-sqloI4Iivl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqloI4Iivl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqloI4Iivl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqloI4Iivl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqloI4Iivl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqloI4Iivl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqloI4Iivl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqloI4Iivl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqloI4Iivl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqloI4Iivl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqloI4Iivl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqloI4Iivl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqloI4Iivl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqloI4Iivl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqloI4Iivl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqloI4Iivl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqloI4Iivl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqloI4Iivl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqloI4Iivl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqloI4Iivl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqloI4Iivl .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-sqloI4Iivl .navbar {
    height: 70px;
  }
  .cid-sqloI4Iivl .navbar.opened {
    height: auto;
  }
  .cid-sqloI4Iivl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqloI5aqcS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqloI5rwVe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqloI5rwVe .mbr-text {
  color: #000000;
}
.cid-srLCSnE6FF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srLCSnE6FF .media-container-row .mbr-text {
  color: #000000;
}
.cid-spjECQCl9f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spjECQCl9f nav.navbar {
  position: fixed;
}
.cid-spjECQCl9f .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-spjECQCl9f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spjECQCl9f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spjECQCl9f .dropdown-item:hover,
.cid-spjECQCl9f .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-spjECQCl9f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spjECQCl9f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spjECQCl9f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spjECQCl9f .nav-link {
  position: relative;
}
.cid-spjECQCl9f .container {
  display: flex;
  margin: auto;
}
.cid-spjECQCl9f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spjECQCl9f .dropdown-menu,
.cid-spjECQCl9f .navbar.opened {
  background: #ffffff !important;
}
.cid-spjECQCl9f .nav-item:focus,
.cid-spjECQCl9f .nav-link:focus {
  outline: none;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spjECQCl9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spjECQCl9f .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: #ffffff;
}
.cid-spjECQCl9f .navbar.opened {
  transition: all 0.3s;
}
.cid-spjECQCl9f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spjECQCl9f .navbar .navbar-logo img {
  width: auto;
}
.cid-spjECQCl9f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spjECQCl9f .navbar.collapsed {
  justify-content: center;
}
.cid-spjECQCl9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spjECQCl9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spjECQCl9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spjECQCl9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spjECQCl9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spjECQCl9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spjECQCl9f .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-spjECQCl9f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spjECQCl9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spjECQCl9f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spjECQCl9f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spjECQCl9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spjECQCl9f .navbar.navbar-short {
  min-height: 60px;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spjECQCl9f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spjECQCl9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spjECQCl9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spjECQCl9f .dropdown-item.active,
.cid-spjECQCl9f .dropdown-item:active {
  background-color: transparent;
}
.cid-spjECQCl9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spjECQCl9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spjECQCl9f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spjECQCl9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spjECQCl9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spjECQCl9f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar {
    height: 70px;
  }
  .cid-spjECQCl9f .navbar.opened {
    height: auto;
  }
  .cid-spjECQCl9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqluEkzFOd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-sqluEkzFOd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sqluEkzFOd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqluEkzFOd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sqluEkzFOd .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sqluEkzFOd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqlvknITEH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sqlvknITEH .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sqlvknITEH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sqlvknITEH .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #bed3f9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-srLCSnE6FF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srLCSnE6FF .media-container-row .mbr-text {
  color: #000000;
}
.cid-spjECQCl9f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spjECQCl9f nav.navbar {
  position: fixed;
}
.cid-spjECQCl9f .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-spjECQCl9f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spjECQCl9f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spjECQCl9f .dropdown-item:hover,
.cid-spjECQCl9f .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-spjECQCl9f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spjECQCl9f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spjECQCl9f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spjECQCl9f .nav-link {
  position: relative;
}
.cid-spjECQCl9f .container {
  display: flex;
  margin: auto;
}
.cid-spjECQCl9f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spjECQCl9f .dropdown-menu,
.cid-spjECQCl9f .navbar.opened {
  background: #ffffff !important;
}
.cid-spjECQCl9f .nav-item:focus,
.cid-spjECQCl9f .nav-link:focus {
  outline: none;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spjECQCl9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spjECQCl9f .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: #ffffff;
}
.cid-spjECQCl9f .navbar.opened {
  transition: all 0.3s;
}
.cid-spjECQCl9f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spjECQCl9f .navbar .navbar-logo img {
  width: auto;
}
.cid-spjECQCl9f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spjECQCl9f .navbar.collapsed {
  justify-content: center;
}
.cid-spjECQCl9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spjECQCl9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spjECQCl9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spjECQCl9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spjECQCl9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spjECQCl9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spjECQCl9f .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-spjECQCl9f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spjECQCl9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spjECQCl9f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spjECQCl9f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spjECQCl9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spjECQCl9f .navbar.navbar-short {
  min-height: 60px;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spjECQCl9f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spjECQCl9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spjECQCl9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spjECQCl9f .dropdown-item.active,
.cid-spjECQCl9f .dropdown-item:active {
  background-color: transparent;
}
.cid-spjECQCl9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spjECQCl9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spjECQCl9f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spjECQCl9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spjECQCl9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spjECQCl9f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar {
    height: 70px;
  }
  .cid-spjECQCl9f .navbar.opened {
    height: auto;
  }
  .cid-spjECQCl9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srARYxdk7v {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-srARYxdk7v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-srARYxdk7v .row {
  flex-direction: row-reverse;
}
.cid-srARYxdk7v img {
  width: 100%;
}
.cid-srAS17uY69 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-srLCSnE6FF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srLCSnE6FF .media-container-row .mbr-text {
  color: #000000;
}
.cid-ssIps3YYGn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ssIps3YYGn nav.navbar {
  position: fixed;
}
.cid-ssIps3YYGn .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-ssIps3YYGn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssIps3YYGn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssIps3YYGn .dropdown-item:hover,
.cid-ssIps3YYGn .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-ssIps3YYGn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssIps3YYGn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssIps3YYGn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssIps3YYGn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssIps3YYGn .nav-link {
  position: relative;
}
.cid-ssIps3YYGn .container {
  display: flex;
  margin: auto;
}
.cid-ssIps3YYGn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssIps3YYGn .dropdown-menu,
.cid-ssIps3YYGn .navbar.opened {
  background: #ffffff !important;
}
.cid-ssIps3YYGn .nav-item:focus,
.cid-ssIps3YYGn .nav-link:focus {
  outline: none;
}
.cid-ssIps3YYGn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssIps3YYGn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssIps3YYGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssIps3YYGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssIps3YYGn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssIps3YYGn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssIps3YYGn .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: #ffffff;
}
.cid-ssIps3YYGn .navbar.opened {
  transition: all 0.3s;
}
.cid-ssIps3YYGn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssIps3YYGn .navbar .navbar-logo img {
  width: auto;
}
.cid-ssIps3YYGn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssIps3YYGn .navbar.collapsed {
  justify-content: center;
}
.cid-ssIps3YYGn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssIps3YYGn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssIps3YYGn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ssIps3YYGn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssIps3YYGn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssIps3YYGn .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-ssIps3YYGn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssIps3YYGn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssIps3YYGn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssIps3YYGn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssIps3YYGn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssIps3YYGn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssIps3YYGn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssIps3YYGn .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-ssIps3YYGn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssIps3YYGn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssIps3YYGn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssIps3YYGn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssIps3YYGn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssIps3YYGn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssIps3YYGn .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssIps3YYGn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssIps3YYGn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssIps3YYGn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssIps3YYGn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssIps3YYGn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssIps3YYGn .dropdown-item.active,
.cid-ssIps3YYGn .dropdown-item:active {
  background-color: transparent;
}
.cid-ssIps3YYGn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssIps3YYGn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssIps3YYGn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssIps3YYGn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssIps3YYGn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssIps3YYGn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssIps3YYGn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssIps3YYGn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssIps3YYGn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssIps3YYGn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ssIps3YYGn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssIps3YYGn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssIps3YYGn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssIps3YYGn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssIps3YYGn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssIps3YYGn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssIps3YYGn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssIps3YYGn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssIps3YYGn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssIps3YYGn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssIps3YYGn .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-ssIps3YYGn .navbar {
    height: 70px;
  }
  .cid-ssIps3YYGn .navbar.opened {
    height: auto;
  }
  .cid-ssIps3YYGn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suw3R7Y971 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-suw3R7Y971 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-suw3R7Y971 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-ssIps4LRQz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ssIps533gU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ssIps533gU .media-container-row .mbr-text {
  color: #000000;
}
.cid-sujsW1jh7H {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sujsW1jh7H .item {
  padding-bottom: 2rem;
}
.cid-sujsW1jh7H .item-wrapper {
  position: relative;
}
.cid-sujsW1jh7H .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sujsW1jh7H .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sujsW1jh7H .carousel-control,
.cid-sujsW1jh7H .close {
  background: #1b1b1b;
}
.cid-sujsW1jh7H .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sujsW1jh7H .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sujsW1jh7H .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sujsW1jh7H .carousel-control-next span {
  margin-left: 5px;
}
.cid-sujsW1jh7H .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sujsW1jh7H .close::before {
  content: '\e91a';
}
.cid-sujsW1jh7H .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sujsW1jh7H .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sujsW1jh7H .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sujsW1jh7H .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sujsW1jh7H .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sujsW1jh7H .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sujsW1jh7H .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sujsW1jh7H .carousel-indicators li.active,
.cid-sujsW1jh7H .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sujsW1jh7H .carousel-indicators li::after,
.cid-sujsW1jh7H .carousel-indicators li::before {
  content: none;
}
.cid-sujsW1jh7H .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sujsW1jh7H .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sujsW1jh7H .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sujsW1jh7H .carousel-indicators {
    display: none;
  }
}
.cid-sujsW1jh7H .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sujsW1jh7H .carousel-inner > .active {
  display: block;
}
.cid-sujsW1jh7H .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sujsW1jh7H .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sujsW1jh7H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sujsW1jh7H .carousel-control,
  .cid-sujsW1jh7H .carousel-indicators,
  .cid-sujsW1jh7H .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sujsW1jh7H .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sujsW1jh7H .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sujsW1jh7H .carousel-indicators .active,
.cid-sujsW1jh7H .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sujsW1jh7H .carousel-indicators .active {
  background: #fff;
}
.cid-sujsW1jh7H .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sujsW1jh7H .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sujsW1jh7H .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sujsW1jh7H .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sujsW1jh7H .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sujsW1jh7H .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sujsW1jh7H .carousel {
  width: 100%;
}
.cid-sujsW1jh7H .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sujsW1jh7H .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sujsW1jh7H .modal.fade .modal-dialog,
.cid-sujsW1jh7H .modal.in .modal-dialog {
  transform: none;
}
.cid-sujsW1jh7H .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sujsW1jh7H H6 {
  text-align: center;
}
.cid-sunzFwFcDK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sunzFwFcDK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sunzFwFcDK .row {
  flex-direction: row-reverse;
}
.cid-sunzFwFcDK img {
  width: 100%;
}
.cid-spjECQCl9f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spjECQCl9f nav.navbar {
  position: fixed;
}
.cid-spjECQCl9f .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-spjECQCl9f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spjECQCl9f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spjECQCl9f .dropdown-item:hover,
.cid-spjECQCl9f .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-spjECQCl9f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spjECQCl9f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spjECQCl9f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spjECQCl9f .nav-link {
  position: relative;
}
.cid-spjECQCl9f .container {
  display: flex;
  margin: auto;
}
.cid-spjECQCl9f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spjECQCl9f .dropdown-menu,
.cid-spjECQCl9f .navbar.opened {
  background: #ffffff !important;
}
.cid-spjECQCl9f .nav-item:focus,
.cid-spjECQCl9f .nav-link:focus {
  outline: none;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spjECQCl9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spjECQCl9f .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: #ffffff;
}
.cid-spjECQCl9f .navbar.opened {
  transition: all 0.3s;
}
.cid-spjECQCl9f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spjECQCl9f .navbar .navbar-logo img {
  width: auto;
}
.cid-spjECQCl9f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spjECQCl9f .navbar.collapsed {
  justify-content: center;
}
.cid-spjECQCl9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spjECQCl9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spjECQCl9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spjECQCl9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spjECQCl9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spjECQCl9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spjECQCl9f .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-spjECQCl9f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spjECQCl9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spjECQCl9f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spjECQCl9f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spjECQCl9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spjECQCl9f .navbar.navbar-short {
  min-height: 60px;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spjECQCl9f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spjECQCl9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spjECQCl9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spjECQCl9f .dropdown-item.active,
.cid-spjECQCl9f .dropdown-item:active {
  background-color: transparent;
}
.cid-spjECQCl9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spjECQCl9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spjECQCl9f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spjECQCl9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spjECQCl9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spjECQCl9f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar {
    height: 70px;
  }
  .cid-spjECQCl9f .navbar.opened {
    height: auto;
  }
  .cid-spjECQCl9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srLCSnE6FF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srLCSnE6FF .media-container-row .mbr-text {
  color: #000000;
}
.cid-svaMWcns0R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svaMWcns0R nav.navbar {
  position: fixed;
}
.cid-svaMWcns0R .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-svaMWcns0R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-svaMWcns0R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svaMWcns0R .dropdown-item:hover,
.cid-svaMWcns0R .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-svaMWcns0R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svaMWcns0R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svaMWcns0R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svaMWcns0R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svaMWcns0R .nav-link {
  position: relative;
}
.cid-svaMWcns0R .container {
  display: flex;
  margin: auto;
}
.cid-svaMWcns0R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svaMWcns0R .dropdown-menu,
.cid-svaMWcns0R .navbar.opened {
  background: #ffffff !important;
}
.cid-svaMWcns0R .nav-item:focus,
.cid-svaMWcns0R .nav-link:focus {
  outline: none;
}
.cid-svaMWcns0R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svaMWcns0R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svaMWcns0R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svaMWcns0R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svaMWcns0R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svaMWcns0R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svaMWcns0R .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: #ffffff;
}
.cid-svaMWcns0R .navbar.opened {
  transition: all 0.3s;
}
.cid-svaMWcns0R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svaMWcns0R .navbar .navbar-logo img {
  width: auto;
}
.cid-svaMWcns0R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svaMWcns0R .navbar.collapsed {
  justify-content: center;
}
.cid-svaMWcns0R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svaMWcns0R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svaMWcns0R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-svaMWcns0R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svaMWcns0R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svaMWcns0R .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-svaMWcns0R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svaMWcns0R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svaMWcns0R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svaMWcns0R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svaMWcns0R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svaMWcns0R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svaMWcns0R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svaMWcns0R .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-svaMWcns0R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svaMWcns0R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svaMWcns0R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svaMWcns0R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svaMWcns0R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svaMWcns0R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-svaMWcns0R .navbar.navbar-short {
  min-height: 60px;
}
.cid-svaMWcns0R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svaMWcns0R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svaMWcns0R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svaMWcns0R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svaMWcns0R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svaMWcns0R .dropdown-item.active,
.cid-svaMWcns0R .dropdown-item:active {
  background-color: transparent;
}
.cid-svaMWcns0R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svaMWcns0R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svaMWcns0R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svaMWcns0R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svaMWcns0R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svaMWcns0R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svaMWcns0R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svaMWcns0R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svaMWcns0R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svaMWcns0R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-svaMWcns0R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svaMWcns0R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svaMWcns0R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svaMWcns0R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svaMWcns0R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svaMWcns0R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svaMWcns0R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svaMWcns0R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svaMWcns0R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svaMWcns0R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svaMWcns0R .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-svaMWcns0R .navbar {
    height: 70px;
  }
  .cid-svaMWcns0R .navbar.opened {
    height: auto;
  }
  .cid-svaMWcns0R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svaMWcJGIl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-svaMWcJGIl .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-svaMWcJGIl .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-svaMWd5AHg {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-svaMWdoBf8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svaMWdoBf8 .media-container-row .mbr-text {
  color: #000000;
}
.cid-svxdLuDduJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svxdLuDduJ nav.navbar {
  position: fixed;
}
.cid-svxdLuDduJ .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-svxdLuDduJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-svxdLuDduJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svxdLuDduJ .dropdown-item:hover,
.cid-svxdLuDduJ .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-svxdLuDduJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svxdLuDduJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svxdLuDduJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svxdLuDduJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svxdLuDduJ .nav-link {
  position: relative;
}
.cid-svxdLuDduJ .container {
  display: flex;
  margin: auto;
}
.cid-svxdLuDduJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svxdLuDduJ .dropdown-menu,
.cid-svxdLuDduJ .navbar.opened {
  background: #ffffff !important;
}
.cid-svxdLuDduJ .nav-item:focus,
.cid-svxdLuDduJ .nav-link:focus {
  outline: none;
}
.cid-svxdLuDduJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svxdLuDduJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svxdLuDduJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svxdLuDduJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svxdLuDduJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svxdLuDduJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svxdLuDduJ .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: #ffffff;
}
.cid-svxdLuDduJ .navbar.opened {
  transition: all 0.3s;
}
.cid-svxdLuDduJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svxdLuDduJ .navbar .navbar-logo img {
  width: auto;
}
.cid-svxdLuDduJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svxdLuDduJ .navbar.collapsed {
  justify-content: center;
}
.cid-svxdLuDduJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svxdLuDduJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svxdLuDduJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-svxdLuDduJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svxdLuDduJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svxdLuDduJ .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-svxdLuDduJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svxdLuDduJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svxdLuDduJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svxdLuDduJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svxdLuDduJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svxdLuDduJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svxdLuDduJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svxdLuDduJ .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-svxdLuDduJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svxdLuDduJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svxdLuDduJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svxdLuDduJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svxdLuDduJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svxdLuDduJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-svxdLuDduJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-svxdLuDduJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svxdLuDduJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svxdLuDduJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svxdLuDduJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svxdLuDduJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svxdLuDduJ .dropdown-item.active,
.cid-svxdLuDduJ .dropdown-item:active {
  background-color: transparent;
}
.cid-svxdLuDduJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svxdLuDduJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svxdLuDduJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svxdLuDduJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svxdLuDduJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svxdLuDduJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svxdLuDduJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svxdLuDduJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svxdLuDduJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svxdLuDduJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-svxdLuDduJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svxdLuDduJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svxdLuDduJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svxdLuDduJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svxdLuDduJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svxdLuDduJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svxdLuDduJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svxdLuDduJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svxdLuDduJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svxdLuDduJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svxdLuDduJ .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-svxdLuDduJ .navbar {
    height: 70px;
  }
  .cid-svxdLuDduJ .navbar.opened {
    height: auto;
  }
  .cid-svxdLuDduJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svxdLvbY2D {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-svxdLvbY2D .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-svxdLvbY2D .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-svxdLvCMHR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-svxdLvWVVh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svxdLvWVVh .media-container-row .mbr-text {
  color: #000000;
}
.cid-svHzn3drXQ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-svHzn3drXQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-svHzn3drXQ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-svHyI7QkDP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svHyI7QkDP nav.navbar {
  position: fixed;
}
.cid-svHyI7QkDP .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-svHyI7QkDP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-svHyI7QkDP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svHyI7QkDP .dropdown-item:hover,
.cid-svHyI7QkDP .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-svHyI7QkDP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svHyI7QkDP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svHyI7QkDP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svHyI7QkDP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svHyI7QkDP .nav-link {
  position: relative;
}
.cid-svHyI7QkDP .container {
  display: flex;
  margin: auto;
}
.cid-svHyI7QkDP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svHyI7QkDP .dropdown-menu,
.cid-svHyI7QkDP .navbar.opened {
  background: #ffffff !important;
}
.cid-svHyI7QkDP .nav-item:focus,
.cid-svHyI7QkDP .nav-link:focus {
  outline: none;
}
.cid-svHyI7QkDP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svHyI7QkDP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svHyI7QkDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svHyI7QkDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svHyI7QkDP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svHyI7QkDP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svHyI7QkDP .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: #ffffff;
}
.cid-svHyI7QkDP .navbar.opened {
  transition: all 0.3s;
}
.cid-svHyI7QkDP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svHyI7QkDP .navbar .navbar-logo img {
  width: auto;
}
.cid-svHyI7QkDP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svHyI7QkDP .navbar.collapsed {
  justify-content: center;
}
.cid-svHyI7QkDP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svHyI7QkDP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svHyI7QkDP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-svHyI7QkDP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svHyI7QkDP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svHyI7QkDP .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-svHyI7QkDP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svHyI7QkDP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svHyI7QkDP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svHyI7QkDP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svHyI7QkDP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svHyI7QkDP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svHyI7QkDP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svHyI7QkDP .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-svHyI7QkDP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svHyI7QkDP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svHyI7QkDP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svHyI7QkDP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svHyI7QkDP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svHyI7QkDP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-svHyI7QkDP .navbar.navbar-short {
  min-height: 60px;
}
.cid-svHyI7QkDP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svHyI7QkDP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svHyI7QkDP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svHyI7QkDP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svHyI7QkDP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svHyI7QkDP .dropdown-item.active,
.cid-svHyI7QkDP .dropdown-item:active {
  background-color: transparent;
}
.cid-svHyI7QkDP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svHyI7QkDP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svHyI7QkDP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svHyI7QkDP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svHyI7QkDP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svHyI7QkDP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svHyI7QkDP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svHyI7QkDP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svHyI7QkDP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svHyI7QkDP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-svHyI7QkDP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svHyI7QkDP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svHyI7QkDP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svHyI7QkDP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svHyI7QkDP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svHyI7QkDP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svHyI7QkDP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svHyI7QkDP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svHyI7QkDP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svHyI7QkDP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svHyI7QkDP .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-svHyI7QkDP .navbar {
    height: 70px;
  }
  .cid-svHyI7QkDP .navbar.opened {
    height: auto;
  }
  .cid-svHyI7QkDP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svHyI91rWd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #50b746;
}
@media (max-width: 991px) {
  .cid-svHyI91rWd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-svHyI91rWd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-svHyI91rWd .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-svHyI91rWd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-svHyI9QIN4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svHyI9QIN4 .media-container-row .mbr-text {
  color: #000000;
}
.cid-swzMuUcEXu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-swzMuUcEXu nav.navbar {
  position: fixed;
}
.cid-swzMuUcEXu .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-swzMuUcEXu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swzMuUcEXu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swzMuUcEXu .dropdown-item:hover,
.cid-swzMuUcEXu .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-swzMuUcEXu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swzMuUcEXu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swzMuUcEXu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-swzMuUcEXu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swzMuUcEXu .nav-link {
  position: relative;
}
.cid-swzMuUcEXu .container {
  display: flex;
  margin: auto;
}
.cid-swzMuUcEXu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swzMuUcEXu .dropdown-menu,
.cid-swzMuUcEXu .navbar.opened {
  background: #ffffff !important;
}
.cid-swzMuUcEXu .nav-item:focus,
.cid-swzMuUcEXu .nav-link:focus {
  outline: none;
}
.cid-swzMuUcEXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swzMuUcEXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swzMuUcEXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swzMuUcEXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swzMuUcEXu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swzMuUcEXu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swzMuUcEXu .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: #ffffff;
}
.cid-swzMuUcEXu .navbar.opened {
  transition: all 0.3s;
}
.cid-swzMuUcEXu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swzMuUcEXu .navbar .navbar-logo img {
  width: auto;
}
.cid-swzMuUcEXu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swzMuUcEXu .navbar.collapsed {
  justify-content: center;
}
.cid-swzMuUcEXu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swzMuUcEXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swzMuUcEXu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-swzMuUcEXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swzMuUcEXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swzMuUcEXu .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-swzMuUcEXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swzMuUcEXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swzMuUcEXu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swzMuUcEXu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swzMuUcEXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swzMuUcEXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swzMuUcEXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swzMuUcEXu .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-swzMuUcEXu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swzMuUcEXu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swzMuUcEXu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swzMuUcEXu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swzMuUcEXu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swzMuUcEXu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swzMuUcEXu .navbar.navbar-short {
  min-height: 60px;
}
.cid-swzMuUcEXu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swzMuUcEXu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swzMuUcEXu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swzMuUcEXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swzMuUcEXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swzMuUcEXu .dropdown-item.active,
.cid-swzMuUcEXu .dropdown-item:active {
  background-color: transparent;
}
.cid-swzMuUcEXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swzMuUcEXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swzMuUcEXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swzMuUcEXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-swzMuUcEXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swzMuUcEXu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swzMuUcEXu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swzMuUcEXu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swzMuUcEXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swzMuUcEXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-swzMuUcEXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swzMuUcEXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzMuUcEXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzMuUcEXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swzMuUcEXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzMuUcEXu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swzMuUcEXu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swzMuUcEXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzMuUcEXu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swzMuUcEXu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swzMuUcEXu .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-swzMuUcEXu .navbar {
    height: 70px;
  }
  .cid-swzMuUcEXu .navbar.opened {
    height: auto;
  }
  .cid-swzMuUcEXu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swzMuUysx9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-swzMuUysx9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-swzMuUysx9 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-swzMuUXUIx {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-swzMuVgbxB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-swzMuVgbxB .media-container-row .mbr-text {
  color: #000000;
}
.cid-szQgVaZhLH {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-szQgVaZhLH img,
.cid-szQgVaZhLH .item-img {
  width: 100%;
}
.cid-szQgVaZhLH .item:focus,
.cid-szQgVaZhLH span:focus {
  outline: none;
}
.cid-szQgVaZhLH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szQgVaZhLH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szQgVaZhLH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szQgVaZhLH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szQgVaZhLH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szQgVaZhLH .mbr-section-title {
  color: #232323;
}
.cid-szQgVaZhLH .mbr-text,
.cid-szQgVaZhLH .mbr-section-btn {
  text-align: left;
}
.cid-szQgVaZhLH .item-title {
  text-align: left;
}
.cid-szQgVaZhLH .item-subtitle {
  text-align: center;
}
.cid-spjECQCl9f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spjECQCl9f nav.navbar {
  position: fixed;
}
.cid-spjECQCl9f .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-spjECQCl9f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spjECQCl9f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spjECQCl9f .dropdown-item:hover,
.cid-spjECQCl9f .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-spjECQCl9f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spjECQCl9f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spjECQCl9f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spjECQCl9f .nav-link {
  position: relative;
}
.cid-spjECQCl9f .container {
  display: flex;
  margin: auto;
}
.cid-spjECQCl9f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spjECQCl9f .dropdown-menu,
.cid-spjECQCl9f .navbar.opened {
  background: #ffffff !important;
}
.cid-spjECQCl9f .nav-item:focus,
.cid-spjECQCl9f .nav-link:focus {
  outline: none;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spjECQCl9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spjECQCl9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spjECQCl9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spjECQCl9f .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: #ffffff;
}
.cid-spjECQCl9f .navbar.opened {
  transition: all 0.3s;
}
.cid-spjECQCl9f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spjECQCl9f .navbar .navbar-logo img {
  width: auto;
}
.cid-spjECQCl9f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spjECQCl9f .navbar.collapsed {
  justify-content: center;
}
.cid-spjECQCl9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spjECQCl9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spjECQCl9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spjECQCl9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spjECQCl9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spjECQCl9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spjECQCl9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spjECQCl9f .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-spjECQCl9f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spjECQCl9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spjECQCl9f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spjECQCl9f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spjECQCl9f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spjECQCl9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spjECQCl9f .navbar.navbar-short {
  min-height: 60px;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spjECQCl9f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spjECQCl9f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spjECQCl9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spjECQCl9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spjECQCl9f .dropdown-item.active,
.cid-spjECQCl9f .dropdown-item:active {
  background-color: transparent;
}
.cid-spjECQCl9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spjECQCl9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spjECQCl9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spjECQCl9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spjECQCl9f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spjECQCl9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spjECQCl9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spjECQCl9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spjECQCl9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spjECQCl9f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spjECQCl9f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spjECQCl9f .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-spjECQCl9f .navbar {
    height: 70px;
  }
  .cid-spjECQCl9f .navbar.opened {
    height: auto;
  }
  .cid-spjECQCl9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqldfBJ57Q {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sqldfBJ57Q img,
.cid-sqldfBJ57Q .item-img {
  width: 100%;
}
.cid-sqldfBJ57Q .item:focus,
.cid-sqldfBJ57Q span:focus {
  outline: none;
}
.cid-sqldfBJ57Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqldfBJ57Q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0e0b4f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqldfBJ57Q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqldfBJ57Q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqldfBJ57Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqldfBJ57Q .mbr-section-title {
  color: #000000;
}
.cid-sqldfBJ57Q .mbr-text,
.cid-sqldfBJ57Q .mbr-section-btn {
  text-align: left;
  color: #e9eaed;
}
.cid-sqldfBJ57Q .item-title {
  text-align: left;
  color: #e9eaed;
}
.cid-sqldfBJ57Q .item-subtitle {
  text-align: left;
  color: #fc0404;
}
.cid-sqldfBJ57Q .mbr-section-subtitle {
  color: #000000;
}
.cid-swA4dsK5vq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-swA4dsK5vq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-swA4dsK5vq .row {
  flex-direction: row-reverse;
}
.cid-swA4dsK5vq img {
  width: 100%;
}
.cid-srLCSnE6FF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srLCSnE6FF .media-container-row .mbr-text {
  color: #000000;
}
.cid-sx9psAOHPp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sx9psAOHPp nav.navbar {
  position: fixed;
}
.cid-sx9psAOHPp .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-sx9psAOHPp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sx9psAOHPp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sx9psAOHPp .dropdown-item:hover,
.cid-sx9psAOHPp .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-sx9psAOHPp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sx9psAOHPp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sx9psAOHPp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sx9psAOHPp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sx9psAOHPp .nav-link {
  position: relative;
}
.cid-sx9psAOHPp .container {
  display: flex;
  margin: auto;
}
.cid-sx9psAOHPp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sx9psAOHPp .dropdown-menu,
.cid-sx9psAOHPp .navbar.opened {
  background: #ffffff !important;
}
.cid-sx9psAOHPp .nav-item:focus,
.cid-sx9psAOHPp .nav-link:focus {
  outline: none;
}
.cid-sx9psAOHPp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sx9psAOHPp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sx9psAOHPp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sx9psAOHPp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sx9psAOHPp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sx9psAOHPp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sx9psAOHPp .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: #ffffff;
}
.cid-sx9psAOHPp .navbar.opened {
  transition: all 0.3s;
}
.cid-sx9psAOHPp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sx9psAOHPp .navbar .navbar-logo img {
  width: auto;
}
.cid-sx9psAOHPp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sx9psAOHPp .navbar.collapsed {
  justify-content: center;
}
.cid-sx9psAOHPp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sx9psAOHPp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sx9psAOHPp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sx9psAOHPp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sx9psAOHPp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sx9psAOHPp .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-sx9psAOHPp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sx9psAOHPp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sx9psAOHPp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sx9psAOHPp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sx9psAOHPp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sx9psAOHPp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sx9psAOHPp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sx9psAOHPp .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-sx9psAOHPp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sx9psAOHPp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sx9psAOHPp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sx9psAOHPp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sx9psAOHPp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sx9psAOHPp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sx9psAOHPp .navbar.navbar-short {
  min-height: 60px;
}
.cid-sx9psAOHPp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sx9psAOHPp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sx9psAOHPp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sx9psAOHPp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sx9psAOHPp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sx9psAOHPp .dropdown-item.active,
.cid-sx9psAOHPp .dropdown-item:active {
  background-color: transparent;
}
.cid-sx9psAOHPp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sx9psAOHPp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sx9psAOHPp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sx9psAOHPp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sx9psAOHPp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sx9psAOHPp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sx9psAOHPp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sx9psAOHPp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sx9psAOHPp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sx9psAOHPp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sx9psAOHPp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sx9psAOHPp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sx9psAOHPp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sx9psAOHPp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sx9psAOHPp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sx9psAOHPp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sx9psAOHPp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sx9psAOHPp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sx9psAOHPp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sx9psAOHPp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sx9psAOHPp .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-sx9psAOHPp .navbar {
    height: 70px;
  }
  .cid-sx9psAOHPp .navbar.opened {
    height: auto;
  }
  .cid-sx9psAOHPp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx9psBwX6k {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sx9psBwX6k .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sx9psBwX6k .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-sx9psBTUhX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sx9psC9iWl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sx9psC9iWl .media-container-row .mbr-text {
  color: #000000;
}
.cid-sylX51h7aO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sylX51h7aO nav.navbar {
  position: fixed;
}
.cid-sylX51h7aO .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-sylX51h7aO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sylX51h7aO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sylX51h7aO .dropdown-item:hover,
.cid-sylX51h7aO .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-sylX51h7aO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sylX51h7aO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sylX51h7aO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sylX51h7aO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sylX51h7aO .nav-link {
  position: relative;
}
.cid-sylX51h7aO .container {
  display: flex;
  margin: auto;
}
.cid-sylX51h7aO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sylX51h7aO .dropdown-menu,
.cid-sylX51h7aO .navbar.opened {
  background: #ffffff !important;
}
.cid-sylX51h7aO .nav-item:focus,
.cid-sylX51h7aO .nav-link:focus {
  outline: none;
}
.cid-sylX51h7aO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sylX51h7aO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sylX51h7aO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sylX51h7aO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sylX51h7aO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sylX51h7aO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sylX51h7aO .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: #ffffff;
}
.cid-sylX51h7aO .navbar.opened {
  transition: all 0.3s;
}
.cid-sylX51h7aO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sylX51h7aO .navbar .navbar-logo img {
  width: auto;
}
.cid-sylX51h7aO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sylX51h7aO .navbar.collapsed {
  justify-content: center;
}
.cid-sylX51h7aO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sylX51h7aO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sylX51h7aO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sylX51h7aO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sylX51h7aO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sylX51h7aO .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-sylX51h7aO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sylX51h7aO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sylX51h7aO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sylX51h7aO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sylX51h7aO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sylX51h7aO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sylX51h7aO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sylX51h7aO .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-sylX51h7aO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sylX51h7aO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sylX51h7aO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sylX51h7aO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sylX51h7aO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sylX51h7aO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sylX51h7aO .navbar.navbar-short {
  min-height: 60px;
}
.cid-sylX51h7aO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sylX51h7aO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sylX51h7aO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sylX51h7aO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sylX51h7aO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sylX51h7aO .dropdown-item.active,
.cid-sylX51h7aO .dropdown-item:active {
  background-color: transparent;
}
.cid-sylX51h7aO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sylX51h7aO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sylX51h7aO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sylX51h7aO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sylX51h7aO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sylX51h7aO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sylX51h7aO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sylX51h7aO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sylX51h7aO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sylX51h7aO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sylX51h7aO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sylX51h7aO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sylX51h7aO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sylX51h7aO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sylX51h7aO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sylX51h7aO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sylX51h7aO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sylX51h7aO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sylX51h7aO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sylX51h7aO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sylX51h7aO .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-sylX51h7aO .navbar {
    height: 70px;
  }
  .cid-sylX51h7aO .navbar.opened {
    height: auto;
  }
  .cid-sylX51h7aO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sylX51HTJ2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sylX51HTJ2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sylX51HTJ2 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-sylX525xBF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sylX52lXmW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sylX52lXmW .media-container-row .mbr-text {
  color: #000000;
}
.cid-szQ32B6FZP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szQ32B6FZP nav.navbar {
  position: fixed;
}
.cid-szQ32B6FZP .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-szQ32B6FZP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szQ32B6FZP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szQ32B6FZP .dropdown-item:hover,
.cid-szQ32B6FZP .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-szQ32B6FZP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szQ32B6FZP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szQ32B6FZP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-szQ32B6FZP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szQ32B6FZP .nav-link {
  position: relative;
}
.cid-szQ32B6FZP .container {
  display: flex;
  margin: auto;
}
.cid-szQ32B6FZP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-szQ32B6FZP .dropdown-menu,
.cid-szQ32B6FZP .navbar.opened {
  background: #ffffff !important;
}
.cid-szQ32B6FZP .nav-item:focus,
.cid-szQ32B6FZP .nav-link:focus {
  outline: none;
}
.cid-szQ32B6FZP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szQ32B6FZP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szQ32B6FZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-szQ32B6FZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szQ32B6FZP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szQ32B6FZP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szQ32B6FZP .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: #ffffff;
}
.cid-szQ32B6FZP .navbar.opened {
  transition: all 0.3s;
}
.cid-szQ32B6FZP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-szQ32B6FZP .navbar .navbar-logo img {
  width: auto;
}
.cid-szQ32B6FZP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szQ32B6FZP .navbar.collapsed {
  justify-content: center;
}
.cid-szQ32B6FZP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szQ32B6FZP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szQ32B6FZP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-szQ32B6FZP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szQ32B6FZP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szQ32B6FZP .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-szQ32B6FZP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szQ32B6FZP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-szQ32B6FZP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-szQ32B6FZP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szQ32B6FZP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szQ32B6FZP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szQ32B6FZP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szQ32B6FZP .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-szQ32B6FZP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szQ32B6FZP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szQ32B6FZP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szQ32B6FZP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szQ32B6FZP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szQ32B6FZP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-szQ32B6FZP .navbar.navbar-short {
  min-height: 60px;
}
.cid-szQ32B6FZP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szQ32B6FZP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szQ32B6FZP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szQ32B6FZP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szQ32B6FZP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szQ32B6FZP .dropdown-item.active,
.cid-szQ32B6FZP .dropdown-item:active {
  background-color: transparent;
}
.cid-szQ32B6FZP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szQ32B6FZP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szQ32B6FZP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szQ32B6FZP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szQ32B6FZP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szQ32B6FZP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szQ32B6FZP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szQ32B6FZP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szQ32B6FZP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-szQ32B6FZP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szQ32B6FZP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-szQ32B6FZP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szQ32B6FZP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szQ32B6FZP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-szQ32B6FZP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szQ32B6FZP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-szQ32B6FZP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-szQ32B6FZP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szQ32B6FZP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szQ32B6FZP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szQ32B6FZP .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-szQ32B6FZP .navbar {
    height: 70px;
  }
  .cid-szQ32B6FZP .navbar.opened {
    height: auto;
  }
  .cid-szQ32B6FZP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szQ32Bq18D {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-szQ32Bq18D .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-szQ32Bq18D .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-szQ32BHnOB {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-szQ32BYsKz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szQ32BYsKz .media-container-row .mbr-text {
  color: #000000;
}
.cid-sDEsf0bTSN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDEsf0bTSN nav.navbar {
  position: fixed;
}
.cid-sDEsf0bTSN .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-sDEsf0bTSN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDEsf0bTSN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sDEsf0bTSN .dropdown-item:hover,
.cid-sDEsf0bTSN .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-sDEsf0bTSN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sDEsf0bTSN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sDEsf0bTSN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sDEsf0bTSN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDEsf0bTSN .nav-link {
  position: relative;
}
.cid-sDEsf0bTSN .container {
  display: flex;
  margin: auto;
}
.cid-sDEsf0bTSN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDEsf0bTSN .dropdown-menu,
.cid-sDEsf0bTSN .navbar.opened {
  background: #ffffff !important;
}
.cid-sDEsf0bTSN .nav-item:focus,
.cid-sDEsf0bTSN .nav-link:focus {
  outline: none;
}
.cid-sDEsf0bTSN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDEsf0bTSN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDEsf0bTSN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDEsf0bTSN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDEsf0bTSN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDEsf0bTSN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDEsf0bTSN .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: #ffffff;
}
.cid-sDEsf0bTSN .navbar.opened {
  transition: all 0.3s;
}
.cid-sDEsf0bTSN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDEsf0bTSN .navbar .navbar-logo img {
  width: auto;
}
.cid-sDEsf0bTSN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDEsf0bTSN .navbar.collapsed {
  justify-content: center;
}
.cid-sDEsf0bTSN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDEsf0bTSN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDEsf0bTSN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sDEsf0bTSN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDEsf0bTSN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDEsf0bTSN .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-sDEsf0bTSN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDEsf0bTSN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDEsf0bTSN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDEsf0bTSN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDEsf0bTSN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDEsf0bTSN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDEsf0bTSN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDEsf0bTSN .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-sDEsf0bTSN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDEsf0bTSN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDEsf0bTSN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDEsf0bTSN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDEsf0bTSN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDEsf0bTSN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDEsf0bTSN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDEsf0bTSN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDEsf0bTSN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDEsf0bTSN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDEsf0bTSN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDEsf0bTSN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDEsf0bTSN .dropdown-item.active,
.cid-sDEsf0bTSN .dropdown-item:active {
  background-color: transparent;
}
.cid-sDEsf0bTSN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDEsf0bTSN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDEsf0bTSN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDEsf0bTSN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDEsf0bTSN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDEsf0bTSN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDEsf0bTSN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDEsf0bTSN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDEsf0bTSN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDEsf0bTSN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sDEsf0bTSN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDEsf0bTSN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDEsf0bTSN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDEsf0bTSN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDEsf0bTSN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDEsf0bTSN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDEsf0bTSN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDEsf0bTSN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDEsf0bTSN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sDEsf0bTSN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDEsf0bTSN .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-sDEsf0bTSN .navbar {
    height: 70px;
  }
  .cid-sDEsf0bTSN .navbar.opened {
    height: auto;
  }
  .cid-sDEsf0bTSN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDEsf0wj8j {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDEsf0wj8j .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sDEsf0wj8j .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-sDEsf0TUFS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDEsf1ajjw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDEsf1ajjw .media-container-row .mbr-text {
  color: #000000;
}
.cid-sF4ODNoK3f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sF4ODNoK3f nav.navbar {
  position: fixed;
}
.cid-sF4ODNoK3f .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-sF4ODNoK3f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4ODNoK3f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4ODNoK3f .dropdown-item:hover,
.cid-sF4ODNoK3f .dropdown-item:focus {
  background: #0e0b4f !important;
  color: white !important;
}
.cid-sF4ODNoK3f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4ODNoK3f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4ODNoK3f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4ODNoK3f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4ODNoK3f .nav-link {
  position: relative;
}
.cid-sF4ODNoK3f .container {
  display: flex;
  margin: auto;
}
.cid-sF4ODNoK3f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4ODNoK3f .dropdown-menu,
.cid-sF4ODNoK3f .navbar.opened {
  background: #ffffff !important;
}
.cid-sF4ODNoK3f .nav-item:focus,
.cid-sF4ODNoK3f .nav-link:focus {
  outline: none;
}
.cid-sF4ODNoK3f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4ODNoK3f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4ODNoK3f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4ODNoK3f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4ODNoK3f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4ODNoK3f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4ODNoK3f .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: #ffffff;
}
.cid-sF4ODNoK3f .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4ODNoK3f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4ODNoK3f .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4ODNoK3f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4ODNoK3f .navbar.collapsed {
  justify-content: center;
}
.cid-sF4ODNoK3f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4ODNoK3f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4ODNoK3f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sF4ODNoK3f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4ODNoK3f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4ODNoK3f .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-sF4ODNoK3f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4ODNoK3f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4ODNoK3f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4ODNoK3f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4ODNoK3f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4ODNoK3f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4ODNoK3f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4ODNoK3f .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-sF4ODNoK3f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4ODNoK3f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4ODNoK3f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4ODNoK3f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4ODNoK3f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4ODNoK3f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4ODNoK3f .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4ODNoK3f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4ODNoK3f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4ODNoK3f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4ODNoK3f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4ODNoK3f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4ODNoK3f .dropdown-item.active,
.cid-sF4ODNoK3f .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4ODNoK3f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4ODNoK3f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4ODNoK3f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4ODNoK3f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sF4ODNoK3f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4ODNoK3f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4ODNoK3f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4ODNoK3f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4ODNoK3f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4ODNoK3f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sF4ODNoK3f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4ODNoK3f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4ODNoK3f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4ODNoK3f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4ODNoK3f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4ODNoK3f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4ODNoK3f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4ODNoK3f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4ODNoK3f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sF4ODNoK3f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4ODNoK3f .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-sF4ODNoK3f .navbar {
    height: 70px;
  }
  .cid-sF4ODNoK3f .navbar.opened {
    height: auto;
  }
  .cid-sF4ODNoK3f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF4ODOIJpf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sF4ODOIJpf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sF4ODOIJpf .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-sF4ODQ9viU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sF4ODRdjNo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sF4ODRdjNo .media-container-row .mbr-text {
  color: #000000;
}
