body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 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-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #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: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #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: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDsXagrFBT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDsXagrFBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsXagrFBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDsXagrFBT .mbr-section-subtitle {
  text-align: left;
}
.cid-vdVNXuzGcB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdVNXuzGcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdVNXuzGcB .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-vdVNXuzGcB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdVNXuzGcB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdVNXuzGcB .text-wrapper {
    padding: 2rem;
  }
}
.cid-v77cCLF3vl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v77cCLF3vl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v8CHoYk39Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8CHoYk39Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8CHoYk39Q .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-v8CHoYk39Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8CHoYk39Q .row {
  flex-direction: row-reverse;
}
.cid-v8CHoYk39Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v8CHoYk39Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-v8CHlrxEJe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8CHlrxEJe .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v77bDoFVph {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v77bDoFVph .mbr-fallback-image.disabled {
  display: none;
}
.cid-v77bDoFVph .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-v77bDoFVph .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v77bDoFVph img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v77bDoFVph .text-wrapper {
    padding: 2rem;
  }
}
.cid-vdVMGBNPMc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdVMGBNPMc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v68dUxYLX7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v68dUxYLX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68dUxYLX7 .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-v68dUxYLX7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v68dUxYLX7 .row {
  flex-direction: row-reverse;
}
.cid-v68dUxYLX7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v68dUxYLX7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v67qP8eusU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v67qP8eusU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v3GM7VTOhQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3GM7VTOhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GM7VTOhQ .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-v3GM7VTOhQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3GM7VTOhQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v3GM7VTOhQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-v3GNAUw5Ez {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3GNAUw5Ez .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v0EXQqZOga {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0EXQqZOga .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EXQqZOga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EXQqZOga .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v0EXQqZOga .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0EXQqZOga .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0EXQqZOga .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0EXQqZOga .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v0EXQqZOga .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v0EXQqZOga .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0EXOu5mIV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0EXOu5mIV .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v0my8ECzb5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0my8ECzb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0my8ECzb5 .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-v0my8ECzb5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0my8ECzb5 .row {
  flex-direction: row-reverse;
}
.cid-v0my8ECzb5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0my8ECzb5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXfaSawdvR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXfaSawdvR .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uXf77kLNKC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXf77kLNKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXf77kLNKC .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-uXf77kLNKC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXf77kLNKC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXf77kLNKC .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXf7fFjHsP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXf7fFjHsP .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRTNCmMCHS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRTNCmMCHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTNCmMCHS .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-uRTNCmMCHS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRTNCmMCHS .row {
  flex-direction: row-reverse;
}
.cid-uRTNCmMCHS img {
  width: 100%;
}
.cid-uRTNKmKyOT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRTNKmKyOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTNKmKyOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTNKmKyOT .mbr-section-subtitle {
  text-align: left;
}
.cid-uRUlYnwnOl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRUlYnwnOl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPV8besJuH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPV8besJuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPV8besJuH .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-uPV8besJuH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPV8besJuH .row {
  flex-direction: row-reverse;
}
.cid-uPV8besJuH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPV8besJuH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRUm0CWpJV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRUm0CWpJV .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNb3LmgLDp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNb3LmgLDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNb3LmgLDp .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-uNb3LmgLDp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNb3LmgLDp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNb3LmgLDp .text-wrapper {
    padding: 2rem;
  }
}
.cid-uNb3mvV86c {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNb3mvV86c .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLTSu8ITk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJLTSu8ITk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLTSu8ITk .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-uJLTSu8ITk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJLTSu8ITk .row {
  flex-direction: row-reverse;
}
.cid-uJLTSu8ITk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJLTSu8ITk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJLSCKHCkf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJLSCKHCkf .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJxLHREkgt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJxLHREkgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJxLHREkgt .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-uJxLHREkgt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJxLHREkgt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJxLHREkgt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJxLERkzx8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJxLERkzx8 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIsMxj9pqm {
  background-color: #ffffff;
}
.cid-uIsMxj9pqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsMxj9pqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsMxj9pqm .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uIsMxj9pqm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIsMxj9pqm .row {
  flex-direction: row-reverse;
}
.cid-uIsMxj9pqm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIsMxj9pqm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIsMqX4aOd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIsMqX4aOd .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGiFOqrfVR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGiFOqrfVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGiFOqrfVR .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-uGiFOqrfVR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGiFOqrfVR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGiFOqrfVR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGiFntUyw7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGiFntUyw7 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEFkbJjjU6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEFkbJjjU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEFkbJjjU6 .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-uEFkbJjjU6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEFkbJjjU6 .row {
  flex-direction: row-reverse;
}
.cid-uEFkbJjjU6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEFkbJjjU6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEFk1LxPWa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEFk1LxPWa .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDUVM6Ve8m {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDUVM6Ve8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUVM6Ve8m .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-uDUVM6Ve8m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDUVM6Ve8m img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDUVM6Ve8m .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDJuWT1w7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDJuWT1w7o .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDJuUjs6gi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDJuUjs6gi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJuUjs6gi .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-uDJuUjs6gi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDJuUjs6gi .row {
  flex-direction: row-reverse;
}
.cid-uDJuUjs6gi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDJuUjs6gi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDsZXszXD5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDsZXszXD5 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDsWuOMdS1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDsWuOMdS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsWuOMdS1 .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-uDsWuOMdS1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDsWuOMdS1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDsWuOMdS1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDsWwxXdbE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDsWwxXdbE .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDizecBxqm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDizecBxqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDizecBxqm .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-uDizecBxqm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDizecBxqm .row {
  flex-direction: row-reverse;
}
.cid-uDizecBxqm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDizecBxqm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDizfHsSkN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDizfHsSkN .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCUK2KUCfl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCUK2KUCfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCUK2KUCfl .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-uCUK2KUCfl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCUK2KUCfl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCUK2KUCfl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCUJXfvnm6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCUJXfvnm6 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBL680D0mr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBL680D0mr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBL680D0mr .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-uBL680D0mr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBL680D0mr .row {
  flex-direction: row-reverse;
}
.cid-uBL680D0mr img {
  width: 100%;
}
.cid-uBL6c8A8RM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBL6c8A8RM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBL6c8A8RM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBL73BUvmt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBL73BUvmt .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uzMxTqMti6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzMxTqMti6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMxTqMti6 .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-uzMxTqMti6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMxTqMti6 .row {
  flex-direction: row-reverse;
}
.cid-uzMxTqMti6 img {
  width: 100%;
}
.cid-uzMxNx4sk4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzMxNx4sk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMxNx4sk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMxNx4sk4 .mbr-section-subtitle {
  text-align: left;
}
.cid-uzMxnbtldr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzMxnbtldr .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uzql8j0ESs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzql8j0ESs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzql8j0ESs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzql8j0ESs .mbr-section-subtitle {
  text-align: left;
}
.cid-uzqle7UlB1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzqle7UlB1 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyUe2vVDY4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyUe2vVDY4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUe2vVDY4 .row {
  flex-direction: row-reverse;
}
.cid-uyUe2vVDY4 img {
  width: 100%;
}
.cid-uyUe6m4MIA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyUe6m4MIA .mbr-section-subtitle {
  text-align: left;
}
.cid-uyUdtMipS9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyUdtMipS9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uy4g62h8SS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uy4g62h8SS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy4g62h8SS .row {
  flex-direction: row-reverse;
}
.cid-uy4g62h8SS img {
  width: 100%;
}
.cid-uy4gOnlu2I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uy4gOnlu2I .mbr-section-subtitle {
  text-align: left;
}
.cid-uy4fJNrKZi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uy4fJNrKZi .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uxggzJXffY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxggzJXffY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxggzJXffY .row {
  flex-direction: row-reverse;
}
.cid-uxggzJXffY img {
  width: 100%;
}
.cid-uxgfyQ295h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxgfyQ295h .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uy4fI83FCL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uy4fI83FCL .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwFLEgW8xU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwFLEgW8xU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwFLEgW8xU .row {
  flex-direction: row-reverse;
}
.cid-uwFLEgW8xU img {
  width: 100%;
}
.cid-uwFGHFuAza {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwFGHFuAza .mbr-section-subtitle {
  text-align: left;
}
.cid-uy4fFVscXD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uy4fFVscXD .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwGJNZygLC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwGJNZygLC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwGJNZygLC .row {
  flex-direction: row-reverse;
}
.cid-uwGJNZygLC img {
  width: 100%;
}
.cid-uwGIB1pAho {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwGIB1pAho .mbr-section-title {
  text-align: left;
}
.cid-uwGIB1pAho .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uwGIB1pAho .mbr-section-subtitle {
  text-align: left;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUUpMBjP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUUpMBjP .row {
  align-items: center;
}
.cid-uWvUUpMBjP .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUUpMBjP .mbr-text,
.cid-uWvUUpMBjP .mbr-section-btn {
  color: #000000;
}
.cid-uWvUUpMBjP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUUpMBjP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUUpMBjP .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUUpMBjP .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUUpMBjP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUUpMBjP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUUpMBjP .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUUpMBjP .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV5d5RsSVh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uV5d5RsSVh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uV5d5RsSVh .form-control,
.cid-uV5d5RsSVh .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uV5d5RsSVh .form-control::-webkit-input-placeholder,
.cid-uV5d5RsSVh .field-input::-webkit-input-placeholder,
.cid-uV5d5RsSVh .form-control::-webkit-input-placeholder,
.cid-uV5d5RsSVh .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uV5d5RsSVh .form-control:-moz-placeholder,
.cid-uV5d5RsSVh .field-input:-moz-placeholder,
.cid-uV5d5RsSVh .form-control:-moz-placeholder,
.cid-uV5d5RsSVh .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uV5d5RsSVh .form-control:hover,
.cid-uV5d5RsSVh .field-input:hover,
.cid-uV5d5RsSVh .form-control:focus,
.cid-uV5d5RsSVh .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uV5d5RsSVh .form-control:hover::-webkit-input-placeholder,
.cid-uV5d5RsSVh .field-input:hover::-webkit-input-placeholder,
.cid-uV5d5RsSVh .form-control:focus::-webkit-input-placeholder,
.cid-uV5d5RsSVh .field-input:focus::-webkit-input-placeholder,
.cid-uV5d5RsSVh .form-control:hover::-webkit-input-placeholder,
.cid-uV5d5RsSVh .field-input:hover::-webkit-input-placeholder,
.cid-uV5d5RsSVh .form-control:focus::-webkit-input-placeholder,
.cid-uV5d5RsSVh .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uV5d5RsSVh .form-control:hover:-moz-placeholder,
.cid-uV5d5RsSVh .field-input:hover:-moz-placeholder,
.cid-uV5d5RsSVh .form-control:focus:-moz-placeholder,
.cid-uV5d5RsSVh .field-input:focus:-moz-placeholder,
.cid-uV5d5RsSVh .form-control:hover:-moz-placeholder,
.cid-uV5d5RsSVh .field-input:hover:-moz-placeholder,
.cid-uV5d5RsSVh .form-control:focus:-moz-placeholder,
.cid-uV5d5RsSVh .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uV5d5RsSVh .jq-number__spin:hover,
.cid-uV5d5RsSVh .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uV5d5RsSVh .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uV5d5RsSVh .jq-selectbox li,
.cid-uV5d5RsSVh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uV5d5RsSVh .jq-selectbox li:hover,
.cid-uV5d5RsSVh .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uV5d5RsSVh .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uV5d5RsSVh .jq-number__spin.minus:hover:after,
.cid-uV5d5RsSVh .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uV5d5RsSVh .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uV5d5RsSVh .jq-number__spin.minus:after,
.cid-uV5d5RsSVh .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uV5d5RsSVh input::-webkit-clear-button {
  display: none;
}
.cid-uV5d5RsSVh input::-webkit-inner-spin-button {
  display: none;
}
.cid-uV5d5RsSVh input::-webkit-outer-spin-button {
  display: none;
}
.cid-uV5d5RsSVh input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uDL5bczCaP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDL5bczCaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDL5bczCaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDL5bczCaP .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uDL5bczCaP .currentcost {
  color: #232323;
}
.cid-uDL5bczCaP .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uDL5bczCaP .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDL5bczCaP .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDL5bczCaP .text-box {
    padding: 1rem;
  }
}
.cid-uDL5bczCaP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uE2aeAdc4s {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uE2aeAdc4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2aeAdc4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2aeAdc4s .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uE2aeAdc4s .content-wrapper {
    padding: 16px 0;
  }
}
.cid-uE2aeAdc4s .content-wrapper .google-map {
  width: 100%;
}
.cid-uE2aeAdc4s .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uE2aeAdc4s .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uE2aeAdc4s .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUMJ7lLK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUMJ7lLK .row {
  align-items: center;
}
.cid-uWvUMJ7lLK .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUMJ7lLK .mbr-text,
.cid-uWvUMJ7lLK .mbr-section-btn {
  color: #000000;
}
.cid-uWvUMJ7lLK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUMJ7lLK .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUMJ7lLK .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUMJ7lLK .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUMJ7lLK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUMJ7lLK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUMJ7lLK .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUMJ7lLK .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwFNkMFVAj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwFNkMFVAj .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uwFNkMFVAj .timeline-element {
  position: relative;
}
.cid-uwFNkMFVAj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uwFNkMFVAj .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
}
.cid-uwFNkMFVAj .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-uwFNkMFVAj .iconBackground {
    left: 15px !important;
  }
  .cid-uwFNkMFVAj .separline:before {
    left: 15px !important;
  }
}
.cid-uwFNkMFVAj .mbr-section-title,
.cid-uwFNkMFVAj .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uwFNkMFVAj .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-uwFNkMFVAj .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uwFNkMFVAj .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-uwFNkMFVAj .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-uwFNkMFVAj .timeline-text-content {
  margin-left: 2rem;
}
.cid-uwFNkMFVAj .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uwFNkMFVAj .mbr-timeline-date {
  text-align: right;
}
.cid-uwFNkMFVAj .mbr-timeline-text {
  text-align: center;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUJ7qR69 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUJ7qR69 .row {
  align-items: center;
}
.cid-uWvUJ7qR69 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUJ7qR69 .mbr-text,
.cid-uWvUJ7qR69 .mbr-section-btn {
  color: #000000;
}
.cid-uWvUJ7qR69 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUJ7qR69 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUJ7qR69 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUJ7qR69 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUJ7qR69 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUJ7qR69 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUJ7qR69 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUJ7qR69 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6OPb9vVxK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6OPb9vVxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6OPb9vVxK .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-v6OPb9vVxK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6OPb9vVxK .row {
  flex-direction: row-reverse;
}
.cid-v6OPb9vVxK img {
  width: 100%;
}
.cid-v6ODdw6xUx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v6ODdw6xUx .mbr-section-title {
  text-align: center;
}
.cid-v6ODdw6xUx .mbr-text {
  text-align: center;
}
.cid-v6ODdw6xUx .mbr-section-btn {
  margin-top: 2rem;
  text-align: center;
}
.cid-v6ODdw6xUx .mbr-section-btn a.btn {
  font-size: 1.2rem;
  padding: 0.8rem 2rem;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUPKM6O8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUPKM6O8 .row {
  align-items: center;
}
.cid-uWvUPKM6O8 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUPKM6O8 .mbr-text,
.cid-uWvUPKM6O8 .mbr-section-btn {
  color: #000000;
}
.cid-uWvUPKM6O8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUPKM6O8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUPKM6O8 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUPKM6O8 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUPKM6O8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUPKM6O8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUPKM6O8 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUPKM6O8 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ux3cpUVdnF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ux3cpUVdnF .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ux3cpUVdnF .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ux3cpUVdnF .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ux3cpUVdnF .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ux3cpUVdnF .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-ux3cpUVdnF .card-title {
  text-align: left;
}
.cid-ux3cyKlMLc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ux3cyKlMLc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ux3cyKlMLc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ux3cyKlMLc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ux3cyKlMLc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ux3cyKlMLc .mbr-iconfont {
  font-size: 1rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-v7IVVgge1S {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7IVVgge1S .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v7IVVgge1S .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v7IVVgge1S .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v7IVVgge1S .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v7IVVgge1S .mbr-iconfont {
  font-size: 1rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUFXX1LW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUFXX1LW .row {
  align-items: center;
}
.cid-uWvUFXX1LW .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUFXX1LW .mbr-text,
.cid-uWvUFXX1LW .mbr-section-btn {
  color: #000000;
}
.cid-uWvUFXX1LW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUFXX1LW .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUFXX1LW .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUFXX1LW .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUFXX1LW .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUFXX1LW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUFXX1LW .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUFXX1LW .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxgbHjlz95 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxgbHjlz95 .item:focus,
.cid-uxgbHjlz95 span:focus {
  outline: none;
}
.cid-uxgbHjlz95 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxgbHjlz95 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxgbHjlz95 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uxgbHjlz95 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxgbHjlz95 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uxgbHjlz95 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uxgbHjlz95 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxgbHjlz95 .mbr-section-title {
  color: #232323;
}
.cid-uxgbHjlz95 .mbr-text,
.cid-uxgbHjlz95 .mbr-section-btn {
  text-align: left;
}
.cid-uxgbHjlz95 .item-title {
  text-align: left;
}
.cid-uxgbHjlz95 .item-subtitle {
  text-align: left;
}
.cid-uxgctowQeI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxgctowQeI .item:focus,
.cid-uxgctowQeI span:focus {
  outline: none;
}
.cid-uxgctowQeI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxgctowQeI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxgctowQeI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uxgctowQeI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxgctowQeI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uxgctowQeI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uxgctowQeI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxgctowQeI .mbr-section-title {
  color: #232323;
}
.cid-uxgctowQeI .mbr-text,
.cid-uxgctowQeI .mbr-section-btn {
  text-align: left;
}
.cid-uxgctowQeI .item-title {
  text-align: left;
}
.cid-uxgctowQeI .item-subtitle {
  text-align: left;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUDeTIW5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUDeTIW5 .row {
  align-items: center;
}
.cid-uWvUDeTIW5 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUDeTIW5 .mbr-text,
.cid-uWvUDeTIW5 .mbr-section-btn {
  color: #000000;
}
.cid-uWvUDeTIW5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUDeTIW5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUDeTIW5 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUDeTIW5 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUDeTIW5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUDeTIW5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUDeTIW5 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUDeTIW5 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s48MCQYojq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-uWjwVhmtep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uWjwVhmtep .line {
  background-color: #ffffff;
  align: center;
  height: 3px;
  margin: 2rem auto;
}
.cid-uWjwVhmtep #banner-footer {
  overflow: hidden;
  background-color: #4169E1;
}
.cid-uWjwVhmtep #banner-footer .ttc {
  display: flex;
  max-width: 1000px;
  max-height: 50px;
  margin: 10px auto;
  padding: 0.50em;
  box-sizing: border-box;
}
.cid-uWjwVhmtep #banner-footer .ttc .ttitem {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-family: "Roboto";
  font-size: 1.2em;
  font-weight: 50;
  letter-spacing: 0.05em;
  margin: 0 auto 0em;
  text-align: center;
}
@keyframes tickerh {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(-700%, 0, 0);
  }
}
.cid-uWjwVhmtep .ttc {
  animation: tickerh linear 5s infinite;
  animation-duration: 100s;
}
.cid-uWjwVhmtep .ttc:hover {
  animation-play-state: paused;
}
.cid-uWjwVhmtep .mbr-text {
  text-align: center;
}
.cid-vbcYF0t7hL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-vbcYF0t7hL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbcYF0t7hL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbcYF0t7hL .video-wrapper iframe {
  width: 100%;
}
.cid-vbcYF0t7hL .mbr-section-title,
.cid-vbcYF0t7hL .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vbcYF0t7hL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRpBjy8Zim {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRpBjy8Zim .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRpBjy8Zim .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-uRpBjy8Zim .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRpBjy8Zim .row {
  flex-direction: row-reverse;
}
.cid-uRpBjy8Zim img {
  width: 100%;
}
.cid-uNmxBNqf9H {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNmxBNqf9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNmxBNqf9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNmxBNqf9H .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uNmxBNqf9H .mbr-section-subtitle {
  text-align: left;
}
.cid-uNmxBNqf9H .mbr-section-subtitle P {
  text-align: center;
}
.cid-uVw4zc432s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uVw4zc432s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVw4zc432s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVw4zc432s .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVw4zc432s .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVw4zc432s .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVw4zc432s .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVw4zc432s .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVw4zc432s .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVw4zc432s .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVw4zc432s .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVw4zc432s .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uVw4zc432s .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uVw4zc432s .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVw4zc432s .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVw4zc432s .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uVw4zc432s .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVw4zc432s .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVw4zc432s .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVw4zc432s .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVw4zc432s .mbr-label,
.cid-uVw4zc432s .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVw4zc432s .mbr-section-title,
.cid-uVw4zc432s .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVw4zc432s .mbr-text {
  color: #515151;
}
.cid-uzeqbWSJSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uzeqbWSJSj .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uzeqbWSJSj .card {
    margin-bottom: 2rem!important;
  }
  .cid-uzeqbWSJSj .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uzeqbWSJSj .link-wrap {
    align-items: center;
  }
}
.cid-uzeqbWSJSj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uzeqbWSJSj .card-title,
.cid-uzeqbWSJSj .card-box {
  text-align: left;
}
.cid-uyX5kGv9Of {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyX5kGv9Of .line {
  background-color: #6592e6;
  align: center;
  height: 3px;
  margin: 0 auto;
}
.cid-uyX5kGv9Of #banner-footer {
  overflow: hidden;
  background-color: #4169E1;
}
.cid-uyX5kGv9Of #banner-footer .ttc {
  display: flex;
  max-width: 1000px;
  max-height: 50px;
  margin: 10px auto;
  padding: 0.50em;
  box-sizing: border-box;
}
.cid-uyX5kGv9Of #banner-footer .ttc .ttitem {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-family: "Roboto";
  font-size: 1.2em;
  font-weight: 50;
  letter-spacing: 0.05em;
  margin: 0 auto 0em;
  text-align: center;
}
@keyframes tickerh {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(-700%, 0, 0);
  }
}
.cid-uyX5kGv9Of .ttc {
  animation: tickerh linear 0s infinite;
  animation-duration: 90s;
}
.cid-uyX5kGv9Of .ttc:hover {
  animation-play-state: paused;
}
.cid-s48udlf8KU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s48udlf8KU .mbr-section-title {
  text-align: center;
}
.cid-s48udlf8KU .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uyX5hujIzj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyX5hujIzj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwFG9rcxLP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ece6e6;
}
.cid-uwFG9rcxLP img,
.cid-uwFG9rcxLP .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uwFG9rcxLP .item:focus,
.cid-uwFG9rcxLP span:focus {
  outline: none;
}
.cid-uwFG9rcxLP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uwFG9rcxLP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uwFG9rcxLP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uwFG9rcxLP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwFG9rcxLP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uwFG9rcxLP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uwFG9rcxLP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uwFG9rcxLP .mbr-section-title {
  color: #232323;
}
.cid-uwFG9rcxLP .mbr-text,
.cid-uwFG9rcxLP .mbr-section-btn {
  text-align: center;
}
.cid-uwFG9rcxLP .item-title {
  text-align: center;
}
.cid-uwFG9rcxLP .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uyUkKG7SxX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ece6e6;
}
.cid-uyUkKG7SxX .item:focus,
.cid-uyUkKG7SxX span:focus {
  outline: none;
}
.cid-uyUkKG7SxX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyUkKG7SxX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 95%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyUkKG7SxX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyUkKG7SxX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyUkKG7SxX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyUkKG7SxX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyUkKG7SxX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyUkKG7SxX .mbr-section-title {
  color: #232323;
}
.cid-uyUkKG7SxX .mbr-text,
.cid-uyUkKG7SxX .mbr-section-btn {
  text-align: center;
}
.cid-uyUkKG7SxX .item-title {
  text-align: center;
}
.cid-uyUkKG7SxX .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uycGVmr4Mw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uycGVmr4Mw .container {
    max-width: 1400px;
  }
}
.cid-uycGVmr4Mw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uycGVmr4Mw .card-wrapper {
  margin-top: 3rem;
}
.cid-uycGVmr4Mw .row {
  justify-content: center;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvRmWe2e0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvRmWe2e0 .row {
  align-items: center;
}
.cid-uWvRmWe2e0 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvRmWe2e0 .mbr-text,
.cid-uWvRmWe2e0 .mbr-section-btn {
  color: #000000;
}
.cid-uWvRmWe2e0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvRmWe2e0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvRmWe2e0 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvRmWe2e0 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvRmWe2e0 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvRmWe2e0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvRmWe2e0 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvRmWe2e0 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-42 {
  /* Type valid CSS here */
}
#custom-html-42 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-42 p {
  font-size: 60px;
  color: #777;
}
.cid-uAspcBr5xX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAspcBr5xX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAspcBr5xX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAspcBr5xX .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uAspcBr5xX .card {
    margin-bottom: 2rem!important;
  }
  .cid-uAspcBr5xX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uAspcBr5xX .link-wrap {
    align-items: center;
  }
}
.cid-uAspcBr5xX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUxTjOgy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUxTjOgy .row {
  align-items: center;
}
.cid-uWvUxTjOgy .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUxTjOgy .mbr-text,
.cid-uWvUxTjOgy .mbr-section-btn {
  color: #000000;
}
.cid-uWvUxTjOgy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUxTjOgy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUxTjOgy .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUxTjOgy .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUxTjOgy .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUxTjOgy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUxTjOgy .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUxTjOgy .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyzCkjQoSI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyzCkjQoSI .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uyzCkjQoSI .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uyzCkjQoSI .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyzCkjQoSI .card {
    margin-bottom: 2rem;
  }
  .cid-uyzCkjQoSI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUuz7Pgg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUuz7Pgg .row {
  align-items: center;
}
.cid-uWvUuz7Pgg .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUuz7Pgg .mbr-text,
.cid-uWvUuz7Pgg .mbr-section-btn {
  color: #000000;
}
.cid-uWvUuz7Pgg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUuz7Pgg .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUuz7Pgg .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUuz7Pgg .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUuz7Pgg .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUuz7Pgg .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUuz7Pgg .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUuz7Pgg .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzc4heHyCI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzc4heHyCI img,
.cid-uzc4heHyCI .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzc4heHyCI .item:focus,
.cid-uzc4heHyCI span:focus {
  outline: none;
}
.cid-uzc4heHyCI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzc4heHyCI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzc4heHyCI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzc4heHyCI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzc4heHyCI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzc4heHyCI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzc4heHyCI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzc4heHyCI .mbr-section-title {
  color: #232323;
}
.cid-uzc4heHyCI .mbr-text,
.cid-uzc4heHyCI .mbr-section-btn {
  text-align: center;
}
.cid-uzc4heHyCI .item-title {
  text-align: center;
}
.cid-uzc4heHyCI .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uPV4ExsnNt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPV4ExsnNt img,
.cid-uPV4ExsnNt .item-img {
  width: 100%;
}
.cid-uPV4ExsnNt .item:focus,
.cid-uPV4ExsnNt span:focus {
  outline: none;
}
.cid-uPV4ExsnNt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPV4ExsnNt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPV4ExsnNt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uPV4ExsnNt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPV4ExsnNt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uPV4ExsnNt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uPV4ExsnNt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPV4ExsnNt .mbr-section-title {
  color: #232323;
}
.cid-uPV4ExsnNt .mbr-text,
.cid-uPV4ExsnNt .mbr-section-btn {
  text-align: left;
}
.cid-uPV4ExsnNt .item-title {
  text-align: left;
}
.cid-uPV4ExsnNt .item-subtitle {
  text-align: left;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUsrA34k {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUsrA34k .row {
  align-items: center;
}
.cid-uWvUsrA34k .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUsrA34k .mbr-text,
.cid-uWvUsrA34k .mbr-section-btn {
  color: #000000;
}
.cid-uWvUsrA34k .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUsrA34k .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUsrA34k .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUsrA34k .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUsrA34k .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUsrA34k .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUsrA34k .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUsrA34k .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzpfJ11YXL {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzpfJ11YXL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzpfJ11YXL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzpfJ11YXL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzpfJ11YXL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uAZIUwVJV0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uAZIUwVJV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZIUwVJV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZIUwVJV0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uAZIUwVJV0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uAZIUwVJV0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUAZmWEh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUAZmWEh .row {
  align-items: center;
}
.cid-uWvUAZmWEh .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUAZmWEh .mbr-text,
.cid-uWvUAZmWEh .mbr-section-btn {
  color: #000000;
}
.cid-uWvUAZmWEh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUAZmWEh .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUAZmWEh .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUAZmWEh .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUAZmWEh .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUAZmWEh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUAZmWEh .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUAZmWEh .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzkcIkMCLL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzkcIkMCLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkcIkMCLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkcIkMCLL .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uzkcIkMCLL .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uzkcIkMCLL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzkcIkMCLL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzkcIkMCLL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzkcIkMCLL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uzkcIkMCLL .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uzkcIkMCLL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUnAeCK4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUnAeCK4 .row {
  align-items: center;
}
.cid-uWvUnAeCK4 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUnAeCK4 .mbr-text,
.cid-uWvUnAeCK4 .mbr-section-btn {
  color: #000000;
}
.cid-uWvUnAeCK4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUnAeCK4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUnAeCK4 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUnAeCK4 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUnAeCK4 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUnAeCK4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUnAeCK4 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUnAeCK4 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCMYWGQKIk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCMYWGQKIk .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-uCMYWGQKIk .panel-group {
  border: none;
}
.cid-uCMYWGQKIk .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uCMYWGQKIk .card-header {
    padding: 0rem;
  }
}
.cid-uCMYWGQKIk .card {
  border: solid 1px #6592e6;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uCMYWGQKIk .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uCMYWGQKIk .card {
    padding: 1rem;
  }
}
.cid-uCMYWGQKIk .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uCMYWGQKIk .img-col {
  padding: 0;
}
.cid-uCMYWGQKIk .img-item {
  height: 100%;
}
.cid-uCMYWGQKIk img {
  height: 100%;
  object-fit: cover;
}
.cid-uCMYWGQKIk .collapsed span {
  transform: rotate(0deg);
}
.cid-uCMYWGQKIk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCMYWGQKIk p {
  margin-bottom: 0.3rem;
}
.cid-uCMYWGQKIk .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uCMYWGQKIk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uCMYWGQKIk .panel-text {
  color: #000000;
}
.cid-uCMYWGQKIk .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uCMYWGQKIk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uCMYWGQKIk .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uCMYWGQKIk .panel-title-edit,
.cid-uCMYWGQKIk .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uCMYWGQKIk .mbr-section-title,
.cid-uCMYWGQKIk .mbr-section-subtitle {
  background: transparent;
  display: inline;
}
.cid-uCMYWGQKIk .mbr-section-subtitle,
.cid-uCMYWGQKIk .align {
  color: #000000;
}
.cid-uCMYWGQKIk .mbr-section-title,
.cid-uCMYWGQKIk .align {
  color: #ffffff;
}
.cid-uCMYWGQKIk .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #6592e6;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uCMYWGQKIk .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUbZ8U5j {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUbZ8U5j .row {
  align-items: center;
}
.cid-uWvUbZ8U5j .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUbZ8U5j .mbr-text,
.cid-uWvUbZ8U5j .mbr-section-btn {
  color: #000000;
}
.cid-uWvUbZ8U5j .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUbZ8U5j .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUbZ8U5j .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUbZ8U5j .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUbZ8U5j .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUbZ8U5j .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUbZ8U5j .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUbZ8U5j .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDXfkaiIIa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDXfkaiIIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDXfkaiIIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVHlWStfe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uFVHlWStfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVHlWStfe .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-uFVHlWStfe .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFVHlWStfe .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFVHlWStfe .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFVHlWStfe .panel-group .card {
    padding: 16px;
  }
}
.cid-uFVHlWStfe .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFVHlWStfe .panel-group .card:hover,
.cid-uFVHlWStfe .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uFVHlWStfe .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uFVHlWStfe .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uFVHlWStfe .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFVHlWStfe .mbr-section-title {
  color: #ffffff;
}
.cid-uFVHlWStfe .panel-title-edit {
  color: #fdfde1;
}
.cid-uFVHlWStfe .panel-text {
  color: #a5a5a5;
}
.cid-uFVHlWStfe .mbr-section-title,
.cid-uFVHlWStfe .mbr-section-btn {
  color: #fdfde1;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvToIIMNQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvToIIMNQ .row {
  align-items: center;
}
.cid-uWvToIIMNQ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvToIIMNQ .mbr-text,
.cid-uWvToIIMNQ .mbr-section-btn {
  color: #000000;
}
.cid-uWvToIIMNQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvToIIMNQ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvToIIMNQ .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvToIIMNQ .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvToIIMNQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvToIIMNQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvToIIMNQ .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvToIIMNQ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEomrhGWCF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uEomrhGWCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEomrhGWCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEomrhGWCF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uEomrhGWCF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEomrhGWCF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uEomrhGWCF .panel-body,
.cid-uEomrhGWCF .card-header {
  padding: 1rem 0;
}
.cid-uEomrhGWCF .panel-title-edit {
  color: #000000;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvTjNIrMZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvTjNIrMZ .row {
  align-items: center;
}
.cid-uWvTjNIrMZ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvTjNIrMZ .mbr-text,
.cid-uWvTjNIrMZ .mbr-section-btn {
  color: #000000;
}
.cid-uWvTjNIrMZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvTjNIrMZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvTjNIrMZ .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvTjNIrMZ .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvTjNIrMZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvTjNIrMZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvTjNIrMZ .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvTjNIrMZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD4G1uff55 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://r.mobirisesite.com/1164982/assets/images/mbr-1920x1307.png");
}
.cid-uD4G1uff55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4G1uff55 .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-uD4G1uff55 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uD4G1uff55 .row {
  flex-direction: row-reverse;
}
.cid-uD4G1uff55 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uD4G1uff55 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uD4G1uff55 .mbr-text {
  color: #000000;
}
.cid-uELPw9CS2l {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uELPw9CS2l blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvTwa3URf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvTwa3URf .row {
  align-items: center;
}
.cid-uWvTwa3URf .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvTwa3URf .mbr-text,
.cid-uWvTwa3URf .mbr-section-btn {
  color: #000000;
}
.cid-uWvTwa3URf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvTwa3URf .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvTwa3URf .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvTwa3URf .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvTwa3URf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvTwa3URf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvTwa3URf .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvTwa3URf .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVwifr8iNn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVwifr8iNn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uFTJCw4kJ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1164982/assets/images/mbr-1920x1307.png");
}
.cid-uFTJCw4kJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTJCw4kJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTIZ5A9yl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFTIZ5A9yl .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uFTIZ5A9yl .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uFTIZ5A9yl .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uFTIZ5A9yl .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvTgfAQFI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvTgfAQFI .row {
  align-items: center;
}
.cid-uWvTgfAQFI .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvTgfAQFI .mbr-text,
.cid-uWvTgfAQFI .mbr-section-btn {
  color: #000000;
}
.cid-uWvTgfAQFI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvTgfAQFI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvTgfAQFI .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvTgfAQFI .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvTgfAQFI .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvTgfAQFI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvTgfAQFI .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvTgfAQFI .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD6MFE77ot {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD6MFE77ot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6MFE77ot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD6MFE77ot .mbr-section-title {
  text-align: left;
}
.cid-uD6sARjH7B {
  background-color: #ffffff;
}
.cid-uD6sARjH7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6sARjH7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD6sARjH7B .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uD6sARjH7B .panel-group .card .card-header {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .cid-uD6sARjH7B .panel-group .card .card-header {
    padding: 20px;
  }
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-left: 8px;
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #212529;
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff543d;
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uD6sARjH7B .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px 30px;
}
@media (max-width: 992px) {
  .cid-uD6sARjH7B .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-uD6sARjH7B .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uD6sARjH7B .panel-title-edit {
  color: #212529;
}
.cid-uD6sARjH7B .panel-text {
  color: #51565c;
  text-align: left;
}
.cid-uD6sARjH7B P {
  text-align: left;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUfst6HP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUfst6HP .row {
  align-items: center;
}
.cid-uWvUfst6HP .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUfst6HP .mbr-text,
.cid-uWvUfst6HP .mbr-section-btn {
  color: #000000;
}
.cid-uWvUfst6HP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUfst6HP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUfst6HP .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUfst6HP .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUfst6HP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUfst6HP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUfst6HP .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUfst6HP .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzpZAgXmJ0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzpZAgXmJ0 img,
.cid-uzpZAgXmJ0 .item-img {
  width: 100%;
}
.cid-uzpZAgXmJ0 .item:focus,
.cid-uzpZAgXmJ0 span:focus {
  outline: none;
}
.cid-uzpZAgXmJ0 .item-wrapper {
  position: relative;
}
.cid-uzpZAgXmJ0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzpZAgXmJ0 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzpZAgXmJ0 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpZAgXmJ0 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzpZAgXmJ0 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzpZAgXmJ0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzpZAgXmJ0 .mbr-section-title {
  color: #232323;
}
.cid-uzpZAgXmJ0 .mbr-text,
.cid-uzpZAgXmJ0 .mbr-section-btn {
  text-align: left;
}
.cid-uzpZAgXmJ0 .item-title {
  text-align: left;
}
.cid-uzpZAgXmJ0 .item-subtitle {
  text-align: left;
}
.cid-uzpZAgXmJ0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzpZAgXmJ0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzpZAgXmJ0 .embla__button--next,
.cid-uzpZAgXmJ0 .embla__button--prev {
  display: flex;
}
.cid-uzpZAgXmJ0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzpZAgXmJ0 .embla__button {
    display: none;
  }
}
.cid-uzpZAgXmJ0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzpZAgXmJ0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzpZAgXmJ0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzpZAgXmJ0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzpZAgXmJ0 .embla__button {
    top: auto;
  }
}
.cid-uzpZAgXmJ0 .embla {
  position: relative;
  width: 100%;
}
.cid-uzpZAgXmJ0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzpZAgXmJ0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzpZAgXmJ0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzpZAgXmJ0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGoVrdpepd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-uGoVrdpepd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoVrdpepd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoVrdpepd .link {
  color: #4479d9;
}
.cid-uGp3itIcBN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGp3itIcBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp3itIcBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp3itIcBN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uGp3itIcBN .mbr-section-subtitle {
  text-align: left;
}
.cid-uGp1jmaZsQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGp1jmaZsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp1jmaZsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp1jmaZsQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uGp1jmaZsQ .mbr-section-title {
  text-align: left;
}
.cid-uGp1k2Wtf4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGp1k2Wtf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp1k2Wtf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp1k2Wtf4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uGp1k2Wtf4 .mbr-section-subtitle {
  color: #353535;
}
.cid-uGp1k2Wtf4 .mbr-section-title {
  text-align: left;
}
.cid-uGp1kMovOw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGp1kMovOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp1kMovOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp1kMovOw .mbr-section-subtitle {
  text-align: left;
}
.cid-uGp1kMovOw .mbr-section-title {
  text-align: left;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvUieIlKe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUieIlKe .row {
  align-items: center;
}
.cid-uWvUieIlKe .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUieIlKe .mbr-text,
.cid-uWvUieIlKe .mbr-section-btn {
  color: #000000;
}
.cid-uWvUieIlKe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUieIlKe .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUieIlKe .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUieIlKe .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUieIlKe .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUieIlKe .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUieIlKe .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUieIlKe .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMHzniOMph {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMHzniOMph .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTT52XlA5s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTT52XlA5s blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uTSZnCmZ0a {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTSZnCmZ0a .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.cid-uTSZnCmZ0a .line {
  width: 100%;
  background-color: #e9e9e9;
  height: 1px;
  margin: 36px 0;
  padding: 0;
}
.cid-uTSZnCmZ0a .date {
  color: #000000;
  font-weight: 600;
}
.cid-uTSZnCmZ0a .workplace {
  color: #000000;
  padding-left: 50px;
}
.cid-uTSZnCmZ0a .inline {
  align-items: center;
}
.cid-uTSZnCmZ0a .button {
  text-align: end;
}
.cid-uTSZnCmZ0a .btn {
  font-weight: 500;
}
.cid-uTSZnCmZ0a .btn:hover {
  transform: translateY(-5px);
}
.cid-uTSZnCmZ0a .container {
  max-width: 770px;
}
@media (max-width: 575px) {
  .cid-uTSZnCmZ0a .workplace {
    padding-left: 0px;
    text-align: center;
    margin: 15px auto;
  }
  .cid-uTSZnCmZ0a .button {
    text-align: center;
  }
  .cid-uTSZnCmZ0a .date {
    text-align: center;
  }
}
.cid-uUmr09rMSB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUmr09rMSB .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.cid-uUmr09rMSB .line {
  width: 100%;
  background-color: #e9e9e9;
  height: 1px;
  margin: 36px 0;
  padding: 0;
}
.cid-uUmr09rMSB .date {
  color: #000000;
  font-weight: 600;
}
.cid-uUmr09rMSB .workplace {
  color: #000000;
  padding-left: 50px;
}
.cid-uUmr09rMSB .inline {
  align-items: center;
}
.cid-uUmr09rMSB .button {
  text-align: end;
}
.cid-uUmr09rMSB .btn {
  font-weight: 500;
}
.cid-uUmr09rMSB .btn:hover {
  transform: translateY(-5px);
}
.cid-uUmr09rMSB .container {
  max-width: 770px;
}
@media (max-width: 575px) {
  .cid-uUmr09rMSB .workplace {
    padding-left: 0px;
    text-align: center;
    margin: 15px auto;
  }
  .cid-uUmr09rMSB .button {
    text-align: center;
  }
  .cid-uUmr09rMSB .date {
    text-align: center;
  }
}
.cid-uWvObmKgvP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWvObmKgvP .row {
  align-items: center;
}
.cid-uWvObmKgvP .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvObmKgvP .mbr-text,
.cid-uWvObmKgvP .mbr-section-btn {
  color: #000000;
}
.cid-uWvObmKgvP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvObmKgvP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvObmKgvP .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvObmKgvP .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvObmKgvP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvObmKgvP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvObmKgvP .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvObmKgvP .mbr-section-title {
  text-align: center;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvT10kR01 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvT10kR01 .row {
  align-items: center;
}
.cid-uWvT10kR01 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvT10kR01 .mbr-text,
.cid-uWvT10kR01 .mbr-section-btn {
  color: #000000;
}
.cid-uWvT10kR01 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvT10kR01 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvT10kR01 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvT10kR01 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvT10kR01 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvT10kR01 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvT10kR01 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvT10kR01 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFxvRKbpvk {
  display: flex;
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFxvRKbpvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxvRKbpvk img {
  width: 200px;
  height: 200px;
  filter: grayscale(1);
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (max-width: 767px) {
  .cid-uFxvRKbpvk img {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uFxvRKbpvk img {
    z-index: 10;
  }
}
.cid-uFxvRKbpvk .face1 {
  position: absolute;
  left: 7%;
  top: 10%;
  animation: circle1 6s linear infinite;
}
.cid-uFxvRKbpvk .face2 {
  position: absolute;
  right: 7%;
  top: 13%;
  animation: circle1 6s linear infinite;
}
.cid-uFxvRKbpvk .face3 {
  position: absolute;
  left: 12%;
  bottom: 30%;
  animation: circle2 6s linear infinite;
}
.cid-uFxvRKbpvk .face4 {
  position: absolute;
  right: 15%;
  bottom: 28%;
  animation: circle2 6s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-uFxvRKbpvk .mbr-tag {
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
}
.cid-uFxvRKbpvk .mbr-tag span {
  content: "\2022";
}
.cid-uFxvRKbpvk .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFxvRKbpvk .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uFxvRKbpvk .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-uFxvRKbpvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFxvRKbpvk .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFxvRKbpvk .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uFxvRKbpvk {
    align-items: flex-start;
  }
  .cid-uFxvRKbpvk .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFxvRKbpvk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFxvRKbpvk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFxvRKbpvk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFxvRKbpvk .content-wrap {
    width: 100%;
  }
}
.cid-uFxvRKbpvk .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uFxvRKbpvk .mbr-text,
.cid-uFxvRKbpvk .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uFxvRKbpvk .mbr-tag,
.cid-uFxvRKbpvk .tags {
  text-align: center;
  color: #232323;
}
.cid-uFxvRKbpvk .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uFxCN5MkXo {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFxCN5MkXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxCN5MkXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFxCN5MkXo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFxCN5MkXo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFxCN5MkXo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvTbWQyAw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvTbWQyAw .row {
  align-items: center;
}
.cid-uWvTbWQyAw .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvTbWQyAw .mbr-text,
.cid-uWvTbWQyAw .mbr-section-btn {
  color: #000000;
}
.cid-uWvTbWQyAw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvTbWQyAw .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvTbWQyAw .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvTbWQyAw .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvTbWQyAw .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvTbWQyAw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvTbWQyAw .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvTbWQyAw .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDLIc8XTuu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDLIc8XTuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDLIc8XTuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDLIc8XTuu .mbr-section-title {
  text-align: left;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvTrCA7nZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvTrCA7nZ .row {
  align-items: center;
}
.cid-uWvTrCA7nZ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvTrCA7nZ .mbr-text,
.cid-uWvTrCA7nZ .mbr-section-btn {
  color: #000000;
}
.cid-uWvTrCA7nZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvTrCA7nZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvTrCA7nZ .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvTrCA7nZ .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvTrCA7nZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvTrCA7nZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvTrCA7nZ .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvTrCA7nZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQbrfyVSs0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQbrfyVSs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQbrfyVSs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uWvSW5u6B5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvSW5u6B5 .row {
  align-items: center;
}
.cid-uWvSW5u6B5 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvSW5u6B5 .mbr-text,
.cid-uWvSW5u6B5 .mbr-section-btn {
  color: #000000;
}
.cid-uWvSW5u6B5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvSW5u6B5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvSW5u6B5 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvSW5u6B5 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvSW5u6B5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvSW5u6B5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvSW5u6B5 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvSW5u6B5 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v07gmPHzha {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v07gmPHzha .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07gmPHzha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v07gmPHzha .mbr-section-title {
  text-align: left;
}
.cid-v07a97l1z5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v07a97l1z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07a97l1z5 .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-v07a97l1z5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v07a97l1z5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v07a97l1z5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1GViTMEIp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GViTMEIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GViTMEIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GViTMEIp .item {
  padding-bottom: 2rem;
}
.cid-v1GViTMEIp .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GViTMEIp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GViTMEIp .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-v1GViTMEIp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GViTMEIp .carousel-control,
.cid-v1GViTMEIp .close {
  background: #1b1b1b;
}
.cid-v1GViTMEIp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GViTMEIp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GViTMEIp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GViTMEIp .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GViTMEIp .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-v1GViTMEIp .close::before {
  content: '\e91a';
}
.cid-v1GViTMEIp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GViTMEIp .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-v1GViTMEIp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GViTMEIp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GViTMEIp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GViTMEIp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GViTMEIp .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-v1GViTMEIp .carousel-indicators li.active,
.cid-v1GViTMEIp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GViTMEIp .carousel-indicators li::after,
.cid-v1GViTMEIp .carousel-indicators li::before {
  content: none;
}
.cid-v1GViTMEIp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GViTMEIp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GViTMEIp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GViTMEIp .carousel-indicators {
    display: none;
  }
}
.cid-v1GViTMEIp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GViTMEIp .carousel-inner > .active {
  display: block;
}
.cid-v1GViTMEIp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GViTMEIp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GViTMEIp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GViTMEIp .carousel-control,
  .cid-v1GViTMEIp .carousel-indicators,
  .cid-v1GViTMEIp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GViTMEIp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GViTMEIp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GViTMEIp .carousel-indicators .active,
.cid-v1GViTMEIp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GViTMEIp .carousel-indicators .active {
  background: #fff;
}
.cid-v1GViTMEIp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GViTMEIp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GViTMEIp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GViTMEIp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GViTMEIp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GViTMEIp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GViTMEIp .carousel {
  width: 100%;
}
.cid-v1GViTMEIp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GViTMEIp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GViTMEIp .modal.fade .modal-dialog,
.cid-v1GViTMEIp .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GViTMEIp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GViTMEIp H6 {
  text-align: center;
}
.cid-v1GViTMEIp .mbr-section-subtitle {
  text-align: justify;
  color: #e43f3f;
}
.cid-v1GViTMEIp .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVu6rLuD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVu6rLuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVu6rLuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVu6rLuD .item {
  padding-bottom: 2rem;
}
.cid-v1GVu6rLuD .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVu6rLuD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVu6rLuD .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-v1GVu6rLuD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVu6rLuD .carousel-control,
.cid-v1GVu6rLuD .close {
  background: #1b1b1b;
}
.cid-v1GVu6rLuD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVu6rLuD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVu6rLuD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVu6rLuD .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVu6rLuD .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-v1GVu6rLuD .close::before {
  content: '\e91a';
}
.cid-v1GVu6rLuD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVu6rLuD .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-v1GVu6rLuD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVu6rLuD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVu6rLuD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVu6rLuD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVu6rLuD .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-v1GVu6rLuD .carousel-indicators li.active,
.cid-v1GVu6rLuD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVu6rLuD .carousel-indicators li::after,
.cid-v1GVu6rLuD .carousel-indicators li::before {
  content: none;
}
.cid-v1GVu6rLuD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVu6rLuD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVu6rLuD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVu6rLuD .carousel-indicators {
    display: none;
  }
}
.cid-v1GVu6rLuD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVu6rLuD .carousel-inner > .active {
  display: block;
}
.cid-v1GVu6rLuD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVu6rLuD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVu6rLuD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVu6rLuD .carousel-control,
  .cid-v1GVu6rLuD .carousel-indicators,
  .cid-v1GVu6rLuD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVu6rLuD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVu6rLuD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVu6rLuD .carousel-indicators .active,
.cid-v1GVu6rLuD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVu6rLuD .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVu6rLuD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVu6rLuD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVu6rLuD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVu6rLuD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVu6rLuD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVu6rLuD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVu6rLuD .carousel {
  width: 100%;
}
.cid-v1GVu6rLuD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVu6rLuD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVu6rLuD .modal.fade .modal-dialog,
.cid-v1GVu6rLuD .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVu6rLuD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVu6rLuD H6 {
  text-align: center;
}
.cid-v1GVu6rLuD .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVujPpHq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVujPpHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVujPpHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVujPpHq .item {
  padding-bottom: 2rem;
}
.cid-v1GVujPpHq .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVujPpHq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVujPpHq .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-v1GVujPpHq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVujPpHq .carousel-control,
.cid-v1GVujPpHq .close {
  background: #1b1b1b;
}
.cid-v1GVujPpHq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVujPpHq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVujPpHq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVujPpHq .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVujPpHq .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-v1GVujPpHq .close::before {
  content: '\e91a';
}
.cid-v1GVujPpHq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVujPpHq .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-v1GVujPpHq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVujPpHq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVujPpHq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVujPpHq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVujPpHq .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-v1GVujPpHq .carousel-indicators li.active,
.cid-v1GVujPpHq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVujPpHq .carousel-indicators li::after,
.cid-v1GVujPpHq .carousel-indicators li::before {
  content: none;
}
.cid-v1GVujPpHq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVujPpHq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVujPpHq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVujPpHq .carousel-indicators {
    display: none;
  }
}
.cid-v1GVujPpHq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVujPpHq .carousel-inner > .active {
  display: block;
}
.cid-v1GVujPpHq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVujPpHq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVujPpHq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVujPpHq .carousel-control,
  .cid-v1GVujPpHq .carousel-indicators,
  .cid-v1GVujPpHq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVujPpHq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVujPpHq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVujPpHq .carousel-indicators .active,
.cid-v1GVujPpHq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVujPpHq .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVujPpHq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVujPpHq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVujPpHq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVujPpHq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVujPpHq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVujPpHq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVujPpHq .carousel {
  width: 100%;
}
.cid-v1GVujPpHq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVujPpHq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVujPpHq .modal.fade .modal-dialog,
.cid-v1GVujPpHq .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVujPpHq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVujPpHq H6 {
  text-align: center;
}
.cid-v1GVujPpHq .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVuvEJ6T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVuvEJ6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVuvEJ6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVuvEJ6T .item {
  padding-bottom: 2rem;
}
.cid-v1GVuvEJ6T .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVuvEJ6T .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVuvEJ6T .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-v1GVuvEJ6T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVuvEJ6T .carousel-control,
.cid-v1GVuvEJ6T .close {
  background: #1b1b1b;
}
.cid-v1GVuvEJ6T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVuvEJ6T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVuvEJ6T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVuvEJ6T .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVuvEJ6T .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-v1GVuvEJ6T .close::before {
  content: '\e91a';
}
.cid-v1GVuvEJ6T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVuvEJ6T .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-v1GVuvEJ6T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuvEJ6T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVuvEJ6T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVuvEJ6T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVuvEJ6T .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-v1GVuvEJ6T .carousel-indicators li.active,
.cid-v1GVuvEJ6T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVuvEJ6T .carousel-indicators li::after,
.cid-v1GVuvEJ6T .carousel-indicators li::before {
  content: none;
}
.cid-v1GVuvEJ6T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVuvEJ6T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVuvEJ6T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuvEJ6T .carousel-indicators {
    display: none;
  }
}
.cid-v1GVuvEJ6T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVuvEJ6T .carousel-inner > .active {
  display: block;
}
.cid-v1GVuvEJ6T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuvEJ6T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVuvEJ6T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVuvEJ6T .carousel-control,
  .cid-v1GVuvEJ6T .carousel-indicators,
  .cid-v1GVuvEJ6T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuvEJ6T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVuvEJ6T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVuvEJ6T .carousel-indicators .active,
.cid-v1GVuvEJ6T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVuvEJ6T .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVuvEJ6T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVuvEJ6T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVuvEJ6T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVuvEJ6T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVuvEJ6T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVuvEJ6T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVuvEJ6T .carousel {
  width: 100%;
}
.cid-v1GVuvEJ6T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVuvEJ6T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVuvEJ6T .modal.fade .modal-dialog,
.cid-v1GVuvEJ6T .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVuvEJ6T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVuvEJ6T H6 {
  text-align: center;
}
.cid-v1GVuvEJ6T .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVuGtbHQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVuGtbHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVuGtbHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVuGtbHQ .item {
  padding-bottom: 2rem;
}
.cid-v1GVuGtbHQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVuGtbHQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVuGtbHQ .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-v1GVuGtbHQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVuGtbHQ .carousel-control,
.cid-v1GVuGtbHQ .close {
  background: #1b1b1b;
}
.cid-v1GVuGtbHQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVuGtbHQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVuGtbHQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVuGtbHQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVuGtbHQ .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-v1GVuGtbHQ .close::before {
  content: '\e91a';
}
.cid-v1GVuGtbHQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVuGtbHQ .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-v1GVuGtbHQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuGtbHQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVuGtbHQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVuGtbHQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVuGtbHQ .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-v1GVuGtbHQ .carousel-indicators li.active,
.cid-v1GVuGtbHQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVuGtbHQ .carousel-indicators li::after,
.cid-v1GVuGtbHQ .carousel-indicators li::before {
  content: none;
}
.cid-v1GVuGtbHQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVuGtbHQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVuGtbHQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuGtbHQ .carousel-indicators {
    display: none;
  }
}
.cid-v1GVuGtbHQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVuGtbHQ .carousel-inner > .active {
  display: block;
}
.cid-v1GVuGtbHQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuGtbHQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVuGtbHQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVuGtbHQ .carousel-control,
  .cid-v1GVuGtbHQ .carousel-indicators,
  .cid-v1GVuGtbHQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuGtbHQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVuGtbHQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVuGtbHQ .carousel-indicators .active,
.cid-v1GVuGtbHQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVuGtbHQ .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVuGtbHQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVuGtbHQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVuGtbHQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVuGtbHQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVuGtbHQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVuGtbHQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVuGtbHQ .carousel {
  width: 100%;
}
.cid-v1GVuGtbHQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVuGtbHQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVuGtbHQ .modal.fade .modal-dialog,
.cid-v1GVuGtbHQ .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVuGtbHQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVuGtbHQ H6 {
  text-align: center;
}
.cid-v1GVuGtbHQ .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVuUsHlQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1GVuUsHlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVuUsHlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVuUsHlQ .item {
  padding-bottom: 2rem;
}
.cid-v1GVuUsHlQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVuUsHlQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVuUsHlQ .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-v1GVuUsHlQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVuUsHlQ .carousel-control,
.cid-v1GVuUsHlQ .close {
  background: #1b1b1b;
}
.cid-v1GVuUsHlQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVuUsHlQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVuUsHlQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVuUsHlQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVuUsHlQ .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-v1GVuUsHlQ .close::before {
  content: '\e91a';
}
.cid-v1GVuUsHlQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVuUsHlQ .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-v1GVuUsHlQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuUsHlQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVuUsHlQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVuUsHlQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVuUsHlQ .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-v1GVuUsHlQ .carousel-indicators li.active,
.cid-v1GVuUsHlQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVuUsHlQ .carousel-indicators li::after,
.cid-v1GVuUsHlQ .carousel-indicators li::before {
  content: none;
}
.cid-v1GVuUsHlQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVuUsHlQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVuUsHlQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuUsHlQ .carousel-indicators {
    display: none;
  }
}
.cid-v1GVuUsHlQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVuUsHlQ .carousel-inner > .active {
  display: block;
}
.cid-v1GVuUsHlQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuUsHlQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVuUsHlQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVuUsHlQ .carousel-control,
  .cid-v1GVuUsHlQ .carousel-indicators,
  .cid-v1GVuUsHlQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuUsHlQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVuUsHlQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVuUsHlQ .carousel-indicators .active,
.cid-v1GVuUsHlQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVuUsHlQ .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVuUsHlQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVuUsHlQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVuUsHlQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVuUsHlQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVuUsHlQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVuUsHlQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVuUsHlQ .carousel {
  width: 100%;
}
.cid-v1GVuUsHlQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVuUsHlQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVuUsHlQ .modal.fade .modal-dialog,
.cid-v1GVuUsHlQ .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVuUsHlQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVuUsHlQ H6 {
  text-align: center;
}
.cid-v1GVuUsHlQ .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVv7TPXy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVv7TPXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVv7TPXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVv7TPXy .item {
  padding-bottom: 2rem;
}
.cid-v1GVv7TPXy .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVv7TPXy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVv7TPXy .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-v1GVv7TPXy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVv7TPXy .carousel-control,
.cid-v1GVv7TPXy .close {
  background: #1b1b1b;
}
.cid-v1GVv7TPXy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVv7TPXy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVv7TPXy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVv7TPXy .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVv7TPXy .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-v1GVv7TPXy .close::before {
  content: '\e91a';
}
.cid-v1GVv7TPXy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVv7TPXy .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-v1GVv7TPXy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVv7TPXy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVv7TPXy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVv7TPXy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVv7TPXy .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-v1GVv7TPXy .carousel-indicators li.active,
.cid-v1GVv7TPXy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVv7TPXy .carousel-indicators li::after,
.cid-v1GVv7TPXy .carousel-indicators li::before {
  content: none;
}
.cid-v1GVv7TPXy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVv7TPXy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVv7TPXy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVv7TPXy .carousel-indicators {
    display: none;
  }
}
.cid-v1GVv7TPXy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVv7TPXy .carousel-inner > .active {
  display: block;
}
.cid-v1GVv7TPXy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVv7TPXy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVv7TPXy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVv7TPXy .carousel-control,
  .cid-v1GVv7TPXy .carousel-indicators,
  .cid-v1GVv7TPXy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVv7TPXy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVv7TPXy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVv7TPXy .carousel-indicators .active,
.cid-v1GVv7TPXy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVv7TPXy .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVv7TPXy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVv7TPXy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVv7TPXy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVv7TPXy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVv7TPXy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVv7TPXy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVv7TPXy .carousel {
  width: 100%;
}
.cid-v1GVv7TPXy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVv7TPXy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVv7TPXy .modal.fade .modal-dialog,
.cid-v1GVv7TPXy .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVv7TPXy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVv7TPXy H6 {
  text-align: center;
}
.cid-v1GVv7TPXy .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVvmbyKI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVvmbyKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVvmbyKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVvmbyKI .item {
  padding-bottom: 2rem;
}
.cid-v1GVvmbyKI .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVvmbyKI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVvmbyKI .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-v1GVvmbyKI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVvmbyKI .carousel-control,
.cid-v1GVvmbyKI .close {
  background: #1b1b1b;
}
.cid-v1GVvmbyKI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVvmbyKI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVvmbyKI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVvmbyKI .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVvmbyKI .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-v1GVvmbyKI .close::before {
  content: '\e91a';
}
.cid-v1GVvmbyKI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVvmbyKI .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-v1GVvmbyKI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvmbyKI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVvmbyKI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVvmbyKI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVvmbyKI .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-v1GVvmbyKI .carousel-indicators li.active,
.cid-v1GVvmbyKI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVvmbyKI .carousel-indicators li::after,
.cid-v1GVvmbyKI .carousel-indicators li::before {
  content: none;
}
.cid-v1GVvmbyKI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVvmbyKI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVvmbyKI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvmbyKI .carousel-indicators {
    display: none;
  }
}
.cid-v1GVvmbyKI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVvmbyKI .carousel-inner > .active {
  display: block;
}
.cid-v1GVvmbyKI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvmbyKI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVvmbyKI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVvmbyKI .carousel-control,
  .cid-v1GVvmbyKI .carousel-indicators,
  .cid-v1GVvmbyKI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvmbyKI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVvmbyKI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVvmbyKI .carousel-indicators .active,
.cid-v1GVvmbyKI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVvmbyKI .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVvmbyKI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVvmbyKI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVvmbyKI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVvmbyKI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVvmbyKI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVvmbyKI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVvmbyKI .carousel {
  width: 100%;
}
.cid-v1GVvmbyKI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVvmbyKI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVvmbyKI .modal.fade .modal-dialog,
.cid-v1GVvmbyKI .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVvmbyKI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVvmbyKI H6 {
  text-align: center;
}
.cid-v1GVvmbyKI .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVvzyqtE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVvzyqtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVvzyqtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVvzyqtE .item {
  padding-bottom: 2rem;
}
.cid-v1GVvzyqtE .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVvzyqtE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVvzyqtE .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-v1GVvzyqtE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVvzyqtE .carousel-control,
.cid-v1GVvzyqtE .close {
  background: #1b1b1b;
}
.cid-v1GVvzyqtE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVvzyqtE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVvzyqtE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVvzyqtE .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVvzyqtE .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-v1GVvzyqtE .close::before {
  content: '\e91a';
}
.cid-v1GVvzyqtE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVvzyqtE .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-v1GVvzyqtE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvzyqtE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVvzyqtE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVvzyqtE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVvzyqtE .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-v1GVvzyqtE .carousel-indicators li.active,
.cid-v1GVvzyqtE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVvzyqtE .carousel-indicators li::after,
.cid-v1GVvzyqtE .carousel-indicators li::before {
  content: none;
}
.cid-v1GVvzyqtE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVvzyqtE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVvzyqtE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvzyqtE .carousel-indicators {
    display: none;
  }
}
.cid-v1GVvzyqtE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVvzyqtE .carousel-inner > .active {
  display: block;
}
.cid-v1GVvzyqtE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvzyqtE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVvzyqtE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVvzyqtE .carousel-control,
  .cid-v1GVvzyqtE .carousel-indicators,
  .cid-v1GVvzyqtE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvzyqtE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVvzyqtE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVvzyqtE .carousel-indicators .active,
.cid-v1GVvzyqtE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVvzyqtE .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVvzyqtE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVvzyqtE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVvzyqtE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVvzyqtE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVvzyqtE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVvzyqtE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVvzyqtE .carousel {
  width: 100%;
}
.cid-v1GVvzyqtE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVvzyqtE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVvzyqtE .modal.fade .modal-dialog,
.cid-v1GVvzyqtE .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVvzyqtE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVvzyqtE H6 {
  text-align: center;
}
.cid-v1GVvzyqtE .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVvOfAsb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVvOfAsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVvOfAsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVvOfAsb .item {
  padding-bottom: 2rem;
}
.cid-v1GVvOfAsb .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVvOfAsb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVvOfAsb .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-v1GVvOfAsb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVvOfAsb .carousel-control,
.cid-v1GVvOfAsb .close {
  background: #1b1b1b;
}
.cid-v1GVvOfAsb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVvOfAsb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVvOfAsb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVvOfAsb .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVvOfAsb .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-v1GVvOfAsb .close::before {
  content: '\e91a';
}
.cid-v1GVvOfAsb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVvOfAsb .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-v1GVvOfAsb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvOfAsb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVvOfAsb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVvOfAsb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVvOfAsb .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-v1GVvOfAsb .carousel-indicators li.active,
.cid-v1GVvOfAsb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVvOfAsb .carousel-indicators li::after,
.cid-v1GVvOfAsb .carousel-indicators li::before {
  content: none;
}
.cid-v1GVvOfAsb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVvOfAsb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVvOfAsb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvOfAsb .carousel-indicators {
    display: none;
  }
}
.cid-v1GVvOfAsb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVvOfAsb .carousel-inner > .active {
  display: block;
}
.cid-v1GVvOfAsb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvOfAsb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVvOfAsb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVvOfAsb .carousel-control,
  .cid-v1GVvOfAsb .carousel-indicators,
  .cid-v1GVvOfAsb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvOfAsb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVvOfAsb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVvOfAsb .carousel-indicators .active,
.cid-v1GVvOfAsb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVvOfAsb .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVvOfAsb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVvOfAsb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVvOfAsb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVvOfAsb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVvOfAsb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVvOfAsb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVvOfAsb .carousel {
  width: 100%;
}
.cid-v1GVvOfAsb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVvOfAsb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVvOfAsb .modal.fade .modal-dialog,
.cid-v1GVvOfAsb .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVvOfAsb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVvOfAsb H6 {
  text-align: center;
}
.cid-v1GVvOfAsb .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXikAkdt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXikAkdt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXikAkdt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXikAkdt .item {
  padding-bottom: 2rem;
}
.cid-v1GXikAkdt .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXikAkdt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXikAkdt .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-v1GXikAkdt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXikAkdt .carousel-control,
.cid-v1GXikAkdt .close {
  background: #1b1b1b;
}
.cid-v1GXikAkdt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXikAkdt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXikAkdt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXikAkdt .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXikAkdt .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-v1GXikAkdt .close::before {
  content: '\e91a';
}
.cid-v1GXikAkdt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXikAkdt .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-v1GXikAkdt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXikAkdt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXikAkdt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXikAkdt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXikAkdt .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-v1GXikAkdt .carousel-indicators li.active,
.cid-v1GXikAkdt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXikAkdt .carousel-indicators li::after,
.cid-v1GXikAkdt .carousel-indicators li::before {
  content: none;
}
.cid-v1GXikAkdt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXikAkdt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXikAkdt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXikAkdt .carousel-indicators {
    display: none;
  }
}
.cid-v1GXikAkdt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXikAkdt .carousel-inner > .active {
  display: block;
}
.cid-v1GXikAkdt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXikAkdt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXikAkdt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXikAkdt .carousel-control,
  .cid-v1GXikAkdt .carousel-indicators,
  .cid-v1GXikAkdt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXikAkdt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXikAkdt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXikAkdt .carousel-indicators .active,
