body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #bbbbbb !important;
}
.bg-info {
  background-color: #fafafa !important;
}
.bg-warning {
  background-color: #efefef !important;
}
.bg-danger {
  background-color: #ffb18a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-success,
.btn-success:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !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: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !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: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #efefef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb18a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7733 !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: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #353535 !important;
}
.text-success {
  color: #bbbbbb !important;
}
.text-info {
  color: #fafafa !important;
}
.text-warning {
  color: #efefef !important;
}
.text-danger {
  color: #ffb18a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020202 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #888888 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bcbcbc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff6d24 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fafafa;
}
.alert-warning {
  background-color: #efefef;
}
.alert-danger {
  background-color: #ffb18a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #353535 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sl3JNuCykr {
  z-index: 1000;
  width: 100%;
}
.cid-sl3JNuCykr nav.navbar {
  position: fixed;
}
.cid-sl3JNuCykr .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-sl3JNuCykr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sl3JNuCykr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sl3JNuCykr .dropdown-item:hover,
.cid-sl3JNuCykr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sl3JNuCykr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sl3JNuCykr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sl3JNuCykr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sl3JNuCykr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sl3JNuCykr .nav-link {
  position: relative;
}
.cid-sl3JNuCykr .container {
  display: flex;
  margin: auto;
}
.cid-sl3JNuCykr .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sl3JNuCykr .dropdown-menu,
.cid-sl3JNuCykr .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sl3JNuCykr .nav-item:focus,
.cid-sl3JNuCykr .nav-link:focus {
  outline: none;
}
.cid-sl3JNuCykr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sl3JNuCykr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sl3JNuCykr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sl3JNuCykr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sl3JNuCykr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sl3JNuCykr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sl3JNuCykr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-sl3JNuCykr .navbar.opened {
  transition: all 0.3s;
}
.cid-sl3JNuCykr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sl3JNuCykr .navbar .navbar-logo img {
  width: auto;
}
.cid-sl3JNuCykr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sl3JNuCykr .navbar.collapsed {
  justify-content: center;
}
.cid-sl3JNuCykr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sl3JNuCykr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sl3JNuCykr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sl3JNuCykr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sl3JNuCykr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sl3JNuCykr .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-sl3JNuCykr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sl3JNuCykr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sl3JNuCykr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sl3JNuCykr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sl3JNuCykr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sl3JNuCykr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sl3JNuCykr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sl3JNuCykr .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-sl3JNuCykr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sl3JNuCykr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sl3JNuCykr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sl3JNuCykr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sl3JNuCykr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sl3JNuCykr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sl3JNuCykr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sl3JNuCykr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sl3JNuCykr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sl3JNuCykr .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-sl3JNuCykr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sl3JNuCykr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sl3JNuCykr .dropdown-item.active,
.cid-sl3JNuCykr .dropdown-item:active {
  background-color: transparent;
}
.cid-sl3JNuCykr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sl3JNuCykr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sl3JNuCykr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sl3JNuCykr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sl3JNuCykr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sl3JNuCykr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sl3JNuCykr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sl3JNuCykr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sl3JNuCykr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sl3JNuCykr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sl3JNuCykr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sl3JNuCykr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sl3JNuCykr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sl3JNuCykr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sl3JNuCykr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sl3JNuCykr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sl3JNuCykr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sl3JNuCykr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sl3JNuCykr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sl3JNuCykr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sl3JNuCykr .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-sl3JNuCykr .navbar {
    height: 70px;
  }
  .cid-sl3JNuCykr .navbar.opened {
    height: auto;
  }
  .cid-sl3JNuCykr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smcmXmglPJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-smcmXmglPJ .mbr-section-title {
  text-align: left;
  color: #efefef;
}
.cid-smcmXmglPJ .mbr-section-subtitle {
  text-align: left;
  color: #efefef;
}
.cid-spfPQ4rpUY {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-spfPQ4rpUY .mbr-section-title {
  text-align: left;
  color: #efefef;
}
.cid-spfPQ4rpUY .mbr-section-subtitle {
  text-align: left;
  color: #efefef;
}
.cid-tDTazgkMiA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tDTazgkMiA .media-container-row .mbr-text {
  color: #efefef;
}
.cid-ub7Ztjpc3E {
  background-image: url("../../../assets/images/ronaldbeckerphoto.de-rbwildlife.de-tpz-denoi-50227.jpeg");
}
@media (max-width: 991px) {
  .cid-ub7Ztjpc3E .mbr-section-title,
  .cid-ub7Ztjpc3E .mbr-section-subtitle,
  .cid-ub7Ztjpc3E .mbr-section-btn,
  .cid-ub7Ztjpc3E .mbr-text {
    text-align: center;
  }
}
.cid-ub7Ztjpc3E .mbr-text,
.cid-ub7Ztjpc3E .mbr-section-btn {
  color: #000000;
}
.cid-ub7Ztjpc3E .mbr-section-subtitle {
  color: #000000;
}
.cid-ub7Ztjpc3E .mbr-section-title {
  color: #000000;
}
.cid-ub7Zv0QjSZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ub7Zv0QjSZ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ub7Zv0QjSZ .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-ub7Zv0QjSZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ub7Zv0QjSZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ub7Zv0QjSZ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ub7Zv0QjSZ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ub7Zv0QjSZ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ub7Zv0QjSZ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ub7Zv0QjSZ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub7Zv0QjSZ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ub7Zv0QjSZ .mbr-text,
.cid-ub7Zv0QjSZ .social-row {
  color: #efefef;
}
.cid-ub7Zv0QjSZ .card-title {
  color: #efefef;
}
.cid-ub7Zv0QjSZ .card-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-ub7ZwNYWJC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-ub7ZwNYWJC img,
.cid-ub7ZwNYWJC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ub7ZwNYWJC .item:focus,
.cid-ub7ZwNYWJC span:focus {
  outline: none;
}
.cid-ub7ZwNYWJC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ub7ZwNYWJC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ub7ZwNYWJC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub7ZwNYWJC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ub7ZwNYWJC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ub7ZwNYWJC .mbr-section-title {
  color: #232323;
}
.cid-ub7ZwNYWJC .mbr-text,
.cid-ub7ZwNYWJC .mbr-section-btn {
  text-align: left;
}
.cid-ub7ZwNYWJC .item-title {
  text-align: center;
  color: #efefef;
}
.cid-ub7ZwNYWJC .item-subtitle {
  text-align: left;
}
.cid-ub7ZwNYWJC .mbr-section-subtitle {
  color: #efefef;
}
.cid-ub7ZxMIz7Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub7ZxMIz7Y .fb-page,
.cid-ub7ZxMIz7Y span,
.cid-ub7ZxMIz7Y iframe {
  width: 500px;
  height: 620px;
}
.cid-ub7ZxMIz7Y blockquote {
  display: none;
}
.cid-ub7ZxMIz7Y .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ub7ZyHs5Wn {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #353535;
}
.cid-ub7ZyHs5Wn [class^="socicon-"]:before,
.cid-ub7ZyHs5Wn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ub7ZyHs5Wn .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #efefef;
  border-width: 2px;
  transition: all .3s;
  border-color: #efefef;
}
.cid-ub7ZyHs5Wn .btn-social:hover {
  background: #efefef;
}
.cid-ub7ZyHs5Wn .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-ub7ZyHs5Wn .mbr-section-title,
.cid-ub7ZyHs5Wn .mbr-social-likes {
  color: #efefef;
}
.cid-ub7ZzCPVHO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-ub7ZzCPVHO .media-container-row {
  justify-content: space-between;
}
.cid-ub7ZzCPVHO .text-content {
  max-width: 50%;
}
.cid-ub7ZzCPVHO .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #efefef;
  border: 2px solid #efefef;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ub7ZzCPVHO .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ub7ZzCPVHO .mbr-iconfont-social:hover {
  background-color: #efefef;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-ub7ZzCPVHO .icons {
    justify-content: center !important;
  }
  .cid-ub7ZzCPVHO .text-content * {
    text-align: center;
  }
}
.cid-ub7ZzCPVHO P {
  color: #efefef;
}
.cid-ub7ZzCPVHO .mbr-section-title {
  color: #efefef;
}
.cid-ub7ZAqCWoO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #353535;
}
.cid-ub7ZAqCWoO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-ub7ZAqCWoO form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ub7ZAqCWoO form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ub7ZAqCWoO form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ub7ZAqCWoO .mbr-section-subtitle {
  color: #efefef;
}
.cid-ub7ZAqCWoO .mbr-section-title {
  color: #efefef;
}
.cid-sl3JNuCykr {
  z-index: 1000;
  width: 100%;
}
.cid-sl3JNuCykr nav.navbar {
  position: fixed;
}
.cid-sl3JNuCykr .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-sl3JNuCykr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sl3JNuCykr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sl3JNuCykr .dropdown-item:hover,
.cid-sl3JNuCykr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sl3JNuCykr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sl3JNuCykr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sl3JNuCykr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sl3JNuCykr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sl3JNuCykr .nav-link {
  position: relative;
}
.cid-sl3JNuCykr .container {
  display: flex;
  margin: auto;
}
.cid-sl3JNuCykr .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sl3JNuCykr .dropdown-menu,
.cid-sl3JNuCykr .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sl3JNuCykr .nav-item:focus,
.cid-sl3JNuCykr .nav-link:focus {
  outline: none;
}
.cid-sl3JNuCykr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sl3JNuCykr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sl3JNuCykr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sl3JNuCykr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sl3JNuCykr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sl3JNuCykr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sl3JNuCykr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-sl3JNuCykr .navbar.opened {
  transition: all 0.3s;
}
.cid-sl3JNuCykr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sl3JNuCykr .navbar .navbar-logo img {
  width: auto;
}
.cid-sl3JNuCykr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sl3JNuCykr .navbar.collapsed {
  justify-content: center;
}
.cid-sl3JNuCykr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sl3JNuCykr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sl3JNuCykr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sl3JNuCykr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sl3JNuCykr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sl3JNuCykr .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-sl3JNuCykr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sl3JNuCykr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sl3JNuCykr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sl3JNuCykr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sl3JNuCykr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sl3JNuCykr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sl3JNuCykr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sl3JNuCykr .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-sl3JNuCykr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sl3JNuCykr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sl3JNuCykr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sl3JNuCykr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sl3JNuCykr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sl3JNuCykr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sl3JNuCykr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sl3JNuCykr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sl3JNuCykr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sl3JNuCykr .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-sl3JNuCykr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sl3JNuCykr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sl3JNuCykr .dropdown-item.active,
.cid-sl3JNuCykr .dropdown-item:active {
  background-color: transparent;
}
.cid-sl3JNuCykr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sl3JNuCykr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sl3JNuCykr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sl3JNuCykr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sl3JNuCykr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sl3JNuCykr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sl3JNuCykr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sl3JNuCykr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sl3JNuCykr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sl3JNuCykr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sl3JNuCykr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sl3JNuCykr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sl3JNuCykr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sl3JNuCykr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sl3JNuCykr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sl3JNuCykr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sl3JNuCykr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sl3JNuCykr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sl3JNuCykr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sl3JNuCykr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sl3JNuCykr .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-sl3JNuCykr .navbar {
    height: 70px;
  }
  .cid-sl3JNuCykr .navbar.opened {
    height: auto;
  }
  .cid-sl3JNuCykr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDTazgkMiA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tDTazgkMiA .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tDSYJ3GUAj {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tDSYJ3GUAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSYJ3GUAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSYJ3GUAj .item {
  padding-bottom: 2rem;
}
.cid-tDSYJ3GUAj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tDSYJ3GUAj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tDSYJ3GUAj .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-tDSYJ3GUAj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDSYJ3GUAj .carousel-control,
.cid-tDSYJ3GUAj .close {
  background: #1b1b1b;
}
.cid-tDSYJ3GUAj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDSYJ3GUAj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDSYJ3GUAj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDSYJ3GUAj .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDSYJ3GUAj .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-tDSYJ3GUAj .close::before {
  content: '\e91a';
}
.cid-tDSYJ3GUAj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDSYJ3GUAj .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-tDSYJ3GUAj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDSYJ3GUAj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDSYJ3GUAj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDSYJ3GUAj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDSYJ3GUAj .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-tDSYJ3GUAj .carousel-indicators li.active,
.cid-tDSYJ3GUAj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDSYJ3GUAj .carousel-indicators li::after,
.cid-tDSYJ3GUAj .carousel-indicators li::before {
  content: none;
}
.cid-tDSYJ3GUAj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDSYJ3GUAj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDSYJ3GUAj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDSYJ3GUAj .carousel-indicators {
    display: none;
  }
}
.cid-tDSYJ3GUAj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDSYJ3GUAj .carousel-inner > .active {
  display: block;
}
.cid-tDSYJ3GUAj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDSYJ3GUAj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDSYJ3GUAj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDSYJ3GUAj .carousel-control,
  .cid-tDSYJ3GUAj .carousel-indicators,
  .cid-tDSYJ3GUAj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDSYJ3GUAj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDSYJ3GUAj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDSYJ3GUAj .carousel-indicators .active,
