body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #4068b1 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #4068b1 !important;
  border-color: #4068b1 !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: #294371 !important;
  border-color: #294371 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #294371 !important;
  border-color: #294371 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4068b1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #294371 !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: #4068b1 !important;
  border-color: #4068b1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #4068b1 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #253c66 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 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: #4068b1;
}
.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: #97afd9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uHB0bSAlWb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHB0bSAlWb nav.navbar {
  position: fixed;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHB0bSAlWb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHB0bSAlWb .dropdown-item:hover,
.cid-uHB0bSAlWb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHB0bSAlWb .dropdown-item:hover span {
  color: white;
}
.cid-uHB0bSAlWb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHB0bSAlWb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHB0bSAlWb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHB0bSAlWb .nav-link {
  position: relative;
}
.cid-uHB0bSAlWb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .container {
    flex-wrap: wrap;
  }
}
.cid-uHB0bSAlWb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHB0bSAlWb .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHB0bSAlWb .dropdown-menu,
.cid-uHB0bSAlWb .navbar.opened {
  background: #ffffff !important;
}
.cid-uHB0bSAlWb .nav-item:focus,
.cid-uHB0bSAlWb .nav-link:focus {
  outline: none;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHB0bSAlWb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHB0bSAlWb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHB0bSAlWb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHB0bSAlWb .navbar.opened {
  transition: all 0.3s;
}
.cid-uHB0bSAlWb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHB0bSAlWb .navbar .navbar-logo img {
  width: auto;
}
.cid-uHB0bSAlWb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHB0bSAlWb .navbar.collapsed {
  justify-content: center;
}
.cid-uHB0bSAlWb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHB0bSAlWb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHB0bSAlWb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHB0bSAlWb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHB0bSAlWb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHB0bSAlWb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHB0bSAlWb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHB0bSAlWb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHB0bSAlWb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHB0bSAlWb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHB0bSAlWb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHB0bSAlWb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHB0bSAlWb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHB0bSAlWb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHB0bSAlWb .dropdown-item.active,
.cid-uHB0bSAlWb .dropdown-item:active {
  background-color: transparent;
}
.cid-uHB0bSAlWb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHB0bSAlWb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHB0bSAlWb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHB0bSAlWb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHB0bSAlWb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHB0bSAlWb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHB0bSAlWb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHB0bSAlWb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar {
    height: 70px;
  }
  .cid-uHB0bSAlWb .navbar.opened {
    height: auto;
  }
  .cid-uHB0bSAlWb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHBTT9ycEo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHBTT9ycEo img,
.cid-uHBTT9ycEo .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uHBTT9ycEo .item:focus,
.cid-uHBTT9ycEo span:focus {
  outline: none;
}
.cid-uHBTT9ycEo .item-wrapper {
  position: relative;
}
.cid-uHBTT9ycEo .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHBTT9ycEo .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHBTT9ycEo .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uHBTT9ycEo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHBTT9ycEo .mbr-section-title {
  color: #232323;
}
.cid-uHBTT9ycEo .mbr-text,
.cid-uHBTT9ycEo .mbr-section-btn {
  text-align: left;
}
.cid-uHBTT9ycEo .item-title {
  text-align: left;
}
.cid-uHBTT9ycEo .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uHBTT9ycEo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uHBTT9ycEo .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHBTT9ycEo .embla__button--next,
.cid-uHBTT9ycEo .embla__button--prev {
  display: flex;
}
.cid-uHBTT9ycEo .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;
}
.cid-uHBTT9ycEo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHBTT9ycEo .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uHBTT9ycEo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHBTT9ycEo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHBTT9ycEo .embla__button {
    top: auto;
  }
}
.cid-uHBTT9ycEo .embla {
  position: relative;
  width: 100%;
}
.cid-uHBTT9ycEo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHBTT9ycEo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHBTT9ycEo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHBTT9ycEo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uHBTT9ycEo .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uHBTT9ycEo .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uHBTT9ycEo .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uHBUIZy28Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHBUIZy28Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBUIZy28Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHBUIZy28Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHBUIZy28Q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHBUIZy28Q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHBUIZy28Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHBUIZy28Q .mbr-section-title {
  color: #ffffff;
}
.cid-uHBUIZy28Q .mbr-text,
.cid-uHBUIZy28Q .mbr-section-btn {
  color: #ffffff;
}
.cid-uHBULgC4YX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHBULgC4YX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBULgC4YX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBULgC4YX .title .num {
  width: 100%;
  display: block;
}
.cid-uHBULgC4YX .title .card-title {
  z-index: 1;
}
.cid-uHBULgC4YX .count {
  color: #4068b1;
  font-weight: 700;
  text-align: left;
}
.cid-uHBULgC4YX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHBULgC4YX .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHBULgC4YX * {
    text-align: center !important;
  }
  .cid-uHBULgC4YX .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uHBULgC4YX .content-head {
  max-width: 800px;
}
.cid-uHBULgC4YX H3 {
  color: #a6a99c;
  text-align: left;
}
.cid-uHBULgC4YX .card-text {
  text-align: left;
}
.cid-uHBULgC4YX .card-title,
.cid-uHBULgC4YX .card-img {
  text-align: left;
  color: #4068b1;
}
.cid-uHBUVa9TV8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHBUVa9TV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBUVa9TV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBUVa9TV8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHBUVa9TV8 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHBUVa9TV8 .item-wrapper {
  position: relative;
}
.cid-uHBUVa9TV8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHBUVa9TV8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHBUVa9TV8 .carousel-control,
.cid-uHBUVa9TV8 .close {
  background: #1b1b1b;
}
.cid-uHBUVa9TV8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHBUVa9TV8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHBUVa9TV8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHBUVa9TV8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHBUVa9TV8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHBUVa9TV8 .close::before {
  content: '\e91a';
}
.cid-uHBUVa9TV8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHBUVa9TV8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHBUVa9TV8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHBUVa9TV8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHBUVa9TV8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHBUVa9TV8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHBUVa9TV8 .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-uHBUVa9TV8 .carousel-indicators li.active,
.cid-uHBUVa9TV8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHBUVa9TV8 .carousel-indicators li::after,
.cid-uHBUVa9TV8 .carousel-indicators li::before {
  content: none;
}
.cid-uHBUVa9TV8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHBUVa9TV8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHBUVa9TV8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHBUVa9TV8 .carousel-indicators {
    display: none;
  }
}
.cid-uHBUVa9TV8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHBUVa9TV8 .carousel-inner > .active {
  display: block;
}
.cid-uHBUVa9TV8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHBUVa9TV8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHBUVa9TV8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHBUVa9TV8 .carousel-control,
  .cid-uHBUVa9TV8 .carousel-indicators,
  .cid-uHBUVa9TV8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHBUVa9TV8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHBUVa9TV8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHBUVa9TV8 .carousel-indicators .active,