.cid-v1GXikAkdt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXikAkdt .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXikAkdt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXikAkdt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXikAkdt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXikAkdt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXikAkdt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXikAkdt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXikAkdt .carousel {
  width: 100%;
}
.cid-v1GXikAkdt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXikAkdt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXikAkdt .modal.fade .modal-dialog,
.cid-v1GXikAkdt .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXikAkdt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXikAkdt H6 {
  text-align: center;
}
.cid-v1GXikAkdt .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXiUzYt0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXiUzYt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXiUzYt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXiUzYt0 .item {
  padding-bottom: 2rem;
}
.cid-v1GXiUzYt0 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXiUzYt0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXiUzYt0 .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-v1GXiUzYt0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXiUzYt0 .carousel-control,
.cid-v1GXiUzYt0 .close {
  background: #1b1b1b;
}
.cid-v1GXiUzYt0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXiUzYt0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXiUzYt0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXiUzYt0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXiUzYt0 .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-v1GXiUzYt0 .close::before {
  content: '\e91a';
}
.cid-v1GXiUzYt0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXiUzYt0 .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-v1GXiUzYt0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXiUzYt0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXiUzYt0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXiUzYt0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXiUzYt0 .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-v1GXiUzYt0 .carousel-indicators li.active,
.cid-v1GXiUzYt0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXiUzYt0 .carousel-indicators li::after,
.cid-v1GXiUzYt0 .carousel-indicators li::before {
  content: none;
}
.cid-v1GXiUzYt0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXiUzYt0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXiUzYt0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXiUzYt0 .carousel-indicators {
    display: none;
  }
}
.cid-v1GXiUzYt0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXiUzYt0 .carousel-inner > .active {
  display: block;
}
.cid-v1GXiUzYt0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXiUzYt0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXiUzYt0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXiUzYt0 .carousel-control,
  .cid-v1GXiUzYt0 .carousel-indicators,
  .cid-v1GXiUzYt0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXiUzYt0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXiUzYt0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXiUzYt0 .carousel-indicators .active,
