.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inclusive Sans;
}
.display-1 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 4.75rem;
  line-height: 1;
  letter-spacing: -3px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.9375rem;
}
.display-2 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 4.125rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.15625rem;
}
.display-4 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.325rem;
    font-size: calc( 2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.3rem;
    font-size: calc( 2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #262626 !important;
}
.bg-success {
  background-color: #cfcfcf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e69000 !important;
}
.bg-danger {
  background-color: #e6c300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #262626 !important;
  border-color: #262626 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #404040 !important;
  border-color: #404040 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #054e75 !important;
  border-color: #054e75 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #076fa6 !important;
  border-color: #076fa6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #076fa6 !important;
  border-color: #076fa6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  color: #505050 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #505050 !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e69000 !important;
  border-color: #e69000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa91a !important;
  border-color: #ffa91a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa91a !important;
  border-color: #ffa91a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c300 !important;
  border-color: #e6c300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffdc1a !important;
  border-color: #ffdc1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffdc1a !important;
  border-color: #ffdc1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #262626;
  color: #262626;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #054e75;
  color: #054e75;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #011722 !important;
  background-color: transparent !important;
  border-color: #011722 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #054e75 !important;
  border-color: #054e75 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #cfcfcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a4a4a4 !important;
  background-color: transparent !important;
  border-color: #a4a4a4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #505050 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e69000;
  color: #e69000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8f5a00 !important;
  background-color: transparent !important;
  border-color: #8f5a00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e69000 !important;
  border-color: #e69000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e6c300;
  color: #e6c300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8f7900 !important;
  background-color: transparent !important;
  border-color: #8f7900 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c300 !important;
  border-color: #e6c300 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #262626 !important;
}
.text-secondary {
  color: #054e75 !important;
}
.text-success {
  color: #cfcfcf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e69000 !important;
}
.text-danger {
  color: #e6c300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #010d13 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9c9c9c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #805000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #806d00 !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: #262626;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e69000;
}
.alert-danger {
  background-color: #e6c300;
}
.mbr-gallery-filter li.active .btn {
  background-color: #262626;
  border-color: #262626;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #262626;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #262626 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #262626;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #262626;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #262626;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #262626;
  border-bottom-color: #262626;
}
.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: #262626 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #054e75 !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='%23262626' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 12px 25px;
  border-radius: 30px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 24px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #054e75 !important;
  background-color: #262626 !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary:focus .mbr-iconfont {
  color: #ffffff !important;
}
img {
  border-radius: 10px !important;
}
.card {
  border-radius: 20px !important;
  overflow: hidden;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  position: relative !important;
}
.cid-uqBpp1sR37 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uqBpp1sR37 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqBpp1sR37 .nav-link {
  position: relative;
}
.cid-uqBpp1sR37 .container {
  display: flex;
  margin: auto;
}
.cid-uqBpp1sR37 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown-menu,
.cid-uqBpp1sR37 .navbar.opened {
  background: #438ab0 !important;
}
.cid-uqBpp1sR37 .nav-item:focus,
.cid-uqBpp1sR37 .nav-link:focus {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqBpp1sR37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqBpp1sR37 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqBpp1sR37 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqBpp1sR37 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqBpp1sR37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar.collapsed {
  justify-content: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqBpp1sR37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqBpp1sR37 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqBpp1sR37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqBpp1sR37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqBpp1sR37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqBpp1sR37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqBpp1sR37 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqBpp1sR37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqBpp1sR37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown-item.active,
.cid-uqBpp1sR37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqBpp1sR37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqBpp1sR37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqBpp1sR37 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqBpp1sR37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqBpp1sR37 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #438ab0;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqBpp1sR37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar {
    height: 70px;
  }
  .cid-uqBpp1sR37 .navbar.opened {
    height: auto;
  }
  .cid-uqBpp1sR37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqGtE8Hc5m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqGtE8Hc5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGtE8Hc5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGtE8Hc5m .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqGtE8Hc5m .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqGtE8Hc5m .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqGtE8Hc5m .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqGtE8Hc5m .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqGtE8Hc5m .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uqGtE8Hc5m .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uqGtE8Hc5m .item {
    margin-bottom: 28px;
  }
}
.cid-uqGtE8Hc5m .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uqGtE8Hc5m .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uqGtE8Hc5m .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uqGtE8Hc5m .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqGtE8Hc5m .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uqGtE8Hc5m .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uqGtE8Hc5m .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uqGtE8Hc5m .mbr-section-title {
  color: #2f2f2f;
  text-align: center;
}
.cid-uqGtE8Hc5m .mbr-text,
.cid-uqGtE8Hc5m .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqGtE8Hc5m .item-title {
  color: #ffffff;
}
.cid-uqGtE8Hc5m .item-title,
.cid-uqGtE8Hc5m .mbr-section-btn {
  color: #2f2f2f;
  text-align: center;
}
.cid-uqBzhPRfgB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqBzhPRfgB .mbr-text {
  color: #221b35;
}
.cid-uqBzhPRfgB .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uqBzhPRfgB h5,
.cid-uqBzhPRfgB h6 {
  background: #262626;
  display: inline;
}
.cid-uqBzhPRfgB h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uqBzhPRfgB h6 {
  line-height: 1.3 !important;
}
.cid-uqBzhPRfgB h6 span {
  padding-right: 2rem;
}
.cid-uqBzhPRfgB .mbr-section-title,
.cid-uqBzhPRfgB .align {
  color: #ffffff;
}
.cid-uqBzhPRfgB .mbr-section-subtitle,
.cid-uqBzhPRfgB .align {
  color: #ffffff;
  text-align: left;
}
.cid-uqBUJ6R3aC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uqBUJ6R3aC .row {
  flex-direction: row-reverse;
}
.cid-uqBUJ6R3aC .mbr-text {
  color: #221b35;
}
.cid-uqBUJ6R3aC .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uqBUJ6R3aC h5,
.cid-uqBUJ6R3aC h6 {
  background: #262626;
  display: inline;
}
.cid-uqBUJ6R3aC h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uqBUJ6R3aC h6 {
  line-height: 1.3 !important;
}
.cid-uqBUJ6R3aC h6 span {
  padding-right: 2rem;
}
.cid-uqBUJ6R3aC .mbr-section-title,
.cid-uqBUJ6R3aC .align {
  color: #ffffff;
}
.cid-uqBUJ6R3aC .mbr-section-subtitle,
.cid-uqBUJ6R3aC .align {
  color: #ffffff;
  text-align: left;
}
.cid-uqGBJdQiKq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqGBJdQiKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGBJdQiKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGBJdQiKq .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uqGBJdQiKq .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uqGBJdQiKq .container {
    padding: 0 25px;
  }
}
.cid-uqGBJdQiKq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqGBJdQiKq .row {
    padding-top: 45px;
  }
}
.cid-uqGBJdQiKq .item:hover .item-wrapper .item-img img,
.cid-uqGBJdQiKq .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uqGBJdQiKq .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uqGBJdQiKq .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uqGBJdQiKq .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uqGBJdQiKq .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uqGBJdQiKq .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uqGBJdQiKq .border-wrap {
    margin-top: 45px;
  }
}
.cid-uqBQf6CGIj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-uqBQf6CGIj .content {
    flex-wrap: nowrap;
  }
  .cid-uqBQf6CGIj .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-uqBQf6CGIj .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uqBQf6CGIj .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-uqBQf6CGIj .content {
    flex-wrap: wrap;
  }
  .cid-uqBQf6CGIj .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-uqBQf6CGIj .section-head p {
    width: 70%;
  }
  .cid-uqBQf6CGIj .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-uqBQf6CGIj .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-uqBQf6CGIj .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-uqBQf6CGIj .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-uqBQf6CGIj .panel-title-edit {
  color: #28282c;
}
.cid-uqBQf6CGIj .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-uqBQf6CGIj .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-uqBQf6CGIj .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-uqBQf6CGIj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqBQf6CGIj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqBQf6CGIj .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-uqBQf6CGIj .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqBQf6CGIj .mbr-text {
  color: #9b9ba5;
}
.cid-uqGDjvo2dE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqGDjvo2dE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGDjvo2dE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGDjvo2dE .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uqGDjvo2dE .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uqGDjvo2dE .container {
    padding: 0 25px;
  }
}
.cid-uqGDjvo2dE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqGDjvo2dE .row {
    padding-top: 45px;
  }
}
.cid-uqGDjvo2dE .item:hover .item-wrapper .item-img img,
.cid-uqGDjvo2dE .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uqGDjvo2dE .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uqGDjvo2dE .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uqGDjvo2dE .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uqGDjvo2dE .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uqGDjvo2dE .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uqGDjvo2dE .border-wrap {
    margin-top: 45px;
  }
}
.cid-uqGDfOWFwW {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-uqGDfOWFwW .content {
    flex-wrap: nowrap;
  }
  .cid-uqGDfOWFwW .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-uqGDfOWFwW .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uqGDfOWFwW .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-uqGDfOWFwW .content {
    flex-wrap: wrap;
  }
  .cid-uqGDfOWFwW .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-uqGDfOWFwW .section-head p {
    width: 70%;
  }
  .cid-uqGDfOWFwW .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-uqGDfOWFwW .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-uqGDfOWFwW .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-uqGDfOWFwW .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-uqGDfOWFwW .panel-title-edit {
  color: #28282c;
}
.cid-uqGDfOWFwW .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-uqGDfOWFwW .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-uqGDfOWFwW .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-uqGDfOWFwW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqGDfOWFwW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqGDfOWFwW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-uqGDfOWFwW .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqGDfOWFwW .mbr-text {
  color: #9b9ba5;
}
.cid-uqGDkmw8ky {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqGDkmw8ky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGDkmw8ky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGDkmw8ky .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uqGDkmw8ky .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uqGDkmw8ky .container {
    padding: 0 25px;
  }
}
.cid-uqGDkmw8ky .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqGDkmw8ky .row {
    padding-top: 45px;
  }
}
.cid-uqGDkmw8ky .item:hover .item-wrapper .item-img img,
.cid-uqGDkmw8ky .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uqGDkmw8ky .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uqGDkmw8ky .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uqGDkmw8ky .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uqGDkmw8ky .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uqGDkmw8ky .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uqGDkmw8ky .border-wrap {
    margin-top: 45px;
  }
}
.cid-uqGDgLJCuG {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-uqGDgLJCuG .content {
    flex-wrap: nowrap;
  }
  .cid-uqGDgLJCuG .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-uqGDgLJCuG .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uqGDgLJCuG .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-uqGDgLJCuG .content {
    flex-wrap: wrap;
  }
  .cid-uqGDgLJCuG .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-uqGDgLJCuG .section-head p {
    width: 70%;
  }
  .cid-uqGDgLJCuG .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-uqGDgLJCuG .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-uqGDgLJCuG .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-uqGDgLJCuG .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-uqGDgLJCuG .panel-title-edit {
  color: #28282c;
}
.cid-uqGDgLJCuG .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-uqGDgLJCuG .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-uqGDgLJCuG .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-uqGDgLJCuG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqGDgLJCuG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqGDgLJCuG .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-uqGDgLJCuG .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqGDgLJCuG .mbr-text {
  color: #9b9ba5;
}
.cid-uqGApwhXAG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqGApwhXAG .mbr-text {
  color: #221b35;
}
.cid-uqGApwhXAG .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uqGApwhXAG h5,
.cid-uqGApwhXAG h6 {
  background: #262626;
  display: inline;
}
.cid-uqGApwhXAG h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uqGApwhXAG h6 {
  line-height: 1.3 !important;
}
.cid-uqGApwhXAG h6 span {
  padding-right: 2rem;
}
.cid-uqGApwhXAG .mbr-section-title,
.cid-uqGApwhXAG .align {
  color: #ffffff;
}
.cid-uqGApwhXAG .mbr-section-subtitle,
.cid-uqGApwhXAG .align {
  color: #ffffff;
  text-align: left;
}
.cid-uqGzNXKzYv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqGzNXKzYv .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uqGzNXKzYv .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #eeeeee;
}
.cid-uqGzNXKzYv .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uqGzNXKzYv .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqGzNXKzYv .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uqGzNXKzYv .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #262626;
}
@media (max-width: 767px) {
  .cid-uqGzNXKzYv .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-uqGzNXKzYv .mbr-section-subtitle {
  color: #2f2f2f;
  text-align: left;
}
.cid-uqGzNXKzYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGzNXKzYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGzNXKzYv .mbr-section-title {
  text-align: left;
}
#custom-html-23 {
  /* Type valid CSS here */
}
#custom-html-23 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-23 p {
  font-size: 60px;
  color: #777;
}
.cid-uqBFe152U2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uqBFe152U2 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uqBFe152U2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqBFe152U2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqBFe152U2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqBFe152U2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqBFe152U2 .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uqBFe152U2 .mbr-section-subtitle {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-uqBFe152U2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqBFe152U2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGykSzQaq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #438ab0;
  overflow: hidden;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  position: relative !important;
}
.cid-uqBpp1sR37 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uqBpp1sR37 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqBpp1sR37 .nav-link {
  position: relative;
}
.cid-uqBpp1sR37 .container {
  display: flex;
  margin: auto;
}
.cid-uqBpp1sR37 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown-menu,
.cid-uqBpp1sR37 .navbar.opened {
  background: #438ab0 !important;
}
.cid-uqBpp1sR37 .nav-item:focus,
.cid-uqBpp1sR37 .nav-link:focus {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqBpp1sR37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqBpp1sR37 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqBpp1sR37 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqBpp1sR37 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqBpp1sR37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar.collapsed {
  justify-content: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqBpp1sR37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqBpp1sR37 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqBpp1sR37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqBpp1sR37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqBpp1sR37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqBpp1sR37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqBpp1sR37 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqBpp1sR37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqBpp1sR37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown-item.active,
.cid-uqBpp1sR37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqBpp1sR37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqBpp1sR37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqBpp1sR37 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqBpp1sR37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqBpp1sR37 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #438ab0;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqBpp1sR37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar {
    height: 70px;
  }
  .cid-uqBpp1sR37 .navbar.opened {
    height: auto;
  }
  .cid-uqBpp1sR37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur0AD6v0iG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #438ab0;
}
.cid-ur0AD6v0iG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0AD6v0iG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0AD6v0iG .row {
  justify-content: space-between;
}
.cid-ur0AD6v0iG .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ur0AD6v0iG .content-wrapper {
    padding: 0;
  }
}
.cid-ur0AD6v0iG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ur0AD6v0iG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ur0AD6v0iG .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ur0AD6v0iG .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ur0AD6v0iG .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ur0AD6v0iG .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ur0AD6v0iG .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ur0AD6v0iG .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ur0AD6v0iG .mbr-section-title {
  color: #000000;
}
.cid-ur0AD6v0iG .mbr-desc {
  color: #000000;
}
.cid-ur0AD6v0iG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ur0AD6v0iG .mbr-section-title,
.cid-ur0AD6v0iG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ur0yDnZXGy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #438ab0;
}
.cid-ur0yDnZXGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0yDnZXGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0yDnZXGy .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ur0yDnZXGy .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ur0yDnZXGy .container {
    padding: 0 25px;
  }
}
.cid-ur0yDnZXGy .row {
  justify-content: center;
}
.cid-ur0yDnZXGy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ur0yDnZXGy .item {
  margin-bottom: 30px;
}
.cid-ur0yDnZXGy .item:hover .item-wrapper .item-img img,
.cid-ur0yDnZXGy .item:focus .item-wrapper .item-img img {
  transform: translateY(-30px);
}
.cid-ur0yDnZXGy .item:hover .item-wrapper .item-img::before,
.cid-ur0yDnZXGy .item:focus .item-wrapper .item-img::before {
  transform: translateY(-30px);
}
.cid-ur0yDnZXGy .item:hover .item-wrapper .mbr-section-btn,
.cid-ur0yDnZXGy .item:focus .item-wrapper .mbr-section-btn {
  transform: translateY(-1px);
}
.cid-ur0yDnZXGy .item .item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-ur0yDnZXGy .item .item-wrapper .item-img {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur0yDnZXGy .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-ur0yDnZXGy .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ur0yDnZXGy .item .item-wrapper .item-img .item-title {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 0;
  z-index: 1;
}
.cid-ur0yDnZXGy .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ur0yDnZXGy .item .item-wrapper .mbr-section-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ur0yDnZXGy .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  max-width: 100% !important;
  box-shadow: none;
  margin-bottom: 0;
  padding: 20px;
}
.cid-ur0yDnZXGy .item .item-wrapper .mbr-section-btn .btn:hover,
.cid-ur0yDnZXGy .item .item-wrapper .mbr-section-btn .btn:focus {
  box-shadow: none !important;
  color: #ffffff !important;
}
.cid-ur0yDnZXGy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0yDnZXGy .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0yDnZXGy .item-subtitle {
  color: #ffffff;
  text-align: center;
}
#custom-html-20 {
  /* Type valid CSS here */
}
#custom-html-20 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-20 p {
  font-size: 60px;
  color: #777;
}
.cid-ur0tyClQOU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ur0tyClQOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0tyClQOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0tyClQOU .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ur0tyClQOU .container-fluid {
    padding: 0 20px;
  }
}
.cid-ur0tyClQOU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur0tyClQOU .container {
    padding: 0 20px;
  }
}
.cid-ur0tyClQOU .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ur0tyClQOU .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ur0tyClQOU .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ur0tyClQOU .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-ur0tyClQOU .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-ur0tyClQOU .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-ur0tyClQOU .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-ur0tyClQOU .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-ur0tyClQOU .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-ur0tyClQOU .dragArea.row .form-group .form-control:hover,
.cid-ur0tyClQOU .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-ur0tyClQOU .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-ur0tyClQOU .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ur0tyClQOU .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ur0tyClQOU .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-ur0tyClQOU .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ur0tyClQOU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ur0tyClQOU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ur0tyClQOU .mbr-text,
.cid-ur0tyClQOU .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ur0tyClQOU label {
  color: #000000;
}
.cid-ur0tyClQOU .mbr-section-btn {
  text-align: center;
}
.cid-uqGykSzQaq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #438ab0;
  overflow: hidden;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  position: relative !important;
}
.cid-uqBpp1sR37 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uqBpp1sR37 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqBpp1sR37 .nav-link {
  position: relative;
}
.cid-uqBpp1sR37 .container {
  display: flex;
  margin: auto;
}
.cid-uqBpp1sR37 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown-menu,
.cid-uqBpp1sR37 .navbar.opened {
  background: #438ab0 !important;
}
.cid-uqBpp1sR37 .nav-item:focus,
.cid-uqBpp1sR37 .nav-link:focus {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqBpp1sR37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqBpp1sR37 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqBpp1sR37 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqBpp1sR37 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqBpp1sR37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar.collapsed {
  justify-content: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqBpp1sR37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqBpp1sR37 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqBpp1sR37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqBpp1sR37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqBpp1sR37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqBpp1sR37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqBpp1sR37 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqBpp1sR37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqBpp1sR37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown-item.active,
.cid-uqBpp1sR37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqBpp1sR37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqBpp1sR37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqBpp1sR37 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqBpp1sR37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqBpp1sR37 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #438ab0;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqBpp1sR37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar {
    height: 70px;
  }
  .cid-uqBpp1sR37 .navbar.opened {
    height: auto;
  }
  .cid-uqBpp1sR37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur0CHl5L1a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #438ab0;
}
.cid-ur0CHl5L1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0CHl5L1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0CHl5L1a .row {
  justify-content: space-between;
}
.cid-ur0CHl5L1a .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ur0CHl5L1a .content-wrapper {
    padding: 0;
  }
}
.cid-ur0CHl5L1a .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ur0CHl5L1a .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ur0CHl5L1a .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ur0CHl5L1a .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ur0CHl5L1a .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ur0CHl5L1a .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ur0CHl5L1a .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ur0CHl5L1a .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ur0CHl5L1a .mbr-section-title {
  color: #000000;
}
.cid-ur0CHl5L1a .mbr-desc {
  color: #000000;
}
.cid-ur0CHl5L1a .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ur0CHl5L1a .mbr-section-title,
.cid-ur0CHl5L1a .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ur0CImwuS3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #438ab0;
}
.cid-ur0CImwuS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0CImwuS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0CImwuS3 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ur0CImwuS3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ur0CImwuS3 .container {
    padding: 0 25px;
  }
}
.cid-ur0CImwuS3 .row {
  justify-content: center;
}
.cid-ur0CImwuS3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ur0CImwuS3 .item {
  margin-bottom: 30px;
}
.cid-ur0CImwuS3 .item:hover .item-wrapper .item-img img,
.cid-ur0CImwuS3 .item:focus .item-wrapper .item-img img {
  transform: translateY(-30px);
}
.cid-ur0CImwuS3 .item:hover .item-wrapper .item-img::before,
.cid-ur0CImwuS3 .item:focus .item-wrapper .item-img::before {
  transform: translateY(-30px);
}
.cid-ur0CImwuS3 .item:hover .item-wrapper .mbr-section-btn,
.cid-ur0CImwuS3 .item:focus .item-wrapper .mbr-section-btn {
  transform: translateY(-1px);
}
.cid-ur0CImwuS3 .item .item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-ur0CImwuS3 .item .item-wrapper .item-img {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur0CImwuS3 .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-ur0CImwuS3 .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ur0CImwuS3 .item .item-wrapper .item-img .item-title {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 0;
  z-index: 1;
}
.cid-ur0CImwuS3 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ur0CImwuS3 .item .item-wrapper .mbr-section-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ur0CImwuS3 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  max-width: 100% !important;
  box-shadow: none;
  margin-bottom: 0;
  padding: 20px;
}
.cid-ur0CImwuS3 .item .item-wrapper .mbr-section-btn .btn:hover,
.cid-ur0CImwuS3 .item .item-wrapper .mbr-section-btn .btn:focus {
  box-shadow: none !important;
  color: #ffffff !important;
}
.cid-ur0CImwuS3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0CImwuS3 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0CImwuS3 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ur0CJahYIn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ur0CJahYIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0CJahYIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0CJahYIn .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ur0CJahYIn .container-fluid {
    padding: 0 20px;
  }
}
.cid-ur0CJahYIn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur0CJahYIn .container {
    padding: 0 20px;
  }
}
.cid-ur0CJahYIn .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ur0CJahYIn .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ur0CJahYIn .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ur0CJahYIn .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-ur0CJahYIn .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-ur0CJahYIn .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-ur0CJahYIn .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-ur0CJahYIn .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-ur0CJahYIn .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-ur0CJahYIn .dragArea.row .form-group .form-control:hover,
.cid-ur0CJahYIn .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-ur0CJahYIn .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-ur0CJahYIn .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ur0CJahYIn .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ur0CJahYIn .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-ur0CJahYIn .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ur0CJahYIn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ur0CJahYIn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ur0CJahYIn .mbr-text,
.cid-ur0CJahYIn .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ur0CJahYIn label {
  color: #000000;
}
.cid-ur0CJahYIn .mbr-section-btn {
  text-align: center;
}
.cid-uqGykSzQaq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #438ab0;
  overflow: hidden;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  position: relative !important;
}
.cid-uqBpp1sR37 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uqBpp1sR37 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqBpp1sR37 .nav-link {
  position: relative;
}
.cid-uqBpp1sR37 .container {
  display: flex;
  margin: auto;
}
.cid-uqBpp1sR37 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown-menu,
.cid-uqBpp1sR37 .navbar.opened {
  background: #438ab0 !important;
}
.cid-uqBpp1sR37 .nav-item:focus,
.cid-uqBpp1sR37 .nav-link:focus {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqBpp1sR37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqBpp1sR37 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqBpp1sR37 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqBpp1sR37 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqBpp1sR37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar.collapsed {
  justify-content: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqBpp1sR37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqBpp1sR37 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqBpp1sR37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqBpp1sR37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqBpp1sR37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqBpp1sR37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqBpp1sR37 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqBpp1sR37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqBpp1sR37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown-item.active,
.cid-uqBpp1sR37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqBpp1sR37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqBpp1sR37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqBpp1sR37 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqBpp1sR37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqBpp1sR37 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #438ab0;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqBpp1sR37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar {
    height: 70px;
  }
  .cid-uqBpp1sR37 .navbar.opened {
    height: auto;
  }
  .cid-uqBpp1sR37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur0EFhayjd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #438ab0;
}
.cid-ur0EFhayjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0EFhayjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0EFhayjd .row {
  justify-content: space-between;
}
.cid-ur0EFhayjd .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ur0EFhayjd .content-wrapper {
    padding: 0;
  }
}
.cid-ur0EFhayjd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ur0EFhayjd .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ur0EFhayjd .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ur0EFhayjd .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ur0EFhayjd .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ur0EFhayjd .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ur0EFhayjd .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ur0EFhayjd .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ur0EFhayjd .mbr-section-title {
  color: #000000;
}
.cid-ur0EFhayjd .mbr-desc {
  color: #000000;
}
.cid-ur0EFhayjd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ur0EFhayjd .mbr-section-title,
.cid-ur0EFhayjd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ur0EGmPILV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #438ab0;
}
.cid-ur0EGmPILV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0EGmPILV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0EGmPILV .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ur0EGmPILV .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ur0EGmPILV .container {
    padding: 0 25px;
  }
}
.cid-ur0EGmPILV .row {
  justify-content: center;
}
.cid-ur0EGmPILV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ur0EGmPILV .item {
  margin-bottom: 30px;
}
.cid-ur0EGmPILV .item:hover .item-wrapper .item-img img,
.cid-ur0EGmPILV .item:focus .item-wrapper .item-img img {
  transform: translateY(-30px);
}
.cid-ur0EGmPILV .item:hover .item-wrapper .item-img::before,
.cid-ur0EGmPILV .item:focus .item-wrapper .item-img::before {
  transform: translateY(-30px);
}
.cid-ur0EGmPILV .item:hover .item-wrapper .mbr-section-btn,
.cid-ur0EGmPILV .item:focus .item-wrapper .mbr-section-btn {
  transform: translateY(-1px);
}
.cid-ur0EGmPILV .item .item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-ur0EGmPILV .item .item-wrapper .item-img {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur0EGmPILV .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-ur0EGmPILV .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ur0EGmPILV .item .item-wrapper .item-img .item-title {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 0;
  z-index: 1;
}
.cid-ur0EGmPILV .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ur0EGmPILV .item .item-wrapper .mbr-section-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ur0EGmPILV .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  max-width: 100% !important;
  box-shadow: none;
  margin-bottom: 0;
  padding: 20px;
}
.cid-ur0EGmPILV .item .item-wrapper .mbr-section-btn .btn:hover,
.cid-ur0EGmPILV .item .item-wrapper .mbr-section-btn .btn:focus {
  box-shadow: none !important;
  color: #ffffff !important;
}
.cid-ur0EGmPILV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0EGmPILV .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0EGmPILV .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ur0EHx3M4P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ur0EHx3M4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0EHx3M4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0EHx3M4P .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ur0EHx3M4P .container-fluid {
    padding: 0 20px;
  }
}
.cid-ur0EHx3M4P .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur0EHx3M4P .container {
    padding: 0 20px;
  }
}
.cid-ur0EHx3M4P .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ur0EHx3M4P .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ur0EHx3M4P .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ur0EHx3M4P .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-ur0EHx3M4P .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-ur0EHx3M4P .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-ur0EHx3M4P .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-ur0EHx3M4P .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-ur0EHx3M4P .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-ur0EHx3M4P .dragArea.row .form-group .form-control:hover,
.cid-ur0EHx3M4P .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-ur0EHx3M4P .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-ur0EHx3M4P .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ur0EHx3M4P .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ur0EHx3M4P .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-ur0EHx3M4P .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ur0EHx3M4P .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ur0EHx3M4P .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ur0EHx3M4P .mbr-text,
.cid-ur0EHx3M4P .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ur0EHx3M4P label {
  color: #000000;
}
.cid-ur0EHx3M4P .mbr-section-btn {
  text-align: center;
}
.cid-uqGykSzQaq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #438ab0;
  overflow: hidden;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  position: relative !important;
}
.cid-uqBpp1sR37 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uqBpp1sR37 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqBpp1sR37 .nav-link {
  position: relative;
}
.cid-uqBpp1sR37 .container {
  display: flex;
  margin: auto;
}
.cid-uqBpp1sR37 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown-menu,
.cid-uqBpp1sR37 .navbar.opened {
  background: #438ab0 !important;
}
.cid-uqBpp1sR37 .nav-item:focus,
.cid-uqBpp1sR37 .nav-link:focus {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqBpp1sR37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqBpp1sR37 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqBpp1sR37 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqBpp1sR37 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqBpp1sR37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar.collapsed {
  justify-content: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqBpp1sR37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqBpp1sR37 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqBpp1sR37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqBpp1sR37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqBpp1sR37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqBpp1sR37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqBpp1sR37 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqBpp1sR37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqBpp1sR37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown-item.active,
.cid-uqBpp1sR37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqBpp1sR37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqBpp1sR37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqBpp1sR37 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqBpp1sR37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqBpp1sR37 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #438ab0;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqBpp1sR37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar {
    height: 70px;
  }
  .cid-uqBpp1sR37 .navbar.opened {
    height: auto;
  }
  .cid-uqBpp1sR37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uACI9oIoch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uACI9oIoch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACI9oIoch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACI9oIoch .row {
  justify-content: space-between;
}
.cid-uACI9oIoch .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uACI9oIoch .content-wrapper {
    padding: 0;
  }
}
.cid-uACI9oIoch .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uACI9oIoch .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uACI9oIoch .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uACI9oIoch .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uACI9oIoch .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uACI9oIoch .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uACI9oIoch .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uACI9oIoch .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uACI9oIoch .mbr-section-title {
  color: #000000;
}
.cid-uACI9oIoch .mbr-desc {
  color: #000000;
}
.cid-uACI9oIoch .mbr-text {
  color: #000000;
}
.cid-uqGykSzQaq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #438ab0;
  overflow: hidden;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  position: relative !important;
}
.cid-uqBpp1sR37 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uqBpp1sR37 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqBpp1sR37 .nav-link {
  position: relative;
}
.cid-uqBpp1sR37 .container {
  display: flex;
  margin: auto;
}
.cid-uqBpp1sR37 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown-menu,
.cid-uqBpp1sR37 .navbar.opened {
  background: #438ab0 !important;
}
.cid-uqBpp1sR37 .nav-item:focus,
.cid-uqBpp1sR37 .nav-link:focus {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqBpp1sR37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqBpp1sR37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqBpp1sR37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqBpp1sR37 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqBpp1sR37 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqBpp1sR37 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqBpp1sR37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar.collapsed {
  justify-content: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqBpp1sR37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqBpp1sR37 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqBpp1sR37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqBpp1sR37 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqBpp1sR37 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqBpp1sR37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqBpp1sR37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uqBpp1sR37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqBpp1sR37 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqBpp1sR37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqBpp1sR37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqBpp1sR37 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqBpp1sR37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqBpp1sR37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqBpp1sR37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqBpp1sR37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqBpp1sR37 .dropdown-item.active,
.cid-uqBpp1sR37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqBpp1sR37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqBpp1sR37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #438ab0;
}
.cid-uqBpp1sR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqBpp1sR37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqBpp1sR37 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqBpp1sR37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqBpp1sR37 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #438ab0;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqBpp1sR37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqBpp1sR37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqBpp1sR37 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqBpp1sR37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqBpp1sR37 .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-uqBpp1sR37 .navbar {
    height: 70px;
  }
  .cid-uqBpp1sR37 .navbar.opened {
    height: auto;
  }
  .cid-uqBpp1sR37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uACITHdb7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uACITHdb7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACITHdb7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACITHdb7D .row {
  justify-content: space-between;
}
.cid-uACITHdb7D .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uACITHdb7D .content-wrapper {
    padding: 0;
  }
}
.cid-uACITHdb7D .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uACITHdb7D .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uACITHdb7D .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uACITHdb7D .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uACITHdb7D .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uACITHdb7D .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uACITHdb7D .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uACITHdb7D .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uACITHdb7D .mbr-section-title {
  color: #000000;
}
.cid-uACITHdb7D .mbr-desc {
  color: #000000;
}
.cid-uACITHdb7D .mbr-text {
  color: #000000;
}
.cid-uqGykSzQaq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #438ab0;
  overflow: hidden;
}