.cid-uHBUVa9TV8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHBUVa9TV8 .carousel-indicators .active {
  background: #fff;
}
.cid-uHBUVa9TV8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHBUVa9TV8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHBUVa9TV8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHBUVa9TV8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHBUVa9TV8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHBUVa9TV8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHBUVa9TV8 .carousel {
  width: 100%;
}
.cid-uHBUVa9TV8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHBUVa9TV8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHBUVa9TV8 .modal.fade .modal-dialog,
.cid-uHBUVa9TV8 .modal.in .modal-dialog {
  transform: none;
}
.cid-uHBUVa9TV8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHBUVa9TV8 H6 {
  text-align: center;
}
.cid-uHBUOfULTf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4068b1;
}
.cid-uHBUOfULTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBUOfULTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBUOfULTf .nav-tabs .nav-item.open .nav-link:focus,
.cid-uHBUOfULTf .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uHBUOfULTf .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fafafa;
}
@media (max-width: 767px) {
  .cid-uHBUOfULTf .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uHBUOfULTf .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-uHBUOfULTf .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uHBUOfULTf .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uHBUOfULTf .nav-link,
.cid-uHBUOfULTf .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uHBUOfULTf .nav-tabs .nav-link.active {
  color: #fafafa;
  border-bottom: 3px solid #fafafa;
}
.cid-uHBUOfULTf H4 {
  text-align: center;
}
.cid-uHBUOfULTf H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uHBUOfULTf P {
  color: #ffffff;
}
.cid-uHA5r15Nwj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHA5r15Nwj img {
  width: 120px;
  margin: auto;
}
.cid-uHA5r15Nwj .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHA5r15Nwj .card {
    max-width: 12.5%;
  }
}
.cid-uHzZRoNcId {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHzZRoNcId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzZRoNcId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzZRoNcId .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHzZRoNcId .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHzZRoNcId .row {
    text-align: center;
  }
  .cid-uHzZRoNcId .row > div {
    margin: auto;
  }
  .cid-uHzZRoNcId .social-row {
    justify-content: center;
  }
}
.cid-uHzZRoNcId .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHzZRoNcId .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHzZRoNcId .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHzZRoNcId .list {
    margin-bottom: 0rem;
  }
}
.cid-uHzZRoNcId .mbr-text {
  color: #ffffff;
}
.cid-uHzZRoNcId .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHzZRoNcId .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHzZRoNcId div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHB0bSAlWb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHB0bSAlWb nav.navbar {
  position: fixed;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHB0bSAlWb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHB0bSAlWb .dropdown-item:hover,
.cid-uHB0bSAlWb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHB0bSAlWb .dropdown-item:hover span {
  color: white;
}
.cid-uHB0bSAlWb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHB0bSAlWb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHB0bSAlWb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHB0bSAlWb .nav-link {
  position: relative;
}
.cid-uHB0bSAlWb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .container {
    flex-wrap: wrap;
  }
}
.cid-uHB0bSAlWb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHB0bSAlWb .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHB0bSAlWb .dropdown-menu,
.cid-uHB0bSAlWb .navbar.opened {
  background: #ffffff !important;
}
.cid-uHB0bSAlWb .nav-item:focus,
.cid-uHB0bSAlWb .nav-link:focus {
  outline: none;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHB0bSAlWb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHB0bSAlWb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHB0bSAlWb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHB0bSAlWb .navbar.opened {
  transition: all 0.3s;
}
.cid-uHB0bSAlWb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHB0bSAlWb .navbar .navbar-logo img {
  width: auto;
}
.cid-uHB0bSAlWb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHB0bSAlWb .navbar.collapsed {
  justify-content: center;
}
.cid-uHB0bSAlWb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHB0bSAlWb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHB0bSAlWb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHB0bSAlWb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHB0bSAlWb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHB0bSAlWb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHB0bSAlWb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHB0bSAlWb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHB0bSAlWb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHB0bSAlWb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHB0bSAlWb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHB0bSAlWb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHB0bSAlWb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHB0bSAlWb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHB0bSAlWb .dropdown-item.active,
.cid-uHB0bSAlWb .dropdown-item:active {
  background-color: transparent;
}
.cid-uHB0bSAlWb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHB0bSAlWb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHB0bSAlWb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHB0bSAlWb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHB0bSAlWb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHB0bSAlWb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHB0bSAlWb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHB0bSAlWb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar {
    height: 70px;
  }
  .cid-uHB0bSAlWb .navbar.opened {
    height: auto;
  }
  .cid-uHB0bSAlWb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHBG3XK38l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHBG3XK38l .row {
  flex-direction: row-reverse;
}
.cid-uHBG3XK38l .justify-content-center {
  align-items: center;
}
.cid-uHBG3XK38l .mbr-section-title {
  text-align: center;
}
.cid-uHBG3XK38l .mbr-text,
.cid-uHBG3XK38l .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHBG3XK38l .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHBG3XK38l .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHBG3XK38l .item-wrapper {
    padding: 4rem;
  }
}
.cid-uHBFBtAc7z {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uHBFBtAc7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBFBtAc7z .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-uHBFBtAc7z .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHBFBtAc7z .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uHBFBtAc7z .google-map {
  height: 100%;
  position: relative;
}
.cid-uHBFBtAc7z .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uHBFBtAc7z .google-map iframe {
    min-height: 350px;
  }
}
.cid-uHBFBtAc7z .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHBFBtAc7z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHBFBtAc7z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHBFBtAc7z .card-wrapper {
  padding: 2.25rem;
  background: #4068b1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHBFBtAc7z .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHBFBtAc7z .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uHBFBtAc7z ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uHBFBtAc7z .content-head {
  max-width: 800px;
}
.cid-uHBFBtAc7z .list,
.cid-uHBFBtAc7z .item-wrap {
  color: #ffffff;
}
.cid-uHBFBtAc7z .cardTitle {
  color: #ffffff;
}
.cid-uHBFTicpcm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHBFTicpcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBFTicpcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBFTicpcm .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uHBFTicpcm .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uHBFTicpcm .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uHBFTicpcm .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uHBFTicpcm .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uHBFTicpcm [class^="socicon-"]:before,
.cid-uHBFTicpcm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uHAFp8Ljbc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHAFp8Ljbc img {
  width: 120px;
  margin: auto;
}
.cid-uHAFp8Ljbc .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHAFp8Ljbc .card {
    max-width: 12.5%;
  }
}
.cid-uHAFp9UQQ2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHAFp9UQQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHAFp9UQQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHAFp9UQQ2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHAFp9UQQ2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHAFp9UQQ2 .row {
    text-align: center;
  }
  .cid-uHAFp9UQQ2 .row > div {
    margin: auto;
  }
  .cid-uHAFp9UQQ2 .social-row {
    justify-content: center;
  }
}
.cid-uHAFp9UQQ2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHAFp9UQQ2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHAFp9UQQ2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHAFp9UQQ2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHAFp9UQQ2 .mbr-text {
  color: #ffffff;
}
.cid-uHAFp9UQQ2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHAFp9UQQ2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHAFp9UQQ2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHB0bSAlWb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHB0bSAlWb nav.navbar {
  position: fixed;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHB0bSAlWb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHB0bSAlWb .dropdown-item:hover,
.cid-uHB0bSAlWb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHB0bSAlWb .dropdown-item:hover span {
  color: white;
}
.cid-uHB0bSAlWb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHB0bSAlWb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHB0bSAlWb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHB0bSAlWb .nav-link {
  position: relative;
}
.cid-uHB0bSAlWb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .container {
    flex-wrap: wrap;
  }
}
.cid-uHB0bSAlWb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHB0bSAlWb .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHB0bSAlWb .dropdown-menu,
.cid-uHB0bSAlWb .navbar.opened {
  background: #ffffff !important;
}
.cid-uHB0bSAlWb .nav-item:focus,
.cid-uHB0bSAlWb .nav-link:focus {
  outline: none;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHB0bSAlWb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHB0bSAlWb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHB0bSAlWb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHB0bSAlWb .navbar.opened {
  transition: all 0.3s;
}
.cid-uHB0bSAlWb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHB0bSAlWb .navbar .navbar-logo img {
  width: auto;
}
.cid-uHB0bSAlWb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHB0bSAlWb .navbar.collapsed {
  justify-content: center;
}
.cid-uHB0bSAlWb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHB0bSAlWb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHB0bSAlWb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHB0bSAlWb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHB0bSAlWb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHB0bSAlWb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHB0bSAlWb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHB0bSAlWb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHB0bSAlWb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHB0bSAlWb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHB0bSAlWb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHB0bSAlWb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHB0bSAlWb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHB0bSAlWb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHB0bSAlWb .dropdown-item.active,
.cid-uHB0bSAlWb .dropdown-item:active {
  background-color: transparent;
}
.cid-uHB0bSAlWb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHB0bSAlWb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHB0bSAlWb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHB0bSAlWb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHB0bSAlWb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHB0bSAlWb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHB0bSAlWb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHB0bSAlWb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar {
    height: 70px;
  }
  .cid-uHB0bSAlWb .navbar.opened {
    height: auto;
  }
  .cid-uHB0bSAlWb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHB6cPuQw8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHB6cPuQw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHB6cPuQw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHB6cPuQw8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHB6cPuQw8 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHB6cPuQw8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHB6cPuQw8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHB6cPuQw8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHB6cPuQw8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHB6cPuQw8 .carousel-control,
.cid-uHB6cPuQw8 .close {
  background: #1b1b1b;
}
.cid-uHB6cPuQw8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHB6cPuQw8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHB6cPuQw8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHB6cPuQw8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHB6cPuQw8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHB6cPuQw8 .close::before {
  content: '\e91a';
}
.cid-uHB6cPuQw8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHB6cPuQw8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHB6cPuQw8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHB6cPuQw8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHB6cPuQw8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHB6cPuQw8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHB6cPuQw8 .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-uHB6cPuQw8 .carousel-indicators li.active,
.cid-uHB6cPuQw8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHB6cPuQw8 .carousel-indicators li::after,
.cid-uHB6cPuQw8 .carousel-indicators li::before {
  content: none;
}
.cid-uHB6cPuQw8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHB6cPuQw8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHB6cPuQw8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHB6cPuQw8 .carousel-indicators {
    display: none;
  }
}
.cid-uHB6cPuQw8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHB6cPuQw8 .carousel-inner > .active {
  display: block;
}
.cid-uHB6cPuQw8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHB6cPuQw8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHB6cPuQw8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHB6cPuQw8 .carousel-control,
  .cid-uHB6cPuQw8 .carousel-indicators,
  .cid-uHB6cPuQw8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHB6cPuQw8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHB6cPuQw8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHB6cPuQw8 .carousel-indicators .active,
.cid-uHB6cPuQw8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHB6cPuQw8 .carousel-indicators .active {
  background: #fff;
}
.cid-uHB6cPuQw8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHB6cPuQw8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHB6cPuQw8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHB6cPuQw8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHB6cPuQw8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHB6cPuQw8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHB6cPuQw8 .carousel {
  width: 100%;
}
.cid-uHB6cPuQw8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHB6cPuQw8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHB6cPuQw8 .modal.fade .modal-dialog,
.cid-uHB6cPuQw8 .modal.in .modal-dialog {
  transform: none;
}
.cid-uHB6cPuQw8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHB6cPuQw8 H6 {
  text-align: center;
}
.cid-uHB3QYtExq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4068b1;
}
.cid-uHB3QYtExq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHB3QYtExq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHB3QYtExq .mbr-text {
  color: #000000;
}
.cid-uHB3QYtExq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHB3QYtExq .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uHB3QYtExq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHB3QYtExq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uHB3QYtExq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHB3QYtExq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uHB3QYtExq .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uHB3QYtExq .mbr-section-title {
  color: #ffffff;
}
.cid-uHB3QYtExq .card-text,
.cid-uHB3QYtExq .item .mbr-section-btn {
  text-align: left;
}
.cid-uHB3QYtExq .card-title,
.cid-uHB3QYtExq .iconfont-wrapper {
  text-align: left;
}
.cid-uHB3QYtExq .mbr-section-subtitle,
.cid-uHB3QYtExq .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uHB3QYtExq .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uHB3QYtExq .item-content .item-footer {
  margin-top: auto;
}
.cid-uHB3QYtExq .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHB3QYtExq .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHB3QYtExq .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHB3QYtExq .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uHBa8XO08X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHBa8XO08X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBa8XO08X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBa8XO08X .mbr-description {
  text-align: left;
}
.cid-uHBa8XO08X .item-wrapper {
  background: #f4e9e9;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uHBa8XO08X .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHBa8XO08X .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uHBa8XO08X .card-title,
.cid-uHBa8XO08X .iconfont-wrapper {
  color: #000000;
}
.cid-uHBa8XO08X .card-text {
  color: #000000;
}
.cid-uHBa8XO08X .mbr-section-title {
  color: #4068b1;
  text-align: left;
}
.cid-uHBa8XO08X .mbr-number {
  color: #9fe870;
}
.cid-uHBa8XO08X .mbr-text,
.cid-uHBa8XO08X .mbr-section-btn {
  text-align: center;
}
.cid-uHBa8XO08X .card-text,
.cid-uHBa8XO08X .item .mbr-section-btn {
  text-align: left;
}
.cid-uHBa8XO08X .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uHBa8XO08X .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHBa8XO08X .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHBa8XO08X .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uHBa8XO08X .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHBa8XO08X .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHBa8XO08X .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uHBa8XO08X .card-title {
  text-align: left;
}
.cid-uHBa8XO08X .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uHBa8XO08X .item-content .item-footer {
  margin-top: auto;
}
.cid-uHBclCxlZJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHBclCxlZJ .mbr-section-subtitle {
  color: #4068b1;
}
.cid-uHAFmIsZXS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHAFmIsZXS img {
  width: 120px;
  margin: auto;
}
.cid-uHAFmIsZXS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHAFmIsZXS .card {
    max-width: 12.5%;
  }
}
.cid-uHAFmJxMym {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHAFmJxMym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHAFmJxMym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHAFmJxMym .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHAFmJxMym .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHAFmJxMym .row {
    text-align: center;
  }
  .cid-uHAFmJxMym .row > div {
    margin: auto;
  }
  .cid-uHAFmJxMym .social-row {
    justify-content: center;
  }
}
.cid-uHAFmJxMym .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHAFmJxMym .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHAFmJxMym .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHAFmJxMym .list {
    margin-bottom: 0rem;
  }
}
.cid-uHAFmJxMym .mbr-text {
  color: #ffffff;
}
.cid-uHAFmJxMym .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHAFmJxMym .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHAFmJxMym div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHBBLOlpLO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHBBLOlpLO nav.navbar {
  position: fixed;
}
.cid-uHBBLOlpLO .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-uHBBLOlpLO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHBBLOlpLO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHBBLOlpLO .dropdown-item:hover,
.cid-uHBBLOlpLO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHBBLOlpLO .dropdown-item:hover span {
  color: white;
}
.cid-uHBBLOlpLO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHBBLOlpLO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHBBLOlpLO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHBBLOlpLO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHBBLOlpLO .nav-link {
  position: relative;
}
.cid-uHBBLOlpLO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHBBLOlpLO .container {
    flex-wrap: wrap;
  }
}
.cid-uHBBLOlpLO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHBBLOlpLO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHBBLOlpLO .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHBBLOlpLO .dropdown-menu,
.cid-uHBBLOlpLO .navbar.opened {
  background: #ffffff !important;
}
.cid-uHBBLOlpLO .nav-item:focus,
.cid-uHBBLOlpLO .nav-link:focus {
  outline: none;
}
.cid-uHBBLOlpLO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHBBLOlpLO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHBBLOlpLO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHBBLOlpLO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHBBLOlpLO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHBBLOlpLO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHBBLOlpLO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHBBLOlpLO .navbar.opened {
  transition: all 0.3s;
}
.cid-uHBBLOlpLO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHBBLOlpLO .navbar .navbar-logo img {
  width: auto;
}
.cid-uHBBLOlpLO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHBBLOlpLO .navbar.collapsed {
  justify-content: center;
}
.cid-uHBBLOlpLO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHBBLOlpLO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHBBLOlpLO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHBBLOlpLO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHBBLOlpLO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHBBLOlpLO .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-uHBBLOlpLO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHBBLOlpLO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHBBLOlpLO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHBBLOlpLO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHBBLOlpLO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHBBLOlpLO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHBBLOlpLO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHBBLOlpLO .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-uHBBLOlpLO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHBBLOlpLO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHBBLOlpLO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHBBLOlpLO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHBBLOlpLO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHBBLOlpLO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHBBLOlpLO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHBBLOlpLO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHBBLOlpLO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHBBLOlpLO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHBBLOlpLO .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-uHBBLOlpLO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHBBLOlpLO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHBBLOlpLO .dropdown-item.active,
.cid-uHBBLOlpLO .dropdown-item:active {
  background-color: transparent;
}
.cid-uHBBLOlpLO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHBBLOlpLO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHBBLOlpLO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHBBLOlpLO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHBBLOlpLO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHBBLOlpLO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHBBLOlpLO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHBBLOlpLO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHBBLOlpLO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHBBLOlpLO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHBBLOlpLO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHBBLOlpLO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHBBLOlpLO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHBBLOlpLO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHBBLOlpLO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHBBLOlpLO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHBBLOlpLO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHBBLOlpLO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHBBLOlpLO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHBBLOlpLO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHBBLOlpLO .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-uHBBLOlpLO .navbar {
    height: 70px;
  }
  .cid-uHBBLOlpLO .navbar.opened {
    height: auto;
  }
  .cid-uHBBLOlpLO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHBBLMxHdv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHBBLMxHdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBBLMxHdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBBLMxHdv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHBBLMxHdv .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHBBLMxHdv .item-wrapper {
  position: relative;
}
.cid-uHBBLMxHdv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHBBLMxHdv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHBBLMxHdv .carousel-control,
.cid-uHBBLMxHdv .close {
  background: #1b1b1b;
}
.cid-uHBBLMxHdv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHBBLMxHdv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHBBLMxHdv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHBBLMxHdv .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHBBLMxHdv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHBBLMxHdv .close::before {
  content: '\e91a';
}
.cid-uHBBLMxHdv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHBBLMxHdv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHBBLMxHdv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHBBLMxHdv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHBBLMxHdv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHBBLMxHdv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHBBLMxHdv .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-uHBBLMxHdv .carousel-indicators li.active,
.cid-uHBBLMxHdv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHBBLMxHdv .carousel-indicators li::after,
.cid-uHBBLMxHdv .carousel-indicators li::before {
  content: none;
}
.cid-uHBBLMxHdv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHBBLMxHdv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHBBLMxHdv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHBBLMxHdv .carousel-indicators {
    display: none;
  }
}
.cid-uHBBLMxHdv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHBBLMxHdv .carousel-inner > .active {
  display: block;
}
.cid-uHBBLMxHdv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHBBLMxHdv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHBBLMxHdv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHBBLMxHdv .carousel-control,
  .cid-uHBBLMxHdv .carousel-indicators,
  .cid-uHBBLMxHdv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHBBLMxHdv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHBBLMxHdv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHBBLMxHdv .carousel-indicators .active,