.cid-v1GXiUzYt0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXiUzYt0 .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXiUzYt0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXiUzYt0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXiUzYt0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXiUzYt0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXiUzYt0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXiUzYt0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXiUzYt0 .carousel {
  width: 100%;
}
.cid-v1GXiUzYt0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXiUzYt0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXiUzYt0 .modal.fade .modal-dialog,
.cid-v1GXiUzYt0 .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXiUzYt0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXiUzYt0 H6 {
  text-align: center;
}
.cid-v1GXiUzYt0 .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXjeCIx0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXjeCIx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXjeCIx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXjeCIx0 .item {
  padding-bottom: 2rem;
}
.cid-v1GXjeCIx0 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXjeCIx0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXjeCIx0 .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-v1GXjeCIx0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXjeCIx0 .carousel-control,
.cid-v1GXjeCIx0 .close {
  background: #1b1b1b;
}
.cid-v1GXjeCIx0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXjeCIx0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXjeCIx0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXjeCIx0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXjeCIx0 .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-v1GXjeCIx0 .close::before {
  content: '\e91a';
}
.cid-v1GXjeCIx0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXjeCIx0 .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-v1GXjeCIx0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXjeCIx0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXjeCIx0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXjeCIx0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXjeCIx0 .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-v1GXjeCIx0 .carousel-indicators li.active,
.cid-v1GXjeCIx0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXjeCIx0 .carousel-indicators li::after,
.cid-v1GXjeCIx0 .carousel-indicators li::before {
  content: none;
}
.cid-v1GXjeCIx0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXjeCIx0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXjeCIx0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXjeCIx0 .carousel-indicators {
    display: none;
  }
}
.cid-v1GXjeCIx0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXjeCIx0 .carousel-inner > .active {
  display: block;
}
.cid-v1GXjeCIx0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXjeCIx0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXjeCIx0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXjeCIx0 .carousel-control,
  .cid-v1GXjeCIx0 .carousel-indicators,
  .cid-v1GXjeCIx0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXjeCIx0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXjeCIx0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXjeCIx0 .carousel-indicators .active,