.cid-tDSYJ3GUAj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDSYJ3GUAj .carousel-indicators .active {
  background: #fff;
}
.cid-tDSYJ3GUAj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDSYJ3GUAj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDSYJ3GUAj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDSYJ3GUAj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDSYJ3GUAj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDSYJ3GUAj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDSYJ3GUAj .carousel {
  width: 100%;
}
.cid-tDSYJ3GUAj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDSYJ3GUAj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDSYJ3GUAj .modal.fade .modal-dialog,
.cid-tDSYJ3GUAj .modal.in .modal-dialog {
  transform: none;
}
.cid-tDSYJ3GUAj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDSYJ3GUAj H6 {
  text-align: center;
}
.cid-tDSYJ3GUAj H3 {
  color: #efefef;
}
.cid-tDTc3bzICU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tDTc3bzICU img,
.cid-tDTc3bzICU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tDTc3bzICU .item:focus,
.cid-tDTc3bzICU span:focus {
  outline: none;
}
.cid-tDTc3bzICU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDTc3bzICU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDTc3bzICU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDTc3bzICU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDTc3bzICU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDTc3bzICU .mbr-section-title {
  color: #efefef;
}
.cid-tDTc3bzICU .mbr-text,
.cid-tDTc3bzICU .mbr-section-btn {
  text-align: left;
}
.cid-tDTc3bzICU .item-title {
  text-align: center;
  color: #efefef;
}
.cid-tDTc3bzICU .item-subtitle {
  text-align: left;
}
.cid-trxg6qZit3 {
  z-index: 1000;
  width: 100%;
}
.cid-trxg6qZit3 nav.navbar {
  position: fixed;
}
.cid-trxg6qZit3 .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-trxg6qZit3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trxg6qZit3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trxg6qZit3 .dropdown-item:hover,
.cid-trxg6qZit3 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-trxg6qZit3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trxg6qZit3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trxg6qZit3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trxg6qZit3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trxg6qZit3 .nav-link {
  position: relative;
}
.cid-trxg6qZit3 .container {
  display: flex;
  margin: auto;
}
.cid-trxg6qZit3 .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trxg6qZit3 .dropdown-menu,
.cid-trxg6qZit3 .navbar.opened {
  background: #bbbbbb !important;
}
.cid-trxg6qZit3 .nav-item:focus,
.cid-trxg6qZit3 .nav-link:focus {
  outline: none;
}
.cid-trxg6qZit3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trxg6qZit3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trxg6qZit3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trxg6qZit3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trxg6qZit3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trxg6qZit3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trxg6qZit3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-trxg6qZit3 .navbar.opened {
  transition: all 0.3s;
}
.cid-trxg6qZit3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trxg6qZit3 .navbar .navbar-logo img {
  width: auto;
}
.cid-trxg6qZit3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trxg6qZit3 .navbar.collapsed {
  justify-content: center;
}
.cid-trxg6qZit3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trxg6qZit3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trxg6qZit3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-trxg6qZit3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trxg6qZit3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trxg6qZit3 .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-trxg6qZit3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trxg6qZit3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trxg6qZit3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trxg6qZit3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trxg6qZit3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trxg6qZit3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trxg6qZit3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trxg6qZit3 .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-trxg6qZit3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trxg6qZit3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trxg6qZit3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trxg6qZit3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trxg6qZit3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trxg6qZit3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-trxg6qZit3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-trxg6qZit3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trxg6qZit3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trxg6qZit3 .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-trxg6qZit3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trxg6qZit3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trxg6qZit3 .dropdown-item.active,
.cid-trxg6qZit3 .dropdown-item:active {
  background-color: transparent;
}
.cid-trxg6qZit3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trxg6qZit3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trxg6qZit3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trxg6qZit3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-trxg6qZit3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trxg6qZit3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trxg6qZit3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trxg6qZit3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trxg6qZit3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trxg6qZit3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trxg6qZit3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trxg6qZit3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trxg6qZit3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trxg6qZit3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trxg6qZit3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trxg6qZit3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trxg6qZit3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trxg6qZit3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trxg6qZit3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trxg6qZit3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trxg6qZit3 .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-trxg6qZit3 .navbar {
    height: 70px;
  }
  .cid-trxg6qZit3 .navbar.opened {
    height: auto;
  }
  .cid-trxg6qZit3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDTazgkMiA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tDTazgkMiA .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tDTcAgNb9X {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-tDTcAgNb9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDTcAgNb9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDTcAgNb9X .item {
  padding-bottom: 2rem;
}
.cid-tDTcAgNb9X .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tDTcAgNb9X .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tDTcAgNb9X .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-tDTcAgNb9X .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDTcAgNb9X .carousel-control,
.cid-tDTcAgNb9X .close {
  background: #1b1b1b;
}
.cid-tDTcAgNb9X .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDTcAgNb9X .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDTcAgNb9X .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDTcAgNb9X .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDTcAgNb9X .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-tDTcAgNb9X .close::before {
  content: '\e91a';
}
.cid-tDTcAgNb9X .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDTcAgNb9X .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-tDTcAgNb9X .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDTcAgNb9X .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDTcAgNb9X .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDTcAgNb9X .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDTcAgNb9X .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-tDTcAgNb9X .carousel-indicators li.active,
.cid-tDTcAgNb9X .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDTcAgNb9X .carousel-indicators li::after,
.cid-tDTcAgNb9X .carousel-indicators li::before {
  content: none;
}
.cid-tDTcAgNb9X .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDTcAgNb9X .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDTcAgNb9X .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDTcAgNb9X .carousel-indicators {
    display: none;
  }
}
.cid-tDTcAgNb9X .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDTcAgNb9X .carousel-inner > .active {
  display: block;
}
.cid-tDTcAgNb9X .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDTcAgNb9X .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDTcAgNb9X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDTcAgNb9X .carousel-control,
  .cid-tDTcAgNb9X .carousel-indicators,
  .cid-tDTcAgNb9X .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDTcAgNb9X .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDTcAgNb9X .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDTcAgNb9X .carousel-indicators .active,