.cid-uHBBLMxHdv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHBBLMxHdv .carousel-indicators .active {
  background: #fff;
}
.cid-uHBBLMxHdv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHBBLMxHdv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHBBLMxHdv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHBBLMxHdv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHBBLMxHdv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHBBLMxHdv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHBBLMxHdv .carousel {
  width: 100%;
}
.cid-uHBBLMxHdv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHBBLMxHdv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHBBLMxHdv .modal.fade .modal-dialog,
.cid-uHBBLMxHdv .modal.in .modal-dialog {
  transform: none;
}
.cid-uHBBLMxHdv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHBBLMxHdv H6 {
  text-align: center;
}
.cid-uHBBLPdV6K {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHBBLPdV6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBBLPdV6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBBLPdV6K .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHBBLPdV6K .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHBBLPdV6K .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uHBBLPdV6K .content-head {
  max-width: 800px;
}
.cid-uHBBLPdV6K .mbr-section-title {
  text-align: left;
}
.cid-uHBBLPdV6K .card-title {
  color: #ffffff;
}
.cid-uHBBLQbWxQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uHBBLQbWxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBBLQbWxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBBLQbWxQ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHBBLQbWxQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHBBLQbWxQ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uHBBLQbWxQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHBBLQbWxQ .mbr-text,
.cid-uHBBLQbWxQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uHBBLQbWxQ .card-title,
.cid-uHBBLQbWxQ .card-box {
  text-align: left;
  color: #000000;
}
.cid-uHBBLQbWxQ .mbr-section-subtitle {
  text-align: left;
}
.cid-uHBBLQbWxQ .mbr-text {
  text-align: left;
}
.cid-uHBBLQbWxQ .mbr-card-title {
  text-align: left;
}
.cid-uHBBLQPaO7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uHBBLQPaO7 .row {
  flex-direction: row-reverse;
}
.cid-uHBBLQPaO7 .mbr-text {
  color: #000000;
}
.cid-uHBBLQPaO7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHBBLQPaO7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHBBLQPaO7 .mbr-section-subtitle,
.cid-uHBBLQPaO7 .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHBBLQPaO7 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHBBLQPaO7 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHBBLQPaO7 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHBBLQPaO7 .panel-group {
  border: none;
}
.cid-uHBBLQPaO7 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHBBLQPaO7 .card-header {
    padding: 0rem;
  }
}
.cid-uHBBLQPaO7 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHBBLQPaO7 .collapsed span {
  transform: rotate(0deg);
}
.cid-uHBBLQPaO7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHBBLQPaO7 p {
  margin-bottom: 0.3rem;
}
.cid-uHBBLQPaO7 .panel-title-edit {
  color: #000000;
}
.cid-uHBBLQPaO7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHBBLQPaO7 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHBBLQPaO7 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHBBLQPaO7 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHBBLQPaO7 .panel-text {
  color: #000000;
}
.cid-uHBBLQPaO7 .panel-title-edit,
.cid-uHBBLQPaO7 .mbr-iconfont {
  color: #000000;
}
.cid-uHBBLRKtQQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHBBLRKtQQ img {
  width: 120px;
  margin: auto;
}
.cid-uHBBLRKtQQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHBBLRKtQQ .card {
    max-width: 12.5%;
  }
}
.cid-uHBBLSAi7l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHBBLSAi7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBBLSAi7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBBLSAi7l .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHBBLSAi7l .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHBBLSAi7l .row {
    text-align: center;
  }
  .cid-uHBBLSAi7l .row > div {
    margin: auto;
  }
  .cid-uHBBLSAi7l .social-row {
    justify-content: center;
  }
}
.cid-uHBBLSAi7l .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHBBLSAi7l .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHBBLSAi7l .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHBBLSAi7l .list {
    margin-bottom: 0rem;
  }
}
.cid-uHBBLSAi7l .mbr-text {
  color: #ffffff;
}
.cid-uHBBLSAi7l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHBBLSAi7l .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHBBLSAi7l div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHBe2SyEnz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHBe2SyEnz nav.navbar {
  position: fixed;
}
.cid-uHBe2SyEnz .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-uHBe2SyEnz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHBe2SyEnz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHBe2SyEnz .dropdown-item:hover,
.cid-uHBe2SyEnz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHBe2SyEnz .dropdown-item:hover span {
  color: white;
}
.cid-uHBe2SyEnz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHBe2SyEnz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHBe2SyEnz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHBe2SyEnz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHBe2SyEnz .nav-link {
  position: relative;
}
.cid-uHBe2SyEnz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHBe2SyEnz .container {
    flex-wrap: wrap;
  }
}
.cid-uHBe2SyEnz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHBe2SyEnz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHBe2SyEnz .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHBe2SyEnz .dropdown-menu,
.cid-uHBe2SyEnz .navbar.opened {
  background: #ffffff !important;
}
.cid-uHBe2SyEnz .nav-item:focus,
.cid-uHBe2SyEnz .nav-link:focus {
  outline: none;
}
.cid-uHBe2SyEnz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHBe2SyEnz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHBe2SyEnz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHBe2SyEnz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHBe2SyEnz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHBe2SyEnz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHBe2SyEnz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHBe2SyEnz .navbar.opened {
  transition: all 0.3s;
}
.cid-uHBe2SyEnz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHBe2SyEnz .navbar .navbar-logo img {
  width: auto;
}
.cid-uHBe2SyEnz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHBe2SyEnz .navbar.collapsed {
  justify-content: center;
}
.cid-uHBe2SyEnz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHBe2SyEnz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHBe2SyEnz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHBe2SyEnz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHBe2SyEnz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHBe2SyEnz .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-uHBe2SyEnz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHBe2SyEnz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHBe2SyEnz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHBe2SyEnz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHBe2SyEnz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHBe2SyEnz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHBe2SyEnz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHBe2SyEnz .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-uHBe2SyEnz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHBe2SyEnz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHBe2SyEnz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHBe2SyEnz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHBe2SyEnz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHBe2SyEnz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHBe2SyEnz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHBe2SyEnz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHBe2SyEnz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHBe2SyEnz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHBe2SyEnz .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-uHBe2SyEnz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHBe2SyEnz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHBe2SyEnz .dropdown-item.active,
.cid-uHBe2SyEnz .dropdown-item:active {
  background-color: transparent;
}
.cid-uHBe2SyEnz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHBe2SyEnz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHBe2SyEnz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHBe2SyEnz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHBe2SyEnz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHBe2SyEnz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHBe2SyEnz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHBe2SyEnz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHBe2SyEnz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHBe2SyEnz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHBe2SyEnz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHBe2SyEnz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHBe2SyEnz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHBe2SyEnz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHBe2SyEnz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHBe2SyEnz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHBe2SyEnz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHBe2SyEnz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHBe2SyEnz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHBe2SyEnz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHBe2SyEnz .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-uHBe2SyEnz .navbar {
    height: 70px;
  }
  .cid-uHBe2SyEnz .navbar.opened {
    height: auto;
  }
  .cid-uHBe2SyEnz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHBeu9hMcr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHBeu9hMcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBeu9hMcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHBeu9hMcr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHBeu9hMcr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHBeu9hMcr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHBeu9hMcr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHBeu9hMcr .mbr-section-title {
  color: #4068b1;
}
.cid-uHBeu9hMcr .mbr-text,
.cid-uHBeu9hMcr .mbr-section-btn {
  color: #000000;
}
.cid-uHG6EtfYq9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHG6EtfYq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG6EtfYq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG6EtfYq9 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uHG6EtfYq9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHG6EtfYq9 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uHG6EtfYq9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHG6EtfYq9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHG6EtfYq9 .mbr-section-title {
  color: #ffffff;
}
.cid-uHG6EtfYq9 .mbr-text,
.cid-uHG6EtfYq9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uHG6EtfYq9 img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-uHG6EtfYq9 img {
    height: 15rem;
  }
}
.cid-uHBf8Kz9cz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uHBf8Kz9cz .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uHBf8Kz9cz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHBf8Kz9cz .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHBf8Kz9cz .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uHBf8Kz9cz .card-title,
.cid-uHBf8Kz9cz .iconfont-wrapper {
  color: #000000;
}
.cid-uHBf8Kz9cz .card-text {
  color: #000000;
  text-align: left;
}
.cid-uHBf8Kz9cz .content-head {
  max-width: 800px;
}
.cid-uHBf8Kz9cz .mbr-section-title {
  color: #4068b1;
  text-align: left;
}
.cid-uHBf8Kz9cz .card-title,
.cid-uHBf8Kz9cz .img-wrapper {
  text-align: center;
}
.cid-uHBf8Kz9cz .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uHBe2Rv8yo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHBe2Rv8yo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBe2Rv8yo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBe2Rv8yo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHBe2Rv8yo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHBe2Rv8yo .row {
    text-align: center;
  }
  .cid-uHBe2Rv8yo .row > div {
    margin: auto;
  }
  .cid-uHBe2Rv8yo .social-row {
    justify-content: center;
  }
}
.cid-uHBe2Rv8yo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHBe2Rv8yo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHBe2Rv8yo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHBe2Rv8yo .list {
    margin-bottom: 0rem;
  }
}
.cid-uHBe2Rv8yo .mbr-text {
  color: #ffffff;
}
.cid-uHBe2Rv8yo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHBe2Rv8yo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHBe2Rv8yo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHG1pJtLSR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHG1pJtLSR nav.navbar {
  position: fixed;
}
.cid-uHG1pJtLSR .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-uHG1pJtLSR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHG1pJtLSR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHG1pJtLSR .dropdown-item:hover,
.cid-uHG1pJtLSR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHG1pJtLSR .dropdown-item:hover span {
  color: white;
}
.cid-uHG1pJtLSR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHG1pJtLSR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHG1pJtLSR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHG1pJtLSR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHG1pJtLSR .nav-link {
  position: relative;
}
.cid-uHG1pJtLSR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG1pJtLSR .container {
    flex-wrap: wrap;
  }
}
.cid-uHG1pJtLSR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG1pJtLSR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHG1pJtLSR .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHG1pJtLSR .dropdown-menu,
.cid-uHG1pJtLSR .navbar.opened {
  background: #ffffff !important;
}
.cid-uHG1pJtLSR .nav-item:focus,
.cid-uHG1pJtLSR .nav-link:focus {
  outline: none;
}
.cid-uHG1pJtLSR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHG1pJtLSR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHG1pJtLSR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHG1pJtLSR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHG1pJtLSR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHG1pJtLSR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHG1pJtLSR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHG1pJtLSR .navbar.opened {
  transition: all 0.3s;
}
.cid-uHG1pJtLSR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHG1pJtLSR .navbar .navbar-logo img {
  width: auto;
}
.cid-uHG1pJtLSR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHG1pJtLSR .navbar.collapsed {
  justify-content: center;
}
.cid-uHG1pJtLSR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHG1pJtLSR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHG1pJtLSR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHG1pJtLSR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHG1pJtLSR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHG1pJtLSR .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-uHG1pJtLSR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHG1pJtLSR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHG1pJtLSR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHG1pJtLSR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHG1pJtLSR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHG1pJtLSR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHG1pJtLSR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHG1pJtLSR .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-uHG1pJtLSR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHG1pJtLSR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHG1pJtLSR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHG1pJtLSR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHG1pJtLSR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHG1pJtLSR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHG1pJtLSR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHG1pJtLSR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHG1pJtLSR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHG1pJtLSR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHG1pJtLSR .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-uHG1pJtLSR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHG1pJtLSR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHG1pJtLSR .dropdown-item.active,
.cid-uHG1pJtLSR .dropdown-item:active {
  background-color: transparent;
}
.cid-uHG1pJtLSR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHG1pJtLSR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHG1pJtLSR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHG1pJtLSR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHG1pJtLSR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHG1pJtLSR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHG1pJtLSR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHG1pJtLSR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHG1pJtLSR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHG1pJtLSR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHG1pJtLSR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHG1pJtLSR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG1pJtLSR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG1pJtLSR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHG1pJtLSR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG1pJtLSR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHG1pJtLSR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHG1pJtLSR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG1pJtLSR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHG1pJtLSR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHG1pJtLSR .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-uHG1pJtLSR .navbar {
    height: 70px;
  }
  .cid-uHG1pJtLSR .navbar.opened {
    height: auto;
  }
  .cid-uHG1pJtLSR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHG1pKjo1e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHG1pKjo1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG1pKjo1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG1pKjo1e .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHG1pKjo1e .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHG1pKjo1e .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHG1pKjo1e .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHG1pKjo1e .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHG1pKjo1e .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHG1pKjo1e .carousel-control,