.cid-v1GXjeCIx0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXjeCIx0 .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXjeCIx0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXjeCIx0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXjeCIx0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXjeCIx0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXjeCIx0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXjeCIx0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXjeCIx0 .carousel {
  width: 100%;
}
.cid-v1GXjeCIx0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXjeCIx0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXjeCIx0 .modal.fade .modal-dialog,
.cid-v1GXjeCIx0 .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXjeCIx0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXjeCIx0 H6 {
  text-align: center;
}
.cid-v1GXjeCIx0 .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXjIWZcA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXjIWZcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXjIWZcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXjIWZcA .item {
  padding-bottom: 2rem;
}
.cid-v1GXjIWZcA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXjIWZcA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXjIWZcA .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-v1GXjIWZcA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXjIWZcA .carousel-control,
.cid-v1GXjIWZcA .close {
  background: #1b1b1b;
}
.cid-v1GXjIWZcA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXjIWZcA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXjIWZcA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXjIWZcA .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXjIWZcA .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-v1GXjIWZcA .close::before {
  content: '\e91a';
}
.cid-v1GXjIWZcA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXjIWZcA .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-v1GXjIWZcA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXjIWZcA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXjIWZcA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXjIWZcA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXjIWZcA .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-v1GXjIWZcA .carousel-indicators li.active,
.cid-v1GXjIWZcA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXjIWZcA .carousel-indicators li::after,
.cid-v1GXjIWZcA .carousel-indicators li::before {
  content: none;
}
.cid-v1GXjIWZcA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXjIWZcA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXjIWZcA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXjIWZcA .carousel-indicators {
    display: none;
  }
}
.cid-v1GXjIWZcA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXjIWZcA .carousel-inner > .active {
  display: block;
}
.cid-v1GXjIWZcA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXjIWZcA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXjIWZcA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXjIWZcA .carousel-control,
  .cid-v1GXjIWZcA .carousel-indicators,
  .cid-v1GXjIWZcA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXjIWZcA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXjIWZcA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXjIWZcA .carousel-indicators .active,