.cid-tDTcAgNb9X .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDTcAgNb9X .carousel-indicators .active {
  background: #fff;
}
.cid-tDTcAgNb9X .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDTcAgNb9X .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDTcAgNb9X .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDTcAgNb9X .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDTcAgNb9X .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDTcAgNb9X .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDTcAgNb9X .carousel {
  width: 100%;
}
.cid-tDTcAgNb9X .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDTcAgNb9X .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDTcAgNb9X .modal.fade .modal-dialog,
.cid-tDTcAgNb9X .modal.in .modal-dialog {
  transform: none;
}
.cid-tDTcAgNb9X .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDTcAgNb9X H6 {
  text-align: center;
}
.cid-tDTcAgNb9X H3 {
  color: #efefef;
}
.cid-tDTcAhPdN5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tDTcAhPdN5 img,
.cid-tDTcAhPdN5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tDTcAhPdN5 .item:focus,
.cid-tDTcAhPdN5 span:focus {
  outline: none;
}
.cid-tDTcAhPdN5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDTcAhPdN5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDTcAhPdN5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDTcAhPdN5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDTcAhPdN5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDTcAhPdN5 .mbr-section-title {
  color: #efefef;
}
.cid-tDTcAhPdN5 .mbr-text,
.cid-tDTcAhPdN5 .mbr-section-btn {
  text-align: left;
}
.cid-tDTcAhPdN5 .item-title {
  text-align: center;
  color: #efefef;
}
.cid-tDTcAhPdN5 .item-subtitle {
  text-align: left;
}
.cid-tDTcAieD0i {
  z-index: 1000;
  width: 100%;
}
.cid-tDTcAieD0i nav.navbar {
  position: fixed;
}
.cid-tDTcAieD0i .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-tDTcAieD0i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDTcAieD0i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDTcAieD0i .dropdown-item:hover,
.cid-tDTcAieD0i .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tDTcAieD0i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDTcAieD0i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDTcAieD0i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDTcAieD0i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDTcAieD0i .nav-link {
  position: relative;
}
.cid-tDTcAieD0i .container {
  display: flex;
  margin: auto;
}
.cid-tDTcAieD0i .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDTcAieD0i .dropdown-menu,
.cid-tDTcAieD0i .navbar.opened {
  background: #bbbbbb !important;
}
.cid-tDTcAieD0i .nav-item:focus,
.cid-tDTcAieD0i .nav-link:focus {
  outline: none;
}
.cid-tDTcAieD0i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDTcAieD0i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDTcAieD0i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDTcAieD0i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDTcAieD0i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDTcAieD0i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDTcAieD0i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-tDTcAieD0i .navbar.opened {
  transition: all 0.3s;
}
.cid-tDTcAieD0i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDTcAieD0i .navbar .navbar-logo img {
  width: auto;
}
.cid-tDTcAieD0i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDTcAieD0i .navbar.collapsed {
  justify-content: center;
}
.cid-tDTcAieD0i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDTcAieD0i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDTcAieD0i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDTcAieD0i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDTcAieD0i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDTcAieD0i .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-tDTcAieD0i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDTcAieD0i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDTcAieD0i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDTcAieD0i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDTcAieD0i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDTcAieD0i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDTcAieD0i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDTcAieD0i .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-tDTcAieD0i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDTcAieD0i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDTcAieD0i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDTcAieD0i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDTcAieD0i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDTcAieD0i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDTcAieD0i .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDTcAieD0i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDTcAieD0i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDTcAieD0i .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-tDTcAieD0i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDTcAieD0i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDTcAieD0i .dropdown-item.active,
.cid-tDTcAieD0i .dropdown-item:active {
  background-color: transparent;
}
.cid-tDTcAieD0i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDTcAieD0i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDTcAieD0i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDTcAieD0i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-tDTcAieD0i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDTcAieD0i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDTcAieD0i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDTcAieD0i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDTcAieD0i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDTcAieD0i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDTcAieD0i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDTcAieD0i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDTcAieD0i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDTcAieD0i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDTcAieD0i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDTcAieD0i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDTcAieD0i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDTcAieD0i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDTcAieD0i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDTcAieD0i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDTcAieD0i .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-tDTcAieD0i .navbar {
    height: 70px;
  }
  .cid-tDTcAieD0i .navbar.opened {
    height: auto;
  }
  .cid-tDTcAieD0i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDTcAiCYfv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tDTcAiCYfv .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tDTcKLAqEM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tDTcKLAqEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDTcKLAqEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDTcKLAqEM .item {
  padding-bottom: 2rem;
}
.cid-tDTcKLAqEM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tDTcKLAqEM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tDTcKLAqEM .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-tDTcKLAqEM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDTcKLAqEM .carousel-control,
.cid-tDTcKLAqEM .close {
  background: #1b1b1b;
}
.cid-tDTcKLAqEM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDTcKLAqEM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDTcKLAqEM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDTcKLAqEM .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDTcKLAqEM .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-tDTcKLAqEM .close::before {
  content: '\e91a';
}
.cid-tDTcKLAqEM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDTcKLAqEM .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-tDTcKLAqEM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDTcKLAqEM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDTcKLAqEM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDTcKLAqEM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDTcKLAqEM .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-tDTcKLAqEM .carousel-indicators li.active,
.cid-tDTcKLAqEM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDTcKLAqEM .carousel-indicators li::after,
.cid-tDTcKLAqEM .carousel-indicators li::before {
  content: none;
}
.cid-tDTcKLAqEM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDTcKLAqEM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDTcKLAqEM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDTcKLAqEM .carousel-indicators {
    display: none;
  }
}
.cid-tDTcKLAqEM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDTcKLAqEM .carousel-inner > .active {
  display: block;
}
.cid-tDTcKLAqEM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDTcKLAqEM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDTcKLAqEM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDTcKLAqEM .carousel-control,
  .cid-tDTcKLAqEM .carousel-indicators,
  .cid-tDTcKLAqEM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDTcKLAqEM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDTcKLAqEM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDTcKLAqEM .carousel-indicators .active,
.cid-tDTcKLAqEM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDTcKLAqEM .carousel-indicators .active {
  background: #fff;
}
.cid-tDTcKLAqEM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDTcKLAqEM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDTcKLAqEM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDTcKLAqEM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDTcKLAqEM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDTcKLAqEM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDTcKLAqEM .carousel {
  width: 100%;
}
.cid-tDTcKLAqEM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDTcKLAqEM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDTcKLAqEM .modal.fade .modal-dialog,
.cid-tDTcKLAqEM .modal.in .modal-dialog {
  transform: none;
}
.cid-tDTcKLAqEM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDTcKLAqEM H6 {
  text-align: center;
}
.cid-tDTcKLAqEM H3 {
  color: #efefef;
}
.cid-tDTcKMvFkW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tDTcKMvFkW img,
.cid-tDTcKMvFkW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tDTcKMvFkW .item:focus,
.cid-tDTcKMvFkW span:focus {
  outline: none;
}
.cid-tDTcKMvFkW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDTcKMvFkW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDTcKMvFkW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDTcKMvFkW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDTcKMvFkW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDTcKMvFkW .mbr-section-title {
  color: #efefef;
}
.cid-tDTcKMvFkW .mbr-text,
.cid-tDTcKMvFkW .mbr-section-btn {
  text-align: left;
}
.cid-tDTcKMvFkW .item-title {
  text-align: center;
  color: #efefef;
}
.cid-tDTcKMvFkW .item-subtitle {
  text-align: left;
}
.cid-tDTcKMUy0O {
  z-index: 1000;
  width: 100%;
}
.cid-tDTcKMUy0O nav.navbar {
  position: fixed;
}
.cid-tDTcKMUy0O .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-tDTcKMUy0O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDTcKMUy0O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDTcKMUy0O .dropdown-item:hover,
.cid-tDTcKMUy0O .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tDTcKMUy0O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDTcKMUy0O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDTcKMUy0O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDTcKMUy0O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDTcKMUy0O .nav-link {
  position: relative;
}
.cid-tDTcKMUy0O .container {
  display: flex;
  margin: auto;
}
.cid-tDTcKMUy0O .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDTcKMUy0O .dropdown-menu,
.cid-tDTcKMUy0O .navbar.opened {
  background: #bbbbbb !important;
}
.cid-tDTcKMUy0O .nav-item:focus,
.cid-tDTcKMUy0O .nav-link:focus {
  outline: none;
}
.cid-tDTcKMUy0O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDTcKMUy0O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDTcKMUy0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDTcKMUy0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDTcKMUy0O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDTcKMUy0O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDTcKMUy0O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-tDTcKMUy0O .navbar.opened {
  transition: all 0.3s;
}
.cid-tDTcKMUy0O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDTcKMUy0O .navbar .navbar-logo img {
  width: auto;
}
.cid-tDTcKMUy0O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDTcKMUy0O .navbar.collapsed {
  justify-content: center;
}
.cid-tDTcKMUy0O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDTcKMUy0O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDTcKMUy0O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDTcKMUy0O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDTcKMUy0O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDTcKMUy0O .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-tDTcKMUy0O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDTcKMUy0O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDTcKMUy0O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDTcKMUy0O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDTcKMUy0O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDTcKMUy0O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDTcKMUy0O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDTcKMUy0O .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-tDTcKMUy0O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDTcKMUy0O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDTcKMUy0O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDTcKMUy0O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDTcKMUy0O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDTcKMUy0O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDTcKMUy0O .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDTcKMUy0O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDTcKMUy0O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDTcKMUy0O .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-tDTcKMUy0O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDTcKMUy0O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDTcKMUy0O .dropdown-item.active,
.cid-tDTcKMUy0O .dropdown-item:active {
  background-color: transparent;
}
.cid-tDTcKMUy0O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDTcKMUy0O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDTcKMUy0O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDTcKMUy0O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-tDTcKMUy0O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDTcKMUy0O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDTcKMUy0O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDTcKMUy0O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDTcKMUy0O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDTcKMUy0O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDTcKMUy0O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDTcKMUy0O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDTcKMUy0O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDTcKMUy0O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDTcKMUy0O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDTcKMUy0O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDTcKMUy0O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDTcKMUy0O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDTcKMUy0O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDTcKMUy0O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDTcKMUy0O .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-tDTcKMUy0O .navbar {
    height: 70px;
  }
  .cid-tDTcKMUy0O .navbar.opened {
    height: auto;
  }
  .cid-tDTcKMUy0O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDTcKNfYBh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tDTcKNfYBh .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tDTcN8EDPx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tDTcN8EDPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDTcN8EDPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDTcN8EDPx .item {
  padding-bottom: 2rem;
}
.cid-tDTcN8EDPx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tDTcN8EDPx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tDTcN8EDPx .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-tDTcN8EDPx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDTcN8EDPx .carousel-control,
.cid-tDTcN8EDPx .close {
  background: #1b1b1b;
}
.cid-tDTcN8EDPx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDTcN8EDPx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDTcN8EDPx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDTcN8EDPx .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDTcN8EDPx .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-tDTcN8EDPx .close::before {
  content: '\e91a';
}
.cid-tDTcN8EDPx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDTcN8EDPx .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-tDTcN8EDPx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDTcN8EDPx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDTcN8EDPx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDTcN8EDPx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDTcN8EDPx .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-tDTcN8EDPx .carousel-indicators li.active,
.cid-tDTcN8EDPx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDTcN8EDPx .carousel-indicators li::after,
.cid-tDTcN8EDPx .carousel-indicators li::before {
  content: none;
}
.cid-tDTcN8EDPx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDTcN8EDPx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDTcN8EDPx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDTcN8EDPx .carousel-indicators {
    display: none;
  }
}
.cid-tDTcN8EDPx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDTcN8EDPx .carousel-inner > .active {
  display: block;
}
.cid-tDTcN8EDPx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDTcN8EDPx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDTcN8EDPx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDTcN8EDPx .carousel-control,
  .cid-tDTcN8EDPx .carousel-indicators,
  .cid-tDTcN8EDPx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDTcN8EDPx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDTcN8EDPx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDTcN8EDPx .carousel-indicators .active,