.cid-uHG1pKjo1e .close {
  background: #1b1b1b;
}
.cid-uHG1pKjo1e .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHG1pKjo1e .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHG1pKjo1e .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHG1pKjo1e .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHG1pKjo1e .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHG1pKjo1e .close::before {
  content: '\e91a';
}
.cid-uHG1pKjo1e .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHG1pKjo1e .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHG1pKjo1e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG1pKjo1e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHG1pKjo1e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHG1pKjo1e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHG1pKjo1e .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-uHG1pKjo1e .carousel-indicators li.active,
.cid-uHG1pKjo1e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHG1pKjo1e .carousel-indicators li::after,
.cid-uHG1pKjo1e .carousel-indicators li::before {
  content: none;
}
.cid-uHG1pKjo1e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHG1pKjo1e .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHG1pKjo1e .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG1pKjo1e .carousel-indicators {
    display: none;
  }
}
.cid-uHG1pKjo1e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHG1pKjo1e .carousel-inner > .active {
  display: block;
}
.cid-uHG1pKjo1e .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG1pKjo1e .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHG1pKjo1e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHG1pKjo1e .carousel-control,
  .cid-uHG1pKjo1e .carousel-indicators,
  .cid-uHG1pKjo1e .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHG1pKjo1e .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHG1pKjo1e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHG1pKjo1e .carousel-indicators .active,
.cid-uHG1pKjo1e .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHG1pKjo1e .carousel-indicators .active {
  background: #fff;
}
.cid-uHG1pKjo1e .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHG1pKjo1e .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHG1pKjo1e .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHG1pKjo1e .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHG1pKjo1e .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHG1pKjo1e .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHG1pKjo1e .carousel {
  width: 100%;
}
.cid-uHG1pKjo1e .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHG1pKjo1e .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHG1pKjo1e .modal.fade .modal-dialog,
.cid-uHG1pKjo1e .modal.in .modal-dialog {
  transform: none;
}
.cid-uHG1pKjo1e .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHG1pKjo1e H6 {
  text-align: center;
}
.cid-uHG1pLVX2c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uHG1pLVX2c .mbr-text {
  color: #000000;
}
.cid-uHG1pLVX2c .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHG1pLVX2c .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHG1pLVX2c .mbr-section-subtitle,
.cid-uHG1pLVX2c .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHG1pLVX2c .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHG1pLVX2c .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHG1pLVX2c .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHG1pLVX2c .panel-group {
  border: none;
}
.cid-uHG1pLVX2c .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHG1pLVX2c .card-header {
    padding: 0rem;
  }
}
.cid-uHG1pLVX2c .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHG1pLVX2c .collapsed span {
  transform: rotate(0deg);
}
.cid-uHG1pLVX2c .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHG1pLVX2c p {
  margin-bottom: 0.3rem;
}
.cid-uHG1pLVX2c .panel-title-edit {
  color: #000000;
}
.cid-uHG1pLVX2c .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHG1pLVX2c .card {
  background: #2a6c0c;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHG1pLVX2c .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHG1pLVX2c .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHG1pLVX2c .panel-text {
  color: #ffffff;
}
.cid-uHG1pLVX2c .panel-title-edit,
.cid-uHG1pLVX2c .mbr-iconfont {
  color: #ffffff;
}
.cid-uHG1pMLJZC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHG1pMLJZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG1pMLJZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG1pMLJZC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHG1pMLJZC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG1pMLJZC .row {
    text-align: center;
  }
  .cid-uHG1pMLJZC .row > div {
    margin: auto;
  }
  .cid-uHG1pMLJZC .social-row {
    justify-content: center;
  }
}
.cid-uHG1pMLJZC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHG1pMLJZC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHG1pMLJZC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHG1pMLJZC .list {
    margin-bottom: 0rem;
  }
}
.cid-uHG1pMLJZC .mbr-text {
  color: #ffffff;
}
.cid-uHG1pMLJZC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHG1pMLJZC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHG1pMLJZC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHG19VeFTb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHG19VeFTb nav.navbar {
  position: fixed;
}
.cid-uHG19VeFTb .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-uHG19VeFTb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHG19VeFTb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHG19VeFTb .dropdown-item:hover,
.cid-uHG19VeFTb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHG19VeFTb .dropdown-item:hover span {
  color: white;
}
.cid-uHG19VeFTb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHG19VeFTb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHG19VeFTb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHG19VeFTb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHG19VeFTb .nav-link {
  position: relative;
}
.cid-uHG19VeFTb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG19VeFTb .container {
    flex-wrap: wrap;
  }
}
.cid-uHG19VeFTb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG19VeFTb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHG19VeFTb .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHG19VeFTb .dropdown-menu,
.cid-uHG19VeFTb .navbar.opened {
  background: #ffffff !important;
}
.cid-uHG19VeFTb .nav-item:focus,
.cid-uHG19VeFTb .nav-link:focus {
  outline: none;
}
.cid-uHG19VeFTb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHG19VeFTb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHG19VeFTb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHG19VeFTb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHG19VeFTb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHG19VeFTb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHG19VeFTb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHG19VeFTb .navbar.opened {
  transition: all 0.3s;
}
.cid-uHG19VeFTb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHG19VeFTb .navbar .navbar-logo img {
  width: auto;
}
.cid-uHG19VeFTb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHG19VeFTb .navbar.collapsed {
  justify-content: center;
}
.cid-uHG19VeFTb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHG19VeFTb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHG19VeFTb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHG19VeFTb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHG19VeFTb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHG19VeFTb .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-uHG19VeFTb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHG19VeFTb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHG19VeFTb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHG19VeFTb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHG19VeFTb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHG19VeFTb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHG19VeFTb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHG19VeFTb .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-uHG19VeFTb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHG19VeFTb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHG19VeFTb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHG19VeFTb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHG19VeFTb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHG19VeFTb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHG19VeFTb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHG19VeFTb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHG19VeFTb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHG19VeFTb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHG19VeFTb .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-uHG19VeFTb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHG19VeFTb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHG19VeFTb .dropdown-item.active,
.cid-uHG19VeFTb .dropdown-item:active {
  background-color: transparent;
}
.cid-uHG19VeFTb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHG19VeFTb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHG19VeFTb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHG19VeFTb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHG19VeFTb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHG19VeFTb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHG19VeFTb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHG19VeFTb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHG19VeFTb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHG19VeFTb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHG19VeFTb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHG19VeFTb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG19VeFTb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG19VeFTb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHG19VeFTb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG19VeFTb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHG19VeFTb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHG19VeFTb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG19VeFTb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHG19VeFTb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHG19VeFTb .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-uHG19VeFTb .navbar {
    height: 70px;
  }
  .cid-uHG19VeFTb .navbar.opened {
    height: auto;
  }
  .cid-uHG19VeFTb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHG19W4zd2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHG19W4zd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG19W4zd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG19W4zd2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHG19W4zd2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHG19W4zd2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHG19W4zd2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHG19W4zd2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHG19W4zd2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHG19W4zd2 .carousel-control,