.cid-v1GXjIWZcA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXjIWZcA .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXjIWZcA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXjIWZcA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXjIWZcA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXjIWZcA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXjIWZcA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXjIWZcA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXjIWZcA .carousel {
  width: 100%;
}
.cid-v1GXjIWZcA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXjIWZcA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXjIWZcA .modal.fade .modal-dialog,
.cid-v1GXjIWZcA .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXjIWZcA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXjIWZcA H6 {
  text-align: center;
}
.cid-v1GXjIWZcA .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXk8uhmL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXk8uhmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXk8uhmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXk8uhmL .item {
  padding-bottom: 2rem;
}
.cid-v1GXk8uhmL .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXk8uhmL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXk8uhmL .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-v1GXk8uhmL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXk8uhmL .carousel-control,
.cid-v1GXk8uhmL .close {
  background: #1b1b1b;
}
.cid-v1GXk8uhmL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXk8uhmL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXk8uhmL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXk8uhmL .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXk8uhmL .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-v1GXk8uhmL .close::before {
  content: '\e91a';
}
.cid-v1GXk8uhmL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXk8uhmL .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-v1GXk8uhmL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXk8uhmL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXk8uhmL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXk8uhmL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXk8uhmL .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-v1GXk8uhmL .carousel-indicators li.active,
.cid-v1GXk8uhmL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXk8uhmL .carousel-indicators li::after,
.cid-v1GXk8uhmL .carousel-indicators li::before {
  content: none;
}
.cid-v1GXk8uhmL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXk8uhmL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXk8uhmL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXk8uhmL .carousel-indicators {
    display: none;
  }
}
.cid-v1GXk8uhmL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXk8uhmL .carousel-inner > .active {
  display: block;
}
.cid-v1GXk8uhmL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXk8uhmL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXk8uhmL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXk8uhmL .carousel-control,
  .cid-v1GXk8uhmL .carousel-indicators,
  .cid-v1GXk8uhmL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXk8uhmL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXk8uhmL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXk8uhmL .carousel-indicators .active,
