body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.83rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.0375rem;
}
/* ---- 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: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.6rem;
    font-size: calc( 0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.664rem;
    font-size: calc( 0.9405rem + (0.83 - 0.9405) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9405rem + (0.83 - 0.9405) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !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: #a84600 !important;
  border-color: #a84600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a84600 !important;
  border-color: #a84600 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6a00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a84600 !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: #ff6a00 !important;
  border-color: #ff6a00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6a00 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #994000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.9375rem;
}
.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: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.9375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6a00 !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-us0aCZIW62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-us0aCZIW62 nav.navbar {
  position: fixed;
}
.cid-us0aCZIW62 .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-us0aCZIW62 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us0aCZIW62 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us0aCZIW62 .dropdown-item:hover,
.cid-us0aCZIW62 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-us0aCZIW62 .dropdown-item:hover span {
  color: white;
}
.cid-us0aCZIW62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us0aCZIW62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us0aCZIW62 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us0aCZIW62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us0aCZIW62 .nav-link {
  position: relative;
}
.cid-us0aCZIW62 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us0aCZIW62 .container {
    flex-wrap: nowrap;
  }
}
.cid-us0aCZIW62 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us0aCZIW62 .dropdown-menu,
.cid-us0aCZIW62 .navbar.opened {
  background: #000000 !important;
}
.cid-us0aCZIW62 .nav-item:focus,
.cid-us0aCZIW62 .nav-link:focus {
  outline: none;
}
.cid-us0aCZIW62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us0aCZIW62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us0aCZIW62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us0aCZIW62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us0aCZIW62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us0aCZIW62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us0aCZIW62 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-us0aCZIW62 .navbar.opened {
  transition: all 0.3s;
}
.cid-us0aCZIW62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us0aCZIW62 .navbar .navbar-logo img {
  width: auto;
}
.cid-us0aCZIW62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us0aCZIW62 .navbar.collapsed {
  justify-content: center;
}
.cid-us0aCZIW62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us0aCZIW62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-us0aCZIW62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us0aCZIW62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us0aCZIW62 .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-us0aCZIW62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us0aCZIW62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us0aCZIW62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us0aCZIW62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us0aCZIW62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us0aCZIW62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us0aCZIW62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us0aCZIW62 .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-us0aCZIW62 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us0aCZIW62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us0aCZIW62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us0aCZIW62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us0aCZIW62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us0aCZIW62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us0aCZIW62 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us0aCZIW62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-us0aCZIW62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us0aCZIW62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us0aCZIW62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us0aCZIW62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us0aCZIW62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us0aCZIW62 .dropdown-item.active,
.cid-us0aCZIW62 .dropdown-item:active {
  background-color: transparent;
}
.cid-us0aCZIW62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us0aCZIW62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us0aCZIW62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us0aCZIW62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-us0aCZIW62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us0aCZIW62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us0aCZIW62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us0aCZIW62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us0aCZIW62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us0aCZIW62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us0aCZIW62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us0aCZIW62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us0aCZIW62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us0aCZIW62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us0aCZIW62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us0aCZIW62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us0aCZIW62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us0aCZIW62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us0aCZIW62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us0aCZIW62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us0aCZIW62 .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-us0aCZIW62 .navbar {
    height: 70px;
  }
  .cid-us0aCZIW62 .navbar.opened {
    height: auto;
  }
  .cid-us0aCZIW62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoimDxE1D {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoimDxE1D .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoimDxE1D .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoimDxE1D .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoimDxE1D .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoimDxE1D .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoimDxE1D .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoimDxE1D .img-item {
    width: 100% !important;
  }
  .cid-uUoimDxE1D .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUo9v9wLhm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUo9v9wLhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUo9v9wLhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUo9v9wLhm .mbr-section-title {
  color: #ff6a00;
}
.cid-uv5VyjZ1kq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uv5VyjZ1kq .carousel {
    min-height: 600px;
  }
  .cid-uv5VyjZ1kq .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uv5VyjZ1kq .carousel {
    min-height: 390px;
  }
  .cid-uv5VyjZ1kq .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uv5VyjZ1kq .carousel {
    min-height: 330px;
  }
  .cid-uv5VyjZ1kq .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uv5VyjZ1kq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uv5VyjZ1kq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uv5VyjZ1kq .carousel,
.cid-uv5VyjZ1kq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uv5VyjZ1kq .item-wrapper {
  width: 100%;
}
.cid-uv5VyjZ1kq .carousel-caption {
  bottom: 40px;
}
.cid-uv5VyjZ1kq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uv5VyjZ1kq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uv5VyjZ1kq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uv5VyjZ1kq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uv5VyjZ1kq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uv5VyjZ1kq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv5VyjZ1kq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uv5VyjZ1kq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uv5VyjZ1kq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uv5VyjZ1kq .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-uv5VyjZ1kq .carousel-indicators li.active,
.cid-uv5VyjZ1kq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uv5VyjZ1kq .carousel-indicators li::after,
.cid-uv5VyjZ1kq .carousel-indicators li::before {
  content: none;
}
.cid-uv5VyjZ1kq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uv5VyjZ1kq .carousel-indicators {
    display: none !important;
  }
}
.cid-uUoiG5qhaj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uUoiG5qhaj .mbr-section-subtitle {
  color: #767676;
}
.cid-uUoiG5qhaj H2 {
  color: #ffffff;
  text-align: left;
}
.cid-uUouNx4RPS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uUouNx4RPS .mbr-section-subtitle {
  color: #767676;
}
.cid-uUouNx4RPS H2 {
  color: #ffffff;
  text-align: left;
}
.cid-us0G32Jqu0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-us0G32Jqu0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-us0G32Jqu0 H2 {
  color: #ff6a00;
}
.cid-uUosTrtkwX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUosTrtkwX img,
.cid-uUosTrtkwX .item-img {
  width: 100%;
}
.cid-uUosTrtkwX .item:focus,
.cid-uUosTrtkwX span:focus {
  outline: none;
}
.cid-uUosTrtkwX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUosTrtkwX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUosTrtkwX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUosTrtkwX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUosTrtkwX .item-wrapper {
  background: transparent;
}
.cid-uUosTrtkwX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUosTrtkwX .mbr-section-title {
  color: #232323;
}
.cid-uUosTrtkwX .mbr-text,
.cid-uUosTrtkwX .mbr-section-btn {
  text-align: left;
}
.cid-uUosTrtkwX .item-title {
  text-align: left;
}
.cid-uUosTrtkwX .item-subtitle {
  text-align: center;
}
.cid-us4n9F7kG9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-us4n9F7kG9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-us4nCJ1KUX {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-us4nCJ1KUX .title {
  margin-bottom: 2rem;
}
.cid-us4nCJ1KUX .mbr-section-subtitle {
  color: #000000;
}
.cid-us4nCJ1KUX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-us4nCJ1KUX a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-us4nCJ1KUX textarea.form-control {
  min-height: 188px;
}
.cid-us4nCJ1KUX H2 {
  color: #ffffff;
}
.cid-uv6dLkXgse {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uv6dLkXgse .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uv6dLkXgse .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv6dLkXgse .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uv6dLkXgse .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uv6dLkXgse .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uv6dLkXgse .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uv6dLkXgse .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uv6dLkXgse .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uv6dLkXgse .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uvbfIYfu7F {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uvbfIYfu7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbfIYfu7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbfIYfu7F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uvbfIYfu7F .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uvbfIYfu7F .embla__button--next,
.cid-uvbfIYfu7F .embla__button--prev {
  display: flex;
}
.cid-uvbfIYfu7F .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uvbfIYfu7F .embla__button {
    display: none;
  }
}
.cid-uvbfIYfu7F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvbfIYfu7F .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uvbfIYfu7F .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvbfIYfu7F .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uvbfIYfu7F .embla__button {
    top: auto;
  }
}
.cid-uvbfIYfu7F .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uvbfIYfu7F .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uvbfIYfu7F .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uvbfIYfu7F .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uvbfIYfu7F .embla {
  position: relative;
  width: 100%;
}
.cid-uvbfIYfu7F .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uvbfIYfu7F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvbfIYfu7F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvbfIYfu7F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvbfIYfu7F .user_text {
  color: #ffffff;
}
.cid-uvbfIYfu7F H3 {
  color: #ffffff;
}
.cid-uvbfIYfu7F .user_name {
  color: #ff6a00;
}
.cid-uvbfIYfu7F .user_desk {
  color: #ffffff;
}
.cid-us4s3lyBd0 {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 0px;
}
.cid-us4s3lyBd0 .image-block {
  margin: auto;
}
.cid-us4s3lyBd0 figcaption {
  position: relative;
}
.cid-us4s3lyBd0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-us4s3lyBd0 .image-block {
    width: 100% !important;
  }
}
.cid-uv6L8NHN9S {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uv6L8NHN9S .image-block {
  margin: auto;
}
.cid-uv6L8NHN9S figcaption {
  position: relative;
}
.cid-uv6L8NHN9S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv6L8NHN9S .image-block {
    width: 100% !important;
  }
}
.cid-us4tziEHHg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-us4tziEHHg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-us4tziEHHg H2 {
  color: #ffffff;
}
.cid-us4m0uSwtl {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-us4m0uSwtl .image-block {
  margin: auto;
}
.cid-us4m0uSwtl figcaption {
  position: relative;
}
.cid-us4m0uSwtl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-us4m0uSwtl .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-us4uPIMZBy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-us4uPIMZBy .mbr-text,
.cid-us4uPIMZBy blockquote {
  color: #767676;
}
.cid-us4uPIMZBy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-us4uPIMZBy .mbr-text P {
  text-align: center;
}
.cid-uv62dRP5QT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uv62dRP5QT nav.navbar {
  position: fixed;
}
.cid-uv62dRP5QT .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-uv62dRP5QT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uv62dRP5QT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uv62dRP5QT .dropdown-item:hover,
.cid-uv62dRP5QT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uv62dRP5QT .dropdown-item:hover span {
  color: white;
}
.cid-uv62dRP5QT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uv62dRP5QT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uv62dRP5QT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uv62dRP5QT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uv62dRP5QT .nav-link {
  position: relative;
}
.cid-uv62dRP5QT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uv62dRP5QT .container {
    flex-wrap: nowrap;
  }
}
.cid-uv62dRP5QT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uv62dRP5QT .dropdown-menu,
.cid-uv62dRP5QT .navbar.opened {
  background: #000000 !important;
}
.cid-uv62dRP5QT .nav-item:focus,
.cid-uv62dRP5QT .nav-link:focus {
  outline: none;
}
.cid-uv62dRP5QT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv62dRP5QT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv62dRP5QT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv62dRP5QT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv62dRP5QT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv62dRP5QT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv62dRP5QT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uv62dRP5QT .navbar.opened {
  transition: all 0.3s;
}
.cid-uv62dRP5QT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uv62dRP5QT .navbar .navbar-logo img {
  width: auto;
}
.cid-uv62dRP5QT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv62dRP5QT .navbar.collapsed {
  justify-content: center;
}
.cid-uv62dRP5QT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv62dRP5QT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv62dRP5QT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv62dRP5QT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv62dRP5QT .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-uv62dRP5QT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv62dRP5QT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uv62dRP5QT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uv62dRP5QT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv62dRP5QT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv62dRP5QT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv62dRP5QT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uv62dRP5QT .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-uv62dRP5QT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv62dRP5QT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uv62dRP5QT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uv62dRP5QT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uv62dRP5QT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv62dRP5QT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uv62dRP5QT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uv62dRP5QT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv62dRP5QT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv62dRP5QT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv62dRP5QT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uv62dRP5QT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uv62dRP5QT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv62dRP5QT .dropdown-item.active,
.cid-uv62dRP5QT .dropdown-item:active {
  background-color: transparent;
}
.cid-uv62dRP5QT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uv62dRP5QT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv62dRP5QT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv62dRP5QT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uv62dRP5QT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv62dRP5QT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv62dRP5QT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uv62dRP5QT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv62dRP5QT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uv62dRP5QT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uv62dRP5QT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv62dRP5QT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv62dRP5QT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv62dRP5QT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv62dRP5QT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv62dRP5QT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv62dRP5QT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv62dRP5QT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv62dRP5QT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uv62dRP5QT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uv62dRP5QT .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-uv62dRP5QT .navbar {
    height: 70px;
  }
  .cid-uv62dRP5QT .navbar.opened {
    height: auto;
  }
  .cid-uv62dRP5QT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUozUVFfR3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUozUVFfR3 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUozUVFfR3 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUozUVFfR3 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUozUVFfR3 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUozUVFfR3 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUozUVFfR3 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUozUVFfR3 .img-item {
    width: 100% !important;
  }
  .cid-uUozUVFfR3 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUozWxFOIO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUozWxFOIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUozWxFOIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUozWxFOIO .mbr-section-title {
  color: #ff6a00;
}
.cid-uUozWxFOIO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUozWxFOIO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uv63umOhhw {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uv63umOhhw .image-block {
  margin: auto;
}
.cid-uv63umOhhw figcaption {
  position: relative;
}
.cid-uv63umOhhw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv63umOhhw .image-block {
    width: 100% !important;
  }
}
.cid-uv62dT6PmU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uv62dT6PmU .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uv643ZKQeV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uv643ZKQeV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uv643ZKQeV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv643ZKQeV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uv643ZKQeV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uv643ZKQeV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uv643ZKQeV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uv643ZKQeV .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uv643ZKQeV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uv643ZKQeV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uv62dWC3GT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uv62dWC3GT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uv62dWVZpL {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uv62dWVZpL .title {
  margin-bottom: 2rem;
}
.cid-uv62dWVZpL .mbr-section-subtitle {
  color: #000000;
}
.cid-uv62dWVZpL a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uv62dWVZpL a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uv62dWVZpL textarea.form-control {
  min-height: 188px;
}
.cid-uv62dWVZpL H2 {
  color: #ffffff;
}
.cid-uv62dXjUJk {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uv62dXjUJk .image-block {
  margin: auto;
}
.cid-uv62dXjUJk figcaption {
  position: relative;
}
.cid-uv62dXjUJk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv62dXjUJk .image-block {
    width: 100% !important;
  }
}
.cid-uv6LtNCFW9 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uv6LtNCFW9 .image-block {
  margin: auto;
}
.cid-uv6LtNCFW9 figcaption {
  position: relative;
}
.cid-uv6LtNCFW9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv6LtNCFW9 .image-block {
    width: 100% !important;
  }
}
.cid-uv62dXDpQu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uv62dXDpQu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uv62dXDpQu H2 {
  color: #ffffff;
}
.cid-uv62dXYftL {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uv62dXYftL .image-block {
  margin: auto;
}
.cid-uv62dXYftL figcaption {
  position: relative;
}
.cid-uv62dXYftL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv62dXYftL .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uv62dYJPMv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uv62dYJPMv .mbr-text,
.cid-uv62dYJPMv blockquote {
  color: #767676;
}
.cid-uv62dYJPMv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uv62dYJPMv .mbr-text P {
  text-align: center;
}
.cid-uvaWhf5Rsq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvaWhf5Rsq nav.navbar {
  position: fixed;
}
.cid-uvaWhf5Rsq .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-uvaWhf5Rsq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvaWhf5Rsq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvaWhf5Rsq .dropdown-item:hover,
.cid-uvaWhf5Rsq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uvaWhf5Rsq .dropdown-item:hover span {
  color: white;
}
.cid-uvaWhf5Rsq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvaWhf5Rsq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvaWhf5Rsq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvaWhf5Rsq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvaWhf5Rsq .nav-link {
  position: relative;
}
.cid-uvaWhf5Rsq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvaWhf5Rsq .container {
    flex-wrap: nowrap;
  }
}
.cid-uvaWhf5Rsq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvaWhf5Rsq .dropdown-menu,
.cid-uvaWhf5Rsq .navbar.opened {
  background: #000000 !important;
}
.cid-uvaWhf5Rsq .nav-item:focus,
.cid-uvaWhf5Rsq .nav-link:focus {
  outline: none;
}
.cid-uvaWhf5Rsq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvaWhf5Rsq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvaWhf5Rsq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvaWhf5Rsq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvaWhf5Rsq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvaWhf5Rsq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvaWhf5Rsq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uvaWhf5Rsq .navbar.opened {
  transition: all 0.3s;
}
.cid-uvaWhf5Rsq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvaWhf5Rsq .navbar .navbar-logo img {
  width: auto;
}
.cid-uvaWhf5Rsq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvaWhf5Rsq .navbar.collapsed {
  justify-content: center;
}
.cid-uvaWhf5Rsq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvaWhf5Rsq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvaWhf5Rsq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvaWhf5Rsq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvaWhf5Rsq .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-uvaWhf5Rsq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvaWhf5Rsq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvaWhf5Rsq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvaWhf5Rsq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvaWhf5Rsq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvaWhf5Rsq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvaWhf5Rsq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvaWhf5Rsq .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-uvaWhf5Rsq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvaWhf5Rsq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvaWhf5Rsq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvaWhf5Rsq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvaWhf5Rsq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvaWhf5Rsq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvaWhf5Rsq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvaWhf5Rsq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvaWhf5Rsq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvaWhf5Rsq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvaWhf5Rsq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvaWhf5Rsq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvaWhf5Rsq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvaWhf5Rsq .dropdown-item.active,
.cid-uvaWhf5Rsq .dropdown-item:active {
  background-color: transparent;
}
.cid-uvaWhf5Rsq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvaWhf5Rsq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvaWhf5Rsq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvaWhf5Rsq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvaWhf5Rsq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvaWhf5Rsq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvaWhf5Rsq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvaWhf5Rsq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvaWhf5Rsq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvaWhf5Rsq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvaWhf5Rsq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvaWhf5Rsq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvaWhf5Rsq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvaWhf5Rsq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvaWhf5Rsq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvaWhf5Rsq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvaWhf5Rsq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvaWhf5Rsq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvaWhf5Rsq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvaWhf5Rsq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvaWhf5Rsq .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-uvaWhf5Rsq .navbar {
    height: 70px;
  }
  .cid-uvaWhf5Rsq .navbar.opened {
    height: auto;
  }
  .cid-uvaWhf5Rsq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoL5Emxud {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoL5Emxud .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoL5Emxud .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoL5Emxud .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoL5Emxud .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoL5Emxud .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoL5Emxud .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoL5Emxud .img-item {
    width: 100% !important;
  }
  .cid-uUoL5Emxud .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUoL7bngwR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoL7bngwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoL7bngwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoL7bngwR .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoL7bngwR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUoLw2CLFy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoLw2CLFy img,
.cid-uUoLw2CLFy .item-img {
  width: 100%;
}
.cid-uUoLw2CLFy .item:focus,
.cid-uUoLw2CLFy span:focus {
  outline: none;
}
.cid-uUoLw2CLFy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUoLw2CLFy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUoLw2CLFy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUoLw2CLFy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUoLw2CLFy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUoLw2CLFy .mbr-section-title {
  color: #232323;
}
.cid-uUoLw2CLFy .mbr-text,
.cid-uUoLw2CLFy .mbr-section-btn {
  text-align: left;
}
.cid-uUoLw2CLFy .item-title {
  text-align: left;
}
.cid-uUoLw2CLFy .item-subtitle {
  text-align: center;
}
.cid-uvaWhfnapY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvaWhfnapY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uvaWhfCIqs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvaWhfCIqs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvaWhfCIqs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvaWhfCIqs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvaWhfCIqs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvaWhfCIqs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uvaWhfCIqs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uvaWhfCIqs .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uvaWhfCIqs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uvaWhfCIqs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uvaWhfZKoV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uvaWhfZKoV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvaWhgfyum {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uvaWhgfyum .title {
  margin-bottom: 2rem;
}
.cid-uvaWhgfyum .mbr-section-subtitle {
  color: #000000;
}
.cid-uvaWhgfyum a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uvaWhgfyum a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uvaWhgfyum textarea.form-control {
  min-height: 188px;
}
.cid-uvaWhgfyum H2 {
  color: #ffffff;
}
.cid-uvaWhgzBFH {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uvaWhgzBFH .image-block {
  margin: auto;
}
.cid-uvaWhgzBFH figcaption {
  position: relative;
}
.cid-uvaWhgzBFH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvaWhgzBFH .image-block {
    width: 100% !important;
  }
}
.cid-uvaWhgS0FO {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvaWhgS0FO .image-block {
  margin: auto;
}
.cid-uvaWhgS0FO figcaption {
  position: relative;
}
.cid-uvaWhgS0FO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvaWhgS0FO .image-block {
    width: 100% !important;
  }
}
.cid-uvaWhh9rqB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uvaWhh9rqB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvaWhh9rqB H2 {
  color: #ffffff;
}
.cid-uvaWhhqCJ4 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uvaWhhqCJ4 .image-block {
  margin: auto;
}
.cid-uvaWhhqCJ4 figcaption {
  position: relative;
}
.cid-uvaWhhqCJ4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvaWhhqCJ4 .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uvaWhi0xfY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvaWhi0xfY .mbr-text,
.cid-uvaWhi0xfY blockquote {
  color: #767676;
}
.cid-uvaWhi0xfY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvaWhi0xfY .mbr-text P {
  text-align: center;
}
.cid-uvaXHc0Bmf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvaXHc0Bmf nav.navbar {
  position: fixed;
}
.cid-uvaXHc0Bmf .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-uvaXHc0Bmf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvaXHc0Bmf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvaXHc0Bmf .dropdown-item:hover,
.cid-uvaXHc0Bmf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uvaXHc0Bmf .dropdown-item:hover span {
  color: white;
}
.cid-uvaXHc0Bmf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvaXHc0Bmf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvaXHc0Bmf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvaXHc0Bmf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvaXHc0Bmf .nav-link {
  position: relative;
}
.cid-uvaXHc0Bmf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvaXHc0Bmf .container {
    flex-wrap: nowrap;
  }
}
.cid-uvaXHc0Bmf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvaXHc0Bmf .dropdown-menu,
.cid-uvaXHc0Bmf .navbar.opened {
  background: #000000 !important;
}
.cid-uvaXHc0Bmf .nav-item:focus,
.cid-uvaXHc0Bmf .nav-link:focus {
  outline: none;
}
.cid-uvaXHc0Bmf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvaXHc0Bmf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvaXHc0Bmf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvaXHc0Bmf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvaXHc0Bmf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvaXHc0Bmf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvaXHc0Bmf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uvaXHc0Bmf .navbar.opened {
  transition: all 0.3s;
}
.cid-uvaXHc0Bmf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvaXHc0Bmf .navbar .navbar-logo img {
  width: auto;
}
.cid-uvaXHc0Bmf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvaXHc0Bmf .navbar.collapsed {
  justify-content: center;
}
.cid-uvaXHc0Bmf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvaXHc0Bmf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvaXHc0Bmf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvaXHc0Bmf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvaXHc0Bmf .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-uvaXHc0Bmf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvaXHc0Bmf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvaXHc0Bmf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvaXHc0Bmf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvaXHc0Bmf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvaXHc0Bmf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvaXHc0Bmf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvaXHc0Bmf .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-uvaXHc0Bmf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvaXHc0Bmf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvaXHc0Bmf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvaXHc0Bmf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvaXHc0Bmf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvaXHc0Bmf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvaXHc0Bmf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvaXHc0Bmf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvaXHc0Bmf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvaXHc0Bmf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvaXHc0Bmf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvaXHc0Bmf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvaXHc0Bmf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvaXHc0Bmf .dropdown-item.active,
.cid-uvaXHc0Bmf .dropdown-item:active {
  background-color: transparent;
}
.cid-uvaXHc0Bmf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvaXHc0Bmf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvaXHc0Bmf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvaXHc0Bmf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvaXHc0Bmf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvaXHc0Bmf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvaXHc0Bmf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvaXHc0Bmf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvaXHc0Bmf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvaXHc0Bmf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvaXHc0Bmf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvaXHc0Bmf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvaXHc0Bmf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvaXHc0Bmf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvaXHc0Bmf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvaXHc0Bmf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvaXHc0Bmf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvaXHc0Bmf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvaXHc0Bmf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvaXHc0Bmf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvaXHc0Bmf .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-uvaXHc0Bmf .navbar {
    height: 70px;
  }
  .cid-uvaXHc0Bmf .navbar.opened {
    height: auto;
  }
  .cid-uvaXHc0Bmf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoMvqdIxz {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoMvqdIxz .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoMvqdIxz .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoMvqdIxz .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoMvqdIxz .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoMvqdIxz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoMvqdIxz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoMvqdIxz .img-item {
    width: 100% !important;
  }
  .cid-uUoMvqdIxz .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUoMuFhG64 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoMuFhG64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoMuFhG64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoMuFhG64 .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoMuFhG64 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvaXHbP2cG {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uvaXHbP2cG .image-block {
  margin: auto;
}
.cid-uvaXHbP2cG figcaption {
  position: relative;
}
.cid-uvaXHbP2cG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvaXHbP2cG .image-block {
    width: 100% !important;
  }
}
.cid-uvb0YCDEu6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvb0YCDEu6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uvb00u5vcl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uvb00u5vcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvb00u5vcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvb00u5vcl .container {
    padding: 0 30px;
  }
}
.cid-uvb00u5vcl .row {
  justify-content: center;
}
.cid-uvb00u5vcl .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvb00u5vcl .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvb00u5vcl .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvb00u5vcl .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uvb00u5vcl .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uvb00u5vcl .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uvb00u5vcl .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvb00u5vcl .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff6a00;
}
.cid-uvb00u5vcl .mbr-section-title {
  color: #ffffff;
}
.cid-uvb00u5vcl .mbr-text {
  color: #ffffff;
}
.cid-uvb00u5vcl .list,
.cid-uvb00u5vcl .item-wrap {
  color: #ffffff;
}
.cid-uvaXHcjv6C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvaXHcjv6C .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uvaXHcwLgx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvaXHcwLgx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvaXHcwLgx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvaXHcwLgx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvaXHcwLgx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvaXHcwLgx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uvaXHcwLgx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uvaXHcwLgx .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uvaXHcwLgx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uvaXHcwLgx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uvaXHcOII5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uvaXHcOII5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvaXHd3Jck {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uvaXHd3Jck .title {
  margin-bottom: 2rem;
}
.cid-uvaXHd3Jck .mbr-section-subtitle {
  color: #000000;
}
.cid-uvaXHd3Jck a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uvaXHd3Jck a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uvaXHd3Jck textarea.form-control {
  min-height: 188px;
}
.cid-uvaXHd3Jck H2 {
  color: #ffffff;
}
.cid-uvaXHdloPy {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uvaXHdloPy .image-block {
  margin: auto;
}
.cid-uvaXHdloPy figcaption {
  position: relative;
}
.cid-uvaXHdloPy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvaXHdloPy .image-block {
    width: 100% !important;
  }
}
.cid-uvaXHdIucy {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvaXHdIucy .image-block {
  margin: auto;
}
.cid-uvaXHdIucy figcaption {
  position: relative;
}
.cid-uvaXHdIucy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvaXHdIucy .image-block {
    width: 100% !important;
  }
}
.cid-uvaXHe2MWU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uvaXHe2MWU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvaXHe2MWU H2 {
  color: #ffffff;
}
.cid-uvaXHevfNf {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uvaXHevfNf .image-block {
  margin: auto;
}
.cid-uvaXHevfNf figcaption {
  position: relative;
}
.cid-uvaXHevfNf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvaXHevfNf .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uvaXHf4EHe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvaXHf4EHe .mbr-text,
.cid-uvaXHf4EHe blockquote {
  color: #767676;
}
.cid-uvaXHf4EHe .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvaXHf4EHe .mbr-text P {
  text-align: center;
}
.cid-uvb5kBVW8Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvb5kBVW8Q nav.navbar {
  position: fixed;
}
.cid-uvb5kBVW8Q .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-uvb5kBVW8Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvb5kBVW8Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvb5kBVW8Q .dropdown-item:hover,
.cid-uvb5kBVW8Q .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uvb5kBVW8Q .dropdown-item:hover span {
  color: white;
}
.cid-uvb5kBVW8Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvb5kBVW8Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvb5kBVW8Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvb5kBVW8Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvb5kBVW8Q .nav-link {
  position: relative;
}
.cid-uvb5kBVW8Q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvb5kBVW8Q .container {
    flex-wrap: nowrap;
  }
}
.cid-uvb5kBVW8Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvb5kBVW8Q .dropdown-menu,
.cid-uvb5kBVW8Q .navbar.opened {
  background: #000000 !important;
}
.cid-uvb5kBVW8Q .nav-item:focus,
.cid-uvb5kBVW8Q .nav-link:focus {
  outline: none;
}
.cid-uvb5kBVW8Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvb5kBVW8Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvb5kBVW8Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvb5kBVW8Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvb5kBVW8Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvb5kBVW8Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvb5kBVW8Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uvb5kBVW8Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uvb5kBVW8Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvb5kBVW8Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uvb5kBVW8Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvb5kBVW8Q .navbar.collapsed {
  justify-content: center;
}
.cid-uvb5kBVW8Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvb5kBVW8Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvb5kBVW8Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvb5kBVW8Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvb5kBVW8Q .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-uvb5kBVW8Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvb5kBVW8Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvb5kBVW8Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvb5kBVW8Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvb5kBVW8Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvb5kBVW8Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvb5kBVW8Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvb5kBVW8Q .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-uvb5kBVW8Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvb5kBVW8Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvb5kBVW8Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvb5kBVW8Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvb5kBVW8Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvb5kBVW8Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvb5kBVW8Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvb5kBVW8Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvb5kBVW8Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvb5kBVW8Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvb5kBVW8Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvb5kBVW8Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvb5kBVW8Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvb5kBVW8Q .dropdown-item.active,
.cid-uvb5kBVW8Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uvb5kBVW8Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvb5kBVW8Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvb5kBVW8Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvb5kBVW8Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvb5kBVW8Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvb5kBVW8Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvb5kBVW8Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvb5kBVW8Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvb5kBVW8Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvb5kBVW8Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvb5kBVW8Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvb5kBVW8Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvb5kBVW8Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvb5kBVW8Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvb5kBVW8Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvb5kBVW8Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvb5kBVW8Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvb5kBVW8Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvb5kBVW8Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvb5kBVW8Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvb5kBVW8Q .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-uvb5kBVW8Q .navbar {
    height: 70px;
  }
  .cid-uvb5kBVW8Q .navbar.opened {
    height: auto;
  }
  .cid-uvb5kBVW8Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoMLw7Bnc {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoMLw7Bnc .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoMLw7Bnc .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoMLw7Bnc .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoMLw7Bnc .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoMLw7Bnc .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoMLw7Bnc .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoMLw7Bnc .img-item {
    width: 100% !important;
  }
  .cid-uUoMLw7Bnc .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUoMMjjw7K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoMMjjw7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoMMjjw7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoMMjjw7K .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoMMjjw7K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvb5kBvbLM {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uvb5kBvbLM .image-block {
  margin: auto;
}
.cid-uvb5kBvbLM figcaption {
  position: relative;
}
.cid-uvb5kBvbLM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb5kBvbLM .image-block {
    width: 100% !important;
  }
}
.cid-uvb5kBIZny {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvb5kBIZny .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uvb5kCSVil {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvb5kCSVil .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvb5kCSVil .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvb5kCSVil .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvb5kCSVil .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvb5kCSVil .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uvb5kCSVil .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uvb5kCSVil .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uvb5kCSVil .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uvb5kCSVil .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uvb5kDgKVU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uvb5kDgKVU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvb5kDykGf {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uvb5kDykGf .title {
  margin-bottom: 2rem;
}
.cid-uvb5kDykGf .mbr-section-subtitle {
  color: #000000;
}
.cid-uvb5kDykGf a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uvb5kDykGf a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uvb5kDykGf textarea.form-control {
  min-height: 188px;
}
.cid-uvb5kDykGf H2 {
  color: #ffffff;
}
.cid-uvb5kDXYqE {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uvb5kDXYqE .image-block {
  margin: auto;
}
.cid-uvb5kDXYqE figcaption {
  position: relative;
}
.cid-uvb5kDXYqE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb5kDXYqE .image-block {
    width: 100% !important;
  }
}
.cid-uvb5kEhDd6 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvb5kEhDd6 .image-block {
  margin: auto;
}
.cid-uvb5kEhDd6 figcaption {
  position: relative;
}
.cid-uvb5kEhDd6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb5kEhDd6 .image-block {
    width: 100% !important;
  }
}
.cid-uvb5kECHru {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uvb5kECHru .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvb5kECHru H2 {
  color: #ffffff;
}
.cid-uvb5kEZqMb {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uvb5kEZqMb .image-block {
  margin: auto;
}
.cid-uvb5kEZqMb figcaption {
  position: relative;
}
.cid-uvb5kEZqMb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb5kEZqMb .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uvb5kFMR0n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvb5kFMR0n .mbr-text,
.cid-uvb5kFMR0n blockquote {
  color: #767676;
}
.cid-uvb5kFMR0n .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvb5kFMR0n .mbr-text P {
  text-align: center;
}
.cid-uvb7bxAKWz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvb7bxAKWz nav.navbar {
  position: fixed;
}
.cid-uvb7bxAKWz .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-uvb7bxAKWz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvb7bxAKWz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvb7bxAKWz .dropdown-item:hover,
.cid-uvb7bxAKWz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uvb7bxAKWz .dropdown-item:hover span {
  color: white;
}
.cid-uvb7bxAKWz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvb7bxAKWz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvb7bxAKWz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvb7bxAKWz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvb7bxAKWz .nav-link {
  position: relative;
}
.cid-uvb7bxAKWz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvb7bxAKWz .container {
    flex-wrap: nowrap;
  }
}
.cid-uvb7bxAKWz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvb7bxAKWz .dropdown-menu,
.cid-uvb7bxAKWz .navbar.opened {
  background: #000000 !important;
}
.cid-uvb7bxAKWz .nav-item:focus,
.cid-uvb7bxAKWz .nav-link:focus {
  outline: none;
}
.cid-uvb7bxAKWz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvb7bxAKWz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvb7bxAKWz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvb7bxAKWz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvb7bxAKWz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvb7bxAKWz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvb7bxAKWz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uvb7bxAKWz .navbar.opened {
  transition: all 0.3s;
}
.cid-uvb7bxAKWz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvb7bxAKWz .navbar .navbar-logo img {
  width: auto;
}
.cid-uvb7bxAKWz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvb7bxAKWz .navbar.collapsed {
  justify-content: center;
}
.cid-uvb7bxAKWz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvb7bxAKWz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvb7bxAKWz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvb7bxAKWz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvb7bxAKWz .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-uvb7bxAKWz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvb7bxAKWz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvb7bxAKWz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvb7bxAKWz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvb7bxAKWz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvb7bxAKWz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvb7bxAKWz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvb7bxAKWz .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-uvb7bxAKWz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvb7bxAKWz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvb7bxAKWz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvb7bxAKWz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvb7bxAKWz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvb7bxAKWz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvb7bxAKWz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvb7bxAKWz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvb7bxAKWz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvb7bxAKWz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvb7bxAKWz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvb7bxAKWz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvb7bxAKWz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvb7bxAKWz .dropdown-item.active,
.cid-uvb7bxAKWz .dropdown-item:active {
  background-color: transparent;
}
.cid-uvb7bxAKWz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvb7bxAKWz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvb7bxAKWz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvb7bxAKWz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvb7bxAKWz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvb7bxAKWz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvb7bxAKWz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvb7bxAKWz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvb7bxAKWz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvb7bxAKWz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvb7bxAKWz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvb7bxAKWz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvb7bxAKWz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvb7bxAKWz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvb7bxAKWz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvb7bxAKWz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvb7bxAKWz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvb7bxAKWz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvb7bxAKWz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvb7bxAKWz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvb7bxAKWz .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-uvb7bxAKWz .navbar {
    height: 70px;
  }
  .cid-uvb7bxAKWz .navbar.opened {
    height: auto;
  }
  .cid-uvb7bxAKWz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoNaT5Ca9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoNaT5Ca9 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoNaT5Ca9 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoNaT5Ca9 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoNaT5Ca9 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoNaT5Ca9 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoNaT5Ca9 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoNaT5Ca9 .img-item {
    width: 100% !important;
  }
  .cid-uUoNaT5Ca9 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUoNbzaGla {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoNbzaGla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoNbzaGla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoNbzaGla .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoNbzaGla .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvb7bx7GYN {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uvb7bx7GYN .image-block {
  margin: auto;
}
.cid-uvb7bx7GYN figcaption {
  position: relative;
}
.cid-uvb7bx7GYN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb7bx7GYN .image-block {
    width: 100% !important;
  }
}
.cid-uvb7bxlqOO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvb7bxlqOO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uvb7bxZHOd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvb7bxZHOd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvb7bxZHOd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvb7bxZHOd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvb7bxZHOd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvb7bxZHOd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uvb7bxZHOd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uvb7bxZHOd .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uvb7bxZHOd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uvb7bxZHOd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uvb7byxRRt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uvb7byxRRt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvb7byNHWw {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uvb7byNHWw .title {
  margin-bottom: 2rem;
}
.cid-uvb7byNHWw .mbr-section-subtitle {
  color: #000000;
}
.cid-uvb7byNHWw a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uvb7byNHWw a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uvb7byNHWw textarea.form-control {
  min-height: 188px;
}
.cid-uvb7byNHWw H2 {
  color: #ffffff;
}
.cid-uvb7bz8ChM {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uvb7bz8ChM .image-block {
  margin: auto;
}
.cid-uvb7bz8ChM figcaption {
  position: relative;
}
.cid-uvb7bz8ChM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb7bz8ChM .image-block {
    width: 100% !important;
  }
}
.cid-uvb7bzpHE2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvb7bzpHE2 .image-block {
  margin: auto;
}
.cid-uvb7bzpHE2 figcaption {
  position: relative;
}
.cid-uvb7bzpHE2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb7bzpHE2 .image-block {
    width: 100% !important;
  }
}
.cid-uvb7bzHmSe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uvb7bzHmSe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvb7bzHmSe H2 {
  color: #ffffff;
}
.cid-uvb7bA0Gny {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uvb7bA0Gny .image-block {
  margin: auto;
}
.cid-uvb7bA0Gny figcaption {
  position: relative;
}
.cid-uvb7bA0Gny figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb7bA0Gny .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uvb7bAFIgy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvb7bAFIgy .mbr-text,
.cid-uvb7bAFIgy blockquote {
  color: #767676;
}
.cid-uvb7bAFIgy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvb7bAFIgy .mbr-text P {
  text-align: center;
}
.cid-uvb8WccjzM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvb8WccjzM nav.navbar {
  position: fixed;
}
.cid-uvb8WccjzM .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-uvb8WccjzM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvb8WccjzM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvb8WccjzM .dropdown-item:hover,
.cid-uvb8WccjzM .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uvb8WccjzM .dropdown-item:hover span {
  color: white;
}
.cid-uvb8WccjzM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvb8WccjzM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvb8WccjzM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvb8WccjzM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvb8WccjzM .nav-link {
  position: relative;
}
.cid-uvb8WccjzM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvb8WccjzM .container {
    flex-wrap: nowrap;
  }
}
.cid-uvb8WccjzM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvb8WccjzM .dropdown-menu,
.cid-uvb8WccjzM .navbar.opened {
  background: #000000 !important;
}
.cid-uvb8WccjzM .nav-item:focus,
.cid-uvb8WccjzM .nav-link:focus {
  outline: none;
}
.cid-uvb8WccjzM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvb8WccjzM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvb8WccjzM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvb8WccjzM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvb8WccjzM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvb8WccjzM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvb8WccjzM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uvb8WccjzM .navbar.opened {
  transition: all 0.3s;
}
.cid-uvb8WccjzM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvb8WccjzM .navbar .navbar-logo img {
  width: auto;
}
.cid-uvb8WccjzM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvb8WccjzM .navbar.collapsed {
  justify-content: center;
}
.cid-uvb8WccjzM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvb8WccjzM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvb8WccjzM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvb8WccjzM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvb8WccjzM .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-uvb8WccjzM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvb8WccjzM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvb8WccjzM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvb8WccjzM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvb8WccjzM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvb8WccjzM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvb8WccjzM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvb8WccjzM .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-uvb8WccjzM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvb8WccjzM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvb8WccjzM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvb8WccjzM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvb8WccjzM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvb8WccjzM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvb8WccjzM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvb8WccjzM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvb8WccjzM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvb8WccjzM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvb8WccjzM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvb8WccjzM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvb8WccjzM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvb8WccjzM .dropdown-item.active,
.cid-uvb8WccjzM .dropdown-item:active {
  background-color: transparent;
}
.cid-uvb8WccjzM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvb8WccjzM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvb8WccjzM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvb8WccjzM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvb8WccjzM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvb8WccjzM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvb8WccjzM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvb8WccjzM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvb8WccjzM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvb8WccjzM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvb8WccjzM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvb8WccjzM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvb8WccjzM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvb8WccjzM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvb8WccjzM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvb8WccjzM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvb8WccjzM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvb8WccjzM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvb8WccjzM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvb8WccjzM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvb8WccjzM .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-uvb8WccjzM .navbar {
    height: 70px;
  }
  .cid-uvb8WccjzM .navbar.opened {
    height: auto;
  }
  .cid-uvb8WccjzM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoNjNwFEN {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoNjNwFEN .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoNjNwFEN .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoNjNwFEN .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoNjNwFEN .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoNjNwFEN .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoNjNwFEN .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoNjNwFEN .img-item {
    width: 100% !important;
  }
  .cid-uUoNjNwFEN .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUoNkRxUeT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoNkRxUeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoNkRxUeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoNkRxUeT .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoNkRxUeT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvb8WbN9w9 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uvb8WbN9w9 .image-block {
  margin: auto;
}
.cid-uvb8WbN9w9 figcaption {
  position: relative;
}
.cid-uvb8WbN9w9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb8WbN9w9 .image-block {
    width: 100% !important;
  }
}
.cid-uvb9pmvefC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvb9pmvefC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uvb9q4EMor {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uvb9q4EMor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvb9q4EMor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvb9q4EMor .container {
    padding: 0 30px;
  }
}
.cid-uvb9q4EMor .row {
  justify-content: center;
}
.cid-uvb9q4EMor .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvb9q4EMor .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvb9q4EMor .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvb9q4EMor .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uvb9q4EMor .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uvb9q4EMor .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uvb9q4EMor .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvb9q4EMor .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff6a00;
}
.cid-uvb9q4EMor .mbr-section-title {
  color: #ffffff;
}
.cid-uvb9q4EMor .mbr-text {
  color: #ffffff;
}
.cid-uvb9q4EMor .list,
.cid-uvb9q4EMor .item-wrap {
  color: #ffffff;
}
.cid-uvb9r8zQIY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvb9r8zQIY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uvb8Wcyqt8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvb8Wcyqt8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvb8Wcyqt8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvb8Wcyqt8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvb8Wcyqt8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvb8Wcyqt8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uvb8Wcyqt8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uvb8Wcyqt8 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uvb8Wcyqt8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uvb8Wcyqt8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uvb8WcRIdC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uvb8WcRIdC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvb8Wd7Fdk {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uvb8Wd7Fdk .title {
  margin-bottom: 2rem;
}
.cid-uvb8Wd7Fdk .mbr-section-subtitle {
  color: #000000;
}
.cid-uvb8Wd7Fdk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uvb8Wd7Fdk a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uvb8Wd7Fdk textarea.form-control {
  min-height: 188px;
}
.cid-uvb8Wd7Fdk H2 {
  color: #ffffff;
}
.cid-uvb8Wds4Ka {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uvb8Wds4Ka .image-block {
  margin: auto;
}
.cid-uvb8Wds4Ka figcaption {
  position: relative;
}
.cid-uvb8Wds4Ka figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb8Wds4Ka .image-block {
    width: 100% !important;
  }
}
.cid-uvb8WdOL6z {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvb8WdOL6z .image-block {
  margin: auto;
}
.cid-uvb8WdOL6z figcaption {
  position: relative;
}
.cid-uvb8WdOL6z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb8WdOL6z .image-block {
    width: 100% !important;
  }
}
.cid-uvb8We6ajN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uvb8We6ajN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvb8We6ajN H2 {
  color: #ffffff;
}
.cid-uvb8WepjTI {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uvb8WepjTI .image-block {
  margin: auto;
}
.cid-uvb8WepjTI figcaption {
  position: relative;
}
.cid-uvb8WepjTI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvb8WepjTI .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uvb8Wf1Hip {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvb8Wf1Hip .mbr-text,
.cid-uvb8Wf1Hip blockquote {
  color: #767676;
}
.cid-uvb8Wf1Hip .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvb8Wf1Hip .mbr-text P {
  text-align: center;
}
.cid-uvbaL2ZVVR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvbaL2ZVVR nav.navbar {
  position: fixed;
}
.cid-uvbaL2ZVVR .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-uvbaL2ZVVR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvbaL2ZVVR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvbaL2ZVVR .dropdown-item:hover,
.cid-uvbaL2ZVVR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uvbaL2ZVVR .dropdown-item:hover span {
  color: white;
}
.cid-uvbaL2ZVVR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvbaL2ZVVR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvbaL2ZVVR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvbaL2ZVVR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvbaL2ZVVR .nav-link {
  position: relative;
}
.cid-uvbaL2ZVVR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvbaL2ZVVR .container {
    flex-wrap: nowrap;
  }
}
.cid-uvbaL2ZVVR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvbaL2ZVVR .dropdown-menu,
.cid-uvbaL2ZVVR .navbar.opened {
  background: #000000 !important;
}
.cid-uvbaL2ZVVR .nav-item:focus,
.cid-uvbaL2ZVVR .nav-link:focus {
  outline: none;
}
.cid-uvbaL2ZVVR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvbaL2ZVVR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvbaL2ZVVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvbaL2ZVVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvbaL2ZVVR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvbaL2ZVVR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvbaL2ZVVR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uvbaL2ZVVR .navbar.opened {
  transition: all 0.3s;
}
.cid-uvbaL2ZVVR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvbaL2ZVVR .navbar .navbar-logo img {
  width: auto;
}
.cid-uvbaL2ZVVR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvbaL2ZVVR .navbar.collapsed {
  justify-content: center;
}
.cid-uvbaL2ZVVR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvbaL2ZVVR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvbaL2ZVVR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvbaL2ZVVR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvbaL2ZVVR .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-uvbaL2ZVVR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvbaL2ZVVR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvbaL2ZVVR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvbaL2ZVVR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvbaL2ZVVR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvbaL2ZVVR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvbaL2ZVVR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvbaL2ZVVR .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-uvbaL2ZVVR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvbaL2ZVVR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvbaL2ZVVR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvbaL2ZVVR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvbaL2ZVVR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvbaL2ZVVR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvbaL2ZVVR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvbaL2ZVVR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvbaL2ZVVR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvbaL2ZVVR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvbaL2ZVVR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvbaL2ZVVR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvbaL2ZVVR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvbaL2ZVVR .dropdown-item.active,
.cid-uvbaL2ZVVR .dropdown-item:active {
  background-color: transparent;
}
.cid-uvbaL2ZVVR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvbaL2ZVVR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvbaL2ZVVR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvbaL2ZVVR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvbaL2ZVVR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvbaL2ZVVR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvbaL2ZVVR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvbaL2ZVVR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvbaL2ZVVR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvbaL2ZVVR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvbaL2ZVVR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvbaL2ZVVR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbaL2ZVVR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbaL2ZVVR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbaL2ZVVR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbaL2ZVVR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbaL2ZVVR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbaL2ZVVR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbaL2ZVVR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvbaL2ZVVR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvbaL2ZVVR .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-uvbaL2ZVVR .navbar {
    height: 70px;
  }
  .cid-uvbaL2ZVVR .navbar.opened {
    height: auto;
  }
  .cid-uvbaL2ZVVR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoNwc7hrX {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoNwc7hrX .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoNwc7hrX .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoNwc7hrX .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoNwc7hrX .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoNwc7hrX .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoNwc7hrX .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoNwc7hrX .img-item {
    width: 100% !important;
  }
  .cid-uUoNwc7hrX .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUoNxhjPq3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoNxhjPq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoNxhjPq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoNxhjPq3 .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoNxhjPq3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvbaL21rle {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uvbaL21rle .image-block {
  margin: auto;
}
.cid-uvbaL21rle figcaption {
  position: relative;
}
.cid-uvbaL21rle figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvbaL21rle .image-block {
    width: 100% !important;
  }
}
.cid-uvbaL2frFN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvbaL2frFN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uvbaL2sNeD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uvbaL2sNeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbaL2sNeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvbaL2sNeD .container {
    padding: 0 30px;
  }
}
.cid-uvbaL2sNeD .row {
  justify-content: center;
}
.cid-uvbaL2sNeD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvbaL2sNeD .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvbaL2sNeD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvbaL2sNeD .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uvbaL2sNeD .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uvbaL2sNeD .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uvbaL2sNeD .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvbaL2sNeD .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff6a00;
}
.cid-uvbaL2sNeD .mbr-section-title {
  color: #ffffff;
}
.cid-uvbaL2sNeD .mbr-text {
  color: #ffffff;
}
.cid-uvbaL2sNeD .list,
.cid-uvbaL2sNeD .item-wrap {
  color: #ffffff;
}
.cid-uvbaL2LnKo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvbaL2LnKo .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uvbaL3mcv2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvbaL3mcv2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvbaL3mcv2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvbaL3mcv2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvbaL3mcv2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvbaL3mcv2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uvbaL3mcv2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uvbaL3mcv2 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uvbaL3mcv2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uvbaL3mcv2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uvbaL3HjWy {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uvbaL3HjWy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvbaL41mCq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uvbaL41mCq .title {
  margin-bottom: 2rem;
}
.cid-uvbaL41mCq .mbr-section-subtitle {
  color: #000000;
}
.cid-uvbaL41mCq a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uvbaL41mCq a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uvbaL41mCq textarea.form-control {
  min-height: 188px;
}
.cid-uvbaL41mCq H2 {
  color: #ffffff;
}
.cid-uvbaL4pgVy {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uvbaL4pgVy .image-block {
  margin: auto;
}
.cid-uvbaL4pgVy figcaption {
  position: relative;
}
.cid-uvbaL4pgVy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvbaL4pgVy .image-block {
    width: 100% !important;
  }
}
.cid-uvbaL4LYYw {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvbaL4LYYw .image-block {
  margin: auto;
}
.cid-uvbaL4LYYw figcaption {
  position: relative;
}
.cid-uvbaL4LYYw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvbaL4LYYw .image-block {
    width: 100% !important;
  }
}
.cid-uvbaL55dzm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uvbaL55dzm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvbaL55dzm H2 {
  color: #ffffff;
}
.cid-uvbaL5pL5t {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uvbaL5pL5t .image-block {
  margin: auto;
}
.cid-uvbaL5pL5t figcaption {
  position: relative;
}
.cid-uvbaL5pL5t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvbaL5pL5t .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uvbaL62SWg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvbaL62SWg .mbr-text,
.cid-uvbaL62SWg blockquote {
  color: #767676;
}
.cid-uvbaL62SWg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvbaL62SWg .mbr-text P {
  text-align: center;
}
.cid-uvbiMEvtOr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvbiMEvtOr nav.navbar {
  position: fixed;
}
.cid-uvbiMEvtOr .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-uvbiMEvtOr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvbiMEvtOr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvbiMEvtOr .dropdown-item:hover,
.cid-uvbiMEvtOr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uvbiMEvtOr .dropdown-item:hover span {
  color: white;
}
.cid-uvbiMEvtOr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvbiMEvtOr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvbiMEvtOr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvbiMEvtOr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvbiMEvtOr .nav-link {
  position: relative;
}
.cid-uvbiMEvtOr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvbiMEvtOr .container {
    flex-wrap: nowrap;
  }
}
.cid-uvbiMEvtOr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvbiMEvtOr .dropdown-menu,
.cid-uvbiMEvtOr .navbar.opened {
  background: #000000 !important;
}
.cid-uvbiMEvtOr .nav-item:focus,
.cid-uvbiMEvtOr .nav-link:focus {
  outline: none;
}
.cid-uvbiMEvtOr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvbiMEvtOr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvbiMEvtOr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvbiMEvtOr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvbiMEvtOr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvbiMEvtOr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvbiMEvtOr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uvbiMEvtOr .navbar.opened {
  transition: all 0.3s;
}
.cid-uvbiMEvtOr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvbiMEvtOr .navbar .navbar-logo img {
  width: auto;
}
.cid-uvbiMEvtOr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvbiMEvtOr .navbar.collapsed {
  justify-content: center;
}
.cid-uvbiMEvtOr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvbiMEvtOr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvbiMEvtOr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvbiMEvtOr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvbiMEvtOr .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-uvbiMEvtOr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvbiMEvtOr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvbiMEvtOr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvbiMEvtOr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvbiMEvtOr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvbiMEvtOr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvbiMEvtOr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvbiMEvtOr .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-uvbiMEvtOr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvbiMEvtOr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvbiMEvtOr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvbiMEvtOr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvbiMEvtOr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvbiMEvtOr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvbiMEvtOr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvbiMEvtOr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvbiMEvtOr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvbiMEvtOr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvbiMEvtOr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvbiMEvtOr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvbiMEvtOr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvbiMEvtOr .dropdown-item.active,
.cid-uvbiMEvtOr .dropdown-item:active {
  background-color: transparent;
}
.cid-uvbiMEvtOr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvbiMEvtOr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvbiMEvtOr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvbiMEvtOr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvbiMEvtOr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvbiMEvtOr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvbiMEvtOr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvbiMEvtOr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvbiMEvtOr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvbiMEvtOr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvbiMEvtOr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvbiMEvtOr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbiMEvtOr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbiMEvtOr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbiMEvtOr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbiMEvtOr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbiMEvtOr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbiMEvtOr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbiMEvtOr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvbiMEvtOr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvbiMEvtOr .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-uvbiMEvtOr .navbar {
    height: 70px;
  }
  .cid-uvbiMEvtOr .navbar.opened {
    height: auto;
  }
  .cid-uvbiMEvtOr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoNHbP6RO {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoNHbP6RO .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoNHbP6RO .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoNHbP6RO .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoNHbP6RO .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoNHbP6RO .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoNHbP6RO .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoNHbP6RO .img-item {
    width: 100% !important;
  }
  .cid-uUoNHbP6RO .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUoNIjrTUl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoNIjrTUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoNIjrTUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoNIjrTUl .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoNIjrTUl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUtzP92h4J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtzP92h4J img,
.cid-uUtzP92h4J .item-img {
  width: 100%;
}
.cid-uUtzP92h4J .item:focus,
.cid-uUtzP92h4J span:focus {
  outline: none;
}
.cid-uUtzP92h4J .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUtzP92h4J .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUtzP92h4J .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUtzP92h4J .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUtzP92h4J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUtzP92h4J .mbr-section-title {
  color: #232323;
}
.cid-uUtzP92h4J .mbr-text,
.cid-uUtzP92h4J .mbr-section-btn {
  text-align: left;
}
.cid-uUtzP92h4J .item-title {
  text-align: left;
}
.cid-uUtzP92h4J .item-subtitle {
  text-align: center;
}
.cid-uvbiMDqITU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvbiMDqITU .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uvbiMEU7I3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvbiMEU7I3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvbiMEU7I3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvbiMEU7I3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvbiMEU7I3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvbiMEU7I3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uvbiMEU7I3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uvbiMEU7I3 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uvbiMEU7I3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uvbiMEU7I3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uvbiMFdybI {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uvbiMFdybI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvbiMFxADv {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uvbiMFxADv .title {
  margin-bottom: 2rem;
}
.cid-uvbiMFxADv .mbr-section-subtitle {
  color: #000000;
}
.cid-uvbiMFxADv a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uvbiMFxADv a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uvbiMFxADv textarea.form-control {
  min-height: 188px;
}
.cid-uvbiMFxADv H2 {
  color: #ffffff;
}
.cid-uvbiMFTMmp {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uvbiMFTMmp .image-block {
  margin: auto;
}
.cid-uvbiMFTMmp figcaption {
  position: relative;
}
.cid-uvbiMFTMmp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvbiMFTMmp .image-block {
    width: 100% !important;
  }
}
.cid-uvbiMGdsan {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvbiMGdsan .image-block {
  margin: auto;
}
.cid-uvbiMGdsan figcaption {
  position: relative;
}
.cid-uvbiMGdsan figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvbiMGdsan .image-block {
    width: 100% !important;
  }
}
.cid-uvbiMGvsR3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uvbiMGvsR3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvbiMGvsR3 H2 {
  color: #ffffff;
}
.cid-uvbiMGRTUp {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uvbiMGRTUp .image-block {
  margin: auto;
}
.cid-uvbiMGRTUp figcaption {
  position: relative;
}
.cid-uvbiMGRTUp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvbiMGRTUp .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uvbiMHsvwX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvbiMHsvwX .mbr-text,
.cid-uvbiMHsvwX blockquote {
  color: #767676;
}
.cid-uvbiMHsvwX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvbiMHsvwX .mbr-text P {
  text-align: center;
}
.cid-uvbyOgGEOi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvbyOgGEOi nav.navbar {
  position: fixed;
}
.cid-uvbyOgGEOi .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-uvbyOgGEOi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvbyOgGEOi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvbyOgGEOi .dropdown-item:hover,
.cid-uvbyOgGEOi .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uvbyOgGEOi .dropdown-item:hover span {
  color: white;
}
.cid-uvbyOgGEOi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvbyOgGEOi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvbyOgGEOi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvbyOgGEOi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvbyOgGEOi .nav-link {
  position: relative;
}
.cid-uvbyOgGEOi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvbyOgGEOi .container {
    flex-wrap: nowrap;
  }
}
.cid-uvbyOgGEOi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvbyOgGEOi .dropdown-menu,
.cid-uvbyOgGEOi .navbar.opened {
  background: #000000 !important;
}
.cid-uvbyOgGEOi .nav-item:focus,
.cid-uvbyOgGEOi .nav-link:focus {
  outline: none;
}
.cid-uvbyOgGEOi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvbyOgGEOi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvbyOgGEOi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvbyOgGEOi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvbyOgGEOi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvbyOgGEOi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvbyOgGEOi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uvbyOgGEOi .navbar.opened {
  transition: all 0.3s;
}
.cid-uvbyOgGEOi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvbyOgGEOi .navbar .navbar-logo img {
  width: auto;
}
.cid-uvbyOgGEOi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvbyOgGEOi .navbar.collapsed {
  justify-content: center;
}
.cid-uvbyOgGEOi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvbyOgGEOi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvbyOgGEOi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvbyOgGEOi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvbyOgGEOi .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-uvbyOgGEOi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvbyOgGEOi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvbyOgGEOi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvbyOgGEOi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvbyOgGEOi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvbyOgGEOi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvbyOgGEOi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvbyOgGEOi .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-uvbyOgGEOi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvbyOgGEOi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvbyOgGEOi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvbyOgGEOi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvbyOgGEOi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvbyOgGEOi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvbyOgGEOi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvbyOgGEOi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvbyOgGEOi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvbyOgGEOi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvbyOgGEOi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvbyOgGEOi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvbyOgGEOi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvbyOgGEOi .dropdown-item.active,
.cid-uvbyOgGEOi .dropdown-item:active {
  background-color: transparent;
}
.cid-uvbyOgGEOi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvbyOgGEOi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvbyOgGEOi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvbyOgGEOi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvbyOgGEOi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvbyOgGEOi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvbyOgGEOi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvbyOgGEOi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvbyOgGEOi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvbyOgGEOi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvbyOgGEOi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvbyOgGEOi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbyOgGEOi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbyOgGEOi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbyOgGEOi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbyOgGEOi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbyOgGEOi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbyOgGEOi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbyOgGEOi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvbyOgGEOi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvbyOgGEOi .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-uvbyOgGEOi .navbar {
    height: 70px;
  }
  .cid-uvbyOgGEOi .navbar.opened {
    height: auto;
  }
  .cid-uvbyOgGEOi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoNWBLYRp {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoNWBLYRp .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoNWBLYRp .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoNWBLYRp .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoNWBLYRp .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoNWBLYRp .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoNWBLYRp .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoNWBLYRp .img-item {
    width: 100% !important;
  }
  .cid-uUoNWBLYRp .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUoNX9V0q5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoNX9V0q5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoNX9V0q5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoNX9V0q5 .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoNX9V0q5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvbyOglI1e {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uvbyOglI1e .image-block {
  margin: auto;
}
.cid-uvbyOglI1e figcaption {
  position: relative;
}
.cid-uvbyOglI1e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvbyOglI1e .image-block {
    width: 100% !important;
  }
}
.cid-uvbyOgw0Ae {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvbyOgw0Ae .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uvbyOgZ6CY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvbyOgZ6CY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvbyOgZ6CY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvbyOgZ6CY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvbyOgZ6CY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvbyOgZ6CY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uvbyOgZ6CY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uvbyOgZ6CY .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uvbyOgZ6CY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uvbyOgZ6CY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uvbyOhm76B {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uvbyOhm76B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvbyOhCl4P {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uvbyOhCl4P .title {
  margin-bottom: 2rem;
}
.cid-uvbyOhCl4P .mbr-section-subtitle {
  color: #000000;
}
.cid-uvbyOhCl4P a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uvbyOhCl4P a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uvbyOhCl4P textarea.form-control {
  min-height: 188px;
}
.cid-uvbyOhCl4P H2 {
  color: #ffffff;
}
.cid-uvbyOhVTjV {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uvbyOhVTjV .image-block {
  margin: auto;
}
.cid-uvbyOhVTjV figcaption {
  position: relative;
}
.cid-uvbyOhVTjV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvbyOhVTjV .image-block {
    width: 100% !important;
  }
}
.cid-uvbyOibNX4 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvbyOibNX4 .image-block {
  margin: auto;
}
.cid-uvbyOibNX4 figcaption {
  position: relative;
}
.cid-uvbyOibNX4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvbyOibNX4 .image-block {
    width: 100% !important;
  }
}
.cid-uvbyOiqLuV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uvbyOiqLuV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvbyOiqLuV H2 {
  color: #ffffff;
}
.cid-uvbyOiHfMd {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uvbyOiHfMd .image-block {
  margin: auto;
}
.cid-uvbyOiHfMd figcaption {
  position: relative;
}
.cid-uvbyOiHfMd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uvbyOiHfMd .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uvbyOjf9uq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvbyOjf9uq .mbr-text,
.cid-uvbyOjf9uq blockquote {
  color: #767676;
}
.cid-uvbyOjf9uq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvbyOjf9uq .mbr-text P {
  text-align: center;
}
.cid-uv6SpOzqTr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uv6SpOzqTr nav.navbar {
  position: fixed;
}
.cid-uv6SpOzqTr .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-uv6SpOzqTr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uv6SpOzqTr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uv6SpOzqTr .dropdown-item:hover,
.cid-uv6SpOzqTr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uv6SpOzqTr .dropdown-item:hover span {
  color: white;
}
.cid-uv6SpOzqTr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uv6SpOzqTr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uv6SpOzqTr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uv6SpOzqTr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uv6SpOzqTr .nav-link {
  position: relative;
}
.cid-uv6SpOzqTr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uv6SpOzqTr .container {
    flex-wrap: nowrap;
  }
}
.cid-uv6SpOzqTr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uv6SpOzqTr .dropdown-menu,
.cid-uv6SpOzqTr .navbar.opened {
  background: #000000 !important;
}
.cid-uv6SpOzqTr .nav-item:focus,
.cid-uv6SpOzqTr .nav-link:focus {
  outline: none;
}
.cid-uv6SpOzqTr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv6SpOzqTr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv6SpOzqTr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv6SpOzqTr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv6SpOzqTr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv6SpOzqTr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv6SpOzqTr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uv6SpOzqTr .navbar.opened {
  transition: all 0.3s;
}
.cid-uv6SpOzqTr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uv6SpOzqTr .navbar .navbar-logo img {
  width: auto;
}
.cid-uv6SpOzqTr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv6SpOzqTr .navbar.collapsed {
  justify-content: center;
}
.cid-uv6SpOzqTr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv6SpOzqTr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv6SpOzqTr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv6SpOzqTr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv6SpOzqTr .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-uv6SpOzqTr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv6SpOzqTr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uv6SpOzqTr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uv6SpOzqTr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv6SpOzqTr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv6SpOzqTr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv6SpOzqTr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uv6SpOzqTr .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-uv6SpOzqTr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv6SpOzqTr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uv6SpOzqTr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uv6SpOzqTr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uv6SpOzqTr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv6SpOzqTr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uv6SpOzqTr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uv6SpOzqTr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv6SpOzqTr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv6SpOzqTr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv6SpOzqTr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uv6SpOzqTr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uv6SpOzqTr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv6SpOzqTr .dropdown-item.active,
.cid-uv6SpOzqTr .dropdown-item:active {
  background-color: transparent;
}
.cid-uv6SpOzqTr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uv6SpOzqTr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv6SpOzqTr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv6SpOzqTr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uv6SpOzqTr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv6SpOzqTr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv6SpOzqTr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uv6SpOzqTr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv6SpOzqTr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uv6SpOzqTr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uv6SpOzqTr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv6SpOzqTr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv6SpOzqTr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv6SpOzqTr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv6SpOzqTr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv6SpOzqTr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv6SpOzqTr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv6SpOzqTr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv6SpOzqTr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uv6SpOzqTr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uv6SpOzqTr .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-uv6SpOzqTr .navbar {
    height: 70px;
  }
  .cid-uv6SpOzqTr .navbar.opened {
    height: auto;
  }
  .cid-uv6SpOzqTr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoO7WPJ3p {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoO7WPJ3p .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoO7WPJ3p .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoO7WPJ3p .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoO7WPJ3p .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoO7WPJ3p .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoO7WPJ3p .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoO7WPJ3p .img-item {
    width: 100% !important;
  }
  .cid-uUoO7WPJ3p .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUoO8PFec5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoO8PFec5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoO8PFec5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoO8PFec5 .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoO8PFec5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uv6SpOnDSk {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uv6SpOnDSk .image-block {
  margin: auto;
}
.cid-uv6SpOnDSk figcaption {
  position: relative;
}
.cid-uv6SpOnDSk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv6SpOnDSk .image-block {
    width: 100% !important;
  }
}
.cid-uv6Ys1TizY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv6Ys1TizY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uv6Ys1TizY H2 {
  color: #ff6a00;
}
.cid-uv6SpOTPsm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uv6SpOTPsm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uv6YIwjO72 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv6YIwjO72 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uv6YIwjO72 H2 {
  color: #ffffff;
}
.cid-uv6Z2HIqZO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv6Z2HIqZO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uv6Z2HIqZO H2 {
  color: #ff6a00;
}
.cid-uv6SpP84yn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uv6SpP84yn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uv6SpP84yn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv6SpP84yn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uv6SpP84yn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uv6SpP84yn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uv6SpP84yn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uv6SpP84yn .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uv6SpP84yn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uv6SpP84yn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uv6SpPumcZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uv6SpPumcZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uv6SpPNgSt {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uv6SpPNgSt .title {
  margin-bottom: 2rem;
}
.cid-uv6SpPNgSt .mbr-section-subtitle {
  color: #000000;
}
.cid-uv6SpPNgSt a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uv6SpPNgSt a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uv6SpPNgSt textarea.form-control {
  min-height: 188px;
}
.cid-uv6SpPNgSt H2 {
  color: #ffffff;
}
.cid-uv6SpQ8Tbw {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uv6SpQ8Tbw .image-block {
  margin: auto;
}
.cid-uv6SpQ8Tbw figcaption {
  position: relative;
}
.cid-uv6SpQ8Tbw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv6SpQ8Tbw .image-block {
    width: 100% !important;
  }
}
.cid-uv6SpQqrbB {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uv6SpQqrbB .image-block {
  margin: auto;
}
.cid-uv6SpQqrbB figcaption {
  position: relative;
}
.cid-uv6SpQqrbB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv6SpQqrbB .image-block {
    width: 100% !important;
  }
}
.cid-uv6SpQIzUH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uv6SpQIzUH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uv6SpQIzUH H2 {
  color: #ffffff;
}
.cid-uv6SpR1MsR {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uv6SpR1MsR .image-block {
  margin: auto;
}
.cid-uv6SpR1MsR figcaption {
  position: relative;
}
.cid-uv6SpR1MsR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv6SpR1MsR .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uv6SpRE2GN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uv6SpRE2GN .mbr-text,
.cid-uv6SpRE2GN blockquote {
  color: #767676;
}
.cid-uv6SpRE2GN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uv6SpRE2GN .mbr-text P {
  text-align: center;
}
.cid-uv6NHT8AD0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uv6NHT8AD0 nav.navbar {
  position: fixed;
}
.cid-uv6NHT8AD0 .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-uv6NHT8AD0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uv6NHT8AD0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uv6NHT8AD0 .dropdown-item:hover,
.cid-uv6NHT8AD0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uv6NHT8AD0 .dropdown-item:hover span {
  color: white;
}
.cid-uv6NHT8AD0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uv6NHT8AD0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uv6NHT8AD0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uv6NHT8AD0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uv6NHT8AD0 .nav-link {
  position: relative;
}
.cid-uv6NHT8AD0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uv6NHT8AD0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uv6NHT8AD0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uv6NHT8AD0 .dropdown-menu,
.cid-uv6NHT8AD0 .navbar.opened {
  background: #000000 !important;
}
.cid-uv6NHT8AD0 .nav-item:focus,
.cid-uv6NHT8AD0 .nav-link:focus {
  outline: none;
}
.cid-uv6NHT8AD0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv6NHT8AD0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv6NHT8AD0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv6NHT8AD0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv6NHT8AD0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv6NHT8AD0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv6NHT8AD0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uv6NHT8AD0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uv6NHT8AD0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uv6NHT8AD0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uv6NHT8AD0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv6NHT8AD0 .navbar.collapsed {
  justify-content: center;
}
.cid-uv6NHT8AD0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv6NHT8AD0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv6NHT8AD0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv6NHT8AD0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv6NHT8AD0 .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-uv6NHT8AD0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv6NHT8AD0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uv6NHT8AD0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uv6NHT8AD0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv6NHT8AD0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv6NHT8AD0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv6NHT8AD0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uv6NHT8AD0 .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-uv6NHT8AD0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv6NHT8AD0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uv6NHT8AD0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uv6NHT8AD0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uv6NHT8AD0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv6NHT8AD0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uv6NHT8AD0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uv6NHT8AD0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv6NHT8AD0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv6NHT8AD0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv6NHT8AD0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uv6NHT8AD0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uv6NHT8AD0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv6NHT8AD0 .dropdown-item.active,
.cid-uv6NHT8AD0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uv6NHT8AD0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uv6NHT8AD0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv6NHT8AD0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv6NHT8AD0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uv6NHT8AD0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv6NHT8AD0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv6NHT8AD0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uv6NHT8AD0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv6NHT8AD0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uv6NHT8AD0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uv6NHT8AD0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv6NHT8AD0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv6NHT8AD0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv6NHT8AD0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv6NHT8AD0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv6NHT8AD0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv6NHT8AD0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv6NHT8AD0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv6NHT8AD0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uv6NHT8AD0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uv6NHT8AD0 .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-uv6NHT8AD0 .navbar {
    height: 70px;
  }
  .cid-uv6NHT8AD0 .navbar.opened {
    height: auto;
  }
  .cid-uv6NHT8AD0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoKU1nyHo {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoKU1nyHo .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoKU1nyHo .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoKU1nyHo .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoKU1nyHo .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoKU1nyHo .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoKU1nyHo .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoKU1nyHo .img-item {
    width: 100% !important;
  }
  .cid-uUoKU1nyHo .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUoKI7Oavc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoKI7Oavc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoKI7Oavc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoKI7Oavc .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoKI7Oavc .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUoKI7Oavc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uv6NHVcgJu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv6NHVcgJu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uv6NHVcgJu H2 {
  color: #ff6a00;
}
.cid-uv6NHU3CeR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uv6NHU3CeR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uv6NHUjz3n {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uv6NHUjz3n .title {
  margin-bottom: 2rem;
}
.cid-uv6NHUjz3n .mbr-section-subtitle {
  color: #000000;
}
.cid-uv6NHUjz3n a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uv6NHUjz3n a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uv6NHUjz3n textarea.form-control {
  min-height: 188px;
}
.cid-uv6NHUjz3n H2 {
  color: #ffffff;
}
.cid-uv6Pv1WBnm {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uv6Pv1WBnm .image-block {
  margin: auto;
}
.cid-uv6Pv1WBnm figcaption {
  position: relative;
}
.cid-uv6Pv1WBnm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv6Pv1WBnm .image-block {
    width: 100% !important;
  }
}
.cid-uv6NHUVvpc {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uv6NHUVvpc .image-block {
  margin: auto;
}
.cid-uv6NHUVvpc figcaption {
  position: relative;
}
.cid-uv6NHUVvpc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv6NHUVvpc .image-block {
    width: 100% !important;
  }
}
.cid-uv6NHVutTN {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uv6NHVutTN .image-block {
  margin: auto;
}
.cid-uv6NHVutTN figcaption {
  position: relative;
}
.cid-uv6NHVutTN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uv6NHVutTN .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uv6NHW6LSl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uv6NHW6LSl .mbr-text,
.cid-uv6NHW6LSl blockquote {
  color: #767676;
}
.cid-uv6NHW6LSl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uv6NHW6LSl .mbr-text P {
  text-align: center;
}
.cid-uUy13QdHkN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUy13QdHkN nav.navbar {
  position: fixed;
}
.cid-uUy13QdHkN .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-uUy13QdHkN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUy13QdHkN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUy13QdHkN .dropdown-item:hover,
.cid-uUy13QdHkN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uUy13QdHkN .dropdown-item:hover span {
  color: white;
}
.cid-uUy13QdHkN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUy13QdHkN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUy13QdHkN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUy13QdHkN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUy13QdHkN .nav-link {
  position: relative;
}
.cid-uUy13QdHkN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUy13QdHkN .container {
    flex-wrap: nowrap;
  }
}
.cid-uUy13QdHkN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUy13QdHkN .dropdown-menu,
.cid-uUy13QdHkN .navbar.opened {
  background: #000000 !important;
}
.cid-uUy13QdHkN .nav-item:focus,
.cid-uUy13QdHkN .nav-link:focus {
  outline: none;
}
.cid-uUy13QdHkN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUy13QdHkN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUy13QdHkN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUy13QdHkN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUy13QdHkN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUy13QdHkN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUy13QdHkN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUy13QdHkN .navbar.opened {
  transition: all 0.3s;
}
.cid-uUy13QdHkN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUy13QdHkN .navbar .navbar-logo img {
  width: auto;
}
.cid-uUy13QdHkN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUy13QdHkN .navbar.collapsed {
  justify-content: center;
}
.cid-uUy13QdHkN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUy13QdHkN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUy13QdHkN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUy13QdHkN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUy13QdHkN .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-uUy13QdHkN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUy13QdHkN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUy13QdHkN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUy13QdHkN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUy13QdHkN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUy13QdHkN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUy13QdHkN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUy13QdHkN .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-uUy13QdHkN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUy13QdHkN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUy13QdHkN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUy13QdHkN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUy13QdHkN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUy13QdHkN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUy13QdHkN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUy13QdHkN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUy13QdHkN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUy13QdHkN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUy13QdHkN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUy13QdHkN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUy13QdHkN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUy13QdHkN .dropdown-item.active,
.cid-uUy13QdHkN .dropdown-item:active {
  background-color: transparent;
}
.cid-uUy13QdHkN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUy13QdHkN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUy13QdHkN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUy13QdHkN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUy13QdHkN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUy13QdHkN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUy13QdHkN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUy13QdHkN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUy13QdHkN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUy13QdHkN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUy13QdHkN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUy13QdHkN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUy13QdHkN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUy13QdHkN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUy13QdHkN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUy13QdHkN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUy13QdHkN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUy13QdHkN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUy13QdHkN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUy13QdHkN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUy13QdHkN .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-uUy13QdHkN .navbar {
    height: 70px;
  }
  .cid-uUy13QdHkN .navbar.opened {
    height: auto;
  }
  .cid-uUy13QdHkN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUy13QzlXz {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUy13QzlXz .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUy13QzlXz .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUy13QzlXz .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUy13QzlXz .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUy13QzlXz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUy13QzlXz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUy13QzlXz .img-item {
    width: 100% !important;
  }
  .cid-uUy13QzlXz .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUy13QOCbP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy13QOCbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy13QOCbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy13QOCbP .mbr-section-title {
  color: #ff6a00;
}
.cid-uUy13QOCbP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy13R53ei {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uUy13R53ei .image-block {
  margin: auto;
}
.cid-uUy13R53ei figcaption {
  position: relative;
}
.cid-uUy13R53ei figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy13R53ei .image-block {
    width: 100% !important;
  }
}
.cid-uUy13Rjgb3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy13Rjgb3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy13RxGMG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy13RxGMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy13RxGMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy13RxGMG .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uUy13RxGMG .item {
    margin-bottom: 4rem;
  }
}
.cid-uUy13RxGMG .item:last-child .icon-box:before {
  display: none;
}
.cid-uUy13RxGMG .item.last .icon-box:before {
  display: none;
}
.cid-uUy13RxGMG .icon-box {
  background: #ff6a00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uUy13RxGMG .icon-box {
    margin-right: 1rem;
  }
}
.cid-uUy13RxGMG .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #ff6a00;
  transform: translate(-50%, 0);
}
.cid-uUy13RxGMG span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUy13RxGMG .card {
    margin-bottom: 2rem;
  }
  .cid-uUy13RxGMG .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUy13RxGMG .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uUy13RxGMG .icon-box::before {
    top: 114%;
  }
}
.cid-uUy13RxGMG .mbr-text,
.cid-uUy13RxGMG .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUy13RxGMG .icon-text {
  color: #ffffff;
}
.cid-uUy13RxGMG .card-title,
.cid-uUy13RxGMG .card-box {
  color: #ff6a00;
  text-align: left;
}
.cid-uUy13S2PZk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUy13S2PZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy13S2PZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy13S2PZk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUy13S2PZk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUy13S2PZk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUy13S2PZk H3 {
  color: #ff6a00;
}
.cid-uUy13S2PZk .list {
  color: #ffffff;
}
.cid-uUy13SFTRl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy13SFTRl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy5a9cFSt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUy5a9cFSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy5a9cFSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy5a9cFSt ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUy5a9cFSt li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUy5a9cFSt ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUy5a9cFSt H3 {
  color: #ff6a00;
}
.cid-uUy5a9cFSt .list {
  color: #ffffff;
}
.cid-uUy13SWFtQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy13SWFtQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy13SWFtQ .mbr-section-title {
  color: #ff6a00;
}
.cid-uUy13TedKB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uUy13TedKB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUy13TedKB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUy13TedKB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUy13TedKB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUy13TedKB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uUy13TedKB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUy13TedKB .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uUy13TedKB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUy13TedKB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUy13TE1Ou {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uUy13TE1Ou .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy13TY4sZ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uUy13TY4sZ .title {
  margin-bottom: 2rem;
}
.cid-uUy13TY4sZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uUy13TY4sZ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uUy13TY4sZ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uUy13TY4sZ textarea.form-control {
  min-height: 188px;
}
.cid-uUy13TY4sZ H2 {
  color: #ffffff;
}
.cid-uUy13Umvex {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uUy13Umvex .image-block {
  margin: auto;
}
.cid-uUy13Umvex figcaption {
  position: relative;
}
.cid-uUy13Umvex figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy13Umvex .image-block {
    width: 100% !important;
  }
}
.cid-uUy13UIUru {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUy13UIUru .image-block {
  margin: auto;
}
.cid-uUy13UIUru figcaption {
  position: relative;
}
.cid-uUy13UIUru figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy13UIUru .image-block {
    width: 100% !important;
  }
}
.cid-uUy13V3UeS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uUy13V3UeS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy13V3UeS H2 {
  color: #ffffff;
}
.cid-uUy13Voc3Q {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uUy13Voc3Q .image-block {
  margin: auto;
}
.cid-uUy13Voc3Q figcaption {
  position: relative;
}
.cid-uUy13Voc3Q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy13Voc3Q .image-block {
    width: 100% !important;
  }
}
.cid-uUy13VJhZ1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUy13VJhZ1 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUy13VJhZ1 .social-row .soc-item {
  margin: 8px;
}
.cid-uUy13VJhZ1 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUy13VJhZ1 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUy13VJhZ1 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUy13VJhZ1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUy13VJhZ1 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUy13VJhZ1 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUy13VJhZ1 .header-menu li p {
  margin: 0;
}
.cid-uUy13VJhZ1 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUy13VJhZ1 .mbr-section-title {
  color: #ffffff;
}
.cid-uUy13Wqaf3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUy13Wqaf3 .mbr-text,
.cid-uUy13Wqaf3 blockquote {
  color: #767676;
}
.cid-uUy13Wqaf3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUy13Wqaf3 .mbr-text P {
  text-align: center;
}
.cid-uUy0bAVDsW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUy0bAVDsW nav.navbar {
  position: fixed;
}
.cid-uUy0bAVDsW .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-uUy0bAVDsW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUy0bAVDsW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUy0bAVDsW .dropdown-item:hover,
.cid-uUy0bAVDsW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uUy0bAVDsW .dropdown-item:hover span {
  color: white;
}
.cid-uUy0bAVDsW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUy0bAVDsW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUy0bAVDsW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUy0bAVDsW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUy0bAVDsW .nav-link {
  position: relative;
}
.cid-uUy0bAVDsW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUy0bAVDsW .container {
    flex-wrap: nowrap;
  }
}
.cid-uUy0bAVDsW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUy0bAVDsW .dropdown-menu,
.cid-uUy0bAVDsW .navbar.opened {
  background: #000000 !important;
}
.cid-uUy0bAVDsW .nav-item:focus,
.cid-uUy0bAVDsW .nav-link:focus {
  outline: none;
}
.cid-uUy0bAVDsW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUy0bAVDsW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUy0bAVDsW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUy0bAVDsW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUy0bAVDsW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUy0bAVDsW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUy0bAVDsW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUy0bAVDsW .navbar.opened {
  transition: all 0.3s;
}
.cid-uUy0bAVDsW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUy0bAVDsW .navbar .navbar-logo img {
  width: auto;
}
.cid-uUy0bAVDsW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUy0bAVDsW .navbar.collapsed {
  justify-content: center;
}
.cid-uUy0bAVDsW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUy0bAVDsW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUy0bAVDsW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUy0bAVDsW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUy0bAVDsW .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-uUy0bAVDsW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUy0bAVDsW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUy0bAVDsW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUy0bAVDsW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUy0bAVDsW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUy0bAVDsW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUy0bAVDsW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUy0bAVDsW .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-uUy0bAVDsW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUy0bAVDsW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUy0bAVDsW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUy0bAVDsW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUy0bAVDsW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUy0bAVDsW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUy0bAVDsW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUy0bAVDsW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUy0bAVDsW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUy0bAVDsW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUy0bAVDsW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUy0bAVDsW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUy0bAVDsW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUy0bAVDsW .dropdown-item.active,
.cid-uUy0bAVDsW .dropdown-item:active {
  background-color: transparent;
}
.cid-uUy0bAVDsW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUy0bAVDsW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUy0bAVDsW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUy0bAVDsW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUy0bAVDsW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUy0bAVDsW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUy0bAVDsW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUy0bAVDsW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUy0bAVDsW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUy0bAVDsW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUy0bAVDsW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUy0bAVDsW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUy0bAVDsW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUy0bAVDsW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUy0bAVDsW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUy0bAVDsW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUy0bAVDsW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUy0bAVDsW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUy0bAVDsW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUy0bAVDsW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUy0bAVDsW .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-uUy0bAVDsW .navbar {
    height: 70px;
  }
  .cid-uUy0bAVDsW .navbar.opened {
    height: auto;
  }
  .cid-uUy0bAVDsW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUy0bBfgcA {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUy0bBfgcA .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUy0bBfgcA .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUy0bBfgcA .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUy0bBfgcA .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUy0bBfgcA .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUy0bBfgcA .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUy0bBfgcA .img-item {
    width: 100% !important;
  }
  .cid-uUy0bBfgcA .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUy0bBt4TB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy0bBt4TB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy0bBt4TB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy0bBt4TB .mbr-section-title {
  color: #ff6a00;
}
.cid-uUy0bBt4TB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy0bBI5LY {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uUy0bBI5LY .image-block {
  margin: auto;
}
.cid-uUy0bBI5LY figcaption {
  position: relative;
}
.cid-uUy0bBI5LY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy0bBI5LY .image-block {
    width: 100% !important;
  }
}
.cid-uUy0bBWoUA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy0bBWoUA .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy0bCcqZC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy0bCcqZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy0bCcqZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy0bCcqZC .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uUy0bCcqZC .item {
    margin-bottom: 4rem;
  }
}
.cid-uUy0bCcqZC .item:last-child .icon-box:before {
  display: none;
}
.cid-uUy0bCcqZC .item.last .icon-box:before {
  display: none;
}
.cid-uUy0bCcqZC .icon-box {
  background: #ff6a00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uUy0bCcqZC .icon-box {
    margin-right: 1rem;
  }
}
.cid-uUy0bCcqZC .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #ff6a00;
  transform: translate(-50%, 0);
}
.cid-uUy0bCcqZC span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUy0bCcqZC .card {
    margin-bottom: 2rem;
  }
  .cid-uUy0bCcqZC .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUy0bCcqZC .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uUy0bCcqZC .icon-box::before {
    top: 114%;
  }
}
.cid-uUy0bCcqZC .mbr-text,
.cid-uUy0bCcqZC .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUy0bCcqZC .icon-text {
  color: #ffffff;
}
.cid-uUy0bCcqZC .card-title,
.cid-uUy0bCcqZC .card-box {
  color: #ff6a00;
  text-align: left;
}
.cid-uUy0bCF529 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUy0bCF529 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy0bCF529 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy0bCF529 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUy0bCF529 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUy0bCF529 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUy0bCF529 H3 {
  color: #ff6a00;
}
.cid-uUy0bCF529 .list {
  color: #ffffff;
}
.cid-uUy516FrNy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUy516FrNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy516FrNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy516FrNy ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUy516FrNy li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUy516FrNy ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUy516FrNy H3 {
  color: #ff6a00;
}
.cid-uUy516FrNy .list {
  color: #ffffff;
}
.cid-uUy0bDhyjB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy0bDhyjB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy0bDywcd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy0bDywcd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy0bDywcd .mbr-section-title {
  color: #ff6a00;
}
.cid-uUy0bDSqXQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uUy0bDSqXQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUy0bDSqXQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUy0bDSqXQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUy0bDSqXQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUy0bDSqXQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uUy0bDSqXQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUy0bDSqXQ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uUy0bDSqXQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUy0bDSqXQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUy0bEhxhe {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uUy0bEhxhe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy0bEBeEp {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uUy0bEBeEp .title {
  margin-bottom: 2rem;
}
.cid-uUy0bEBeEp .mbr-section-subtitle {
  color: #000000;
}
.cid-uUy0bEBeEp a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uUy0bEBeEp a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uUy0bEBeEp textarea.form-control {
  min-height: 188px;
}
.cid-uUy0bEBeEp H2 {
  color: #ffffff;
}
.cid-uUy0bEYqFe {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uUy0bEYqFe .image-block {
  margin: auto;
}
.cid-uUy0bEYqFe figcaption {
  position: relative;
}
.cid-uUy0bEYqFe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy0bEYqFe .image-block {
    width: 100% !important;
  }
}
.cid-uUy0bFjksb {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUy0bFjksb .image-block {
  margin: auto;
}
.cid-uUy0bFjksb figcaption {
  position: relative;
}
.cid-uUy0bFjksb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy0bFjksb .image-block {
    width: 100% !important;
  }
}
.cid-uUy0bFE5O4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uUy0bFE5O4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy0bFE5O4 H2 {
  color: #ffffff;
}
.cid-uUy0bG09Gt {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uUy0bG09Gt .image-block {
  margin: auto;
}
.cid-uUy0bG09Gt figcaption {
  position: relative;
}
.cid-uUy0bG09Gt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy0bG09Gt .image-block {
    width: 100% !important;
  }
}
.cid-uUy0bGn8EN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUy0bGn8EN .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUy0bGn8EN .social-row .soc-item {
  margin: 8px;
}
.cid-uUy0bGn8EN .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUy0bGn8EN .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUy0bGn8EN .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUy0bGn8EN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUy0bGn8EN .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUy0bGn8EN .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUy0bGn8EN .header-menu li p {
  margin: 0;
}
.cid-uUy0bGn8EN .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUy0bGn8EN .mbr-section-title {
  color: #ffffff;
}
.cid-uUy0bGPhOu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUy0bGPhOu .mbr-text,
.cid-uUy0bGPhOu blockquote {
  color: #767676;
}
.cid-uUy0bGPhOu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUy0bGPhOu .mbr-text P {
  text-align: center;
}
.cid-uUy1mQ2Mmt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUy1mQ2Mmt nav.navbar {
  position: fixed;
}
.cid-uUy1mQ2Mmt .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-uUy1mQ2Mmt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUy1mQ2Mmt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUy1mQ2Mmt .dropdown-item:hover,
.cid-uUy1mQ2Mmt .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uUy1mQ2Mmt .dropdown-item:hover span {
  color: white;
}
.cid-uUy1mQ2Mmt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUy1mQ2Mmt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUy1mQ2Mmt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUy1mQ2Mmt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUy1mQ2Mmt .nav-link {
  position: relative;
}
.cid-uUy1mQ2Mmt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUy1mQ2Mmt .container {
    flex-wrap: nowrap;
  }
}
.cid-uUy1mQ2Mmt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUy1mQ2Mmt .dropdown-menu,
.cid-uUy1mQ2Mmt .navbar.opened {
  background: #000000 !important;
}
.cid-uUy1mQ2Mmt .nav-item:focus,
.cid-uUy1mQ2Mmt .nav-link:focus {
  outline: none;
}
.cid-uUy1mQ2Mmt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUy1mQ2Mmt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUy1mQ2Mmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUy1mQ2Mmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUy1mQ2Mmt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUy1mQ2Mmt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUy1mQ2Mmt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUy1mQ2Mmt .navbar.opened {
  transition: all 0.3s;
}
.cid-uUy1mQ2Mmt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUy1mQ2Mmt .navbar .navbar-logo img {
  width: auto;
}
.cid-uUy1mQ2Mmt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUy1mQ2Mmt .navbar.collapsed {
  justify-content: center;
}
.cid-uUy1mQ2Mmt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUy1mQ2Mmt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUy1mQ2Mmt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUy1mQ2Mmt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUy1mQ2Mmt .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-uUy1mQ2Mmt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUy1mQ2Mmt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUy1mQ2Mmt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUy1mQ2Mmt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUy1mQ2Mmt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUy1mQ2Mmt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUy1mQ2Mmt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUy1mQ2Mmt .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-uUy1mQ2Mmt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUy1mQ2Mmt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUy1mQ2Mmt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUy1mQ2Mmt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUy1mQ2Mmt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUy1mQ2Mmt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUy1mQ2Mmt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUy1mQ2Mmt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUy1mQ2Mmt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUy1mQ2Mmt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUy1mQ2Mmt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUy1mQ2Mmt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUy1mQ2Mmt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUy1mQ2Mmt .dropdown-item.active,
.cid-uUy1mQ2Mmt .dropdown-item:active {
  background-color: transparent;
}
.cid-uUy1mQ2Mmt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUy1mQ2Mmt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUy1mQ2Mmt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUy1mQ2Mmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUy1mQ2Mmt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUy1mQ2Mmt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUy1mQ2Mmt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUy1mQ2Mmt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUy1mQ2Mmt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUy1mQ2Mmt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUy1mQ2Mmt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUy1mQ2Mmt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUy1mQ2Mmt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUy1mQ2Mmt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUy1mQ2Mmt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUy1mQ2Mmt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUy1mQ2Mmt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUy1mQ2Mmt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUy1mQ2Mmt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUy1mQ2Mmt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUy1mQ2Mmt .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-uUy1mQ2Mmt .navbar {
    height: 70px;
  }
  .cid-uUy1mQ2Mmt .navbar.opened {
    height: auto;
  }
  .cid-uUy1mQ2Mmt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUy1mQocyM {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUy1mQocyM .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUy1mQocyM .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUy1mQocyM .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUy1mQocyM .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUy1mQocyM .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUy1mQocyM .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUy1mQocyM .img-item {
    width: 100% !important;
  }
  .cid-uUy1mQocyM .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUy1mQDV8J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1mQDV8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy1mQDV8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy1mQDV8J .mbr-section-title {
  color: #ff6a00;
}
.cid-uUy1mQDV8J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy1mQTxen {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uUy1mQTxen .image-block {
  margin: auto;
}
.cid-uUy1mQTxen figcaption {
  position: relative;
}
.cid-uUy1mQTxen figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1mQTxen .image-block {
    width: 100% !important;
  }
}
.cid-uUy1mR9KlO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1mR9KlO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy1mRnLnu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1mRnLnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy1mRnLnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy1mRnLnu .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uUy1mRnLnu .item {
    margin-bottom: 4rem;
  }
}
.cid-uUy1mRnLnu .item:last-child .icon-box:before {
  display: none;
}
.cid-uUy1mRnLnu .item.last .icon-box:before {
  display: none;
}
.cid-uUy1mRnLnu .icon-box {
  background: #ff6a00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uUy1mRnLnu .icon-box {
    margin-right: 1rem;
  }
}
.cid-uUy1mRnLnu .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #ff6a00;
  transform: translate(-50%, 0);
}
.cid-uUy1mRnLnu span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUy1mRnLnu .card {
    margin-bottom: 2rem;
  }
  .cid-uUy1mRnLnu .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUy1mRnLnu .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uUy1mRnLnu .icon-box::before {
    top: 114%;
  }
}
.cid-uUy1mRnLnu .mbr-text,
.cid-uUy1mRnLnu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUy1mRnLnu .icon-text {
  color: #ffffff;
}
.cid-uUy1mRnLnu .card-title,
.cid-uUy1mRnLnu .card-box {
  color: #ff6a00;
  text-align: left;
}
.cid-uUy1mRQ4jH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUy1mRQ4jH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy1mRQ4jH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy1mRQ4jH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUy1mRQ4jH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUy1mRQ4jH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUy1mRQ4jH H3 {
  color: #ff6a00;
}
.cid-uUy1mRQ4jH .list {
  color: #ffffff;
}
.cid-uUy1mSsMxi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1mSsMxi .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy5eb5a36 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUy5eb5a36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy5eb5a36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy5eb5a36 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUy5eb5a36 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUy5eb5a36 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUy5eb5a36 H3 {
  color: #ff6a00;
}
.cid-uUy5eb5a36 .list {
  color: #ffffff;
}
.cid-uUy1mSJshM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1mSJshM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy1mSJshM .mbr-section-title {
  color: #ff6a00;
}
.cid-uUy1mT2lQZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uUy1mT2lQZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUy1mT2lQZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUy1mT2lQZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUy1mT2lQZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUy1mT2lQZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uUy1mT2lQZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUy1mT2lQZ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uUy1mT2lQZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUy1mT2lQZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUy1mTrBNw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uUy1mTrBNw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy1mTKD7s {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uUy1mTKD7s .title {
  margin-bottom: 2rem;
}
.cid-uUy1mTKD7s .mbr-section-subtitle {
  color: #000000;
}
.cid-uUy1mTKD7s a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uUy1mTKD7s a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uUy1mTKD7s textarea.form-control {
  min-height: 188px;
}
.cid-uUy1mTKD7s H2 {
  color: #ffffff;
}
.cid-uUy1mU927H {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uUy1mU927H .image-block {
  margin: auto;
}
.cid-uUy1mU927H figcaption {
  position: relative;
}
.cid-uUy1mU927H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1mU927H .image-block {
    width: 100% !important;
  }
}
.cid-uUy1mUusbF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUy1mUusbF .image-block {
  margin: auto;
}
.cid-uUy1mUusbF figcaption {
  position: relative;
}
.cid-uUy1mUusbF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1mUusbF .image-block {
    width: 100% !important;
  }
}
.cid-uUy1mUPArG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uUy1mUPArG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy1mUPArG H2 {
  color: #ffffff;
}
.cid-uUy1mVc4yj {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uUy1mVc4yj .image-block {
  margin: auto;
}
.cid-uUy1mVc4yj figcaption {
  position: relative;
}
.cid-uUy1mVc4yj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1mVc4yj .image-block {
    width: 100% !important;
  }
}
.cid-uUy1mVxEqm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUy1mVxEqm .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUy1mVxEqm .social-row .soc-item {
  margin: 8px;
}
.cid-uUy1mVxEqm .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUy1mVxEqm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUy1mVxEqm .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUy1mVxEqm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUy1mVxEqm .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUy1mVxEqm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUy1mVxEqm .header-menu li p {
  margin: 0;
}
.cid-uUy1mVxEqm .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUy1mVxEqm .mbr-section-title {
  color: #ffffff;
}
.cid-uUy1mW0Ko5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUy1mW0Ko5 .mbr-text,
.cid-uUy1mW0Ko5 blockquote {
  color: #767676;
}
.cid-uUy1mW0Ko5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUy1mW0Ko5 .mbr-text P {
  text-align: center;
}
.cid-uUy1B1q2wT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUy1B1q2wT nav.navbar {
  position: fixed;
}
.cid-uUy1B1q2wT .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-uUy1B1q2wT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUy1B1q2wT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUy1B1q2wT .dropdown-item:hover,
.cid-uUy1B1q2wT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uUy1B1q2wT .dropdown-item:hover span {
  color: white;
}
.cid-uUy1B1q2wT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUy1B1q2wT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUy1B1q2wT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUy1B1q2wT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUy1B1q2wT .nav-link {
  position: relative;
}
.cid-uUy1B1q2wT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUy1B1q2wT .container {
    flex-wrap: nowrap;
  }
}
.cid-uUy1B1q2wT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUy1B1q2wT .dropdown-menu,
.cid-uUy1B1q2wT .navbar.opened {
  background: #000000 !important;
}
.cid-uUy1B1q2wT .nav-item:focus,
.cid-uUy1B1q2wT .nav-link:focus {
  outline: none;
}
.cid-uUy1B1q2wT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUy1B1q2wT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUy1B1q2wT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUy1B1q2wT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUy1B1q2wT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUy1B1q2wT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUy1B1q2wT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUy1B1q2wT .navbar.opened {
  transition: all 0.3s;
}
.cid-uUy1B1q2wT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUy1B1q2wT .navbar .navbar-logo img {
  width: auto;
}
.cid-uUy1B1q2wT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUy1B1q2wT .navbar.collapsed {
  justify-content: center;
}
.cid-uUy1B1q2wT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUy1B1q2wT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUy1B1q2wT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUy1B1q2wT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUy1B1q2wT .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-uUy1B1q2wT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUy1B1q2wT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUy1B1q2wT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUy1B1q2wT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUy1B1q2wT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUy1B1q2wT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUy1B1q2wT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUy1B1q2wT .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-uUy1B1q2wT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUy1B1q2wT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUy1B1q2wT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUy1B1q2wT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUy1B1q2wT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUy1B1q2wT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUy1B1q2wT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUy1B1q2wT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUy1B1q2wT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUy1B1q2wT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUy1B1q2wT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUy1B1q2wT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUy1B1q2wT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUy1B1q2wT .dropdown-item.active,
.cid-uUy1B1q2wT .dropdown-item:active {
  background-color: transparent;
}
.cid-uUy1B1q2wT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUy1B1q2wT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUy1B1q2wT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUy1B1q2wT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUy1B1q2wT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUy1B1q2wT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUy1B1q2wT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUy1B1q2wT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUy1B1q2wT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUy1B1q2wT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUy1B1q2wT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUy1B1q2wT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUy1B1q2wT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUy1B1q2wT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUy1B1q2wT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUy1B1q2wT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUy1B1q2wT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUy1B1q2wT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUy1B1q2wT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUy1B1q2wT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUy1B1q2wT .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-uUy1B1q2wT .navbar {
    height: 70px;
  }
  .cid-uUy1B1q2wT .navbar.opened {
    height: auto;
  }
  .cid-uUy1B1q2wT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUy1B1OlvB {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUy1B1OlvB .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUy1B1OlvB .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUy1B1OlvB .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUy1B1OlvB .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUy1B1OlvB .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUy1B1OlvB .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUy1B1OlvB .img-item {
    width: 100% !important;
  }
  .cid-uUy1B1OlvB .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUy1B22NXU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1B22NXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy1B22NXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy1B22NXU .mbr-section-title {
  color: #ff6a00;
}
.cid-uUy1B22NXU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy1B2jh7c {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uUy1B2jh7c .image-block {
  margin: auto;
}
.cid-uUy1B2jh7c figcaption {
  position: relative;
}
.cid-uUy1B2jh7c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1B2jh7c .image-block {
    width: 100% !important;
  }
}
.cid-uUy1B2xPz7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1B2xPz7 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy1B2LwsQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1B2LwsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy1B2LwsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy1B2LwsQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uUy1B2LwsQ .item {
    margin-bottom: 4rem;
  }
}
.cid-uUy1B2LwsQ .item:last-child .icon-box:before {
  display: none;
}
.cid-uUy1B2LwsQ .item.last .icon-box:before {
  display: none;
}
.cid-uUy1B2LwsQ .icon-box {
  background: #ff6a00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uUy1B2LwsQ .icon-box {
    margin-right: 1rem;
  }
}
.cid-uUy1B2LwsQ .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #ff6a00;
  transform: translate(-50%, 0);
}
.cid-uUy1B2LwsQ span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUy1B2LwsQ .card {
    margin-bottom: 2rem;
  }
  .cid-uUy1B2LwsQ .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUy1B2LwsQ .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uUy1B2LwsQ .icon-box::before {
    top: 114%;
  }
}
.cid-uUy1B2LwsQ .mbr-text,
.cid-uUy1B2LwsQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUy1B2LwsQ .icon-text {
  color: #ffffff;
}
.cid-uUy1B2LwsQ .card-title,
.cid-uUy1B2LwsQ .card-box {
  color: #ff6a00;
  text-align: left;
}
.cid-uUy1B3fhxI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUy1B3fhxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy1B3fhxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy1B3fhxI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUy1B3fhxI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUy1B3fhxI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUy1B3fhxI H3 {
  color: #ff6a00;
}
.cid-uUy1B3fhxI .list {
  color: #ffffff;
}
.cid-uUy1B3Sy6O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1B3Sy6O .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy5n5n8RK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUy5n5n8RK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy5n5n8RK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy5n5n8RK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUy5n5n8RK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUy5n5n8RK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUy5n5n8RK H3 {
  color: #ff6a00;
}
.cid-uUy5n5n8RK .list {
  color: #ffffff;
}
.cid-uUy1B4bE9E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1B4bE9E .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy1B4bE9E .mbr-section-title {
  color: #ff6a00;
}
.cid-uUy1B4taEz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uUy1B4taEz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUy1B4taEz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUy1B4taEz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUy1B4taEz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUy1B4taEz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uUy1B4taEz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUy1B4taEz .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uUy1B4taEz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUy1B4taEz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUy1B4TnNo {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uUy1B4TnNo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy1B5dPtk {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uUy1B5dPtk .title {
  margin-bottom: 2rem;
}
.cid-uUy1B5dPtk .mbr-section-subtitle {
  color: #000000;
}
.cid-uUy1B5dPtk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uUy1B5dPtk a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uUy1B5dPtk textarea.form-control {
  min-height: 188px;
}
.cid-uUy1B5dPtk H2 {
  color: #ffffff;
}
.cid-uUy1B5BLyb {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uUy1B5BLyb .image-block {
  margin: auto;
}
.cid-uUy1B5BLyb figcaption {
  position: relative;
}
.cid-uUy1B5BLyb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1B5BLyb .image-block {
    width: 100% !important;
  }
}
.cid-uUy1B5WhTK {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUy1B5WhTK .image-block {
  margin: auto;
}
.cid-uUy1B5WhTK figcaption {
  position: relative;
}
.cid-uUy1B5WhTK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1B5WhTK .image-block {
    width: 100% !important;
  }
}
.cid-uUy1B6itP3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uUy1B6itP3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy1B6itP3 H2 {
  color: #ffffff;
}
.cid-uUy1B6Gja7 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uUy1B6Gja7 .image-block {
  margin: auto;
}
.cid-uUy1B6Gja7 figcaption {
  position: relative;
}
.cid-uUy1B6Gja7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1B6Gja7 .image-block {
    width: 100% !important;
  }
}
.cid-uUy1B7242H {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUy1B7242H .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUy1B7242H .social-row .soc-item {
  margin: 8px;
}
.cid-uUy1B7242H .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUy1B7242H .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUy1B7242H .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUy1B7242H .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUy1B7242H .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUy1B7242H .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUy1B7242H .header-menu li p {
  margin: 0;
}
.cid-uUy1B7242H .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUy1B7242H .mbr-section-title {
  color: #ffffff;
}
.cid-uUy1B7vDFK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUy1B7vDFK .mbr-text,
.cid-uUy1B7vDFK blockquote {
  color: #767676;
}
.cid-uUy1B7vDFK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUy1B7vDFK .mbr-text P {
  text-align: center;
}
.cid-uUy1LBRCmn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUy1LBRCmn nav.navbar {
  position: fixed;
}
.cid-uUy1LBRCmn .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-uUy1LBRCmn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUy1LBRCmn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUy1LBRCmn .dropdown-item:hover,
.cid-uUy1LBRCmn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uUy1LBRCmn .dropdown-item:hover span {
  color: white;
}
.cid-uUy1LBRCmn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUy1LBRCmn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUy1LBRCmn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUy1LBRCmn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUy1LBRCmn .nav-link {
  position: relative;
}
.cid-uUy1LBRCmn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUy1LBRCmn .container {
    flex-wrap: nowrap;
  }
}
.cid-uUy1LBRCmn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUy1LBRCmn .dropdown-menu,
.cid-uUy1LBRCmn .navbar.opened {
  background: #000000 !important;
}
.cid-uUy1LBRCmn .nav-item:focus,
.cid-uUy1LBRCmn .nav-link:focus {
  outline: none;
}
.cid-uUy1LBRCmn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUy1LBRCmn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUy1LBRCmn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUy1LBRCmn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUy1LBRCmn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUy1LBRCmn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUy1LBRCmn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUy1LBRCmn .navbar.opened {
  transition: all 0.3s;
}
.cid-uUy1LBRCmn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUy1LBRCmn .navbar .navbar-logo img {
  width: auto;
}
.cid-uUy1LBRCmn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUy1LBRCmn .navbar.collapsed {
  justify-content: center;
}
.cid-uUy1LBRCmn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUy1LBRCmn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUy1LBRCmn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUy1LBRCmn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUy1LBRCmn .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-uUy1LBRCmn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUy1LBRCmn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUy1LBRCmn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUy1LBRCmn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUy1LBRCmn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUy1LBRCmn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUy1LBRCmn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUy1LBRCmn .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-uUy1LBRCmn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUy1LBRCmn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUy1LBRCmn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUy1LBRCmn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUy1LBRCmn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUy1LBRCmn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUy1LBRCmn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUy1LBRCmn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUy1LBRCmn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUy1LBRCmn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUy1LBRCmn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUy1LBRCmn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUy1LBRCmn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUy1LBRCmn .dropdown-item.active,
.cid-uUy1LBRCmn .dropdown-item:active {
  background-color: transparent;
}
.cid-uUy1LBRCmn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUy1LBRCmn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUy1LBRCmn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUy1LBRCmn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUy1LBRCmn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUy1LBRCmn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUy1LBRCmn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUy1LBRCmn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUy1LBRCmn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUy1LBRCmn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUy1LBRCmn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUy1LBRCmn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUy1LBRCmn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUy1LBRCmn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUy1LBRCmn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUy1LBRCmn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUy1LBRCmn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUy1LBRCmn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUy1LBRCmn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUy1LBRCmn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUy1LBRCmn .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-uUy1LBRCmn .navbar {
    height: 70px;
  }
  .cid-uUy1LBRCmn .navbar.opened {
    height: auto;
  }
  .cid-uUy1LBRCmn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUy1LCbMvv {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUy1LCbMvv .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUy1LCbMvv .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUy1LCbMvv .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUy1LCbMvv .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUy1LCbMvv .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUy1LCbMvv .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUy1LCbMvv .img-item {
    width: 100% !important;
  }
  .cid-uUy1LCbMvv .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUy1LCpetl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1LCpetl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy1LCpetl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy1LCpetl .mbr-section-title {
  color: #ff6a00;
}
.cid-uUy1LCpetl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy1LCFbZQ {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uUy1LCFbZQ .image-block {
  margin: auto;
}
.cid-uUy1LCFbZQ figcaption {
  position: relative;
}
.cid-uUy1LCFbZQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1LCFbZQ .image-block {
    width: 100% !important;
  }
}
.cid-uUy1LCTs9K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1LCTs9K .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy1LD8P4o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1LD8P4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy1LD8P4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy1LD8P4o .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uUy1LD8P4o .item {
    margin-bottom: 4rem;
  }
}
.cid-uUy1LD8P4o .item:last-child .icon-box:before {
  display: none;
}
.cid-uUy1LD8P4o .item.last .icon-box:before {
  display: none;
}
.cid-uUy1LD8P4o .icon-box {
  background: #ff6a00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uUy1LD8P4o .icon-box {
    margin-right: 1rem;
  }
}
.cid-uUy1LD8P4o .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #ff6a00;
  transform: translate(-50%, 0);
}
.cid-uUy1LD8P4o span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUy1LD8P4o .card {
    margin-bottom: 2rem;
  }
  .cid-uUy1LD8P4o .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUy1LD8P4o .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uUy1LD8P4o .icon-box::before {
    top: 114%;
  }
}
.cid-uUy1LD8P4o .mbr-text,
.cid-uUy1LD8P4o .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUy1LD8P4o .icon-text {
  color: #ffffff;
}
.cid-uUy1LD8P4o .card-title,
.cid-uUy1LD8P4o .card-box {
  color: #ff6a00;
  text-align: left;
}
.cid-uUy1LDDEcM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUy1LDDEcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy1LDDEcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy1LDDEcM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUy1LDDEcM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUy1LDDEcM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUy1LDDEcM H3 {
  color: #ff6a00;
}
.cid-uUy1LDDEcM .list {
  color: #ffffff;
}
.cid-uUy1LEg7p3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1LEg7p3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy5vpoVQC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUy5vpoVQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUy5vpoVQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUy5vpoVQC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUy5vpoVQC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUy5vpoVQC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUy5vpoVQC H3 {
  color: #ff6a00;
}
.cid-uUy5vpoVQC .list {
  color: #ffffff;
}
.cid-uUy1LEyXwc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUy1LEyXwc .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUy1LEyXwc .mbr-section-title {
  color: #ff6a00;
}
.cid-uUy1LEQ3CD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uUy1LEQ3CD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUy1LEQ3CD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUy1LEQ3CD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUy1LEQ3CD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUy1LEQ3CD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uUy1LEQ3CD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUy1LEQ3CD .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uUy1LEQ3CD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUy1LEQ3CD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUy1LFhrnX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uUy1LFhrnX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy1LFBoza {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uUy1LFBoza .title {
  margin-bottom: 2rem;
}
.cid-uUy1LFBoza .mbr-section-subtitle {
  color: #000000;
}
.cid-uUy1LFBoza a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uUy1LFBoza a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uUy1LFBoza textarea.form-control {
  min-height: 188px;
}
.cid-uUy1LFBoza H2 {
  color: #ffffff;
}
.cid-uUy1LFZteI {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uUy1LFZteI .image-block {
  margin: auto;
}
.cid-uUy1LFZteI figcaption {
  position: relative;
}
.cid-uUy1LFZteI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1LFZteI .image-block {
    width: 100% !important;
  }
}
.cid-uUy1LGlPOb {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUy1LGlPOb .image-block {
  margin: auto;
}
.cid-uUy1LGlPOb figcaption {
  position: relative;
}
.cid-uUy1LGlPOb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1LGlPOb .image-block {
    width: 100% !important;
  }
}
.cid-uUy1LGG66s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uUy1LGG66s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy1LGG66s H2 {
  color: #ffffff;
}
.cid-uUy1LH2jaj {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uUy1LH2jaj .image-block {
  margin: auto;
}
.cid-uUy1LH2jaj figcaption {
  position: relative;
}
.cid-uUy1LH2jaj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUy1LH2jaj .image-block {
    width: 100% !important;
  }
}
.cid-uUy1LHoKme {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUy1LHoKme .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUy1LHoKme .social-row .soc-item {
  margin: 8px;
}
.cid-uUy1LHoKme .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUy1LHoKme .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUy1LHoKme .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUy1LHoKme .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUy1LHoKme .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUy1LHoKme .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUy1LHoKme .header-menu li p {
  margin: 0;
}
.cid-uUy1LHoKme .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUy1LHoKme .mbr-section-title {
  color: #ffffff;
}
.cid-uUy1LHTomD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUy1LHTomD .mbr-text,
.cid-uUy1LHTomD blockquote {
  color: #767676;
}
.cid-uUy1LHTomD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUy1LHTomD .mbr-text P {
  text-align: center;
}
.cid-uUoBoBadp5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUoBoBadp5 nav.navbar {
  position: fixed;
}
.cid-uUoBoBadp5 .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-uUoBoBadp5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUoBoBadp5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUoBoBadp5 .dropdown-item:hover,
.cid-uUoBoBadp5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uUoBoBadp5 .dropdown-item:hover span {
  color: white;
}
.cid-uUoBoBadp5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUoBoBadp5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUoBoBadp5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUoBoBadp5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUoBoBadp5 .nav-link {
  position: relative;
}
.cid-uUoBoBadp5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUoBoBadp5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uUoBoBadp5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUoBoBadp5 .dropdown-menu,
.cid-uUoBoBadp5 .navbar.opened {
  background: #000000 !important;
}
.cid-uUoBoBadp5 .nav-item:focus,
.cid-uUoBoBadp5 .nav-link:focus {
  outline: none;
}
.cid-uUoBoBadp5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUoBoBadp5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUoBoBadp5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUoBoBadp5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoBoBadp5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUoBoBadp5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUoBoBadp5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uUoBoBadp5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUoBoBadp5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUoBoBadp5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUoBoBadp5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUoBoBadp5 .navbar.collapsed {
  justify-content: center;
}
.cid-uUoBoBadp5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUoBoBadp5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUoBoBadp5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUoBoBadp5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUoBoBadp5 .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-uUoBoBadp5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUoBoBadp5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUoBoBadp5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUoBoBadp5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUoBoBadp5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUoBoBadp5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUoBoBadp5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUoBoBadp5 .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-uUoBoBadp5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUoBoBadp5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUoBoBadp5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUoBoBadp5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUoBoBadp5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUoBoBadp5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUoBoBadp5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUoBoBadp5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUoBoBadp5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUoBoBadp5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUoBoBadp5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUoBoBadp5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUoBoBadp5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUoBoBadp5 .dropdown-item.active,
.cid-uUoBoBadp5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUoBoBadp5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUoBoBadp5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUoBoBadp5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUoBoBadp5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUoBoBadp5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUoBoBadp5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUoBoBadp5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUoBoBadp5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUoBoBadp5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUoBoBadp5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUoBoBadp5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUoBoBadp5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoBoBadp5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoBoBadp5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUoBoBadp5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoBoBadp5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUoBoBadp5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUoBoBadp5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoBoBadp5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUoBoBadp5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUoBoBadp5 .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-uUoBoBadp5 .navbar {
    height: 70px;
  }
  .cid-uUoBoBadp5 .navbar.opened {
    height: auto;
  }
  .cid-uUoBoBadp5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoBoBzvew {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uUoBoBzvew .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uUoBoBzvew .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uUoBoBzvew .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uUoBoBzvew .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uUoBoBzvew .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uUoBoBzvew .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uUoBoBzvew .img-item {
    width: 100% !important;
  }
  .cid-uUoBoBzvew .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uUoBoBPHTw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoBoBPHTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoBoBPHTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoBoBPHTw .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoBoBPHTw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUoBoC6EOn {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uUoBoC6EOn .image-block {
  margin: auto;
}
.cid-uUoBoC6EOn figcaption {
  position: relative;
}
.cid-uUoBoC6EOn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUoBoC6EOn .image-block {
    width: 100% !important;
  }
}
.cid-uUoBoCmE81 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoBoCmE81 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUoDlYqLtd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoDlYqLtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoDlYqLtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoDlYqLtd .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uUoDlYqLtd .item {
    margin-bottom: 4rem;
  }
}
.cid-uUoDlYqLtd .item:last-child .icon-box:before {
  display: none;
}
.cid-uUoDlYqLtd .item.last .icon-box:before {
  display: none;
}
.cid-uUoDlYqLtd .icon-box {
  background: #ff6a00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uUoDlYqLtd .icon-box {
    margin-right: 1rem;
  }
}
.cid-uUoDlYqLtd .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #ff6a00;
  transform: translate(-50%, 0);
}
.cid-uUoDlYqLtd span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUoDlYqLtd .card {
    margin-bottom: 2rem;
  }
  .cid-uUoDlYqLtd .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUoDlYqLtd .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uUoDlYqLtd .icon-box::before {
    top: 114%;
  }
}
.cid-uUoDlYqLtd .mbr-text,
.cid-uUoDlYqLtd .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUoDlYqLtd .icon-text {
  color: #ffffff;
}
.cid-uUoDlYqLtd .card-title,
.cid-uUoDlYqLtd .card-box {
  color: #ff6a00;
  text-align: left;
}
.cid-uUoEVLKIDz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUoEVLKIDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoEVLKIDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoEVLKIDz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUoEVLKIDz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUoEVLKIDz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUoEVLKIDz H3 {
  color: #ff6a00;
}
.cid-uUoEVLKIDz .list {
  color: #ffffff;
}
.cid-uUoGZdxIJJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUoGZdxIJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoGZdxIJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoGZdxIJJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uUoGZdxIJJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uUoGZdxIJJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6a00;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-uUoGZdxIJJ H3 {
  color: #ff6a00;
}
.cid-uUoGZdxIJJ .list {
  color: #ffffff;
}
.cid-uUoHQtxZsz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoHQtxZsz .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUoI8RFE5w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUoI8RFE5w .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUoI8RFE5w .mbr-section-title {
  color: #ff6a00;
}
.cid-uUoBoCBQfn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uUoBoCBQfn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUoBoCBQfn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUoBoCBQfn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUoBoCBQfn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUoBoCBQfn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uUoBoCBQfn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUoBoCBQfn .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uUoBoCBQfn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUoBoCBQfn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUoBoD0FOJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uUoBoD0FOJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUoBoDiOL1 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ff6a00;
}
.cid-uUoBoDiOL1 .title {
  margin-bottom: 2rem;
}
.cid-uUoBoDiOL1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uUoBoDiOL1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uUoBoDiOL1 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uUoBoDiOL1 textarea.form-control {
  min-height: 188px;
}
.cid-uUoBoDiOL1 H2 {
  color: #ffffff;
}
.cid-uUoBoDEOyd {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uUoBoDEOyd .image-block {
  margin: auto;
}
.cid-uUoBoDEOyd figcaption {
  position: relative;
}
.cid-uUoBoDEOyd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUoBoDEOyd .image-block {
    width: 100% !important;
  }
}
.cid-uUoBoDWA6Z {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUoBoDWA6Z .image-block {
  margin: auto;
}
.cid-uUoBoDWA6Z figcaption {
  position: relative;
}
.cid-uUoBoDWA6Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUoBoDWA6Z .image-block {
    width: 100% !important;
  }
}
.cid-uUoBoEgfCz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uUoBoEgfCz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUoBoEgfCz H2 {
  color: #ffffff;
}
.cid-uUoBoEzQY1 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uUoBoEzQY1 .image-block {
  margin: auto;
}
.cid-uUoBoEzQY1 figcaption {
  position: relative;
}
.cid-uUoBoEzQY1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUoBoEzQY1 .image-block {
    width: 100% !important;
  }
}
.cid-uUtHmNeLxo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUtHmNeLxo .social-row .soc-item {
  margin: 8px;
}
.cid-uUtHmNeLxo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUtHmNeLxo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uUtHmNeLxo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #e0e0e0;
  color: #ff6a00;
  transition: all 0.3s ease-in-out;
}
.cid-uUtHmNeLxo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUtHmNeLxo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUtHmNeLxo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUtHmNeLxo .header-menu li p {
  margin: 0;
}
.cid-uUtHmNeLxo .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtHmNeLxo .mbr-section-title {
  color: #ffffff;
}
.cid-uUoBoFexLW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUoBoFexLW .mbr-text,
.cid-uUoBoFexLW blockquote {
  color: #767676;
}
.cid-uUoBoFexLW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUoBoFexLW .mbr-text P {
  text-align: center;
}