.cid-uHG19W4zd2 .close {
  background: #1b1b1b;
}
.cid-uHG19W4zd2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHG19W4zd2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHG19W4zd2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHG19W4zd2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHG19W4zd2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHG19W4zd2 .close::before {
  content: '\e91a';
}
.cid-uHG19W4zd2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHG19W4zd2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHG19W4zd2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG19W4zd2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHG19W4zd2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHG19W4zd2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHG19W4zd2 .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-uHG19W4zd2 .carousel-indicators li.active,
.cid-uHG19W4zd2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHG19W4zd2 .carousel-indicators li::after,
.cid-uHG19W4zd2 .carousel-indicators li::before {
  content: none;
}
.cid-uHG19W4zd2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHG19W4zd2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHG19W4zd2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG19W4zd2 .carousel-indicators {
    display: none;
  }
}
.cid-uHG19W4zd2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHG19W4zd2 .carousel-inner > .active {
  display: block;
}
.cid-uHG19W4zd2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG19W4zd2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHG19W4zd2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHG19W4zd2 .carousel-control,
  .cid-uHG19W4zd2 .carousel-indicators,
  .cid-uHG19W4zd2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHG19W4zd2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHG19W4zd2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHG19W4zd2 .carousel-indicators .active,
.cid-uHG19W4zd2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHG19W4zd2 .carousel-indicators .active {
  background: #fff;
}
.cid-uHG19W4zd2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHG19W4zd2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHG19W4zd2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHG19W4zd2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHG19W4zd2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHG19W4zd2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHG19W4zd2 .carousel {
  width: 100%;
}
.cid-uHG19W4zd2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHG19W4zd2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHG19W4zd2 .modal.fade .modal-dialog,
.cid-uHG19W4zd2 .modal.in .modal-dialog {
  transform: none;
}
.cid-uHG19W4zd2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHG19W4zd2 H6 {
  text-align: center;
}
.cid-uHG19Xkpwn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uHG19Xkpwn .mbr-text {
  color: #000000;
}
.cid-uHG19Xkpwn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHG19Xkpwn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHG19Xkpwn .mbr-section-subtitle,
.cid-uHG19Xkpwn .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHG19Xkpwn .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHG19Xkpwn .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHG19Xkpwn .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHG19Xkpwn .panel-group {
  border: none;
}
.cid-uHG19Xkpwn .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHG19Xkpwn .card-header {
    padding: 0rem;
  }
}
.cid-uHG19Xkpwn .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHG19Xkpwn .collapsed span {
  transform: rotate(0deg);
}
.cid-uHG19Xkpwn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHG19Xkpwn p {
  margin-bottom: 0.3rem;
}
.cid-uHG19Xkpwn .panel-title-edit {
  color: #000000;
}
.cid-uHG19Xkpwn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHG19Xkpwn .card {
  background: #fff0b0;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHG19Xkpwn .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHG19Xkpwn .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHG19Xkpwn .panel-text {
  color: #000000;
}
.cid-uHG19Xkpwn .panel-title-edit,
.cid-uHG19Xkpwn .mbr-iconfont {
  color: #000000;
}
.cid-uHG19Y4yS1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHG19Y4yS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG19Y4yS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG19Y4yS1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHG19Y4yS1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG19Y4yS1 .row {
    text-align: center;
  }
  .cid-uHG19Y4yS1 .row > div {
    margin: auto;
  }
  .cid-uHG19Y4yS1 .social-row {
    justify-content: center;
  }
}
.cid-uHG19Y4yS1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHG19Y4yS1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHG19Y4yS1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHG19Y4yS1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHG19Y4yS1 .mbr-text {
  color: #ffffff;
}
.cid-uHG19Y4yS1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHG19Y4yS1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHG19Y4yS1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHG16qPgm5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHG16qPgm5 nav.navbar {
  position: fixed;
}
.cid-uHG16qPgm5 .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-uHG16qPgm5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHG16qPgm5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHG16qPgm5 .dropdown-item:hover,
.cid-uHG16qPgm5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHG16qPgm5 .dropdown-item:hover span {
  color: white;
}
.cid-uHG16qPgm5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHG16qPgm5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHG16qPgm5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHG16qPgm5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHG16qPgm5 .nav-link {
  position: relative;
}
.cid-uHG16qPgm5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG16qPgm5 .container {
    flex-wrap: wrap;
  }
}
.cid-uHG16qPgm5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG16qPgm5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHG16qPgm5 .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHG16qPgm5 .dropdown-menu,
.cid-uHG16qPgm5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uHG16qPgm5 .nav-item:focus,
.cid-uHG16qPgm5 .nav-link:focus {
  outline: none;
}
.cid-uHG16qPgm5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHG16qPgm5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHG16qPgm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHG16qPgm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHG16qPgm5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHG16qPgm5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHG16qPgm5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHG16qPgm5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHG16qPgm5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHG16qPgm5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHG16qPgm5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHG16qPgm5 .navbar.collapsed {
  justify-content: center;
}
.cid-uHG16qPgm5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHG16qPgm5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHG16qPgm5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHG16qPgm5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHG16qPgm5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHG16qPgm5 .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-uHG16qPgm5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHG16qPgm5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHG16qPgm5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHG16qPgm5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHG16qPgm5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHG16qPgm5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHG16qPgm5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHG16qPgm5 .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-uHG16qPgm5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHG16qPgm5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHG16qPgm5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHG16qPgm5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHG16qPgm5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHG16qPgm5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHG16qPgm5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHG16qPgm5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHG16qPgm5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHG16qPgm5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHG16qPgm5 .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-uHG16qPgm5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHG16qPgm5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHG16qPgm5 .dropdown-item.active,
.cid-uHG16qPgm5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHG16qPgm5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHG16qPgm5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHG16qPgm5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHG16qPgm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHG16qPgm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHG16qPgm5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHG16qPgm5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHG16qPgm5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHG16qPgm5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHG16qPgm5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHG16qPgm5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHG16qPgm5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG16qPgm5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG16qPgm5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHG16qPgm5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG16qPgm5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHG16qPgm5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHG16qPgm5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG16qPgm5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHG16qPgm5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHG16qPgm5 .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-uHG16qPgm5 .navbar {
    height: 70px;
  }
  .cid-uHG16qPgm5 .navbar.opened {
    height: auto;
  }
  .cid-uHG16qPgm5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHG16rDCiP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHG16rDCiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG16rDCiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG16rDCiP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHG16rDCiP .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHG16rDCiP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHG16rDCiP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHG16rDCiP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHG16rDCiP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHG16rDCiP .carousel-control,
.cid-uHG16rDCiP .close {
  background: #1b1b1b;
}
.cid-uHG16rDCiP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHG16rDCiP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHG16rDCiP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHG16rDCiP .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHG16rDCiP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHG16rDCiP .close::before {
  content: '\e91a';
}
.cid-uHG16rDCiP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHG16rDCiP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHG16rDCiP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG16rDCiP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHG16rDCiP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHG16rDCiP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHG16rDCiP .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-uHG16rDCiP .carousel-indicators li.active,
.cid-uHG16rDCiP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHG16rDCiP .carousel-indicators li::after,
.cid-uHG16rDCiP .carousel-indicators li::before {
  content: none;
}
.cid-uHG16rDCiP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHG16rDCiP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHG16rDCiP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG16rDCiP .carousel-indicators {
    display: none;
  }
}
.cid-uHG16rDCiP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHG16rDCiP .carousel-inner > .active {
  display: block;
}
.cid-uHG16rDCiP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG16rDCiP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHG16rDCiP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHG16rDCiP .carousel-control,
  .cid-uHG16rDCiP .carousel-indicators,
  .cid-uHG16rDCiP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHG16rDCiP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHG16rDCiP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHG16rDCiP .carousel-indicators .active,