.cid-v1GXk8uhmL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXk8uhmL .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXk8uhmL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXk8uhmL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXk8uhmL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXk8uhmL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXk8uhmL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXk8uhmL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXk8uhmL .carousel {
  width: 100%;
}
.cid-v1GXk8uhmL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXk8uhmL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXk8uhmL .modal.fade .modal-dialog,
.cid-v1GXk8uhmL .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXk8uhmL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXk8uhmL H6 {
  text-align: center;
}
.cid-v1GXk8uhmL .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXktVTxM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXktVTxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXktVTxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXktVTxM .item {
  padding-bottom: 2rem;
}
.cid-v1GXktVTxM .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXktVTxM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXktVTxM .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-v1GXktVTxM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXktVTxM .carousel-control,
.cid-v1GXktVTxM .close {
  background: #1b1b1b;
}
.cid-v1GXktVTxM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXktVTxM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXktVTxM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXktVTxM .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXktVTxM .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-v1GXktVTxM .close::before {
  content: '\e91a';
}
.cid-v1GXktVTxM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXktVTxM .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-v1GXktVTxM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXktVTxM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXktVTxM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXktVTxM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXktVTxM .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-v1GXktVTxM .carousel-indicators li.active,
.cid-v1GXktVTxM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXktVTxM .carousel-indicators li::after,
.cid-v1GXktVTxM .carousel-indicators li::before {
  content: none;
}
.cid-v1GXktVTxM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXktVTxM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXktVTxM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXktVTxM .carousel-indicators {
    display: none;
  }
}
.cid-v1GXktVTxM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXktVTxM .carousel-inner > .active {
  display: block;
}
.cid-v1GXktVTxM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXktVTxM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXktVTxM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXktVTxM .carousel-control,
  .cid-v1GXktVTxM .carousel-indicators,
  .cid-v1GXktVTxM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXktVTxM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXktVTxM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXktVTxM .carousel-indicators .active,
.cid-v1GXktVTxM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXktVTxM .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXktVTxM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXktVTxM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXktVTxM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXktVTxM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXktVTxM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXktVTxM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXktVTxM .carousel {
  width: 100%;
}
.cid-v1GXktVTxM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXktVTxM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXktVTxM .modal.fade .modal-dialog,
.cid-v1GXktVTxM .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXktVTxM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXktVTxM H6 {
  text-align: center;
}
.cid-v1GXktVTxM .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1XZWnDxaC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1XZWnDxaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1XZWnDxaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1XZWnDxaC .item {
  padding-bottom: 2rem;
}
.cid-v1XZWnDxaC .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1XZWnDxaC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1XZWnDxaC .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-v1XZWnDxaC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1XZWnDxaC .carousel-control,
.cid-v1XZWnDxaC .close {
  background: #1b1b1b;
}
.cid-v1XZWnDxaC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1XZWnDxaC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1XZWnDxaC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1XZWnDxaC .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1XZWnDxaC .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-v1XZWnDxaC .close::before {
  content: '\e91a';
}
.cid-v1XZWnDxaC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1XZWnDxaC .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-v1XZWnDxaC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1XZWnDxaC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1XZWnDxaC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1XZWnDxaC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1XZWnDxaC .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-v1XZWnDxaC .carousel-indicators li.active,
.cid-v1XZWnDxaC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1XZWnDxaC .carousel-indicators li::after,
.cid-v1XZWnDxaC .carousel-indicators li::before {
  content: none;
}
.cid-v1XZWnDxaC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1XZWnDxaC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1XZWnDxaC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1XZWnDxaC .carousel-indicators {
    display: none;
  }
}
.cid-v1XZWnDxaC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1XZWnDxaC .carousel-inner > .active {
  display: block;
}
.cid-v1XZWnDxaC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1XZWnDxaC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1XZWnDxaC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1XZWnDxaC .carousel-control,
  .cid-v1XZWnDxaC .carousel-indicators,
  .cid-v1XZWnDxaC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1XZWnDxaC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1XZWnDxaC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1XZWnDxaC .carousel-indicators .active,
.cid-v1XZWnDxaC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1XZWnDxaC .carousel-indicators .active {
  background: #fff;
}
.cid-v1XZWnDxaC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1XZWnDxaC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1XZWnDxaC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1XZWnDxaC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1XZWnDxaC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1XZWnDxaC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1XZWnDxaC .carousel {
  width: 100%;
}
.cid-v1XZWnDxaC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1XZWnDxaC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1XZWnDxaC .modal.fade .modal-dialog,
.cid-v1XZWnDxaC .modal.in .modal-dialog {
  transform: none;
}
.cid-v1XZWnDxaC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1XZWnDxaC H6 {
  text-align: center;
}
.cid-v1XZWnDxaC .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXlk5jKy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXlk5jKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXlk5jKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXlk5jKy .item {
  padding-bottom: 2rem;
}
.cid-v1GXlk5jKy .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXlk5jKy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXlk5jKy .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-v1GXlk5jKy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXlk5jKy .carousel-control,
.cid-v1GXlk5jKy .close {
  background: #1b1b1b;
}
.cid-v1GXlk5jKy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXlk5jKy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXlk5jKy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXlk5jKy .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXlk5jKy .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-v1GXlk5jKy .close::before {
  content: '\e91a';
}
.cid-v1GXlk5jKy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXlk5jKy .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-v1GXlk5jKy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXlk5jKy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXlk5jKy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXlk5jKy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXlk5jKy .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-v1GXlk5jKy .carousel-indicators li.active,
.cid-v1GXlk5jKy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXlk5jKy .carousel-indicators li::after,
.cid-v1GXlk5jKy .carousel-indicators li::before {
  content: none;
}
.cid-v1GXlk5jKy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXlk5jKy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXlk5jKy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXlk5jKy .carousel-indicators {
    display: none;
  }
}
.cid-v1GXlk5jKy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXlk5jKy .carousel-inner > .active {
  display: block;
}
.cid-v1GXlk5jKy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXlk5jKy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXlk5jKy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXlk5jKy .carousel-control,
  .cid-v1GXlk5jKy .carousel-indicators,
  .cid-v1GXlk5jKy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXlk5jKy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXlk5jKy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXlk5jKy .carousel-indicators .active,
.cid-v1GXlk5jKy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXlk5jKy .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXlk5jKy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXlk5jKy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXlk5jKy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXlk5jKy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXlk5jKy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXlk5jKy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXlk5jKy .carousel {
  width: 100%;
}
.cid-v1GXlk5jKy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXlk5jKy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXlk5jKy .modal.fade .modal-dialog,
.cid-v1GXlk5jKy .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXlk5jKy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXlk5jKy H6 {
  text-align: center;
}
.cid-v1GXlk5jKy .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXvKNpEf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXvKNpEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXvKNpEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXvKNpEf .item {
  padding-bottom: 2rem;
}
.cid-v1GXvKNpEf .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXvKNpEf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXvKNpEf .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-v1GXvKNpEf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXvKNpEf .carousel-control,
.cid-v1GXvKNpEf .close {
  background: #1b1b1b;
}
.cid-v1GXvKNpEf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXvKNpEf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXvKNpEf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXvKNpEf .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXvKNpEf .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-v1GXvKNpEf .close::before {
  content: '\e91a';
}
.cid-v1GXvKNpEf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXvKNpEf .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-v1GXvKNpEf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXvKNpEf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXvKNpEf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXvKNpEf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXvKNpEf .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-v1GXvKNpEf .carousel-indicators li.active,
.cid-v1GXvKNpEf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXvKNpEf .carousel-indicators li::after,
.cid-v1GXvKNpEf .carousel-indicators li::before {
  content: none;
}
.cid-v1GXvKNpEf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXvKNpEf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXvKNpEf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXvKNpEf .carousel-indicators {
    display: none;
  }
}
.cid-v1GXvKNpEf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXvKNpEf .carousel-inner > .active {
  display: block;
}
.cid-v1GXvKNpEf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXvKNpEf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXvKNpEf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXvKNpEf .carousel-control,
  .cid-v1GXvKNpEf .carousel-indicators,
  .cid-v1GXvKNpEf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXvKNpEf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXvKNpEf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXvKNpEf .carousel-indicators .active,