.cid-tDTcN8EDPx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDTcN8EDPx .carousel-indicators .active {
  background: #fff;
}
.cid-tDTcN8EDPx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDTcN8EDPx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDTcN8EDPx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDTcN8EDPx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDTcN8EDPx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDTcN8EDPx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDTcN8EDPx .carousel {
  width: 100%;
}
.cid-tDTcN8EDPx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDTcN8EDPx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDTcN8EDPx .modal.fade .modal-dialog,
.cid-tDTcN8EDPx .modal.in .modal-dialog {
  transform: none;
}
.cid-tDTcN8EDPx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDTcN8EDPx H6 {
  text-align: center;
}
.cid-tDTcN8EDPx H3 {
  color: #efefef;
}
.cid-tDTcN9zbxM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tDTcN9zbxM img,
.cid-tDTcN9zbxM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tDTcN9zbxM .item:focus,
.cid-tDTcN9zbxM span:focus {
  outline: none;
}
.cid-tDTcN9zbxM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDTcN9zbxM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDTcN9zbxM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDTcN9zbxM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDTcN9zbxM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDTcN9zbxM .mbr-section-title {
  color: #efefef;
}
.cid-tDTcN9zbxM .mbr-text,
.cid-tDTcN9zbxM .mbr-section-btn {
  text-align: left;
}
.cid-tDTcN9zbxM .item-title {
  text-align: center;
}
.cid-tDTcN9zbxM .item-subtitle {
  text-align: left;
}
.cid-tDTcN9U3pu {
  z-index: 1000;
  width: 100%;
}
.cid-tDTcN9U3pu nav.navbar {
  position: fixed;
}
.cid-tDTcN9U3pu .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-tDTcN9U3pu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDTcN9U3pu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDTcN9U3pu .dropdown-item:hover,
.cid-tDTcN9U3pu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tDTcN9U3pu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDTcN9U3pu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDTcN9U3pu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDTcN9U3pu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDTcN9U3pu .nav-link {
  position: relative;
}
.cid-tDTcN9U3pu .container {
  display: flex;
  margin: auto;
}
.cid-tDTcN9U3pu .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDTcN9U3pu .dropdown-menu,
.cid-tDTcN9U3pu .navbar.opened {
  background: #bbbbbb !important;
}
.cid-tDTcN9U3pu .nav-item:focus,
.cid-tDTcN9U3pu .nav-link:focus {
  outline: none;
}
.cid-tDTcN9U3pu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDTcN9U3pu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDTcN9U3pu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDTcN9U3pu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDTcN9U3pu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDTcN9U3pu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDTcN9U3pu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-tDTcN9U3pu .navbar.opened {
  transition: all 0.3s;
}
.cid-tDTcN9U3pu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDTcN9U3pu .navbar .navbar-logo img {
  width: auto;
}
.cid-tDTcN9U3pu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDTcN9U3pu .navbar.collapsed {
  justify-content: center;
}
.cid-tDTcN9U3pu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDTcN9U3pu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDTcN9U3pu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDTcN9U3pu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDTcN9U3pu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDTcN9U3pu .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-tDTcN9U3pu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDTcN9U3pu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDTcN9U3pu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDTcN9U3pu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDTcN9U3pu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDTcN9U3pu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDTcN9U3pu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDTcN9U3pu .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-tDTcN9U3pu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDTcN9U3pu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDTcN9U3pu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDTcN9U3pu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDTcN9U3pu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDTcN9U3pu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDTcN9U3pu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDTcN9U3pu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDTcN9U3pu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDTcN9U3pu .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-tDTcN9U3pu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDTcN9U3pu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDTcN9U3pu .dropdown-item.active,
.cid-tDTcN9U3pu .dropdown-item:active {
  background-color: transparent;
}
.cid-tDTcN9U3pu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDTcN9U3pu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDTcN9U3pu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDTcN9U3pu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-tDTcN9U3pu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDTcN9U3pu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDTcN9U3pu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDTcN9U3pu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDTcN9U3pu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDTcN9U3pu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDTcN9U3pu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDTcN9U3pu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDTcN9U3pu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDTcN9U3pu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDTcN9U3pu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDTcN9U3pu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDTcN9U3pu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDTcN9U3pu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDTcN9U3pu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDTcN9U3pu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDTcN9U3pu .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-tDTcN9U3pu .navbar {
    height: 70px;
  }
  .cid-tDTcN9U3pu .navbar.opened {
    height: auto;
  }
  .cid-tDTcN9U3pu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDTcNaefKE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tDTcNaefKE .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tDTdbGVWdE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tDTdbGVWdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDTdbGVWdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDTdbGVWdE .timeline-element {
  position: relative;
}
.cid-tDTdbGVWdE .timelines-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.cid-tDTdbGVWdE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDTdbGVWdE .mbr-section-title,
.cid-tDTdbGVWdE .mbr-section-subtitle,
.cid-tDTdbGVWdE .timeline-date {
  text-align: center;
}
.cid-tDTdbGVWdE .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffb18a;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tDTdbGVWdE .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDTdbGVWdE .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDTdbGVWdE .row:after {
  content: "";
  position: absolute;
  background-color: #ffb18a;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDTdbGVWdE .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDTdbGVWdE .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDTdbGVWdE .timeline-date-wrapper,
  .cid-tDTdbGVWdE .timeline-text-wrapper,
  .cid-tDTdbGVWdE .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDTdbGVWdE .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDTdbGVWdE .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDTdbGVWdE .timeline-date-wrapper,
  .cid-tDTdbGVWdE .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDTdbGVWdE .timeline-date-wrapper,
  .cid-tDTdbGVWdE .timeline-text-wrapper,
  .cid-tDTdbGVWdE .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDTdbGVWdE .mbr-section-title {
  color: #efefef;
}
.cid-tDTdbGVWdE .mbr-section-subtitle {
  color: #efefef;
}
.cid-tDTdbGVWdE .mbr-timeline-date {
  color: #efefef;
}
.cid-tDTdbGVWdE .mbr-timeline-title {
  color: #efefef;
}
.cid-tDTdbGVWdE .mbr-text {
  color: #efefef;
}
.cid-tDTcP8sCVs {
  z-index: 1000;
  width: 100%;
}
.cid-tDTcP8sCVs nav.navbar {
  position: fixed;
}
.cid-tDTcP8sCVs .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-tDTcP8sCVs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDTcP8sCVs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDTcP8sCVs .dropdown-item:hover,
.cid-tDTcP8sCVs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tDTcP8sCVs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDTcP8sCVs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDTcP8sCVs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDTcP8sCVs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDTcP8sCVs .nav-link {
  position: relative;
}
.cid-tDTcP8sCVs .container {
  display: flex;
  margin: auto;
}
.cid-tDTcP8sCVs .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDTcP8sCVs .dropdown-menu,
.cid-tDTcP8sCVs .navbar.opened {
  background: #bbbbbb !important;
}
.cid-tDTcP8sCVs .nav-item:focus,
.cid-tDTcP8sCVs .nav-link:focus {
  outline: none;
}
.cid-tDTcP8sCVs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDTcP8sCVs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDTcP8sCVs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDTcP8sCVs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDTcP8sCVs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDTcP8sCVs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDTcP8sCVs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-tDTcP8sCVs .navbar.opened {
  transition: all 0.3s;
}
.cid-tDTcP8sCVs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDTcP8sCVs .navbar .navbar-logo img {
  width: auto;
}
.cid-tDTcP8sCVs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDTcP8sCVs .navbar.collapsed {
  justify-content: center;
}
.cid-tDTcP8sCVs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDTcP8sCVs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDTcP8sCVs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tDTcP8sCVs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDTcP8sCVs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDTcP8sCVs .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-tDTcP8sCVs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDTcP8sCVs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDTcP8sCVs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDTcP8sCVs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDTcP8sCVs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDTcP8sCVs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDTcP8sCVs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDTcP8sCVs .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-tDTcP8sCVs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDTcP8sCVs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDTcP8sCVs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDTcP8sCVs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDTcP8sCVs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDTcP8sCVs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDTcP8sCVs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDTcP8sCVs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDTcP8sCVs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDTcP8sCVs .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-tDTcP8sCVs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDTcP8sCVs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDTcP8sCVs .dropdown-item.active,
.cid-tDTcP8sCVs .dropdown-item:active {
  background-color: transparent;
}
.cid-tDTcP8sCVs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDTcP8sCVs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDTcP8sCVs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDTcP8sCVs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-tDTcP8sCVs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDTcP8sCVs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDTcP8sCVs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDTcP8sCVs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDTcP8sCVs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDTcP8sCVs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDTcP8sCVs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDTcP8sCVs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDTcP8sCVs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDTcP8sCVs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDTcP8sCVs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDTcP8sCVs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDTcP8sCVs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDTcP8sCVs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDTcP8sCVs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDTcP8sCVs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDTcP8sCVs .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-tDTcP8sCVs .navbar {
    height: 70px;
  }
  .cid-tDTcP8sCVs .navbar.opened {
    height: auto;
  }
  .cid-tDTcP8sCVs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDTcP8Nvl8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tDTcP8Nvl8 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u1hdLQK8Zn {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hdLQK8Zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdLQK8Zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdLQK8Zn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdLQK8Zn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdLQK8Zn .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdLQK8Zn .mbr-text {
  color: #efefef;
}
.cid-u1hdLQK8Zn .mbr-section-title {
  color: #efefef;
}
.cid-u1hdLQK8Zn .mbr-description {
  color: #efefef;
}
.cid-u1hdLR03V0 {
  z-index: 1000;
  width: 100%;
}
.cid-u1hdLR03V0 nav.navbar {
  position: fixed;
}
.cid-u1hdLR03V0 .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-u1hdLR03V0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1hdLR03V0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1hdLR03V0 .dropdown-item:hover,
.cid-u1hdLR03V0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u1hdLR03V0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1hdLR03V0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1hdLR03V0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1hdLR03V0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1hdLR03V0 .nav-link {
  position: relative;
}
.cid-u1hdLR03V0 .container {
  display: flex;
  margin: auto;
}
.cid-u1hdLR03V0 .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1hdLR03V0 .dropdown-menu,
.cid-u1hdLR03V0 .navbar.opened {
  background: #bbbbbb !important;
}
.cid-u1hdLR03V0 .nav-item:focus,
.cid-u1hdLR03V0 .nav-link:focus {
  outline: none;
}
.cid-u1hdLR03V0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1hdLR03V0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1hdLR03V0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1hdLR03V0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1hdLR03V0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1hdLR03V0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1hdLR03V0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-u1hdLR03V0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u1hdLR03V0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1hdLR03V0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u1hdLR03V0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1hdLR03V0 .navbar.collapsed {
  justify-content: center;
}
.cid-u1hdLR03V0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1hdLR03V0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1hdLR03V0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u1hdLR03V0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1hdLR03V0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1hdLR03V0 .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-u1hdLR03V0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1hdLR03V0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1hdLR03V0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1hdLR03V0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1hdLR03V0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1hdLR03V0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1hdLR03V0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1hdLR03V0 .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-u1hdLR03V0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1hdLR03V0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1hdLR03V0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1hdLR03V0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1hdLR03V0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1hdLR03V0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1hdLR03V0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1hdLR03V0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1hdLR03V0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1hdLR03V0 .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-u1hdLR03V0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1hdLR03V0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1hdLR03V0 .dropdown-item.active,
.cid-u1hdLR03V0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u1hdLR03V0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1hdLR03V0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1hdLR03V0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1hdLR03V0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-u1hdLR03V0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1hdLR03V0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1hdLR03V0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1hdLR03V0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1hdLR03V0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1hdLR03V0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1hdLR03V0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1hdLR03V0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1hdLR03V0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1hdLR03V0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1hdLR03V0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1hdLR03V0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1hdLR03V0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1hdLR03V0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1hdLR03V0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1hdLR03V0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1hdLR03V0 .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-u1hdLR03V0 .navbar {
    height: 70px;
  }
  .cid-u1hdLR03V0 .navbar.opened {
    height: auto;
  }
  .cid-u1hdLR03V0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1mNP1rROl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u1mNP1rROl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1mNP1rROl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1mNP1rROl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1mNP1rROl .row {
  flex-direction: row-reverse;
}
.cid-u1mNP1rROl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1mNP1rROl .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1mNP1rROl .mbr-text {
  color: #efefef;
}
.cid-u1mNP1rROl .mbr-section-title {
  color: #efefef;
}
.cid-u1mNP1rROl .mbr-description {
  color: #efefef;
}
.cid-u1mQo7fGUN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u1mQo7fGUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1mQo7fGUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1mQo7fGUN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1mQo7fGUN .row {
  flex-direction: row-reverse;
}
.cid-u1mQo7fGUN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1mQo7fGUN .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1mQo7fGUN .mbr-text {
  color: #efefef;
}
.cid-u1mQo7fGUN .mbr-section-title {
  color: #efefef;
}
.cid-u1mQo7fGUN .mbr-description {
  color: #efefef;
}
.cid-u1hdLRmPkx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u1hdLRmPkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdLRmPkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdLRmPkx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdLRmPkx .row {
  flex-direction: row-reverse;
}
.cid-u1hdLRmPkx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdLRmPkx .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdLRmPkx .mbr-text {
  color: #efefef;
}
.cid-u1hdLRmPkx .mbr-section-title {
  color: #efefef;
}
.cid-u1hdLRmPkx .mbr-description {
  color: #efefef;
}
.cid-u1hdLRAwQE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-u1hdLRAwQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdLRAwQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1hdLRAwQE .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u1hdLRAwQE .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-u1hdLRAwQE .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-u1hdLRAwQE P {
  color: #efefef;
}
.cid-u1hdLRPGkT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hdLRPGkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdLRPGkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdLRPGkT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdLRPGkT .row {
  flex-direction: row-reverse;
}
.cid-u1hdLRPGkT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdLRPGkT .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdLRPGkT .mbr-description {
  color: #efefef;
}
.cid-u1hdLRPGkT .mbr-section-title {
  color: #efefef;
}
.cid-u1hdLS77fU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-u1hdLS77fU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u1hdLS77fU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u1hdLS77fU form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u1hdLS77fU form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1hdLS77fU .mbr-section-title {
  color: #efefef;
}
.cid-u1hdLSlTgp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-u1hdLSlTgp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tEycoz4ixY {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tEycoz4ixY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEycoz4ixY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEycoz4ixY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEycoz4ixY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEycoz4ixY .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEycoz4ixY .mbr-text {
  color: #efefef;
}
.cid-tEycoz4ixY .mbr-section-title {
  color: #efefef;
}
.cid-tEycoz4ixY .mbr-description {
  color: #efefef;
}
.cid-tEycozBAr0 {
  z-index: 1000;
  width: 100%;
}
.cid-tEycozBAr0 nav.navbar {
  position: fixed;
}
.cid-tEycozBAr0 .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-tEycozBAr0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEycozBAr0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEycozBAr0 .dropdown-item:hover,
.cid-tEycozBAr0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tEycozBAr0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEycozBAr0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEycozBAr0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEycozBAr0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEycozBAr0 .nav-link {
  position: relative;
}
.cid-tEycozBAr0 .container {
  display: flex;
  margin: auto;
}
.cid-tEycozBAr0 .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEycozBAr0 .dropdown-menu,
.cid-tEycozBAr0 .navbar.opened {
  background: #bbbbbb !important;
}
.cid-tEycozBAr0 .nav-item:focus,
.cid-tEycozBAr0 .nav-link:focus {
  outline: none;
}
.cid-tEycozBAr0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEycozBAr0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEycozBAr0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEycozBAr0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEycozBAr0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEycozBAr0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEycozBAr0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-tEycozBAr0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tEycozBAr0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEycozBAr0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tEycozBAr0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEycozBAr0 .navbar.collapsed {
  justify-content: center;
}
.cid-tEycozBAr0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEycozBAr0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEycozBAr0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tEycozBAr0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEycozBAr0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEycozBAr0 .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-tEycozBAr0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEycozBAr0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEycozBAr0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEycozBAr0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEycozBAr0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEycozBAr0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEycozBAr0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEycozBAr0 .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-tEycozBAr0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEycozBAr0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEycozBAr0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEycozBAr0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEycozBAr0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEycozBAr0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEycozBAr0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEycozBAr0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEycozBAr0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEycozBAr0 .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-tEycozBAr0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEycozBAr0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEycozBAr0 .dropdown-item.active,
.cid-tEycozBAr0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tEycozBAr0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEycozBAr0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEycozBAr0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEycozBAr0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-tEycozBAr0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEycozBAr0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEycozBAr0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEycozBAr0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEycozBAr0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEycozBAr0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tEycozBAr0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEycozBAr0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEycozBAr0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEycozBAr0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEycozBAr0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEycozBAr0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEycozBAr0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEycozBAr0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEycozBAr0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEycozBAr0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEycozBAr0 .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-tEycozBAr0 .navbar {
    height: 70px;
  }
  .cid-tEycozBAr0 .navbar.opened {
    height: auto;
  }
  .cid-tEycozBAr0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEycoA8NPr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tEycoA8NPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEycoA8NPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEycoA8NPr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEycoA8NPr .row {
  flex-direction: row-reverse;
}
.cid-tEycoA8NPr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEycoA8NPr .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEycoA8NPr .mbr-text {
  color: #efefef;
}
.cid-tEycoA8NPr .mbr-section-title {
  color: #efefef;
}
.cid-tEycoA8NPr .mbr-description {
  color: #efefef;
}
.cid-tEydgJsc61 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-tEydgJsc61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEydgJsc61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEydgJsc61 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tEydgJsc61 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tEydgJsc61 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tEydgJsc61 P {
  color: #efefef;
}
.cid-tEycoAulag {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tEycoAulag .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEycoAulag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEycoAulag .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEycoAulag .row {
  flex-direction: row-reverse;
}
.cid-tEycoAulag img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEycoAulag .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEycoAulag .mbr-description {
  color: #efefef;
}
.cid-tEycoAulag .mbr-section-title {
  color: #efefef;
}
.cid-tEyhgFGJag {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tEyhgFGJag .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tEyhgFGJag form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tEyhgFGJag form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tEyhgFGJag form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tEyhgFGJag .mbr-section-title {
  color: #efefef;
}
.cid-tEycoBsn80 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tEycoBsn80 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tEy3QsQ4ML {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tEy3QsQ4ML .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEy3QsQ4ML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEy3QsQ4ML .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEy3QsQ4ML img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEy3QsQ4ML .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEy3QsQ4ML .mbr-text {
  color: #efefef;
}
.cid-tEy3QsQ4ML .mbr-section-title {
  color: #efefef;
}
.cid-tEy3QsQ4ML .mbr-description {
  color: #efefef;
}
.cid-tEy37hzufB {
  z-index: 1000;
  width: 100%;
}
.cid-tEy37hzufB nav.navbar {
  position: fixed;
}
.cid-tEy37hzufB .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-tEy37hzufB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEy37hzufB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEy37hzufB .dropdown-item:hover,
.cid-tEy37hzufB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tEy37hzufB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEy37hzufB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEy37hzufB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEy37hzufB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEy37hzufB .nav-link {
  position: relative;
}
.cid-tEy37hzufB .container {
  display: flex;
  margin: auto;
}
.cid-tEy37hzufB .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEy37hzufB .dropdown-menu,
.cid-tEy37hzufB .navbar.opened {
  background: #bbbbbb !important;
}
.cid-tEy37hzufB .nav-item:focus,
.cid-tEy37hzufB .nav-link:focus {
  outline: none;
}
.cid-tEy37hzufB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEy37hzufB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEy37hzufB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEy37hzufB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEy37hzufB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEy37hzufB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEy37hzufB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-tEy37hzufB .navbar.opened {
  transition: all 0.3s;
}
.cid-tEy37hzufB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEy37hzufB .navbar .navbar-logo img {
  width: auto;
}
.cid-tEy37hzufB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEy37hzufB .navbar.collapsed {
  justify-content: center;
}
.cid-tEy37hzufB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEy37hzufB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEy37hzufB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tEy37hzufB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEy37hzufB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEy37hzufB .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-tEy37hzufB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEy37hzufB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEy37hzufB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEy37hzufB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEy37hzufB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEy37hzufB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEy37hzufB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEy37hzufB .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-tEy37hzufB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEy37hzufB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEy37hzufB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEy37hzufB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEy37hzufB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEy37hzufB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEy37hzufB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEy37hzufB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEy37hzufB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEy37hzufB .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-tEy37hzufB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEy37hzufB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEy37hzufB .dropdown-item.active,
.cid-tEy37hzufB .dropdown-item:active {
  background-color: transparent;
}
.cid-tEy37hzufB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEy37hzufB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEy37hzufB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEy37hzufB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-tEy37hzufB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEy37hzufB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEy37hzufB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEy37hzufB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEy37hzufB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEy37hzufB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tEy37hzufB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEy37hzufB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEy37hzufB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEy37hzufB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEy37hzufB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEy37hzufB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEy37hzufB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEy37hzufB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEy37hzufB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEy37hzufB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEy37hzufB .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-tEy37hzufB .navbar {
    height: 70px;
  }
  .cid-tEy37hzufB .navbar.opened {
    height: auto;
  }
  .cid-tEy37hzufB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEy4CapelS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tEy4CapelS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEy4CapelS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEy4CapelS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEy4CapelS .row {
  flex-direction: row-reverse;
}
.cid-tEy4CapelS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEy4CapelS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEy4CapelS .mbr-text {
  color: #efefef;
}
.cid-tEy4CapelS .mbr-section-title {
  color: #efefef;
}
.cid-tEy4CapelS .mbr-description {
  color: #efefef;
}
.cid-tEy7sJtGjG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tEy7sJtGjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEy7sJtGjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEy7sJtGjG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEy7sJtGjG .row {
  flex-direction: row-reverse;
}
.cid-tEy7sJtGjG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEy7sJtGjG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEy7sJtGjG .mbr-description {
  color: #efefef;
}
.cid-tEy7sJtGjG .mbr-section-title {
  color: #efefef;
}
.cid-tEykBwaXop {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tEykBwaXop .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tEykBwaXop form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tEykBwaXop form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tEykBwaXop form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tEykBwaXop .mbr-section-title {
  color: #efefef;
}
.cid-tEy37i56n2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tEy37i56n2 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u1hcS2G5bt {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hcS2G5bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hcS2G5bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hcS2G5bt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hcS2G5bt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hcS2G5bt .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hcS2G5bt .mbr-text {
  color: #efefef;
}
.cid-u1hcS2G5bt .mbr-section-title {
  color: #efefef;
}
.cid-u1hcS2G5bt .mbr-description {
  color: #efefef;
}
.cid-u1hcS36VZI {
  z-index: 1000;
  width: 100%;
}
.cid-u1hcS36VZI nav.navbar {
  position: fixed;
}
.cid-u1hcS36VZI .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-u1hcS36VZI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1hcS36VZI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1hcS36VZI .dropdown-item:hover,
.cid-u1hcS36VZI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u1hcS36VZI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1hcS36VZI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1hcS36VZI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1hcS36VZI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1hcS36VZI .nav-link {
  position: relative;
}
.cid-u1hcS36VZI .container {
  display: flex;
  margin: auto;
}
.cid-u1hcS36VZI .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1hcS36VZI .dropdown-menu,
.cid-u1hcS36VZI .navbar.opened {
  background: #bbbbbb !important;
}
.cid-u1hcS36VZI .nav-item:focus,
.cid-u1hcS36VZI .nav-link:focus {
  outline: none;
}
.cid-u1hcS36VZI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1hcS36VZI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1hcS36VZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1hcS36VZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1hcS36VZI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1hcS36VZI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1hcS36VZI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-u1hcS36VZI .navbar.opened {
  transition: all 0.3s;
}
.cid-u1hcS36VZI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1hcS36VZI .navbar .navbar-logo img {
  width: auto;
}
.cid-u1hcS36VZI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1hcS36VZI .navbar.collapsed {
  justify-content: center;
}
.cid-u1hcS36VZI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1hcS36VZI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1hcS36VZI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u1hcS36VZI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1hcS36VZI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1hcS36VZI .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-u1hcS36VZI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1hcS36VZI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1hcS36VZI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1hcS36VZI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1hcS36VZI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1hcS36VZI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1hcS36VZI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1hcS36VZI .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-u1hcS36VZI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1hcS36VZI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1hcS36VZI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1hcS36VZI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1hcS36VZI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1hcS36VZI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1hcS36VZI .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1hcS36VZI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1hcS36VZI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1hcS36VZI .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-u1hcS36VZI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1hcS36VZI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1hcS36VZI .dropdown-item.active,
.cid-u1hcS36VZI .dropdown-item:active {
  background-color: transparent;
}
.cid-u1hcS36VZI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1hcS36VZI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1hcS36VZI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1hcS36VZI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-u1hcS36VZI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1hcS36VZI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1hcS36VZI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1hcS36VZI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1hcS36VZI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1hcS36VZI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1hcS36VZI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1hcS36VZI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1hcS36VZI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1hcS36VZI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1hcS36VZI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1hcS36VZI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1hcS36VZI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1hcS36VZI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1hcS36VZI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1hcS36VZI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1hcS36VZI .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-u1hcS36VZI .navbar {
    height: 70px;
  }
  .cid-u1hcS36VZI .navbar.opened {
    height: auto;
  }
  .cid-u1hcS36VZI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1hcS3KumG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hcS3KumG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hcS3KumG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hcS3KumG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hcS3KumG .row {
  flex-direction: row-reverse;
}
.cid-u1hcS3KumG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hcS3KumG .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hcS3KumG .mbr-text {
  color: #efefef;
}
.cid-u1hcS3KumG .mbr-section-title {
  color: #efefef;
}
.cid-u1hcS3KumG .mbr-description {
  color: #efefef;
}
.cid-ub5kCff1B2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub5kCff1B2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub5kCff1B2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub5kCff1B2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub5kCff1B2 .row {
  flex-direction: row-reverse;
}
.cid-ub5kCff1B2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub5kCff1B2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ub5kCff1B2 .mbr-text {
  color: #efefef;
}
.cid-ub5kCff1B2 .mbr-section-title {
  color: #efefef;
}
.cid-ub5kCff1B2 .mbr-description {
  color: #efefef;
}
.cid-ub5kDUjaop {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub5kDUjaop .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub5kDUjaop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub5kDUjaop .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub5kDUjaop .row {
  flex-direction: row-reverse;
}
.cid-ub5kDUjaop img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub5kDUjaop .text-wrapper {
    padding: 2rem;
  }
}
.cid-ub5kDUjaop .mbr-text {
  color: #efefef;
}
.cid-ub5kDUjaop .mbr-section-title {
  color: #efefef;
}
.cid-ub5kDUjaop .mbr-description {
  color: #efefef;
}
.cid-ub5kGfJUS1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub5kGfJUS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub5kGfJUS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub5kGfJUS1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub5kGfJUS1 .row {
  flex-direction: row-reverse;
}
.cid-ub5kGfJUS1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub5kGfJUS1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ub5kGfJUS1 .mbr-text {
  color: #efefef;
}
.cid-ub5kGfJUS1 .mbr-section-title {
  color: #efefef;
}
.cid-ub5kGfJUS1 .mbr-description {
  color: #efefef;
}
.cid-u1hcS4eQhw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hcS4eQhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hcS4eQhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hcS4eQhw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hcS4eQhw .row {
  flex-direction: row-reverse;
}
.cid-u1hcS4eQhw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hcS4eQhw .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hcS4eQhw .mbr-description {
  color: #efefef;
}
.cid-u1hcS4eQhw .mbr-section-title {
  color: #efefef;
}
.cid-u1hcS4rKFr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-u1hcS4rKFr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u1hcS4rKFr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u1hcS4rKFr form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u1hcS4rKFr form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1hcS4rKFr .mbr-section-title {
  color: #efefef;
}
.cid-u1hcS4DBkH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-u1hcS4DBkH .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u1hdr2aP9l {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hdr2aP9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdr2aP9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdr2aP9l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdr2aP9l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdr2aP9l .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdr2aP9l .mbr-text {
  color: #efefef;
}
.cid-u1hdr2aP9l .mbr-section-title {
  color: #efefef;
}
.cid-u1hdr2aP9l .mbr-description {
  color: #efefef;
}
.cid-u1hdr2vGZu {
  z-index: 1000;
  width: 100%;
}
.cid-u1hdr2vGZu nav.navbar {
  position: fixed;
}
.cid-u1hdr2vGZu .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-u1hdr2vGZu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1hdr2vGZu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1hdr2vGZu .dropdown-item:hover,
.cid-u1hdr2vGZu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u1hdr2vGZu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1hdr2vGZu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1hdr2vGZu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1hdr2vGZu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1hdr2vGZu .nav-link {
  position: relative;
}
.cid-u1hdr2vGZu .container {
  display: flex;
  margin: auto;
}
.cid-u1hdr2vGZu .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1hdr2vGZu .dropdown-menu,
.cid-u1hdr2vGZu .navbar.opened {
  background: #bbbbbb !important;
}
.cid-u1hdr2vGZu .nav-item:focus,
.cid-u1hdr2vGZu .nav-link:focus {
  outline: none;
}
.cid-u1hdr2vGZu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1hdr2vGZu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1hdr2vGZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1hdr2vGZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1hdr2vGZu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1hdr2vGZu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1hdr2vGZu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-u1hdr2vGZu .navbar.opened {
  transition: all 0.3s;
}
.cid-u1hdr2vGZu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1hdr2vGZu .navbar .navbar-logo img {
  width: auto;
}
.cid-u1hdr2vGZu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1hdr2vGZu .navbar.collapsed {
  justify-content: center;
}
.cid-u1hdr2vGZu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1hdr2vGZu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1hdr2vGZu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u1hdr2vGZu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1hdr2vGZu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1hdr2vGZu .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-u1hdr2vGZu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1hdr2vGZu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1hdr2vGZu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1hdr2vGZu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1hdr2vGZu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1hdr2vGZu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1hdr2vGZu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1hdr2vGZu .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-u1hdr2vGZu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1hdr2vGZu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1hdr2vGZu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1hdr2vGZu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1hdr2vGZu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1hdr2vGZu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1hdr2vGZu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1hdr2vGZu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1hdr2vGZu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1hdr2vGZu .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-u1hdr2vGZu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1hdr2vGZu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1hdr2vGZu .dropdown-item.active,
.cid-u1hdr2vGZu .dropdown-item:active {
  background-color: transparent;
}
.cid-u1hdr2vGZu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1hdr2vGZu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1hdr2vGZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1hdr2vGZu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-u1hdr2vGZu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1hdr2vGZu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1hdr2vGZu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1hdr2vGZu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1hdr2vGZu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1hdr2vGZu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1hdr2vGZu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1hdr2vGZu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1hdr2vGZu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1hdr2vGZu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1hdr2vGZu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1hdr2vGZu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1hdr2vGZu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1hdr2vGZu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1hdr2vGZu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1hdr2vGZu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1hdr2vGZu .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-u1hdr2vGZu .navbar {
    height: 70px;
  }
  .cid-u1hdr2vGZu .navbar.opened {
    height: auto;
  }
  .cid-u1hdr2vGZu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1hdr2YTl6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u1hdr2YTl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdr2YTl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdr2YTl6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdr2YTl6 .row {
  flex-direction: row-reverse;
}
.cid-u1hdr2YTl6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdr2YTl6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdr2YTl6 .mbr-text {
  color: #efefef;
}
.cid-u1hdr2YTl6 .mbr-section-title {
  color: #efefef;
}
.cid-u1hdr2YTl6 .mbr-description {
  color: #efefef;
}
.cid-u3P1tUQ8nT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u3P1tUQ8nT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3P1tUQ8nT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3P1tUQ8nT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3P1tUQ8nT .row {
  flex-direction: row-reverse;
}
.cid-u3P1tUQ8nT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3P1tUQ8nT .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3P1tUQ8nT .mbr-text {
  color: #efefef;
}
.cid-u3P1tUQ8nT .mbr-section-title {
  color: #efefef;
}
.cid-u3P1tUQ8nT .mbr-description {
  color: #efefef;
}
.cid-u1hdr3uOws {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-u1hdr3uOws .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdr3uOws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1hdr3uOws .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u1hdr3uOws .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-u1hdr3uOws .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-u1hdr3uOws P {
  color: #efefef;
}
.cid-u1hdr3HbXx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hdr3HbXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdr3HbXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdr3HbXx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdr3HbXx .row {
  flex-direction: row-reverse;
}
.cid-u1hdr3HbXx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdr3HbXx .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdr3HbXx .mbr-description {
  color: #efefef;
}
.cid-u1hdr3HbXx .mbr-section-title {
  color: #efefef;
}
.cid-u1hdr3TgIL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-u1hdr3TgIL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u1hdr3TgIL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u1hdr3TgIL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u1hdr3TgIL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1hdr3TgIL .mbr-section-title {
  color: #efefef;
}
.cid-u1hdr454Nc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-u1hdr454Nc .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u1hdtVu9tg {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hdtVu9tg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdtVu9tg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdtVu9tg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdtVu9tg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdtVu9tg .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdtVu9tg .mbr-text {
  color: #efefef;
}
.cid-u1hdtVu9tg .mbr-section-title {
  color: #efefef;
}
.cid-u1hdtVu9tg .mbr-description {
  color: #efefef;
}
.cid-u1hdtVJd9D {
  z-index: 1000;
  width: 100%;
}
.cid-u1hdtVJd9D nav.navbar {
  position: fixed;
}
.cid-u1hdtVJd9D .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-u1hdtVJd9D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1hdtVJd9D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1hdtVJd9D .dropdown-item:hover,
.cid-u1hdtVJd9D .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u1hdtVJd9D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1hdtVJd9D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1hdtVJd9D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1hdtVJd9D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1hdtVJd9D .nav-link {
  position: relative;
}
.cid-u1hdtVJd9D .container {
  display: flex;
  margin: auto;
}
.cid-u1hdtVJd9D .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1hdtVJd9D .dropdown-menu,
.cid-u1hdtVJd9D .navbar.opened {
  background: #bbbbbb !important;
}
.cid-u1hdtVJd9D .nav-item:focus,
.cid-u1hdtVJd9D .nav-link:focus {
  outline: none;
}
.cid-u1hdtVJd9D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1hdtVJd9D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1hdtVJd9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1hdtVJd9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1hdtVJd9D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1hdtVJd9D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1hdtVJd9D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-u1hdtVJd9D .navbar.opened {
  transition: all 0.3s;
}
.cid-u1hdtVJd9D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1hdtVJd9D .navbar .navbar-logo img {
  width: auto;
}
.cid-u1hdtVJd9D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1hdtVJd9D .navbar.collapsed {
  justify-content: center;
}
.cid-u1hdtVJd9D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1hdtVJd9D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1hdtVJd9D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u1hdtVJd9D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1hdtVJd9D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1hdtVJd9D .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-u1hdtVJd9D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1hdtVJd9D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1hdtVJd9D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1hdtVJd9D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1hdtVJd9D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1hdtVJd9D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1hdtVJd9D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1hdtVJd9D .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-u1hdtVJd9D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1hdtVJd9D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1hdtVJd9D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1hdtVJd9D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1hdtVJd9D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1hdtVJd9D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1hdtVJd9D .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1hdtVJd9D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1hdtVJd9D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1hdtVJd9D .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-u1hdtVJd9D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1hdtVJd9D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1hdtVJd9D .dropdown-item.active,
.cid-u1hdtVJd9D .dropdown-item:active {
  background-color: transparent;
}
.cid-u1hdtVJd9D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1hdtVJd9D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1hdtVJd9D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1hdtVJd9D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-u1hdtVJd9D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1hdtVJd9D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1hdtVJd9D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1hdtVJd9D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1hdtVJd9D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1hdtVJd9D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1hdtVJd9D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1hdtVJd9D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1hdtVJd9D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1hdtVJd9D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1hdtVJd9D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1hdtVJd9D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1hdtVJd9D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1hdtVJd9D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1hdtVJd9D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1hdtVJd9D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1hdtVJd9D .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-u1hdtVJd9D .navbar {
    height: 70px;
  }
  .cid-u1hdtVJd9D .navbar.opened {
    height: auto;
  }
  .cid-u1hdtVJd9D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub57yx1UAz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub57yx1UAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub57yx1UAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub57yx1UAz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub57yx1UAz .row {
  flex-direction: row-reverse;
}
.cid-ub57yx1UAz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub57yx1UAz .text-wrapper {
    padding: 2rem;
  }
}
.cid-ub57yx1UAz .mbr-text {
  color: #efefef;
}
.cid-ub57yx1UAz .mbr-section-title {
  color: #efefef;
}
.cid-ub57yx1UAz .mbr-description {
  color: #efefef;
}
.cid-ub57AcBYV7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub57AcBYV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub57AcBYV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub57AcBYV7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub57AcBYV7 .row {
  flex-direction: row-reverse;
}
.cid-ub57AcBYV7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub57AcBYV7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ub57AcBYV7 .mbr-text {
  color: #efefef;
}
.cid-ub57AcBYV7 .mbr-section-title {
  color: #efefef;
}
.cid-ub57AcBYV7 .mbr-description {
  color: #efefef;
}
.cid-ub57B1CkTj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub57B1CkTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub57B1CkTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub57B1CkTj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub57B1CkTj .row {
  flex-direction: row-reverse;
}
.cid-ub57B1CkTj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub57B1CkTj .text-wrapper {
    padding: 2rem;
  }
}
.cid-ub57B1CkTj .mbr-text {
  color: #efefef;
}
.cid-ub57B1CkTj .mbr-section-title {
  color: #efefef;
}
.cid-ub57B1CkTj .mbr-description {
  color: #efefef;
}
.cid-ub57BS4913 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub57BS4913 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub57BS4913 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub57BS4913 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub57BS4913 .row {
  flex-direction: row-reverse;
}
.cid-ub57BS4913 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub57BS4913 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ub57BS4913 .mbr-text {
  color: #efefef;
}
.cid-ub57BS4913 .mbr-section-title {
  color: #efefef;
}
.cid-ub57BS4913 .mbr-description {
  color: #efefef;
}
.cid-ub5aLxsN00 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub5aLxsN00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub5aLxsN00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub5aLxsN00 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub5aLxsN00 .row {
  flex-direction: row-reverse;
}
.cid-ub5aLxsN00 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub5aLxsN00 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ub5aLxsN00 .mbr-text {
  color: #efefef;
}
.cid-ub5aLxsN00 .mbr-section-title {
  color: #efefef;
}
.cid-ub5aLxsN00 .mbr-description {
  color: #efefef;
}
.cid-u1hdtW2WGA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hdtW2WGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdtW2WGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdtW2WGA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdtW2WGA .row {
  flex-direction: row-reverse;
}
.cid-u1hdtW2WGA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdtW2WGA .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdtW2WGA .mbr-text {
  color: #efefef;
}
.cid-u1hdtW2WGA .mbr-section-title {
  color: #efefef;
}
.cid-u1hdtW2WGA .mbr-description {
  color: #efefef;
}
.cid-u1hdtWtots {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hdtWtots .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdtWtots .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdtWtots .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdtWtots .row {
  flex-direction: row-reverse;
}
.cid-u1hdtWtots img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdtWtots .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdtWtots .mbr-description {
  color: #efefef;
}
.cid-u1hdtWtots .mbr-section-title {
  color: #efefef;
}
.cid-u1hdtWHWPZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-u1hdtWHWPZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u1hdtWHWPZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u1hdtWHWPZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u1hdtWHWPZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1hdtWHWPZ .mbr-section-title {
  color: #efefef;
}
.cid-u1hdtWTCv5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-u1hdtWTCv5 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u1hdEBnJ9W {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hdEBnJ9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdEBnJ9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdEBnJ9W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdEBnJ9W img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdEBnJ9W .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdEBnJ9W .mbr-text {
  color: #efefef;
}
.cid-u1hdEBnJ9W .mbr-section-title {
  color: #efefef;
}
.cid-u1hdEBnJ9W .mbr-description {
  color: #efefef;
}
.cid-u1hdEBBnc9 {
  z-index: 1000;
  width: 100%;
}
.cid-u1hdEBBnc9 nav.navbar {
  position: fixed;
}
.cid-u1hdEBBnc9 .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-u1hdEBBnc9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1hdEBBnc9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1hdEBBnc9 .dropdown-item:hover,
.cid-u1hdEBBnc9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u1hdEBBnc9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1hdEBBnc9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1hdEBBnc9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1hdEBBnc9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1hdEBBnc9 .nav-link {
  position: relative;
}
.cid-u1hdEBBnc9 .container {
  display: flex;
  margin: auto;
}
.cid-u1hdEBBnc9 .iconfont-wrapper {
  color: #efefef !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1hdEBBnc9 .dropdown-menu,
.cid-u1hdEBBnc9 .navbar.opened {
  background: #bbbbbb !important;
}
.cid-u1hdEBBnc9 .nav-item:focus,
.cid-u1hdEBBnc9 .nav-link:focus {
  outline: none;
}
.cid-u1hdEBBnc9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1hdEBBnc9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1hdEBBnc9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1hdEBBnc9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1hdEBBnc9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1hdEBBnc9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1hdEBBnc9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.5);
}
.cid-u1hdEBBnc9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u1hdEBBnc9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1hdEBBnc9 .navbar .navbar-logo img {
  width: auto;
}
.cid-u1hdEBBnc9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1hdEBBnc9 .navbar.collapsed {
  justify-content: center;
}
.cid-u1hdEBBnc9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1hdEBBnc9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1hdEBBnc9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u1hdEBBnc9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1hdEBBnc9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1hdEBBnc9 .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-u1hdEBBnc9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1hdEBBnc9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1hdEBBnc9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1hdEBBnc9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1hdEBBnc9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1hdEBBnc9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1hdEBBnc9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1hdEBBnc9 .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-u1hdEBBnc9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1hdEBBnc9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1hdEBBnc9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1hdEBBnc9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1hdEBBnc9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1hdEBBnc9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1hdEBBnc9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1hdEBBnc9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1hdEBBnc9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1hdEBBnc9 .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-u1hdEBBnc9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1hdEBBnc9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1hdEBBnc9 .dropdown-item.active,
.cid-u1hdEBBnc9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u1hdEBBnc9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1hdEBBnc9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1hdEBBnc9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1hdEBBnc9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-u1hdEBBnc9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1hdEBBnc9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1hdEBBnc9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1hdEBBnc9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1hdEBBnc9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1hdEBBnc9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1hdEBBnc9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1hdEBBnc9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1hdEBBnc9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1hdEBBnc9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1hdEBBnc9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1hdEBBnc9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1hdEBBnc9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1hdEBBnc9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1hdEBBnc9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1hdEBBnc9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1hdEBBnc9 .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-u1hdEBBnc9 .navbar {
    height: 70px;
  }
  .cid-u1hdEBBnc9 .navbar.opened {
    height: auto;
  }
  .cid-u1hdEBBnc9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1hdEBTolZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hdEBTolZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdEBTolZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdEBTolZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdEBTolZ .row {
  flex-direction: row-reverse;
}
.cid-u1hdEBTolZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdEBTolZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdEBTolZ .mbr-text {
  color: #efefef;
}
.cid-u1hdEBTolZ .mbr-section-title {
  color: #efefef;
}
.cid-u1hdEBTolZ .mbr-description {
  color: #efefef;
}
.cid-u1hdEC435h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-u1hdEC435h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdEC435h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1hdEC435h .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u1hdEC435h .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-u1hdEC435h .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-u1hdEC435h P {
  color: #efefef;
}
.cid-u1hdECjU7A {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u1hdECjU7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hdECjU7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1hdECjU7A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1hdECjU7A .row {
  flex-direction: row-reverse;
}
.cid-u1hdECjU7A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1hdECjU7A .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1hdECjU7A .mbr-description {
  color: #efefef;
}
.cid-u1hdECjU7A .mbr-section-title {
  color: #efefef;
}
.cid-u1hdECvBMe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-u1hdECvBMe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u1hdECvBMe form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u1hdECvBMe form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u1hdECvBMe form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1hdECvBMe .mbr-section-title {
  color: #efefef;
}
.cid-u1hdECGyHz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-u1hdECGyHz .media-container-row .mbr-text {
  color: #efefef;
}