.cid-uHG16rDCiP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHG16rDCiP .carousel-indicators .active {
  background: #fff;
}
.cid-uHG16rDCiP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHG16rDCiP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHG16rDCiP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHG16rDCiP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHG16rDCiP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHG16rDCiP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHG16rDCiP .carousel {
  width: 100%;
}
.cid-uHG16rDCiP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHG16rDCiP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHG16rDCiP .modal.fade .modal-dialog,
.cid-uHG16rDCiP .modal.in .modal-dialog {
  transform: none;
}
.cid-uHG16rDCiP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHG16rDCiP H6 {
  text-align: center;
}
.cid-uHG16sJtvr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uHG16sJtvr .mbr-text {
  color: #000000;
}
.cid-uHG16sJtvr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHG16sJtvr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHG16sJtvr .mbr-section-subtitle,
.cid-uHG16sJtvr .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHG16sJtvr .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHG16sJtvr .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHG16sJtvr .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHG16sJtvr .panel-group {
  border: none;
}
.cid-uHG16sJtvr .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHG16sJtvr .card-header {
    padding: 0rem;
  }
}
.cid-uHG16sJtvr .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHG16sJtvr .collapsed span {
  transform: rotate(0deg);
}
.cid-uHG16sJtvr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHG16sJtvr p {
  margin-bottom: 0.3rem;
}
.cid-uHG16sJtvr .panel-title-edit {
  color: #000000;
}
.cid-uHG16sJtvr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHG16sJtvr .card {
  background: #681405;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHG16sJtvr .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHG16sJtvr .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHG16sJtvr .panel-text {
  color: #ffffff;
}
.cid-uHG16sJtvr .panel-title-edit,
.cid-uHG16sJtvr .mbr-iconfont {
  color: #ffffff;
}
.cid-uHG16tzhnS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHG16tzhnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG16tzhnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG16tzhnS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHG16tzhnS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG16tzhnS .row {
    text-align: center;
  }
  .cid-uHG16tzhnS .row > div {
    margin: auto;
  }
  .cid-uHG16tzhnS .social-row {
    justify-content: center;
  }
}
.cid-uHG16tzhnS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHG16tzhnS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHG16tzhnS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHG16tzhnS .list {
    margin-bottom: 0rem;
  }
}
.cid-uHG16tzhnS .mbr-text {
  color: #ffffff;
}
.cid-uHG16tzhnS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHG16tzhnS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHG16tzhnS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHG153g4FO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHG153g4FO nav.navbar {
  position: fixed;
}
.cid-uHG153g4FO .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-uHG153g4FO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHG153g4FO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHG153g4FO .dropdown-item:hover,
.cid-uHG153g4FO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHG153g4FO .dropdown-item:hover span {
  color: white;
}
.cid-uHG153g4FO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHG153g4FO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHG153g4FO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHG153g4FO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHG153g4FO .nav-link {
  position: relative;
}
.cid-uHG153g4FO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG153g4FO .container {
    flex-wrap: wrap;
  }
}
.cid-uHG153g4FO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG153g4FO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHG153g4FO .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHG153g4FO .dropdown-menu,
.cid-uHG153g4FO .navbar.opened {
  background: #ffffff !important;
}
.cid-uHG153g4FO .nav-item:focus,
.cid-uHG153g4FO .nav-link:focus {
  outline: none;
}
.cid-uHG153g4FO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHG153g4FO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHG153g4FO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHG153g4FO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHG153g4FO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHG153g4FO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHG153g4FO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHG153g4FO .navbar.opened {
  transition: all 0.3s;
}
.cid-uHG153g4FO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHG153g4FO .navbar .navbar-logo img {
  width: auto;
}
.cid-uHG153g4FO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHG153g4FO .navbar.collapsed {
  justify-content: center;
}
.cid-uHG153g4FO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHG153g4FO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHG153g4FO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHG153g4FO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHG153g4FO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHG153g4FO .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-uHG153g4FO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHG153g4FO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHG153g4FO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHG153g4FO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHG153g4FO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHG153g4FO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHG153g4FO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHG153g4FO .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-uHG153g4FO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHG153g4FO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHG153g4FO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHG153g4FO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHG153g4FO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHG153g4FO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHG153g4FO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHG153g4FO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHG153g4FO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHG153g4FO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHG153g4FO .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-uHG153g4FO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHG153g4FO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHG153g4FO .dropdown-item.active,
.cid-uHG153g4FO .dropdown-item:active {
  background-color: transparent;
}
.cid-uHG153g4FO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHG153g4FO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHG153g4FO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHG153g4FO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHG153g4FO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHG153g4FO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHG153g4FO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHG153g4FO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHG153g4FO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHG153g4FO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHG153g4FO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHG153g4FO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG153g4FO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG153g4FO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHG153g4FO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG153g4FO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHG153g4FO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHG153g4FO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG153g4FO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHG153g4FO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHG153g4FO .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-uHG153g4FO .navbar {
    height: 70px;
  }
  .cid-uHG153g4FO .navbar.opened {
    height: auto;
  }
  .cid-uHG153g4FO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHG1543Ofa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHG1543Ofa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG1543Ofa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG1543Ofa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHG1543Ofa .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHG1543Ofa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHG1543Ofa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHG1543Ofa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHG1543Ofa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHG1543Ofa .carousel-control,
.cid-uHG1543Ofa .close {
  background: #1b1b1b;
}
.cid-uHG1543Ofa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHG1543Ofa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHG1543Ofa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHG1543Ofa .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHG1543Ofa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHG1543Ofa .close::before {
  content: '\e91a';
}
.cid-uHG1543Ofa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHG1543Ofa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHG1543Ofa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG1543Ofa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHG1543Ofa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHG1543Ofa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHG1543Ofa .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-uHG1543Ofa .carousel-indicators li.active,
.cid-uHG1543Ofa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHG1543Ofa .carousel-indicators li::after,
.cid-uHG1543Ofa .carousel-indicators li::before {
  content: none;
}
.cid-uHG1543Ofa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHG1543Ofa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHG1543Ofa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG1543Ofa .carousel-indicators {
    display: none;
  }
}
.cid-uHG1543Ofa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHG1543Ofa .carousel-inner > .active {
  display: block;
}
.cid-uHG1543Ofa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG1543Ofa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHG1543Ofa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHG1543Ofa .carousel-control,
  .cid-uHG1543Ofa .carousel-indicators,
  .cid-uHG1543Ofa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHG1543Ofa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHG1543Ofa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHG1543Ofa .carousel-indicators .active,
.cid-uHG1543Ofa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHG1543Ofa .carousel-indicators .active {
  background: #fff;
}
.cid-uHG1543Ofa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHG1543Ofa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHG1543Ofa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHG1543Ofa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHG1543Ofa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHG1543Ofa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHG1543Ofa .carousel {
  width: 100%;
}
.cid-uHG1543Ofa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHG1543Ofa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHG1543Ofa .modal.fade .modal-dialog,
.cid-uHG1543Ofa .modal.in .modal-dialog {
  transform: none;
}
.cid-uHG1543Ofa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHG1543Ofa H6 {
  text-align: center;
}
.cid-uHG1557SPg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uHG1557SPg .mbr-text {
  color: #000000;
}
.cid-uHG1557SPg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHG1557SPg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHG1557SPg .mbr-section-subtitle,
.cid-uHG1557SPg .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHG1557SPg .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHG1557SPg .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHG1557SPg .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHG1557SPg .panel-group {
  border: none;
}
.cid-uHG1557SPg .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHG1557SPg .card-header {
    padding: 0rem;
  }
}
.cid-uHG1557SPg .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHG1557SPg .collapsed span {
  transform: rotate(0deg);
}
.cid-uHG1557SPg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHG1557SPg p {
  margin-bottom: 0.3rem;
}
.cid-uHG1557SPg .panel-title-edit {
  color: #000000;
}
.cid-uHG1557SPg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHG1557SPg .card {
  background: #060469;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHG1557SPg .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHG1557SPg .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHG1557SPg .panel-text {
  color: #ffffff;
}
.cid-uHG1557SPg .panel-title-edit,
.cid-uHG1557SPg .mbr-iconfont {
  color: #ffffff;
}
.cid-uHG155WPB7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHG155WPB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG155WPB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG155WPB7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHG155WPB7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG155WPB7 .row {
    text-align: center;
  }
  .cid-uHG155WPB7 .row > div {
    margin: auto;
  }
  .cid-uHG155WPB7 .social-row {
    justify-content: center;
  }
}
.cid-uHG155WPB7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHG155WPB7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHG155WPB7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHG155WPB7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHG155WPB7 .mbr-text {
  color: #ffffff;
}
.cid-uHG155WPB7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHG155WPB7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHG155WPB7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHG140opgy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHG140opgy nav.navbar {
  position: fixed;
}
.cid-uHG140opgy .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-uHG140opgy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHG140opgy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHG140opgy .dropdown-item:hover,
.cid-uHG140opgy .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHG140opgy .dropdown-item:hover span {
  color: white;
}
.cid-uHG140opgy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHG140opgy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHG140opgy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHG140opgy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHG140opgy .nav-link {
  position: relative;
}
.cid-uHG140opgy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG140opgy .container {
    flex-wrap: wrap;
  }
}
.cid-uHG140opgy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG140opgy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHG140opgy .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHG140opgy .dropdown-menu,
.cid-uHG140opgy .navbar.opened {
  background: #ffffff !important;
}
.cid-uHG140opgy .nav-item:focus,
.cid-uHG140opgy .nav-link:focus {
  outline: none;
}
.cid-uHG140opgy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHG140opgy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHG140opgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHG140opgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHG140opgy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHG140opgy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHG140opgy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHG140opgy .navbar.opened {
  transition: all 0.3s;
}
.cid-uHG140opgy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHG140opgy .navbar .navbar-logo img {
  width: auto;
}
.cid-uHG140opgy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHG140opgy .navbar.collapsed {
  justify-content: center;
}
.cid-uHG140opgy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHG140opgy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHG140opgy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHG140opgy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHG140opgy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHG140opgy .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-uHG140opgy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHG140opgy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHG140opgy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHG140opgy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHG140opgy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHG140opgy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHG140opgy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHG140opgy .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-uHG140opgy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHG140opgy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHG140opgy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHG140opgy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHG140opgy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHG140opgy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHG140opgy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHG140opgy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHG140opgy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHG140opgy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHG140opgy .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-uHG140opgy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHG140opgy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHG140opgy .dropdown-item.active,
.cid-uHG140opgy .dropdown-item:active {
  background-color: transparent;
}
.cid-uHG140opgy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHG140opgy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHG140opgy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHG140opgy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHG140opgy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHG140opgy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHG140opgy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHG140opgy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHG140opgy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHG140opgy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHG140opgy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHG140opgy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG140opgy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG140opgy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHG140opgy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG140opgy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHG140opgy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHG140opgy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG140opgy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHG140opgy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHG140opgy .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-uHG140opgy .navbar {
    height: 70px;
  }
  .cid-uHG140opgy .navbar.opened {
    height: auto;
  }
  .cid-uHG140opgy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHG141HRvt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHG141HRvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG141HRvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG141HRvt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHG141HRvt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHG141HRvt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHG141HRvt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHG141HRvt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHG141HRvt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHG141HRvt .carousel-control,
.cid-uHG141HRvt .close {
  background: #1b1b1b;
}
.cid-uHG141HRvt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHG141HRvt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHG141HRvt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHG141HRvt .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHG141HRvt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHG141HRvt .close::before {
  content: '\e91a';
}
.cid-uHG141HRvt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHG141HRvt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHG141HRvt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG141HRvt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHG141HRvt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHG141HRvt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHG141HRvt .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-uHG141HRvt .carousel-indicators li.active,
.cid-uHG141HRvt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHG141HRvt .carousel-indicators li::after,
.cid-uHG141HRvt .carousel-indicators li::before {
  content: none;
}
.cid-uHG141HRvt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHG141HRvt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHG141HRvt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG141HRvt .carousel-indicators {
    display: none;
  }
}
.cid-uHG141HRvt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHG141HRvt .carousel-inner > .active {
  display: block;
}
.cid-uHG141HRvt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG141HRvt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHG141HRvt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHG141HRvt .carousel-control,
  .cid-uHG141HRvt .carousel-indicators,
  .cid-uHG141HRvt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHG141HRvt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHG141HRvt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHG141HRvt .carousel-indicators .active,