.cid-v1GXvKNpEf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXvKNpEf .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXvKNpEf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXvKNpEf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXvKNpEf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXvKNpEf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXvKNpEf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXvKNpEf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXvKNpEf .carousel {
  width: 100%;
}
.cid-v1GXvKNpEf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXvKNpEf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXvKNpEf .modal.fade .modal-dialog,
.cid-v1GXvKNpEf .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXvKNpEf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXvKNpEf H6 {
  text-align: center;
}
.cid-v1GXvKNpEf .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXwqDJ3w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXwqDJ3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXwqDJ3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXwqDJ3w .item {
  padding-bottom: 2rem;
}
.cid-v1GXwqDJ3w .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXwqDJ3w .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXwqDJ3w .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-v1GXwqDJ3w .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXwqDJ3w .carousel-control,
.cid-v1GXwqDJ3w .close {
  background: #1b1b1b;
}
.cid-v1GXwqDJ3w .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXwqDJ3w .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXwqDJ3w .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXwqDJ3w .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXwqDJ3w .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-v1GXwqDJ3w .close::before {
  content: '\e91a';
}
.cid-v1GXwqDJ3w .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXwqDJ3w .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-v1GXwqDJ3w .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXwqDJ3w .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXwqDJ3w .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXwqDJ3w .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXwqDJ3w .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-v1GXwqDJ3w .carousel-indicators li.active,
.cid-v1GXwqDJ3w .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXwqDJ3w .carousel-indicators li::after,
.cid-v1GXwqDJ3w .carousel-indicators li::before {
  content: none;
}
.cid-v1GXwqDJ3w .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXwqDJ3w .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXwqDJ3w .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXwqDJ3w .carousel-indicators {
    display: none;
  }
}
.cid-v1GXwqDJ3w .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXwqDJ3w .carousel-inner > .active {
  display: block;
}
.cid-v1GXwqDJ3w .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXwqDJ3w .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXwqDJ3w .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXwqDJ3w .carousel-control,
  .cid-v1GXwqDJ3w .carousel-indicators,
  .cid-v1GXwqDJ3w .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXwqDJ3w .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXwqDJ3w .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXwqDJ3w .carousel-indicators .active,
.cid-v1GXwqDJ3w .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXwqDJ3w .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXwqDJ3w .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXwqDJ3w .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXwqDJ3w .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXwqDJ3w .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXwqDJ3w .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXwqDJ3w .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXwqDJ3w .carousel {
  width: 100%;
}
.cid-v1GXwqDJ3w .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXwqDJ3w .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXwqDJ3w .modal.fade .modal-dialog,
.cid-v1GXwqDJ3w .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXwqDJ3w .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXwqDJ3w H6 {
  text-align: center;
}
.cid-v1GXwqDJ3w .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXwWQEr6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXwWQEr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXwWQEr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXwWQEr6 .item {
  padding-bottom: 2rem;
}
.cid-v1GXwWQEr6 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXwWQEr6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXwWQEr6 .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-v1GXwWQEr6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXwWQEr6 .carousel-control,
.cid-v1GXwWQEr6 .close {
  background: #1b1b1b;
}
.cid-v1GXwWQEr6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXwWQEr6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXwWQEr6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXwWQEr6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXwWQEr6 .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-v1GXwWQEr6 .close::before {
  content: '\e91a';
}
.cid-v1GXwWQEr6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXwWQEr6 .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-v1GXwWQEr6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXwWQEr6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXwWQEr6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXwWQEr6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXwWQEr6 .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-v1GXwWQEr6 .carousel-indicators li.active,
.cid-v1GXwWQEr6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXwWQEr6 .carousel-indicators li::after,
.cid-v1GXwWQEr6 .carousel-indicators li::before {
  content: none;
}
.cid-v1GXwWQEr6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXwWQEr6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXwWQEr6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXwWQEr6 .carousel-indicators {
    display: none;
  }
}
.cid-v1GXwWQEr6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXwWQEr6 .carousel-inner > .active {
  display: block;
}
.cid-v1GXwWQEr6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXwWQEr6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXwWQEr6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXwWQEr6 .carousel-control,
  .cid-v1GXwWQEr6 .carousel-indicators,
  .cid-v1GXwWQEr6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXwWQEr6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXwWQEr6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXwWQEr6 .carousel-indicators .active,
.cid-v1GXwWQEr6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXwWQEr6 .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXwWQEr6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXwWQEr6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXwWQEr6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXwWQEr6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXwWQEr6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXwWQEr6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXwWQEr6 .carousel {
  width: 100%;
}
.cid-v1GXwWQEr6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXwWQEr6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXwWQEr6 .modal.fade .modal-dialog,
.cid-v1GXwWQEr6 .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXwWQEr6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXwWQEr6 H6 {
  text-align: center;
}
.cid-v1GXwWQEr6 .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXxsd85X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXxsd85X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXxsd85X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXxsd85X .item {
  padding-bottom: 2rem;
}
.cid-v1GXxsd85X .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXxsd85X .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXxsd85X .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-v1GXxsd85X .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXxsd85X .carousel-control,
.cid-v1GXxsd85X .close {
  background: #1b1b1b;
}
.cid-v1GXxsd85X .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXxsd85X .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXxsd85X .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXxsd85X .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXxsd85X .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-v1GXxsd85X .close::before {
  content: '\e91a';
}
.cid-v1GXxsd85X .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXxsd85X .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-v1GXxsd85X .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXxsd85X .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXxsd85X .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXxsd85X .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXxsd85X .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-v1GXxsd85X .carousel-indicators li.active,
.cid-v1GXxsd85X .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXxsd85X .carousel-indicators li::after,
.cid-v1GXxsd85X .carousel-indicators li::before {
  content: none;
}
.cid-v1GXxsd85X .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXxsd85X .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXxsd85X .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXxsd85X .carousel-indicators {
    display: none;
  }
}
.cid-v1GXxsd85X .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXxsd85X .carousel-inner > .active {
  display: block;
}
.cid-v1GXxsd85X .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXxsd85X .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXxsd85X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXxsd85X .carousel-control,
  .cid-v1GXxsd85X .carousel-indicators,
  .cid-v1GXxsd85X .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXxsd85X .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXxsd85X .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXxsd85X .carousel-indicators .active,
.cid-v1GXxsd85X .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXxsd85X .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXxsd85X .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXxsd85X .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXxsd85X .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXxsd85X .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXxsd85X .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXxsd85X .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXxsd85X .carousel {
  width: 100%;
}
.cid-v1GXxsd85X .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXxsd85X .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXxsd85X .modal.fade .modal-dialog,
.cid-v1GXxsd85X .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXxsd85X .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXxsd85X H6 {
  text-align: center;
}
.cid-v1GXxsd85X .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXxUFFyo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXxUFFyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXxUFFyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXxUFFyo .item {
  padding-bottom: 2rem;
}
.cid-v1GXxUFFyo .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXxUFFyo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXxUFFyo .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-v1GXxUFFyo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXxUFFyo .carousel-control,
.cid-v1GXxUFFyo .close {
  background: #1b1b1b;
}
.cid-v1GXxUFFyo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXxUFFyo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXxUFFyo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXxUFFyo .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXxUFFyo .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-v1GXxUFFyo .close::before {
  content: '\e91a';
}
.cid-v1GXxUFFyo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXxUFFyo .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-v1GXxUFFyo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXxUFFyo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXxUFFyo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXxUFFyo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXxUFFyo .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-v1GXxUFFyo .carousel-indicators li.active,
.cid-v1GXxUFFyo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXxUFFyo .carousel-indicators li::after,
.cid-v1GXxUFFyo .carousel-indicators li::before {
  content: none;
}
.cid-v1GXxUFFyo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXxUFFyo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXxUFFyo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXxUFFyo .carousel-indicators {
    display: none;
  }
}
.cid-v1GXxUFFyo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXxUFFyo .carousel-inner > .active {
  display: block;
}
.cid-v1GXxUFFyo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXxUFFyo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXxUFFyo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXxUFFyo .carousel-control,
  .cid-v1GXxUFFyo .carousel-indicators,
  .cid-v1GXxUFFyo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXxUFFyo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXxUFFyo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXxUFFyo .carousel-indicators .active,
.cid-v1GXxUFFyo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXxUFFyo .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXxUFFyo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXxUFFyo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXxUFFyo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXxUFFyo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXxUFFyo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXxUFFyo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXxUFFyo .carousel {
  width: 100%;
}
.cid-v1GXxUFFyo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXxUFFyo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXxUFFyo .modal.fade .modal-dialog,
.cid-v1GXxUFFyo .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXxUFFyo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXxUFFyo H6 {
  text-align: center;
}
.cid-v1GXxUFFyo .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXynJ0dE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXynJ0dE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXynJ0dE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXynJ0dE .item {
  padding-bottom: 2rem;
}
.cid-v1GXynJ0dE .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXynJ0dE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXynJ0dE .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-v1GXynJ0dE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXynJ0dE .carousel-control,
.cid-v1GXynJ0dE .close {
  background: #1b1b1b;
}
.cid-v1GXynJ0dE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXynJ0dE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXynJ0dE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXynJ0dE .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXynJ0dE .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-v1GXynJ0dE .close::before {
  content: '\e91a';
}
.cid-v1GXynJ0dE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXynJ0dE .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-v1GXynJ0dE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXynJ0dE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXynJ0dE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXynJ0dE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXynJ0dE .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-v1GXynJ0dE .carousel-indicators li.active,
.cid-v1GXynJ0dE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXynJ0dE .carousel-indicators li::after,
.cid-v1GXynJ0dE .carousel-indicators li::before {
  content: none;
}
.cid-v1GXynJ0dE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXynJ0dE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXynJ0dE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXynJ0dE .carousel-indicators {
    display: none;
  }
}
.cid-v1GXynJ0dE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXynJ0dE .carousel-inner > .active {
  display: block;
}
.cid-v1GXynJ0dE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXynJ0dE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXynJ0dE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXynJ0dE .carousel-control,
  .cid-v1GXynJ0dE .carousel-indicators,
  .cid-v1GXynJ0dE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXynJ0dE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXynJ0dE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXynJ0dE .carousel-indicators .active,
.cid-v1GXynJ0dE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXynJ0dE .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXynJ0dE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXynJ0dE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXynJ0dE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXynJ0dE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXynJ0dE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXynJ0dE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXynJ0dE .carousel {
  width: 100%;
}
.cid-v1GXynJ0dE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXynJ0dE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXynJ0dE .modal.fade .modal-dialog,
.cid-v1GXynJ0dE .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXynJ0dE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXynJ0dE H6 {
  text-align: center;
}
.cid-v1GXynJ0dE .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXyPZy8A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXyPZy8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXyPZy8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXyPZy8A .item {
  padding-bottom: 2rem;
}
.cid-v1GXyPZy8A .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXyPZy8A .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXyPZy8A .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-v1GXyPZy8A .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXyPZy8A .carousel-control,
.cid-v1GXyPZy8A .close {
  background: #1b1b1b;
}
.cid-v1GXyPZy8A .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXyPZy8A .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXyPZy8A .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXyPZy8A .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXyPZy8A .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-v1GXyPZy8A .close::before {
  content: '\e91a';
}
.cid-v1GXyPZy8A .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXyPZy8A .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-v1GXyPZy8A .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXyPZy8A .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXyPZy8A .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXyPZy8A .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXyPZy8A .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-v1GXyPZy8A .carousel-indicators li.active,
.cid-v1GXyPZy8A .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXyPZy8A .carousel-indicators li::after,
.cid-v1GXyPZy8A .carousel-indicators li::before {
  content: none;
}
.cid-v1GXyPZy8A .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXyPZy8A .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXyPZy8A .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXyPZy8A .carousel-indicators {
    display: none;
  }
}
.cid-v1GXyPZy8A .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXyPZy8A .carousel-inner > .active {
  display: block;
}
.cid-v1GXyPZy8A .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXyPZy8A .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXyPZy8A .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXyPZy8A .carousel-control,
  .cid-v1GXyPZy8A .carousel-indicators,
  .cid-v1GXyPZy8A .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXyPZy8A .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXyPZy8A .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXyPZy8A .carousel-indicators .active,
.cid-v1GXyPZy8A .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXyPZy8A .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXyPZy8A .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXyPZy8A .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXyPZy8A .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXyPZy8A .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXyPZy8A .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXyPZy8A .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXyPZy8A .carousel {
  width: 100%;
}
.cid-v1GXyPZy8A .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXyPZy8A .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXyPZy8A .modal.fade .modal-dialog,
.cid-v1GXyPZy8A .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXyPZy8A .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXyPZy8A H6 {
  text-align: center;
}
.cid-v1GXyPZy8A .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXzinTIy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXzinTIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXzinTIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXzinTIy .item {
  padding-bottom: 2rem;
}
.cid-v1GXzinTIy .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXzinTIy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXzinTIy .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-v1GXzinTIy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXzinTIy .carousel-control,
.cid-v1GXzinTIy .close {
  background: #1b1b1b;
}
.cid-v1GXzinTIy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXzinTIy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXzinTIy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXzinTIy .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXzinTIy .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-v1GXzinTIy .close::before {
  content: '\e91a';
}
.cid-v1GXzinTIy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXzinTIy .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-v1GXzinTIy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXzinTIy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXzinTIy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXzinTIy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXzinTIy .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-v1GXzinTIy .carousel-indicators li.active,
.cid-v1GXzinTIy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXzinTIy .carousel-indicators li::after,
.cid-v1GXzinTIy .carousel-indicators li::before {
  content: none;
}
.cid-v1GXzinTIy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXzinTIy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXzinTIy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXzinTIy .carousel-indicators {
    display: none;
  }
}
.cid-v1GXzinTIy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXzinTIy .carousel-inner > .active {
  display: block;
}
.cid-v1GXzinTIy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXzinTIy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXzinTIy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXzinTIy .carousel-control,
  .cid-v1GXzinTIy .carousel-indicators,
  .cid-v1GXzinTIy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXzinTIy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXzinTIy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXzinTIy .carousel-indicators .active,
.cid-v1GXzinTIy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXzinTIy .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXzinTIy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXzinTIy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXzinTIy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXzinTIy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXzinTIy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXzinTIy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXzinTIy .carousel {
  width: 100%;
}
.cid-v1GXzinTIy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXzinTIy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXzinTIy .modal.fade .modal-dialog,
.cid-v1GXzinTIy .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXzinTIy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXzinTIy H6 {
  text-align: center;
}
.cid-v1GXzinTIy .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXzNgNvH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXzNgNvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXzNgNvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXzNgNvH .item {
  padding-bottom: 2rem;
}
.cid-v1GXzNgNvH .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXzNgNvH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXzNgNvH .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-v1GXzNgNvH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXzNgNvH .carousel-control,
.cid-v1GXzNgNvH .close {
  background: #1b1b1b;
}
.cid-v1GXzNgNvH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXzNgNvH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXzNgNvH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXzNgNvH .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXzNgNvH .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-v1GXzNgNvH .close::before {
  content: '\e91a';
}
.cid-v1GXzNgNvH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXzNgNvH .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-v1GXzNgNvH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXzNgNvH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXzNgNvH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXzNgNvH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXzNgNvH .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-v1GXzNgNvH .carousel-indicators li.active,
.cid-v1GXzNgNvH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXzNgNvH .carousel-indicators li::after,
.cid-v1GXzNgNvH .carousel-indicators li::before {
  content: none;
}
.cid-v1GXzNgNvH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXzNgNvH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXzNgNvH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXzNgNvH .carousel-indicators {
    display: none;
  }
}
.cid-v1GXzNgNvH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXzNgNvH .carousel-inner > .active {
  display: block;
}
.cid-v1GXzNgNvH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXzNgNvH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXzNgNvH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXzNgNvH .carousel-control,
  .cid-v1GXzNgNvH .carousel-indicators,
  .cid-v1GXzNgNvH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXzNgNvH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXzNgNvH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXzNgNvH .carousel-indicators .active,