.cid-uHG141HRvt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHG141HRvt .carousel-indicators .active {
  background: #fff;
}
.cid-uHG141HRvt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHG141HRvt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHG141HRvt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHG141HRvt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHG141HRvt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHG141HRvt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHG141HRvt .carousel {
  width: 100%;
}
.cid-uHG141HRvt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHG141HRvt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHG141HRvt .modal.fade .modal-dialog,
.cid-uHG141HRvt .modal.in .modal-dialog {
  transform: none;
}
.cid-uHG141HRvt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHG141HRvt H6 {
  text-align: center;
}
.cid-uHG142KAoW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uHG142KAoW .mbr-text {
  color: #000000;
}
.cid-uHG142KAoW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHG142KAoW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHG142KAoW .mbr-section-subtitle,
.cid-uHG142KAoW .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHG142KAoW .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHG142KAoW .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHG142KAoW .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHG142KAoW .panel-group {
  border: none;
}
.cid-uHG142KAoW .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHG142KAoW .card-header {
    padding: 0rem;
  }
}
.cid-uHG142KAoW .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHG142KAoW .collapsed span {
  transform: rotate(0deg);
}
.cid-uHG142KAoW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHG142KAoW p {
  margin-bottom: 0.3rem;
}
.cid-uHG142KAoW .panel-title-edit {
  color: #000000;
}
.cid-uHG142KAoW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHG142KAoW .card {
  background: #072331;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHG142KAoW .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHG142KAoW .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHG142KAoW .panel-text {
  color: #ffffff;
}
.cid-uHG142KAoW .panel-title-edit,
.cid-uHG142KAoW .mbr-iconfont {
  color: #ffffff;
}
.cid-uHG143uRsj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHG143uRsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG143uRsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG143uRsj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHG143uRsj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG143uRsj .row {
    text-align: center;
  }
  .cid-uHG143uRsj .row > div {
    margin: auto;
  }
  .cid-uHG143uRsj .social-row {
    justify-content: center;
  }
}
.cid-uHG143uRsj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHG143uRsj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHG143uRsj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHG143uRsj .list {
    margin-bottom: 0rem;
  }
}
.cid-uHG143uRsj .mbr-text {
  color: #ffffff;
}
.cid-uHG143uRsj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHG143uRsj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHG143uRsj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHG12HEXmz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHG12HEXmz nav.navbar {
  position: fixed;
}
.cid-uHG12HEXmz .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-uHG12HEXmz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHG12HEXmz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHG12HEXmz .dropdown-item:hover,
.cid-uHG12HEXmz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHG12HEXmz .dropdown-item:hover span {
  color: white;
}
.cid-uHG12HEXmz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHG12HEXmz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHG12HEXmz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHG12HEXmz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHG12HEXmz .nav-link {
  position: relative;
}
.cid-uHG12HEXmz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG12HEXmz .container {
    flex-wrap: wrap;
  }
}
.cid-uHG12HEXmz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG12HEXmz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHG12HEXmz .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHG12HEXmz .dropdown-menu,
.cid-uHG12HEXmz .navbar.opened {
  background: #ffffff !important;
}
.cid-uHG12HEXmz .nav-item:focus,
.cid-uHG12HEXmz .nav-link:focus {
  outline: none;
}
.cid-uHG12HEXmz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHG12HEXmz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHG12HEXmz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHG12HEXmz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHG12HEXmz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHG12HEXmz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHG12HEXmz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHG12HEXmz .navbar.opened {
  transition: all 0.3s;
}
.cid-uHG12HEXmz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHG12HEXmz .navbar .navbar-logo img {
  width: auto;
}
.cid-uHG12HEXmz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHG12HEXmz .navbar.collapsed {
  justify-content: center;
}
.cid-uHG12HEXmz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHG12HEXmz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHG12HEXmz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHG12HEXmz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHG12HEXmz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHG12HEXmz .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-uHG12HEXmz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHG12HEXmz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHG12HEXmz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHG12HEXmz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHG12HEXmz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHG12HEXmz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHG12HEXmz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHG12HEXmz .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-uHG12HEXmz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHG12HEXmz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHG12HEXmz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHG12HEXmz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHG12HEXmz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHG12HEXmz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHG12HEXmz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHG12HEXmz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHG12HEXmz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHG12HEXmz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHG12HEXmz .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-uHG12HEXmz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHG12HEXmz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHG12HEXmz .dropdown-item.active,
.cid-uHG12HEXmz .dropdown-item:active {
  background-color: transparent;
}
.cid-uHG12HEXmz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHG12HEXmz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHG12HEXmz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHG12HEXmz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHG12HEXmz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHG12HEXmz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHG12HEXmz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHG12HEXmz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHG12HEXmz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHG12HEXmz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHG12HEXmz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHG12HEXmz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG12HEXmz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG12HEXmz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHG12HEXmz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG12HEXmz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHG12HEXmz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHG12HEXmz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG12HEXmz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHG12HEXmz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHG12HEXmz .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-uHG12HEXmz .navbar {
    height: 70px;
  }
  .cid-uHG12HEXmz .navbar.opened {
    height: auto;
  }
  .cid-uHG12HEXmz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHG12ImXAH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHG12ImXAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG12ImXAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG12ImXAH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHG12ImXAH .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHG12ImXAH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHG12ImXAH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHG12ImXAH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHG12ImXAH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHG12ImXAH .carousel-control,
.cid-uHG12ImXAH .close {
  background: #1b1b1b;
}
.cid-uHG12ImXAH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHG12ImXAH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHG12ImXAH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHG12ImXAH .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHG12ImXAH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHG12ImXAH .close::before {
  content: '\e91a';
}
.cid-uHG12ImXAH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHG12ImXAH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHG12ImXAH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG12ImXAH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHG12ImXAH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHG12ImXAH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHG12ImXAH .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-uHG12ImXAH .carousel-indicators li.active,
.cid-uHG12ImXAH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHG12ImXAH .carousel-indicators li::after,
.cid-uHG12ImXAH .carousel-indicators li::before {
  content: none;
}
.cid-uHG12ImXAH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHG12ImXAH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHG12ImXAH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG12ImXAH .carousel-indicators {
    display: none;
  }
}
.cid-uHG12ImXAH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHG12ImXAH .carousel-inner > .active {
  display: block;
}
.cid-uHG12ImXAH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG12ImXAH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHG12ImXAH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHG12ImXAH .carousel-control,
  .cid-uHG12ImXAH .carousel-indicators,
  .cid-uHG12ImXAH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHG12ImXAH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHG12ImXAH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHG12ImXAH .carousel-indicators .active,
.cid-uHG12ImXAH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHG12ImXAH .carousel-indicators .active {
  background: #fff;
}
.cid-uHG12ImXAH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHG12ImXAH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHG12ImXAH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHG12ImXAH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHG12ImXAH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHG12ImXAH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHG12ImXAH .carousel {
  width: 100%;
}
.cid-uHG12ImXAH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHG12ImXAH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHG12ImXAH .modal.fade .modal-dialog,
.cid-uHG12ImXAH .modal.in .modal-dialog {
  transform: none;
}
.cid-uHG12ImXAH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHG12ImXAH H6 {
  text-align: center;
}
.cid-uHG12Jztc2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uHG12Jztc2 .mbr-text {
  color: #000000;
}
.cid-uHG12Jztc2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHG12Jztc2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHG12Jztc2 .mbr-section-subtitle,
.cid-uHG12Jztc2 .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHG12Jztc2 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHG12Jztc2 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHG12Jztc2 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHG12Jztc2 .panel-group {
  border: none;
}
.cid-uHG12Jztc2 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHG12Jztc2 .card-header {
    padding: 0rem;
  }
}
.cid-uHG12Jztc2 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHG12Jztc2 .collapsed span {
  transform: rotate(0deg);
}
.cid-uHG12Jztc2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHG12Jztc2 p {
  margin-bottom: 0.3rem;
}
.cid-uHG12Jztc2 .panel-title-edit {
  color: #000000;
}
.cid-uHG12Jztc2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHG12Jztc2 .card {
  background: #41093a;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHG12Jztc2 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHG12Jztc2 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHG12Jztc2 .panel-text {
  color: #ffffff;
}
.cid-uHG12Jztc2 .panel-title-edit,
.cid-uHG12Jztc2 .mbr-iconfont {
  color: #ffffff;
}
.cid-uHG12Kmyhx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHG12Kmyhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG12Kmyhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG12Kmyhx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHG12Kmyhx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG12Kmyhx .row {
    text-align: center;
  }
  .cid-uHG12Kmyhx .row > div {
    margin: auto;
  }
  .cid-uHG12Kmyhx .social-row {
    justify-content: center;
  }
}
.cid-uHG12Kmyhx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHG12Kmyhx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHG12Kmyhx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHG12Kmyhx .list {
    margin-bottom: 0rem;
  }
}
.cid-uHG12Kmyhx .mbr-text {
  color: #ffffff;
}
.cid-uHG12Kmyhx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHG12Kmyhx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHG12Kmyhx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHG11YaoVl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHG11YaoVl nav.navbar {
  position: fixed;
}
.cid-uHG11YaoVl .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-uHG11YaoVl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHG11YaoVl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHG11YaoVl .dropdown-item:hover,
.cid-uHG11YaoVl .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHG11YaoVl .dropdown-item:hover span {
  color: white;
}
.cid-uHG11YaoVl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHG11YaoVl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHG11YaoVl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHG11YaoVl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHG11YaoVl .nav-link {
  position: relative;
}
.cid-uHG11YaoVl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG11YaoVl .container {
    flex-wrap: wrap;
  }
}
.cid-uHG11YaoVl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHG11YaoVl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHG11YaoVl .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHG11YaoVl .dropdown-menu,
.cid-uHG11YaoVl .navbar.opened {
  background: #ffffff !important;
}
.cid-uHG11YaoVl .nav-item:focus,
.cid-uHG11YaoVl .nav-link:focus {
  outline: none;
}
.cid-uHG11YaoVl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHG11YaoVl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHG11YaoVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHG11YaoVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHG11YaoVl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHG11YaoVl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHG11YaoVl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHG11YaoVl .navbar.opened {
  transition: all 0.3s;
}
.cid-uHG11YaoVl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHG11YaoVl .navbar .navbar-logo img {
  width: auto;
}
.cid-uHG11YaoVl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHG11YaoVl .navbar.collapsed {
  justify-content: center;
}
.cid-uHG11YaoVl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHG11YaoVl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHG11YaoVl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHG11YaoVl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHG11YaoVl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHG11YaoVl .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-uHG11YaoVl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHG11YaoVl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHG11YaoVl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHG11YaoVl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHG11YaoVl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHG11YaoVl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHG11YaoVl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHG11YaoVl .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-uHG11YaoVl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHG11YaoVl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHG11YaoVl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHG11YaoVl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHG11YaoVl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHG11YaoVl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHG11YaoVl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHG11YaoVl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHG11YaoVl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHG11YaoVl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHG11YaoVl .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-uHG11YaoVl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHG11YaoVl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHG11YaoVl .dropdown-item.active,
.cid-uHG11YaoVl .dropdown-item:active {
  background-color: transparent;
}
.cid-uHG11YaoVl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHG11YaoVl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHG11YaoVl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHG11YaoVl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHG11YaoVl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHG11YaoVl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHG11YaoVl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHG11YaoVl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHG11YaoVl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHG11YaoVl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHG11YaoVl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHG11YaoVl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG11YaoVl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHG11YaoVl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHG11YaoVl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG11YaoVl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHG11YaoVl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHG11YaoVl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHG11YaoVl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHG11YaoVl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHG11YaoVl .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-uHG11YaoVl .navbar {
    height: 70px;
  }
  .cid-uHG11YaoVl .navbar.opened {
    height: auto;
  }
  .cid-uHG11YaoVl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHG11YWNb6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHG11YWNb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG11YWNb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG11YWNb6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHG11YWNb6 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHG11YWNb6 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHG11YWNb6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHG11YWNb6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHG11YWNb6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHG11YWNb6 .carousel-control,
.cid-uHG11YWNb6 .close {
  background: #1b1b1b;
}
.cid-uHG11YWNb6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHG11YWNb6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHG11YWNb6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHG11YWNb6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHG11YWNb6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHG11YWNb6 .close::before {
  content: '\e91a';
}
.cid-uHG11YWNb6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHG11YWNb6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHG11YWNb6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG11YWNb6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHG11YWNb6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHG11YWNb6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHG11YWNb6 .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-uHG11YWNb6 .carousel-indicators li.active,
.cid-uHG11YWNb6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHG11YWNb6 .carousel-indicators li::after,
.cid-uHG11YWNb6 .carousel-indicators li::before {
  content: none;
}
.cid-uHG11YWNb6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHG11YWNb6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHG11YWNb6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG11YWNb6 .carousel-indicators {
    display: none;
  }
}
.cid-uHG11YWNb6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHG11YWNb6 .carousel-inner > .active {
  display: block;
}
.cid-uHG11YWNb6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHG11YWNb6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHG11YWNb6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHG11YWNb6 .carousel-control,
  .cid-uHG11YWNb6 .carousel-indicators,
  .cid-uHG11YWNb6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHG11YWNb6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHG11YWNb6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHG11YWNb6 .carousel-indicators .active,
.cid-uHG11YWNb6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHG11YWNb6 .carousel-indicators .active {
  background: #fff;
}
.cid-uHG11YWNb6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHG11YWNb6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHG11YWNb6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHG11YWNb6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHG11YWNb6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHG11YWNb6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHG11YWNb6 .carousel {
  width: 100%;
}
.cid-uHG11YWNb6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHG11YWNb6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHG11YWNb6 .modal.fade .modal-dialog,
.cid-uHG11YWNb6 .modal.in .modal-dialog {
  transform: none;
}
.cid-uHG11YWNb6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHG11YWNb6 H6 {
  text-align: center;
}
.cid-uHG120sW4j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uHG120sW4j .mbr-text {
  color: #000000;
}
.cid-uHG120sW4j .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHG120sW4j .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHG120sW4j .mbr-section-subtitle,
.cid-uHG120sW4j .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHG120sW4j .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHG120sW4j .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHG120sW4j .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHG120sW4j .panel-group {
  border: none;
}
.cid-uHG120sW4j .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHG120sW4j .card-header {
    padding: 0rem;
  }
}
.cid-uHG120sW4j .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHG120sW4j .collapsed span {
  transform: rotate(0deg);
}
.cid-uHG120sW4j .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHG120sW4j p {
  margin-bottom: 0.3rem;
}
.cid-uHG120sW4j .panel-title-edit {
  color: #000000;
}
.cid-uHG120sW4j .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHG120sW4j .card {
  background: #343608;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHG120sW4j .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHG120sW4j .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHG120sW4j .panel-text {
  color: #ffffff;
}
.cid-uHG120sW4j .panel-title-edit,
.cid-uHG120sW4j .mbr-iconfont {
  color: #ffffff;
}
.cid-uHG121m31j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHG121m31j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHG121m31j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHG121m31j .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHG121m31j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHG121m31j .row {
    text-align: center;
  }
  .cid-uHG121m31j .row > div {
    margin: auto;
  }
  .cid-uHG121m31j .social-row {
    justify-content: center;
  }
}
.cid-uHG121m31j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHG121m31j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHG121m31j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHG121m31j .list {
    margin-bottom: 0rem;
  }
}
.cid-uHG121m31j .mbr-text {
  color: #ffffff;
}
.cid-uHG121m31j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHG121m31j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHG121m31j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHB0bSAlWb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHB0bSAlWb nav.navbar {
  position: fixed;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHB0bSAlWb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHB0bSAlWb .dropdown-item:hover,
.cid-uHB0bSAlWb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHB0bSAlWb .dropdown-item:hover span {
  color: white;
}
.cid-uHB0bSAlWb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHB0bSAlWb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHB0bSAlWb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHB0bSAlWb .nav-link {
  position: relative;
}
.cid-uHB0bSAlWb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .container {
    flex-wrap: wrap;
  }
}
.cid-uHB0bSAlWb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHB0bSAlWb .iconfont-wrapper {
  color: #4068b1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHB0bSAlWb .dropdown-menu,
.cid-uHB0bSAlWb .navbar.opened {
  background: #ffffff !important;
}
.cid-uHB0bSAlWb .nav-item:focus,
.cid-uHB0bSAlWb .nav-link:focus {
  outline: none;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHB0bSAlWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHB0bSAlWb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHB0bSAlWb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHB0bSAlWb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHB0bSAlWb .navbar.opened {
  transition: all 0.3s;
}
.cid-uHB0bSAlWb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHB0bSAlWb .navbar .navbar-logo img {
  width: auto;
}
.cid-uHB0bSAlWb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHB0bSAlWb .navbar.collapsed {
  justify-content: center;
}
.cid-uHB0bSAlWb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHB0bSAlWb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHB0bSAlWb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHB0bSAlWb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHB0bSAlWb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHB0bSAlWb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHB0bSAlWb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHB0bSAlWb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHB0bSAlWb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHB0bSAlWb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHB0bSAlWb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHB0bSAlWb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHB0bSAlWb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHB0bSAlWb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHB0bSAlWb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHB0bSAlWb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHB0bSAlWb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHB0bSAlWb .dropdown-item.active,
.cid-uHB0bSAlWb .dropdown-item:active {
  background-color: transparent;
}
.cid-uHB0bSAlWb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHB0bSAlWb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHB0bSAlWb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHB0bSAlWb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHB0bSAlWb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHB0bSAlWb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHB0bSAlWb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHB0bSAlWb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4068b1;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHB0bSAlWb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHB0bSAlWb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHB0bSAlWb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHB0bSAlWb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHB0bSAlWb .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-uHB0bSAlWb .navbar {
    height: 70px;
  }
  .cid-uHB0bSAlWb .navbar.opened {
    height: auto;
  }
  .cid-uHB0bSAlWb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHFZEwOKP3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHFZEwOKP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHFZEwOKP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHFZEwOKP3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHFZEwOKP3 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHFZEwOKP3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHFZEwOKP3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHFZEwOKP3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHFZEwOKP3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHFZEwOKP3 .carousel-control,
.cid-uHFZEwOKP3 .close {
  background: #1b1b1b;
}
.cid-uHFZEwOKP3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHFZEwOKP3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHFZEwOKP3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHFZEwOKP3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHFZEwOKP3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHFZEwOKP3 .close::before {
  content: '\e91a';
}
.cid-uHFZEwOKP3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHFZEwOKP3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHFZEwOKP3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHFZEwOKP3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHFZEwOKP3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHFZEwOKP3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHFZEwOKP3 .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-uHFZEwOKP3 .carousel-indicators li.active,
.cid-uHFZEwOKP3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHFZEwOKP3 .carousel-indicators li::after,
.cid-uHFZEwOKP3 .carousel-indicators li::before {
  content: none;
}
.cid-uHFZEwOKP3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHFZEwOKP3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHFZEwOKP3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHFZEwOKP3 .carousel-indicators {
    display: none;
  }
}
.cid-uHFZEwOKP3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHFZEwOKP3 .carousel-inner > .active {
  display: block;
}
.cid-uHFZEwOKP3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHFZEwOKP3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHFZEwOKP3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHFZEwOKP3 .carousel-control,
  .cid-uHFZEwOKP3 .carousel-indicators,
  .cid-uHFZEwOKP3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHFZEwOKP3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHFZEwOKP3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHFZEwOKP3 .carousel-indicators .active,
.cid-uHFZEwOKP3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHFZEwOKP3 .carousel-indicators .active {
  background: #fff;
}
.cid-uHFZEwOKP3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHFZEwOKP3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHFZEwOKP3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHFZEwOKP3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHFZEwOKP3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHFZEwOKP3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHFZEwOKP3 .carousel {
  width: 100%;
}
.cid-uHFZEwOKP3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHFZEwOKP3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHFZEwOKP3 .modal.fade .modal-dialog,
.cid-uHFZEwOKP3 .modal.in .modal-dialog {
  transform: none;
}
.cid-uHFZEwOKP3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHFZEwOKP3 H6 {
  text-align: center;
}
.cid-uHFYs72Kqu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uHFYs72Kqu .mbr-text {
  color: #000000;
}
.cid-uHFYs72Kqu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHFYs72Kqu .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHFYs72Kqu .mbr-section-subtitle,
.cid-uHFYs72Kqu .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHFYs72Kqu .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHFYs72Kqu .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHFYs72Kqu .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHFYs72Kqu .panel-group {
  border: none;
}
.cid-uHFYs72Kqu .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHFYs72Kqu .card-header {
    padding: 0rem;
  }
}
.cid-uHFYs72Kqu .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHFYs72Kqu .collapsed span {
  transform: rotate(0deg);
}
.cid-uHFYs72Kqu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHFYs72Kqu p {
  margin-bottom: 0.3rem;
}
.cid-uHFYs72Kqu .panel-title-edit {
  color: #000000;
}
.cid-uHFYs72Kqu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHFYs72Kqu .card {
  background: #4e2f07;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHFYs72Kqu .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHFYs72Kqu .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHFYs72Kqu .panel-text {
  color: #ffffff;
}
.cid-uHFYs72Kqu .panel-title-edit,
.cid-uHFYs72Kqu .mbr-iconfont {
  color: #ffffff;
}
.cid-uHzZRoNcId {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4068b1;
}
.cid-uHzZRoNcId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzZRoNcId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzZRoNcId .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHzZRoNcId .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHzZRoNcId .row {
    text-align: center;
  }
  .cid-uHzZRoNcId .row > div {
    margin: auto;
  }
  .cid-uHzZRoNcId .social-row {
    justify-content: center;
  }
}
.cid-uHzZRoNcId .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHzZRoNcId .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHzZRoNcId .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHzZRoNcId .list {
    margin-bottom: 0rem;
  }
}
.cid-uHzZRoNcId .mbr-text {
  color: #ffffff;
}
.cid-uHzZRoNcId .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHzZRoNcId .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHzZRoNcId div > *:last-child {
    margin-top: 0 !important;
  }
}