.cid-v1GXzNgNvH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXzNgNvH .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXzNgNvH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXzNgNvH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXzNgNvH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXzNgNvH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXzNgNvH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXzNgNvH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXzNgNvH .carousel {
  width: 100%;
}
.cid-v1GXzNgNvH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXzNgNvH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXzNgNvH .modal.fade .modal-dialog,
.cid-v1GXzNgNvH .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXzNgNvH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXzNgNvH H6 {
  text-align: center;
}
.cid-v1GXzNgNvH .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXAlSe9U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXAlSe9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXAlSe9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXAlSe9U .item {
  padding-bottom: 2rem;
}
.cid-v1GXAlSe9U .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXAlSe9U .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXAlSe9U .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-v1GXAlSe9U .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXAlSe9U .carousel-control,
.cid-v1GXAlSe9U .close {
  background: #1b1b1b;
}
.cid-v1GXAlSe9U .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXAlSe9U .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXAlSe9U .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXAlSe9U .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXAlSe9U .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-v1GXAlSe9U .close::before {
  content: '\e91a';
}
.cid-v1GXAlSe9U .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXAlSe9U .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-v1GXAlSe9U .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXAlSe9U .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXAlSe9U .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXAlSe9U .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXAlSe9U .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-v1GXAlSe9U .carousel-indicators li.active,
.cid-v1GXAlSe9U .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXAlSe9U .carousel-indicators li::after,
.cid-v1GXAlSe9U .carousel-indicators li::before {
  content: none;
}
.cid-v1GXAlSe9U .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXAlSe9U .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXAlSe9U .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXAlSe9U .carousel-indicators {
    display: none;
  }
}
.cid-v1GXAlSe9U .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXAlSe9U .carousel-inner > .active {
  display: block;
}
.cid-v1GXAlSe9U .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXAlSe9U .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXAlSe9U .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXAlSe9U .carousel-control,
  .cid-v1GXAlSe9U .carousel-indicators,
  .cid-v1GXAlSe9U .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXAlSe9U .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXAlSe9U .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXAlSe9U .carousel-indicators .active,
.cid-v1GXAlSe9U .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXAlSe9U .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXAlSe9U .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXAlSe9U .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXAlSe9U .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXAlSe9U .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXAlSe9U .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXAlSe9U .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXAlSe9U .carousel {
  width: 100%;
}
.cid-v1GXAlSe9U .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXAlSe9U .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXAlSe9U .modal.fade .modal-dialog,
.cid-v1GXAlSe9U .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXAlSe9U .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXAlSe9U H6 {
  text-align: center;
}
.cid-v1GXAlSe9U .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXAUT0QI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXAUT0QI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXAUT0QI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXAUT0QI .item {
  padding-bottom: 2rem;
}
.cid-v1GXAUT0QI .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXAUT0QI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXAUT0QI .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-v1GXAUT0QI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXAUT0QI .carousel-control,
.cid-v1GXAUT0QI .close {
  background: #1b1b1b;
}
.cid-v1GXAUT0QI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXAUT0QI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXAUT0QI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXAUT0QI .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXAUT0QI .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-v1GXAUT0QI .close::before {
  content: '\e91a';
}
.cid-v1GXAUT0QI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXAUT0QI .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-v1GXAUT0QI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXAUT0QI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXAUT0QI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXAUT0QI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXAUT0QI .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-v1GXAUT0QI .carousel-indicators li.active,
.cid-v1GXAUT0QI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXAUT0QI .carousel-indicators li::after,
.cid-v1GXAUT0QI .carousel-indicators li::before {
  content: none;
}
.cid-v1GXAUT0QI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXAUT0QI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXAUT0QI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXAUT0QI .carousel-indicators {
    display: none;
  }
}
.cid-v1GXAUT0QI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXAUT0QI .carousel-inner > .active {
  display: block;
}
.cid-v1GXAUT0QI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXAUT0QI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXAUT0QI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXAUT0QI .carousel-control,
  .cid-v1GXAUT0QI .carousel-indicators,
  .cid-v1GXAUT0QI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXAUT0QI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXAUT0QI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXAUT0QI .carousel-indicators .active,
.cid-v1GXAUT0QI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXAUT0QI .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXAUT0QI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXAUT0QI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXAUT0QI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXAUT0QI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXAUT0QI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXAUT0QI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXAUT0QI .carousel {
  width: 100%;
}
.cid-v1GXAUT0QI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXAUT0QI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXAUT0QI .modal.fade .modal-dialog,
.cid-v1GXAUT0QI .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXAUT0QI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXAUT0QI H6 {
  text-align: center;
}
.cid-v1GXAUT0QI .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXBryEdD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXBryEdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXBryEdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXBryEdD .item {
  padding-bottom: 2rem;
}
.cid-v1GXBryEdD .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXBryEdD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXBryEdD .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-v1GXBryEdD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXBryEdD .carousel-control,
.cid-v1GXBryEdD .close {
  background: #1b1b1b;
}
.cid-v1GXBryEdD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXBryEdD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXBryEdD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXBryEdD .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXBryEdD .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-v1GXBryEdD .close::before {
  content: '\e91a';
}
.cid-v1GXBryEdD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXBryEdD .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-v1GXBryEdD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXBryEdD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXBryEdD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXBryEdD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXBryEdD .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-v1GXBryEdD .carousel-indicators li.active,
.cid-v1GXBryEdD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXBryEdD .carousel-indicators li::after,
.cid-v1GXBryEdD .carousel-indicators li::before {
  content: none;
}
.cid-v1GXBryEdD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXBryEdD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXBryEdD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXBryEdD .carousel-indicators {
    display: none;
  }
}
.cid-v1GXBryEdD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXBryEdD .carousel-inner > .active {
  display: block;
}
.cid-v1GXBryEdD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXBryEdD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXBryEdD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXBryEdD .carousel-control,
  .cid-v1GXBryEdD .carousel-indicators,
  .cid-v1GXBryEdD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXBryEdD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXBryEdD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXBryEdD .carousel-indicators .active,
.cid-v1GXBryEdD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXBryEdD .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXBryEdD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXBryEdD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXBryEdD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXBryEdD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXBryEdD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXBryEdD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXBryEdD .carousel {
  width: 100%;
}
.cid-v1GXBryEdD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXBryEdD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXBryEdD .modal.fade .modal-dialog,
.cid-v1GXBryEdD .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXBryEdD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXBryEdD H6 {
  text-align: center;
}
.cid-v1GXBryEdD .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXD9NQtx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXD9NQtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXD9NQtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXD9NQtx .item {
  padding-bottom: 2rem;
}
.cid-v1GXD9NQtx .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXD9NQtx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXD9NQtx .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-v1GXD9NQtx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXD9NQtx .carousel-control,
.cid-v1GXD9NQtx .close {
  background: #1b1b1b;
}
.cid-v1GXD9NQtx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXD9NQtx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXD9NQtx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXD9NQtx .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXD9NQtx .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-v1GXD9NQtx .close::before {
  content: '\e91a';
}
.cid-v1GXD9NQtx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXD9NQtx .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-v1GXD9NQtx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXD9NQtx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXD9NQtx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXD9NQtx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXD9NQtx .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-v1GXD9NQtx .carousel-indicators li.active,
.cid-v1GXD9NQtx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXD9NQtx .carousel-indicators li::after,
.cid-v1GXD9NQtx .carousel-indicators li::before {
  content: none;
}
.cid-v1GXD9NQtx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXD9NQtx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXD9NQtx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXD9NQtx .carousel-indicators {
    display: none;
  }
}
.cid-v1GXD9NQtx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXD9NQtx .carousel-inner > .active {
  display: block;
}
.cid-v1GXD9NQtx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXD9NQtx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXD9NQtx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXD9NQtx .carousel-control,
  .cid-v1GXD9NQtx .carousel-indicators,
  .cid-v1GXD9NQtx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXD9NQtx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXD9NQtx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXD9NQtx .carousel-indicators .active,
.cid-v1GXD9NQtx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXD9NQtx .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXD9NQtx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXD9NQtx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXD9NQtx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXD9NQtx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXD9NQtx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXD9NQtx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXD9NQtx .carousel {
  width: 100%;
}
.cid-v1GXD9NQtx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXD9NQtx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXD9NQtx .modal.fade .modal-dialog,
.cid-v1GXD9NQtx .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXD9NQtx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXD9NQtx H6 {
  text-align: center;
}
.cid-v1GXD9NQtx .mbr-item-subtitle {
  text-align: justify;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ4xscP4N3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ4xscP4N3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4xscP4N3 .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-uZ4xscP4N3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ4xscP4N3 .row {
  flex-direction: row-reverse;
}
.cid-uZ4xscP4N3 img {
  width: 100%;
}
.cid-uZ4xkY6Fsr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZ4xkY6Fsr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZBGHWjEsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZBGHWjEsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZBGHWjEsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uZBGHWjEsX .container {
    max-width: 1400px;
  }
}
.cid-uZBGHWjEsX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uZBGHWjEsX .row {
  justify-content: center;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZKRz3dPLw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZKRz3dPLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZKRz3dPLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZKRz3dPLw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uZKRz3dPLw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZKRz3dPLw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uZKRz3dPLw .panel-body,
.cid-uZKRz3dPLw .card-header {
  padding: 1rem 0;
}
.cid-uZKRz3dPLw .panel-title-edit {
  color: #000000;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZGYhf9rB0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZGYhf9rB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGYhf9rB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZGYhf9rB0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uZGYhf9rB0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZGYhf9rB0 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uZGYhf9rB0 .panel-body,
.cid-uZGYhf9rB0 .card-header {
  padding: 1rem 0;
}
.cid-uZGYhf9rB0 .panel-title-edit {
  color: #000000;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZGYaHQ8IX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZGYaHQ8IX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGYaHQ8IX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZGYaHQ8IX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uZGYaHQ8IX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZGYaHQ8IX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uZGYaHQ8IX .panel-body,
.cid-uZGYaHQ8IX .card-header {
  padding: 1rem 0;
}
.cid-uZGYaHQ8IX .panel-title-edit {
  color: #000000;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v19N4Bovps {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v19N4Bovps .mbr-fallback-image.disabled {
  display: none;
}
.cid-v19N4Bovps .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-v19N4Bovps .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v19N4Bovps img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v19N4Bovps .text-wrapper {
    padding: 2rem;
  }
}
.cid-v19Qr4FkxH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v19Qr4FkxH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v19Qr4FkxH P {
  text-align: left;
}
.cid-v7aZrMYPMA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7aZrMYPMA blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ82tNzRBV {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ82tNzRBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ82tNzRBV .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-uZ82tNzRBV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ82tNzRBV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZ82tNzRBV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZ83EcAqUx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZ83EcAqUx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v68noH3M0u {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v68noH3M0u .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v68nqNFD8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v68nqNFD8l .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v68nrebgCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v68nrebgCO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbJv1qlsPe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vbJv1qlsPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJv1qlsPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJv1qlsPe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vbJv1qlsPe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vbJv1qlsPe .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-vbJv1qlsPe .panel-body,
.cid-vbJv1qlsPe .card-header {
  padding: 1rem 0;
}
.cid-vbJv1qlsPe .panel-title-edit {
  color: #000000;
}
.cid-vbJv1qlsPe .panel-text {
  text-align: justify;
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  position: relative !important;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwGaS9X5r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwGaS9X5r8 .dropdown-item:hover,
.cid-uwGaS9X5r8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uwGaS9X5r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwGaS9X5r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwGaS9X5r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwGaS9X5r8 .nav-link {
  position: relative;
}
.cid-uwGaS9X5r8 .container {
  display: flex;
  margin: auto;
}
.cid-uwGaS9X5r8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwGaS9X5r8 .dropdown-menu,
.cid-uwGaS9X5r8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .nav-item:focus,
.cid-uwGaS9X5r8 .nav-link:focus {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uwGaS9X5r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwGaS9X5r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwGaS9X5r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.opened {
  transition: all .3s;
}
.cid-uwGaS9X5r8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uwGaS9X5r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwGaS9X5r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwGaS9X5r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwGaS9X5r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwGaS9X5r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwGaS9X5r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwGaS9X5r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwGaS9X5r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwGaS9X5r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwGaS9X5r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwGaS9X5r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwGaS9X5r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwGaS9X5r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwGaS9X5r8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwGaS9X5r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwGaS9X5r8 .dropdown-item.active,
.cid-uwGaS9X5r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwGaS9X5r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwGaS9X5r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwGaS9X5r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwGaS9X5r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwGaS9X5r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwGaS9X5r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwGaS9X5r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwGaS9X5r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwGaS9X5r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwGaS9X5r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwGaS9X5r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwGaS9X5r8 .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-uwGaS9X5r8 .navbar {
    height: 70px;
  }
  .cid-uwGaS9X5r8 .navbar.opened {
    height: auto;
  }
  .cid-uwGaS9X5r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbTy4OvtW5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vbTy4OvtW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbTy4OvtW5 .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-vbTy4OvtW5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbTy4OvtW5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbTy4OvtW5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uV59iDqOgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV59iDqOgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV59iDqOgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV59iDqOgU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:hover::before,
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV59iDqOgU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uV59iDqOgU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV59iDqOgU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uV59iDqOgU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uV59iDqOgU .list {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-section-title {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-text {
  color: #ffffff;
}
.cid-uV59iDqOgU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uV59iDqOgU .list,
.cid-uV59iDqOgU .item-wrap,
.cid-uV59iDqOgU .social-wrapper,
.cid-uV59iDqOgU .nav-wrapper {
  color: #22a5e5;
}
