body {
  font-family: 'Be Vietnam Pro', sans-serif;
}
.display-1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 5rem;
  line-height: 1.06;
  letter-spacing: -3px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -1.44px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.75rem;
  line-height: 1.24;
  letter-spacing: -0.896px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -0.08px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.06 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.24 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0099ff !important;
}
.bg-success {
  background-color: #6138ff !important;
}
.bg-info {
  background-color: #8160ff !important;
}
.bg-warning {
  background-color: #4bfdb1 !important;
}
.bg-danger {
  background-color: #999999 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0099ff !important;
  border-color: #0099ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0065a8 !important;
  border-color: #0065a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0065a8 !important;
  border-color: #0065a8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #264ff5 !important;
  border-color: #264ff5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #092cbc !important;
  border-color: #092cbc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #092cbc !important;
  border-color: #092cbc !important;
}
.btn-info,
.btn-info:active {
  background-color: #8160ff !important;
  border-color: #8160ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3c09ff !important;
  border-color: #3c09ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3c09ff !important;
  border-color: #3c09ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #6138ff !important;
  border-color: #6138ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2e00e0 !important;
  border-color: #2e00e0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2e00e0 !important;
  border-color: #2e00e0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4bfdb1 !important;
  border-color: #4bfdb1 !important;
  color: #01482a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #03ef8a !important;
  border-color: #03ef8a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #01482a !important;
  background-color: #03ef8a !important;
  border-color: #03ef8a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #6e6e6e !important;
  border-color: #6e6e6e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e6e6e !important;
  border-color: #6e6e6e !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0099ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0065a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0099ff !important;
  border-color: #0099ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #264ff5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #092cbc !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #264ff5 !important;
  border-color: #264ff5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8160ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3c09ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8160ff !important;
  border-color: #8160ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6138ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2e00e0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6138ff !important;
  border-color: #6138ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4bfdb1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #03ef8a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #01482a !important;
  background-color: #4bfdb1 !important;
  border-color: #4bfdb1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #999999;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6e6e6e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #0099ff !important;
}
.text-secondary {
  color: #264ff5 !important;
}
.text-success {
  color: #6138ff !important;
}
.text-info {
  color: #8160ff !important;
}
.text-warning {
  color: #4bfdb1 !important;
}
.text-danger {
  color: #999999 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #005c99 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0829ad !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2b00d1 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3400f9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #02e081 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #666666 !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: #0099ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8160ff;
}
.alert-warning {
  background-color: #4bfdb1;
}
.alert-danger {
  background-color: #999999;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0099ff;
  border-color: #0099ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0099ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccebff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d9d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #0099ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #0099ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0099ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0099ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0099ff;
  border-bottom-color: #0099ff;
}
.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: #000000 !important;
  background-color: #0099ff !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: #264ff5 !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='%230099ff' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
}
@media (max-width: 1399px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 1040px;
  }
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.btn {
  border-radius: 1rem;
  padding: 14px 28px;
  min-height: 62px;
  line-height: 1;
}
.cid-sUp7VWTplP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sUp7VWTplP nav.navbar {
  position: fixed;
}
.cid-sUp7VWTplP .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-sUp7VWTplP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUp7VWTplP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUp7VWTplP .dropdown-item:hover,
.cid-sUp7VWTplP .dropdown-item:focus {
  background: #0099ff !important;
  color: white !important;
}
.cid-sUp7VWTplP .dropdown-item:hover span {
  color: white;
}
.cid-sUp7VWTplP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUp7VWTplP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUp7VWTplP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUp7VWTplP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUp7VWTplP .nav-link {
  position: relative;
}
.cid-sUp7VWTplP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sUp7VWTplP .container {
    flex-wrap: nowrap;
  }
}
.cid-sUp7VWTplP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUp7VWTplP .dropdown-menu,
.cid-sUp7VWTplP .navbar.opened {
  background: #ffffff !important;
}
.cid-sUp7VWTplP .nav-item:focus,
.cid-sUp7VWTplP .nav-link:focus {
  outline: none;
}
.cid-sUp7VWTplP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUp7VWTplP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUp7VWTplP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUp7VWTplP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUp7VWTplP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUp7VWTplP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUp7VWTplP .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sUp7VWTplP .navbar.opened {
  transition: all 0.3s;
}
.cid-sUp7VWTplP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUp7VWTplP .navbar .navbar-logo img {
  width: auto;
}
.cid-sUp7VWTplP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUp7VWTplP .navbar.collapsed {
  justify-content: center;
}
.cid-sUp7VWTplP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUp7VWTplP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUp7VWTplP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-sUp7VWTplP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUp7VWTplP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUp7VWTplP .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-sUp7VWTplP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUp7VWTplP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUp7VWTplP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUp7VWTplP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUp7VWTplP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUp7VWTplP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUp7VWTplP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUp7VWTplP .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-sUp7VWTplP .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-sUp7VWTplP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUp7VWTplP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUp7VWTplP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUp7VWTplP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUp7VWTplP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUp7VWTplP .navbar.navbar-short {
  min-height: 80px;
}
.cid-sUp7VWTplP .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-sUp7VWTplP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sUp7VWTplP .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUp7VWTplP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUp7VWTplP .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sUp7VWTplP .navbar-brand {
    margin-right: 14px;
  }
}
.cid-sUp7VWTplP .dropdown-item.active,
.cid-sUp7VWTplP .dropdown-item:active {
  background-color: transparent;
}
.cid-sUp7VWTplP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUp7VWTplP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUp7VWTplP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUp7VWTplP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUp7VWTplP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUp7VWTplP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUp7VWTplP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUp7VWTplP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUp7VWTplP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUp7VWTplP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUp7VWTplP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUp7VWTplP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUp7VWTplP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUp7VWTplP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUp7VWTplP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUp7VWTplP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUp7VWTplP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUp7VWTplP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUp7VWTplP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUp7VWTplP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUp7VWTplP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sUp7VWTplP .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUp7VWTplP .navbar {
    height: 80px;
  }
  .cid-sUp7VWTplP .navbar.opened {
    height: auto;
  }
  .cid-sUp7VWTplP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUp7VWTplP .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-sUp7VWTplP .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-sUp7VWTplP .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sUp7VWTplP .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-sUp7VWTplP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sUp7VWTplP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sUp7VWTplP .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-ucD1UoVgFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucD1UoVgFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucD1UoVgFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucD1UoVgFF .container {
    padding: 0 16px;
  }
}
.cid-ucD1UoVgFF .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ucD1UoVgFF .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-ucD1UoVgFF .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucD1UoVgFF .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ucD1UoVgFF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucD1UoVgFF .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ucD1UoVgFF .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucD1UoVgFF .mbr-section-title {
  color: #ffffff;
}
.cid-ucD1UoVgFF .mbr-text {
  color: #ffffff;
}
.cid-sUp9vv1uaI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUp9vv1uaI .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-sUp9vv1uaI .container {
    max-width: 1040px;
  }
}
.cid-sUp9vv1uaI .row {
  justify-content: center;
}
.cid-sUp9vv1uaI .item:focus,
.cid-sUp9vv1uaI span:focus {
  outline: none;
}
.cid-sUp9vv1uaI .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sUp9vv1uaI .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-sUp9vv1uaI .item {
    width: 100%;
  }
  .cid-sUp9vv1uaI .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-sUp9vv1uaI .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-sUp9vv1uaI .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-sUp9vv1uaI .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-sUp9vv1uaI .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-sUp9vv1uaI .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-sUp9vv1uaI .item-wrap {
    padding: 50px;
  }
}
.cid-sUp9vv1uaI .item-content {
  width: 100%;
}
.cid-sUp9vv1uaI .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-sUp9vv1uaI .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-sUp9vv1uaI .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-sUp9vv1uaI .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-sUp9vv1uaI .list-item {
  display: flex;
  align-items: center;
}
.cid-sUp9vv1uaI .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-sUp9vv1uaI .icon-box {
  padding-right: 14px;
}
.cid-sUp9vv1uaI .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-sUp9vv1uaI .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-sUp9vv1uaI .link-container {
    margin-top: 72px;
  }
}
.cid-sUp9vv1uaI .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-sUp9vv1uaI .link-container .link span {
  padding-right: 10px;
}
.cid-ucD0PiBOyq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b5265;
}
.cid-ucD0PiBOyq .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucD0PiBOyq .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-ucD0PiBOyq .row {
    text-align: center!important;
  }
}
.cid-ucD0PiBOyq .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-ucD0PiBOyq .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-ucD0PiBOyq .content-container {
    padding: 80px;
  }
}
.cid-ucD0PiBOyq .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-ucD0PiBOyq .mbr-section-title {
    text-align: center;
  }
}
.cid-ucD0PiBOyq .mbr-text {
  color: #000000;
  opacity: 0.7;
  margin-top: 20px;
  text-align: left;
}
.cid-ucD0PiBOyq .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucD0PiBOyq .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-ucD0PiBOyq .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-ucD0PiBOyq .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucD0PiBOyq .mbr-section-btn .btn-white {
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .cid-ucD0PiBOyq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucD0PiBOyq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucD0PiBOyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucD0PiBOyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDpRd6Y7y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffcf5;
}
.cid-ucDpRd6Y7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDpRd6Y7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDpRd6Y7y .text-wrap {
  width: 100%;
}
.cid-ucDpRd6Y7y .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-ucDpRd6Y7y .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-ucDpRd6Y7y .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ucDpRd6Y7y .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-ucDpRd6Y7y .item-row {
  row-gap: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.cid-ucDpRd6Y7y .item-row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-ucDpRd6Y7y .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid rgba(130, 157, 133, 0.8);
  border-radius: 45px;
}
.cid-ucDpRd6Y7y .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-ucDpRd6Y7y .item-img img {
  aspect-ratio: 0.83333333;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ucDpRd6Y7y .item-title-wrap {
  padding: 45px 26px;
  border-radius: 0 0 45px 45px;
  border: 1px solid rgba(130, 157, 133, 0.8);
  background-color: rgba(91, 82, 101, 0.8);
}
.cid-ucDpRd6Y7y .item-title {
  width: 100%;
  margin: 0;
  color: #ffffff;
}
.cid-ucDpRd6Y7y .item-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 26px;
}
.cid-ucDpRd6Y7y .item-text {
  color: #353535;
  margin: 0;
}
.cid-ucDpRd6Y7y .mbr-section-btn {
  margin-top: 10px;
}
.cid-ucDpRd6Y7y .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-ucDgJrl7pk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #5b5265;
}
.cid-ucDgJrl7pk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDgJrl7pk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDgJrl7pk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucDgJrl7pk .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDgJrl7pk .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucDgJrl7pk .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDgJrl7pk .container {
    padding: 0 12px;
  }
}
.cid-ucDgJrl7pk .row {
  justify-content: center;
}
.cid-ucDgJrl7pk .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ucDgJrl7pk .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ucDgJrl7pk .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucDgJrl7pk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucDgJrl7pk .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ucDgJrl7pk .item {
    margin-bottom: 16px;
  }
}
.cid-ucDgJrl7pk .item .item-wrapper {
  width: 100%;
}
.cid-ucDgJrl7pk .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDgJrl7pk .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-ucDgJrl7pk .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ucDgJrl7pk .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ucDgJrl7pk .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-ucDgJrl7pk .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ucDgJrl7pk .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-ucDgJrl7pk .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ucDgJrl7pk .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucDgJrl7pk .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-ucDgJrl7pk .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ucDgJrl7pk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucDgJrl7pk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucDgJrl7pk .item-title {
  color: #1D1D1F;
}
.cid-ucDgJrl7pk .item-desc {
  color: #1D1D1F;
}
.cid-ucDgJrl7pk .item-text {
  color: #1D1D1F;
}
.cid-sUpgDwldBP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-sUpgDwldBP .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-sUpgDwldBP .row {
    text-align: center!important;
  }
}
.cid-sUpgDwldBP .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-sUpgDwldBP .mbr-section-title {
    text-align: center;
  }
}
.cid-sUpgDwldBP .mbr-text {
  color: #000000;
  margin-top: 20px;
}
.cid-sUpgDwldBP .mbr-text a:hover {
  text-decoration: underline;
}
.cid-sUpgDwldBP .mbr-section-btn {
  margin-top: 20px;
}
.cid-sUpgDwldBP .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-sUpgDwldBP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sUpgDwldBP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sUpgDwldBP .mbr-section-title,
.cid-sUpgDwldBP .mbr-section-btn {
  color: #000000;
}
.cid-ucDn5nYR49 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #5b5265;
}
.cid-ucDn5nYR49 .pos_rel {
  position: relative;
}
.cid-ucDn5nYR49 .main_section_title {
  display: flex;
}
.cid-ucDn5nYR49 .main_title {
  padding: 0 8.333%;
}
.cid-ucDn5nYR49 .empty_content {
  width: 93%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ucDn5nYR49 .card_title {
    font-size: 2rem;
  }
}
.cid-ucDn5nYR49 .text-wrapper {
  width: 62%;
  background: #ffffff;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-ucDn5nYR49 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-ucDn5nYR49 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-ucDn5nYR49 .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-ucDn5nYR49 .text-wrapper:hover .card_title a {
  color: #264ff5 !important;
}
.cid-ucDn5nYR49 .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucDn5nYR49 .block-content,
.cid-ucDn5nYR49 .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-ucDn5nYR49 .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-ucDn5nYR49 .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-ucDn5nYR49 .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-ucDn5nYR49 .block-content {
  display: flex;
  align-items: center;
}
.cid-ucDn5nYR49 .image-wrapper,
.cid-ucDn5nYR49 img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-ucDn5nYR49 .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-ucDn5nYR49 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucDn5nYR49 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucDn5nYR49 .mbr-section-btn .btn-secondary-outline .active,
.cid-ucDn5nYR49 .mbr-section-btn .btn-secondary-outline:focus {
  color: #0099ff !important;
}
@media (max-width: 991px) {
  .cid-ucDn5nYR49 .block-content {
    flex-direction: column;
  }
  .cid-ucDn5nYR49 .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-ucDn5nYR49 .empty_content {
    display: none;
  }
  .cid-ucDn5nYR49 .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ucDn5nYR49 .text-wrapper,
  .cid-ucDn5nYR49 .main_title {
    padding: 30px 1rem;
  }
}
.cid-ucDn5nYR49 .card_title {
  color: #000000;
}
.cid-ucDsoyZnON {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDsoyZnON .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDsoyZnON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucDsoyZnON .container {
    padding: 0 20px;
  }
}
.cid-ucDsoyZnON .row {
  margin: 0;
}
.cid-ucDsoyZnON .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucDsoyZnON .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucDsoyZnON .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucDsoyZnON .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucDsoyZnON .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucDsoyZnON .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucDsoyZnON .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sUpaNujsoE {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/adult-bounce-house-park-rentals-613x480.jpg");
}
.cid-sUpaNujsoE .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-sUpaNujsoE .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-sUpaNujsoE .row {
    text-align: center!important;
  }
}
.cid-sUpaNujsoE .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-sUpaNujsoE .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-sUpaNujsoE .content-container {
    padding: 80px;
  }
}
.cid-sUpaNujsoE .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-sUpaNujsoE .mbr-section-title {
    text-align: center;
  }
}
.cid-sUpaNujsoE .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-sUpaNujsoE .mbr-text a:hover {
  text-decoration: underline;
}
.cid-sUpaNujsoE .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-sUpaNujsoE .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-sUpaNujsoE .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-sUpaNujsoE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sUpaNujsoE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDhLXEZqS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffcf5;
}
.cid-ucDhLXEZqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDhLXEZqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDhLXEZqS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucDhLXEZqS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ucDhLXEZqS .container {
    padding: 0 24px;
  }
}
.cid-ucDhLXEZqS .row {
  justify-content: center;
}
.cid-ucDhLXEZqS .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-ucDhLXEZqS .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ucDhLXEZqS .content-wrapper {
    padding: 32px;
  }
}
.cid-ucDhLXEZqS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucDhLXEZqS .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-ucDhLXEZqS .mbr-section-title {
  color: #000000;
}
.cid-ucDhLXEZqS .mbr-text {
  color: #000000;
}
.cid-ucDmq0AHeY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b5265;
}
.cid-ucDmq0AHeY .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDmq0AHeY .container {
    max-width: 1040px;
  }
}
.cid-ucDmq0AHeY .row {
  justify-content: center;
}
.cid-ucDmq0AHeY .item:focus,
.cid-ucDmq0AHeY span:focus {
  outline: none;
}
.cid-ucDmq0AHeY .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucDmq0AHeY .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucDmq0AHeY .item {
    width: 100%;
  }
  .cid-ucDmq0AHeY .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucDmq0AHeY .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDmq0AHeY .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucDmq0AHeY .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucDmq0AHeY .item:first-child .item-wrap {
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff, #5b5265);
}
.cid-ucDmq0AHeY .item:last-child .item-wrap {
  background: #5b5265;
  background: linear-gradient(180deg, #5b5265, #ffffff);
}
.cid-ucDmq0AHeY .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucDmq0AHeY .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucDmq0AHeY .item-wrap {
    padding: 50px;
  }
}
.cid-ucDmq0AHeY .item-content {
  width: 100%;
}
.cid-ucDmq0AHeY .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucDmq0AHeY .mbr-text {
  color: #000000;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
  text-align: center;
}
.cid-ucDmq0AHeY .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucDmq0AHeY .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucDmq0AHeY .list-item {
  display: flex;
  align-items: center;
}
.cid-ucDmq0AHeY .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucDmq0AHeY .icon-box {
  padding-right: 14px;
}
.cid-ucDmq0AHeY .list-text {
  flex-grow: 1;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ucDmq0AHeY .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucDmq0AHeY .link-container {
    margin-top: 72px;
  }
}
.cid-ucDmq0AHeY .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucDmq0AHeY .link-container .link span {
  padding-right: 10px;
}
.cid-ucDmq0AHeY .item-title,
.cid-ucDmq0AHeY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucDhU7mOKl {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/7dc12ce465be6303c0ab93fb50ae16ee-900x675.jpg");
}
.cid-ucDhU7mOKl .mbr-overlay {
  background-color: #5b5265;
  opacity: 0.5;
}
.cid-ucDhU7mOKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDhU7mOKl .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ucDhU7mOKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDhU7mOKl h1 {
  max-width: 800px;
}
.cid-ucDhU7mOKl p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ucDhU7mOKl .btn:hover {
  transform: scale(1.1);
  background: #264ff5 !important;
  border-color: #264ff5 !important;
  color: #0099ff !important;
}
.cid-ucDhU7mOKl .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ucDhU7mOKl .btn div {
  overflow: hidden;
}
.cid-ucDhU7mOKl .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ucDhU7mOKl {
    align-items: center;
  }
  .cid-ucDhU7mOKl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucDhU7mOKl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucDhU7mOKl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucDhU7mOKl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucDhU7mOKl .content-wrap {
    width: 100%;
  }
}
.cid-ucDhU7mOKl .mbr-section-subtitle,
.cid-ucDhU7mOKl .line {
  color: #ffffff;
}
.cid-ucDhU7mOKl .mbr-text,
.cid-ucDhU7mOKl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucDhU7mOKl .mbr-section-title {
  color: #291f1e;
}
.cid-ucDtByKhZS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #5b5265;
}
.cid-ucDtByKhZS .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0099ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-ucDtByKhZS .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ucDtByKhZS .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-ucDtByKhZS .main-title.display-2 {
  line-height: 1.375;
}
.cid-ucDtByKhZS .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ucDtByKhZS .mbr-text {
  color: #606060;
}
.cid-ucDtByKhZS .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-ucDtByKhZS .mbr-section-btn {
  margin-top: 24px;
}
.cid-ucDtByKhZS .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-ucDtByKhZS .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ucDtByKhZS .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-ucDtByKhZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDtByKhZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDtByKhZS .mbr-text,
.cid-ucDtByKhZS .mbr-section-btn {
  color: #000000;
}
.cid-ucDtByKhZS .main-title,
.cid-ucDtByKhZS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucDoRqh3Up {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDoRqh3Up .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDoRqh3Up .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDoRqh3Up .container-fluid {
  margin: 0;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucDoRqh3Up .container-fluid {
    padding: 0 12px;
  }
}
.cid-ucDoRqh3Up .container-fluid .row {
  padding: 0;
}
.cid-ucDoRqh3Up .image-wrap {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucDoRqh3Up .image-wrapper {
    margin-bottom: 70px;
  }
}
.cid-ucDoRqh3Up .image-wrapper img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDoRqh3Up .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-ucDoRqh3Up .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 174px 0 60px;
}
@media (min-width: 1500px) {
  .cid-ucDoRqh3Up .cards-wrap {
    padding: 0 285px 0 60px;
  }
}
@media (max-width: 1200px) {
  .cid-ucDoRqh3Up .cards-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucDoRqh3Up .cards-wrap {
    padding: 0 25px;
  }
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card {
  margin-bottom: 25px;
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card .card-header {
  border: none;
  padding: 2px 0 9px;
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  opacity: .8;
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card .card-header .panel-title:hover .panel-title-edit::before {
  opacity: .8;
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card .card-header .panel-title .panel-number {
  min-width: 25px;
  margin-right: 25px;
  margin-bottom: 0;
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  position: relative;
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card .card-header .panel-title .mbr-iconfont {
  margin-left: 25px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card .panel-collapse .panel-body {
  padding: 18px 0 0 50px;
  border-top: 1px solid #282828;
}
.cid-ucDoRqh3Up .cards-wrap .tab-content .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucDoRqh3Up .panel-number {
  color: #b6b6b6;
}
.cid-ucDoRqh3Up .panel-title-edit,
.cid-ucDoRqh3Up .mbr-iconfont {
  color: #ffffff;
}
.cid-ucDoRqh3Up .panel-text {
  color: #b6b6b6;
}
.cid-ucDhSIoWYT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ucDhSIoWYT::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-ucDhSIoWYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDhSIoWYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucDhSIoWYT .container {
    padding: 0 16px;
  }
}
.cid-ucDhSIoWYT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucDhSIoWYT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucDhSIoWYT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucDhSIoWYT .mbr-section-title {
  color: #000000;
}
.cid-ucDhSIoWYT .mbr-text {
  color: #000000;
}
.cid-ucDitZ4P4X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucDitZ4P4X .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucDitZ4P4X .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucDitZ4P4X .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-ucDitZ4P4X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucDitZ4P4X .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucDitZ4P4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDitZ4P4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDiIALIFH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDiIALIFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDiIALIFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDiIALIFH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ucDiIALIFH .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ucDiIALIFH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDiIALIFH .container {
    padding: 0 16px;
  }
}
.cid-ucDiIALIFH .row {
  justify-content: center;
}
.cid-ucDiIALIFH .content-wrapper {
  margin-bottom: 36px;
}
.cid-ucDiIALIFH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDiIALIFH .content-wrapper .email-wrapper {
  display: block;
}
.cid-ucDiIALIFH .content-wrapper .email-wrapper:hover .mbr-email,
.cid-ucDiIALIFH .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-ucDiIALIFH .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDiIALIFH .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ucDiIALIFH .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-ucDiIALIFH .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-ucDiIALIFH .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-ucDiIALIFH .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDiIALIFH .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ucDiIALIFH .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDiIALIFH .contacts-wrapper .list .item-wrap:hover,
.cid-ucDiIALIFH .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-ucDiIALIFH .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-ucDiIALIFH .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ucDiIALIFH .mbr-section-title {
  color: #080808;
}
.cid-ucDiIALIFH .mbr-email {
  color: #ffffff;
}
.cid-ucDiIALIFH .mbr-desc {
  color: #ffffff;
}
.cid-ucDiIALIFH .list {
  color: #333333;
}
.cid-ucDiIALIFH .mbr-section-title,
.cid-ucDiIALIFH .mbr-section-btn {
  color: #ffffff;
}
.cid-ucDiIALIFH .list,
.cid-ucDiIALIFH .item-wrap {
  color: #ffffff;
}
.cid-ucDvcJYMSC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ucDvcJYMSC nav.navbar {
  position: fixed;
}
.cid-ucDvcJYMSC .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-ucDvcJYMSC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucDvcJYMSC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucDvcJYMSC .dropdown-item:hover,
.cid-ucDvcJYMSC .dropdown-item:focus {
  background: #0099ff !important;
  color: white !important;
}
.cid-ucDvcJYMSC .dropdown-item:hover span {
  color: white;
}
.cid-ucDvcJYMSC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucDvcJYMSC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucDvcJYMSC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucDvcJYMSC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucDvcJYMSC .nav-link {
  position: relative;
}
.cid-ucDvcJYMSC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucDvcJYMSC .container {
    flex-wrap: nowrap;
  }
}
.cid-ucDvcJYMSC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucDvcJYMSC .dropdown-menu,
.cid-ucDvcJYMSC .navbar.opened {
  background: #ffffff !important;
}
.cid-ucDvcJYMSC .nav-item:focus,
.cid-ucDvcJYMSC .nav-link:focus {
  outline: none;
}
.cid-ucDvcJYMSC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucDvcJYMSC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucDvcJYMSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucDvcJYMSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucDvcJYMSC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucDvcJYMSC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucDvcJYMSC .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucDvcJYMSC .navbar.opened {
  transition: all 0.3s;
}
.cid-ucDvcJYMSC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucDvcJYMSC .navbar .navbar-logo img {
  width: auto;
}
.cid-ucDvcJYMSC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucDvcJYMSC .navbar.collapsed {
  justify-content: center;
}
.cid-ucDvcJYMSC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucDvcJYMSC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucDvcJYMSC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-ucDvcJYMSC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucDvcJYMSC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucDvcJYMSC .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-ucDvcJYMSC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucDvcJYMSC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucDvcJYMSC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucDvcJYMSC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucDvcJYMSC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucDvcJYMSC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucDvcJYMSC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucDvcJYMSC .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-ucDvcJYMSC .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-ucDvcJYMSC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucDvcJYMSC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucDvcJYMSC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucDvcJYMSC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucDvcJYMSC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucDvcJYMSC .navbar.navbar-short {
  min-height: 80px;
}
.cid-ucDvcJYMSC .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-ucDvcJYMSC .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ucDvcJYMSC .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucDvcJYMSC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucDvcJYMSC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ucDvcJYMSC .navbar-brand {
    margin-right: 14px;
  }
}
.cid-ucDvcJYMSC .dropdown-item.active,
.cid-ucDvcJYMSC .dropdown-item:active {
  background-color: transparent;
}
.cid-ucDvcJYMSC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucDvcJYMSC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucDvcJYMSC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucDvcJYMSC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucDvcJYMSC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucDvcJYMSC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucDvcJYMSC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucDvcJYMSC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucDvcJYMSC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucDvcJYMSC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucDvcJYMSC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucDvcJYMSC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDvcJYMSC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDvcJYMSC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucDvcJYMSC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDvcJYMSC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucDvcJYMSC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucDvcJYMSC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDvcJYMSC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucDvcJYMSC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucDvcJYMSC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucDvcJYMSC .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucDvcJYMSC .navbar {
    height: 80px;
  }
  .cid-ucDvcJYMSC .navbar.opened {
    height: auto;
  }
  .cid-ucDvcJYMSC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucDvcJYMSC .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-ucDvcJYMSC .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-ucDvcJYMSC .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ucDvcJYMSC .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-ucDvcJYMSC .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDvcJYMSC .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDvcJYMSC .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-ucDvcLLqbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDvcLLqbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDvcLLqbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucDvcLLqbV .container {
    padding: 0 16px;
  }
}
.cid-ucDvcLLqbV .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ucDvcLLqbV .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-ucDvcLLqbV .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucDvcLLqbV .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ucDvcLLqbV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucDvcLLqbV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ucDvcLLqbV .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucDvcLLqbV .mbr-section-title {
  color: #ffffff;
}
.cid-ucDvcLLqbV .mbr-text {
  color: #ffffff;
}
.cid-ucDvcLLqbV .mbr-section-title,
.cid-ucDvcLLqbV .mbr-section-btn {
  text-align: right;
}
.cid-ucDvcOgS3a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucDvcOgS3a .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDvcOgS3a .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-ucDvcOgS3a .row {
    text-align: center!important;
  }
}
.cid-ucDvcOgS3a .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #5b5265;
  background: linear-gradient(180deg, #5b5265, #5b5265);
}
@media (min-width: 768px) {
  .cid-ucDvcOgS3a .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-ucDvcOgS3a .content-container {
    padding: 80px;
  }
}
.cid-ucDvcOgS3a .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-ucDvcOgS3a .mbr-section-title {
    text-align: center;
  }
}
.cid-ucDvcOgS3a .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
  text-align: left;
}
.cid-ucDvcOgS3a .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucDvcOgS3a .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-ucDvcOgS3a .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-ucDvcOgS3a .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucDvcOgS3a .mbr-section-btn .btn-white {
  color: #5b5265 !important;
}
@media (max-width: 575px) {
  .cid-ucDvcOgS3a .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDvcOgS3a .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDvcOgS3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDvcOgS3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDvd6GhiN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucDvd6GhiN .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucDvd6GhiN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucDvd6GhiN .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-ucDvd6GhiN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucDvd6GhiN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucDvd6GhiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDvd6GhiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDvd8aWmX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDvd8aWmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDvd8aWmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDvd8aWmX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ucDvd8aWmX .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ucDvd8aWmX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDvd8aWmX .container {
    padding: 0 16px;
  }
}
.cid-ucDvd8aWmX .row {
  justify-content: center;
}
.cid-ucDvd8aWmX .content-wrapper {
  margin-bottom: 36px;
}
.cid-ucDvd8aWmX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDvd8aWmX .content-wrapper .email-wrapper {
  display: block;
}
.cid-ucDvd8aWmX .content-wrapper .email-wrapper:hover .mbr-email,
.cid-ucDvd8aWmX .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-ucDvd8aWmX .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ucDvd8aWmX .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-ucDvd8aWmX .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-ucDvd8aWmX .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-ucDvd8aWmX .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDvd8aWmX .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ucDvd8aWmX .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDvd8aWmX .contacts-wrapper .list .item-wrap:hover,
.cid-ucDvd8aWmX .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-ucDvd8aWmX .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-ucDvd8aWmX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ucDvd8aWmX .mbr-section-title {
  color: #080808;
}
.cid-ucDvd8aWmX .mbr-email {
  color: #ffffff;
}
.cid-ucDvd8aWmX .mbr-desc {
  color: #ffffff;
}
.cid-ucDvd8aWmX .list {
  color: #333333;
}
.cid-ucDvd8aWmX .mbr-section-title,
.cid-ucDvd8aWmX .mbr-section-btn {
  color: #ffffff;
}
.cid-ucDvd8aWmX .list,
.cid-ucDvd8aWmX .item-wrap {
  color: #ffffff;
}
.cid-ucDvVWkrhj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ucDvVWkrhj nav.navbar {
  position: fixed;
}
.cid-ucDvVWkrhj .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-ucDvVWkrhj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucDvVWkrhj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucDvVWkrhj .dropdown-item:hover,
.cid-ucDvVWkrhj .dropdown-item:focus {
  background: #0099ff !important;
  color: white !important;
}
.cid-ucDvVWkrhj .dropdown-item:hover span {
  color: white;
}
.cid-ucDvVWkrhj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucDvVWkrhj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucDvVWkrhj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucDvVWkrhj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucDvVWkrhj .nav-link {
  position: relative;
}
.cid-ucDvVWkrhj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucDvVWkrhj .container {
    flex-wrap: nowrap;
  }
}
.cid-ucDvVWkrhj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucDvVWkrhj .dropdown-menu,
.cid-ucDvVWkrhj .navbar.opened {
  background: #ffffff !important;
}
.cid-ucDvVWkrhj .nav-item:focus,
.cid-ucDvVWkrhj .nav-link:focus {
  outline: none;
}
.cid-ucDvVWkrhj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucDvVWkrhj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucDvVWkrhj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucDvVWkrhj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucDvVWkrhj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucDvVWkrhj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucDvVWkrhj .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucDvVWkrhj .navbar.opened {
  transition: all 0.3s;
}
.cid-ucDvVWkrhj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucDvVWkrhj .navbar .navbar-logo img {
  width: auto;
}
.cid-ucDvVWkrhj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucDvVWkrhj .navbar.collapsed {
  justify-content: center;
}
.cid-ucDvVWkrhj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucDvVWkrhj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucDvVWkrhj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-ucDvVWkrhj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucDvVWkrhj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucDvVWkrhj .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-ucDvVWkrhj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucDvVWkrhj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucDvVWkrhj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucDvVWkrhj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucDvVWkrhj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucDvVWkrhj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucDvVWkrhj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucDvVWkrhj .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-ucDvVWkrhj .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-ucDvVWkrhj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucDvVWkrhj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucDvVWkrhj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucDvVWkrhj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucDvVWkrhj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucDvVWkrhj .navbar.navbar-short {
  min-height: 80px;
}
.cid-ucDvVWkrhj .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-ucDvVWkrhj .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ucDvVWkrhj .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucDvVWkrhj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucDvVWkrhj .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ucDvVWkrhj .navbar-brand {
    margin-right: 14px;
  }
}
.cid-ucDvVWkrhj .dropdown-item.active,
.cid-ucDvVWkrhj .dropdown-item:active {
  background-color: transparent;
}
.cid-ucDvVWkrhj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucDvVWkrhj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucDvVWkrhj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucDvVWkrhj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucDvVWkrhj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucDvVWkrhj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucDvVWkrhj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucDvVWkrhj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucDvVWkrhj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucDvVWkrhj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucDvVWkrhj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucDvVWkrhj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDvVWkrhj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDvVWkrhj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucDvVWkrhj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDvVWkrhj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucDvVWkrhj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucDvVWkrhj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDvVWkrhj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucDvVWkrhj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucDvVWkrhj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucDvVWkrhj .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucDvVWkrhj .navbar {
    height: 80px;
  }
  .cid-ucDvVWkrhj .navbar.opened {
    height: auto;
  }
  .cid-ucDvVWkrhj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucDvVWkrhj .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-ucDvVWkrhj .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-ucDvVWkrhj .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ucDvVWkrhj .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-ucDvVWkrhj .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDvVWkrhj .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDvVWkrhj .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-ucDvVYn0IZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDvVYn0IZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDvVYn0IZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucDvVYn0IZ .container {
    padding: 0 16px;
  }
}
.cid-ucDvVYn0IZ .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ucDvVYn0IZ .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-ucDvVYn0IZ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucDvVYn0IZ .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ucDvVYn0IZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucDvVYn0IZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ucDvVYn0IZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucDvVYn0IZ .mbr-section-title {
  color: #ffffff;
}
.cid-ucDvVYn0IZ .mbr-text {
  color: #ffffff;
}
.cid-ucDvVYn0IZ .mbr-section-title,
.cid-ucDvVYn0IZ .mbr-section-btn {
  text-align: right;
}
.cid-ucDvW0jJYq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucDvW0jJYq .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDvW0jJYq .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-ucDvW0jJYq .row {
    text-align: center!important;
  }
}
.cid-ucDvW0jJYq .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #5b5265;
  background: linear-gradient(180deg, #5b5265, #5b5265);
}
@media (min-width: 768px) {
  .cid-ucDvW0jJYq .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-ucDvW0jJYq .content-container {
    padding: 80px;
  }
}
.cid-ucDvW0jJYq .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-ucDvW0jJYq .mbr-section-title {
    text-align: center;
  }
}
.cid-ucDvW0jJYq .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
  text-align: left;
}
.cid-ucDvW0jJYq .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucDvW0jJYq .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-ucDvW0jJYq .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-ucDvW0jJYq .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucDvW0jJYq .mbr-section-btn .btn-white {
  color: #5b5265 !important;
}
@media (max-width: 575px) {
  .cid-ucDvW0jJYq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDvW0jJYq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDvW0jJYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDvW0jJYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDvW6zAXQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucDvW6zAXQ .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucDvW6zAXQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucDvW6zAXQ .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-ucDvW6zAXQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucDvW6zAXQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucDvW6zAXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDvW6zAXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDvW7STl3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDvW7STl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDvW7STl3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDvW7STl3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ucDvW7STl3 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ucDvW7STl3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDvW7STl3 .container {
    padding: 0 16px;
  }
}
.cid-ucDvW7STl3 .row {
  justify-content: center;
}
.cid-ucDvW7STl3 .content-wrapper {
  margin-bottom: 36px;
}
.cid-ucDvW7STl3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDvW7STl3 .content-wrapper .email-wrapper {
  display: block;
}
.cid-ucDvW7STl3 .content-wrapper .email-wrapper:hover .mbr-email,
.cid-ucDvW7STl3 .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-ucDvW7STl3 .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ucDvW7STl3 .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-ucDvW7STl3 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-ucDvW7STl3 .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-ucDvW7STl3 .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDvW7STl3 .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ucDvW7STl3 .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDvW7STl3 .contacts-wrapper .list .item-wrap:hover,
.cid-ucDvW7STl3 .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-ucDvW7STl3 .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-ucDvW7STl3 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ucDvW7STl3 .mbr-section-title {
  color: #080808;
}
.cid-ucDvW7STl3 .mbr-email {
  color: #ffffff;
}
.cid-ucDvW7STl3 .mbr-desc {
  color: #ffffff;
}
.cid-ucDvW7STl3 .list {
  color: #333333;
}
.cid-ucDvW7STl3 .mbr-section-title,
.cid-ucDvW7STl3 .mbr-section-btn {
  color: #ffffff;
}
.cid-ucDvW7STl3 .list,
.cid-ucDvW7STl3 .item-wrap {
  color: #ffffff;
}
.cid-ucDwXxi4bN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ucDwXxi4bN nav.navbar {
  position: fixed;
}
.cid-ucDwXxi4bN .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-ucDwXxi4bN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucDwXxi4bN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucDwXxi4bN .dropdown-item:hover,
.cid-ucDwXxi4bN .dropdown-item:focus {
  background: #0099ff !important;
  color: white !important;
}
.cid-ucDwXxi4bN .dropdown-item:hover span {
  color: white;
}
.cid-ucDwXxi4bN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucDwXxi4bN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucDwXxi4bN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucDwXxi4bN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucDwXxi4bN .nav-link {
  position: relative;
}
.cid-ucDwXxi4bN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucDwXxi4bN .container {
    flex-wrap: nowrap;
  }
}
.cid-ucDwXxi4bN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucDwXxi4bN .dropdown-menu,
.cid-ucDwXxi4bN .navbar.opened {
  background: #ffffff !important;
}
.cid-ucDwXxi4bN .nav-item:focus,
.cid-ucDwXxi4bN .nav-link:focus {
  outline: none;
}
.cid-ucDwXxi4bN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucDwXxi4bN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucDwXxi4bN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucDwXxi4bN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucDwXxi4bN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucDwXxi4bN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucDwXxi4bN .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucDwXxi4bN .navbar.opened {
  transition: all 0.3s;
}
.cid-ucDwXxi4bN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucDwXxi4bN .navbar .navbar-logo img {
  width: auto;
}
.cid-ucDwXxi4bN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucDwXxi4bN .navbar.collapsed {
  justify-content: center;
}
.cid-ucDwXxi4bN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucDwXxi4bN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucDwXxi4bN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-ucDwXxi4bN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucDwXxi4bN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucDwXxi4bN .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-ucDwXxi4bN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucDwXxi4bN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucDwXxi4bN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucDwXxi4bN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucDwXxi4bN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucDwXxi4bN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucDwXxi4bN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucDwXxi4bN .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-ucDwXxi4bN .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-ucDwXxi4bN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucDwXxi4bN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucDwXxi4bN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucDwXxi4bN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucDwXxi4bN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucDwXxi4bN .navbar.navbar-short {
  min-height: 80px;
}
.cid-ucDwXxi4bN .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-ucDwXxi4bN .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ucDwXxi4bN .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucDwXxi4bN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucDwXxi4bN .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ucDwXxi4bN .navbar-brand {
    margin-right: 14px;
  }
}
.cid-ucDwXxi4bN .dropdown-item.active,
.cid-ucDwXxi4bN .dropdown-item:active {
  background-color: transparent;
}
.cid-ucDwXxi4bN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucDwXxi4bN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucDwXxi4bN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucDwXxi4bN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucDwXxi4bN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucDwXxi4bN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucDwXxi4bN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucDwXxi4bN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucDwXxi4bN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucDwXxi4bN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucDwXxi4bN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucDwXxi4bN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDwXxi4bN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDwXxi4bN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucDwXxi4bN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDwXxi4bN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucDwXxi4bN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucDwXxi4bN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDwXxi4bN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucDwXxi4bN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucDwXxi4bN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucDwXxi4bN .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucDwXxi4bN .navbar {
    height: 80px;
  }
  .cid-ucDwXxi4bN .navbar.opened {
    height: auto;
  }
  .cid-ucDwXxi4bN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucDwXxi4bN .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-ucDwXxi4bN .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-ucDwXxi4bN .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ucDwXxi4bN .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-ucDwXxi4bN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDwXxi4bN .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDwXxi4bN .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-ucDwXzhUwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDwXzhUwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXzhUwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucDwXzhUwd .container {
    padding: 0 16px;
  }
}
.cid-ucDwXzhUwd .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ucDwXzhUwd .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-ucDwXzhUwd .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucDwXzhUwd .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ucDwXzhUwd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucDwXzhUwd .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ucDwXzhUwd .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucDwXzhUwd .mbr-section-title {
  color: #ffffff;
}
.cid-ucDwXzhUwd .mbr-text {
  color: #ffffff;
}
.cid-ucDwXB605B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucDwXB605B .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDwXB605B .container {
    max-width: 1040px;
  }
}
.cid-ucDwXB605B .row {
  justify-content: center;
}
.cid-ucDwXB605B .item:focus,
.cid-ucDwXB605B span:focus {
  outline: none;
}
.cid-ucDwXB605B .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucDwXB605B .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucDwXB605B .item {
    width: 100%;
  }
  .cid-ucDwXB605B .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucDwXB605B .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDwXB605B .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucDwXB605B .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucDwXB605B .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucDwXB605B .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucDwXB605B .item-wrap {
    padding: 50px;
  }
}
.cid-ucDwXB605B .item-content {
  width: 100%;
}
.cid-ucDwXB605B .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucDwXB605B .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ucDwXB605B .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucDwXB605B .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucDwXB605B .list-item {
  display: flex;
  align-items: center;
}
.cid-ucDwXB605B .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucDwXB605B .icon-box {
  padding-right: 14px;
}
.cid-ucDwXB605B .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucDwXB605B .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucDwXB605B .link-container {
    margin-top: 72px;
  }
}
.cid-ucDwXB605B .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucDwXB605B .link-container .link span {
  padding-right: 10px;
}
.cid-ucDwXCfx5t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b5265;
}
.cid-ucDwXCfx5t .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDwXCfx5t .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-ucDwXCfx5t .row {
    text-align: center!important;
  }
}
.cid-ucDwXCfx5t .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-ucDwXCfx5t .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-ucDwXCfx5t .content-container {
    padding: 80px;
  }
}
.cid-ucDwXCfx5t .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-ucDwXCfx5t .mbr-section-title {
    text-align: center;
  }
}
.cid-ucDwXCfx5t .mbr-text {
  color: #000000;
  opacity: 0.7;
  margin-top: 20px;
  text-align: left;
}
.cid-ucDwXCfx5t .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucDwXCfx5t .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-ucDwXCfx5t .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-ucDwXCfx5t .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucDwXCfx5t .mbr-section-btn .btn-white {
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .cid-ucDwXCfx5t .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDwXCfx5t .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDwXCfx5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXCfx5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDwXDhwp8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffcf5;
}
.cid-ucDwXDhwp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXDhwp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDwXDhwp8 .text-wrap {
  width: 100%;
}
.cid-ucDwXDhwp8 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-ucDwXDhwp8 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-ucDwXDhwp8 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ucDwXDhwp8 .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-ucDwXDhwp8 .item-row {
  row-gap: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.cid-ucDwXDhwp8 .item-row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-ucDwXDhwp8 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #fffcf5;
  overflow: hidden;
  border: 1px solid rgba(130, 157, 133, 0.8);
  border-radius: 45px;
}
.cid-ucDwXDhwp8 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-ucDwXDhwp8 .item-img img {
  aspect-ratio: 0.83333333;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ucDwXDhwp8 .item-title-wrap {
  padding: 45px 26px;
  border-radius: 0 0 45px 45px;
  border: 1px solid rgba(130, 157, 133, 0.8);
  background-color: rgba(91, 82, 101, 0.8);
}
.cid-ucDwXDhwp8 .item-title {
  width: 100%;
  margin: 0;
  color: #ffffff;
}
.cid-ucDwXDhwp8 .item-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 26px;
}
.cid-ucDwXDhwp8 .item-text {
  color: #353535;
  margin: 0;
}
.cid-ucDwXDhwp8 .mbr-section-btn {
  margin-top: 10px;
}
.cid-ucDwXDhwp8 .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-ucDwXEAiGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #5b5265;
}
.cid-ucDwXEAiGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXEAiGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDwXEAiGj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucDwXEAiGj .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDwXEAiGj .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucDwXEAiGj .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDwXEAiGj .container {
    padding: 0 12px;
  }
}
.cid-ucDwXEAiGj .row {
  justify-content: center;
}
.cid-ucDwXEAiGj .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ucDwXEAiGj .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ucDwXEAiGj .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucDwXEAiGj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucDwXEAiGj .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ucDwXEAiGj .item {
    margin-bottom: 16px;
  }
}
.cid-ucDwXEAiGj .item .item-wrapper {
  width: 100%;
}
.cid-ucDwXEAiGj .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDwXEAiGj .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-ucDwXEAiGj .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ucDwXEAiGj .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ucDwXEAiGj .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-ucDwXEAiGj .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ucDwXEAiGj .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-ucDwXEAiGj .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ucDwXEAiGj .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucDwXEAiGj .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-ucDwXEAiGj .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ucDwXEAiGj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucDwXEAiGj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucDwXEAiGj .item-title {
  color: #1D1D1F;
}
.cid-ucDwXEAiGj .item-desc {
  color: #1D1D1F;
}
.cid-ucDwXEAiGj .item-text {
  color: #1D1D1F;
}
.cid-ucDwXFA5Zi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-ucDwXFA5Zi .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-ucDwXFA5Zi .row {
    text-align: center!important;
  }
}
.cid-ucDwXFA5Zi .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-ucDwXFA5Zi .mbr-section-title {
    text-align: center;
  }
}
.cid-ucDwXFA5Zi .mbr-text {
  color: #000000;
  margin-top: 20px;
}
.cid-ucDwXFA5Zi .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucDwXFA5Zi .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucDwXFA5Zi .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-ucDwXFA5Zi .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDwXFA5Zi .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDwXFA5Zi .mbr-section-title,
.cid-ucDwXFA5Zi .mbr-section-btn {
  color: #000000;
}
.cid-ucDwXGEyy0 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #5b5265;
}
.cid-ucDwXGEyy0 .pos_rel {
  position: relative;
}
.cid-ucDwXGEyy0 .main_section_title {
  display: flex;
}
.cid-ucDwXGEyy0 .main_title {
  padding: 0 8.333%;
}
.cid-ucDwXGEyy0 .empty_content {
  width: 93%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ucDwXGEyy0 .card_title {
    font-size: 2rem;
  }
}
.cid-ucDwXGEyy0 .text-wrapper {
  width: 62%;
  background: #ffffff;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-ucDwXGEyy0 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-ucDwXGEyy0 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-ucDwXGEyy0 .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-ucDwXGEyy0 .text-wrapper:hover .card_title a {
  color: #264ff5 !important;
}
.cid-ucDwXGEyy0 .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucDwXGEyy0 .block-content,
.cid-ucDwXGEyy0 .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-ucDwXGEyy0 .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-ucDwXGEyy0 .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-ucDwXGEyy0 .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-ucDwXGEyy0 .block-content {
  display: flex;
  align-items: center;
}
.cid-ucDwXGEyy0 .image-wrapper,
.cid-ucDwXGEyy0 img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-ucDwXGEyy0 .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-ucDwXGEyy0 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucDwXGEyy0 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucDwXGEyy0 .mbr-section-btn .btn-secondary-outline .active,
.cid-ucDwXGEyy0 .mbr-section-btn .btn-secondary-outline:focus {
  color: #0099ff !important;
}
@media (max-width: 991px) {
  .cid-ucDwXGEyy0 .block-content {
    flex-direction: column;
  }
  .cid-ucDwXGEyy0 .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-ucDwXGEyy0 .empty_content {
    display: none;
  }
  .cid-ucDwXGEyy0 .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ucDwXGEyy0 .text-wrapper,
  .cid-ucDwXGEyy0 .main_title {
    padding: 30px 1rem;
  }
}
.cid-ucDwXGEyy0 .card_title {
  color: #000000;
}
.cid-ucDwXHOC4K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDwXHOC4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXHOC4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucDwXHOC4K .container {
    padding: 0 20px;
  }
}
.cid-ucDwXHOC4K .row {
  margin: 0;
}
.cid-ucDwXHOC4K .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucDwXHOC4K .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucDwXHOC4K .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucDwXHOC4K .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucDwXHOC4K .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucDwXHOC4K .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucDwXHOC4K .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucDwXIPQXw {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #5b5265;
  background: linear-gradient(180deg, #5b5265, #5b5265);
}
.cid-ucDwXIPQXw .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDwXIPQXw .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-ucDwXIPQXw .row {
    text-align: center!important;
  }
}
.cid-ucDwXIPQXw .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucDwXIPQXw .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-ucDwXIPQXw .content-container {
    padding: 80px;
  }
}
.cid-ucDwXIPQXw .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-ucDwXIPQXw .mbr-section-title {
    text-align: center;
  }
}
.cid-ucDwXIPQXw .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-ucDwXIPQXw .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucDwXIPQXw .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-ucDwXIPQXw .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-ucDwXIPQXw .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-ucDwXIPQXw .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDwXIPQXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDwXJVT6O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffcf5;
}
.cid-ucDwXJVT6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXJVT6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDwXJVT6O .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucDwXJVT6O .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ucDwXJVT6O .container {
    padding: 0 24px;
  }
}
.cid-ucDwXJVT6O .row {
  justify-content: center;
}
.cid-ucDwXJVT6O .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-ucDwXJVT6O .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ucDwXJVT6O .content-wrapper {
    padding: 32px;
  }
}
.cid-ucDwXJVT6O .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucDwXJVT6O .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-ucDwXJVT6O .mbr-section-title {
  color: #000000;
}
.cid-ucDwXJVT6O .mbr-text {
  color: #000000;
}
.cid-ucDwXL3WFP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b5265;
}
.cid-ucDwXL3WFP .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDwXL3WFP .container {
    max-width: 1040px;
  }
}
.cid-ucDwXL3WFP .row {
  justify-content: center;
}
.cid-ucDwXL3WFP .item:focus,
.cid-ucDwXL3WFP span:focus {
  outline: none;
}
.cid-ucDwXL3WFP .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucDwXL3WFP .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucDwXL3WFP .item {
    width: 100%;
  }
  .cid-ucDwXL3WFP .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucDwXL3WFP .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDwXL3WFP .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucDwXL3WFP .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucDwXL3WFP .item:first-child .item-wrap {
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff, #5b5265);
}
.cid-ucDwXL3WFP .item:last-child .item-wrap {
  background: #5b5265;
  background: linear-gradient(180deg, #5b5265, #ffffff);
}
.cid-ucDwXL3WFP .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucDwXL3WFP .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucDwXL3WFP .item-wrap {
    padding: 50px;
  }
}
.cid-ucDwXL3WFP .item-content {
  width: 100%;
}
.cid-ucDwXL3WFP .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucDwXL3WFP .mbr-text {
  color: #000000;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
  text-align: center;
}
.cid-ucDwXL3WFP .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucDwXL3WFP .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucDwXL3WFP .list-item {
  display: flex;
  align-items: center;
}
.cid-ucDwXL3WFP .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucDwXL3WFP .icon-box {
  padding-right: 14px;
}
.cid-ucDwXL3WFP .list-text {
  flex-grow: 1;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ucDwXL3WFP .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucDwXL3WFP .link-container {
    margin-top: 72px;
  }
}
.cid-ucDwXL3WFP .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucDwXL3WFP .link-container .link span {
  padding-right: 10px;
}
.cid-ucDwXL3WFP .item-title,
.cid-ucDwXL3WFP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucDwXMpSMH {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDwXMpSMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXMpSMH .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ucDwXMpSMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDwXMpSMH h1 {
  max-width: 800px;
}
.cid-ucDwXMpSMH p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ucDwXMpSMH .btn:hover {
  transform: scale(1.1);
  background: #264ff5 !important;
  border-color: #264ff5 !important;
  color: #0099ff !important;
}
.cid-ucDwXMpSMH .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ucDwXMpSMH .btn div {
  overflow: hidden;
}
.cid-ucDwXMpSMH .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ucDwXMpSMH {
    align-items: center;
  }
  .cid-ucDwXMpSMH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucDwXMpSMH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucDwXMpSMH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucDwXMpSMH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucDwXMpSMH .content-wrap {
    width: 100%;
  }
}
.cid-ucDwXMpSMH .mbr-section-subtitle,
.cid-ucDwXMpSMH .line {
  color: #000000;
}
.cid-ucDwXMpSMH .mbr-text,
.cid-ucDwXMpSMH .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ucDwXMpSMH .mbr-section-title {
  color: #291f1e;
}
.cid-ucDwXNxgjV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #5b5265;
}
.cid-ucDwXNxgjV .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0099ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-ucDwXNxgjV .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ucDwXNxgjV .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-ucDwXNxgjV .main-title.display-2 {
  line-height: 1.375;
}
.cid-ucDwXNxgjV .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ucDwXNxgjV .mbr-text {
  color: #606060;
}
.cid-ucDwXNxgjV .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-ucDwXNxgjV .mbr-section-btn {
  margin-top: 24px;
}
.cid-ucDwXNxgjV .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-ucDwXNxgjV .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ucDwXNxgjV .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-ucDwXNxgjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXNxgjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDwXNxgjV .mbr-text,
.cid-ucDwXNxgjV .mbr-section-btn {
  color: #000000;
}
.cid-ucDwXNxgjV .main-title,
.cid-ucDwXNxgjV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucDwXOOhSM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDwXOOhSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXOOhSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDwXOOhSM .container-fluid {
  margin: 0;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucDwXOOhSM .container-fluid {
    padding: 0 12px;
  }
}
.cid-ucDwXOOhSM .container-fluid .row {
  padding: 0;
}
.cid-ucDwXOOhSM .image-wrap {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucDwXOOhSM .image-wrapper {
    margin-bottom: 70px;
  }
}
.cid-ucDwXOOhSM .image-wrapper img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDwXOOhSM .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-ucDwXOOhSM .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 174px 0 60px;
}
@media (min-width: 1500px) {
  .cid-ucDwXOOhSM .cards-wrap {
    padding: 0 285px 0 60px;
  }
}
@media (max-width: 1200px) {
  .cid-ucDwXOOhSM .cards-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucDwXOOhSM .cards-wrap {
    padding: 0 25px;
  }
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card {
  margin-bottom: 25px;
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card .card-header {
  border: none;
  padding: 2px 0 9px;
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  opacity: .8;
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card .card-header .panel-title:hover .panel-title-edit::before {
  opacity: .8;
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card .card-header .panel-title .panel-number {
  min-width: 25px;
  margin-right: 25px;
  margin-bottom: 0;
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  position: relative;
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card .card-header .panel-title .mbr-iconfont {
  margin-left: 25px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card .panel-collapse .panel-body {
  padding: 18px 0 0 50px;
  border-top: 1px solid #282828;
}
.cid-ucDwXOOhSM .cards-wrap .tab-content .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucDwXOOhSM .panel-number {
  color: #b6b6b6;
}
.cid-ucDwXOOhSM .panel-title-edit,
.cid-ucDwXOOhSM .mbr-iconfont {
  color: #ffffff;
}
.cid-ucDwXOOhSM .panel-text {
  color: #b6b6b6;
}
.cid-ucDwXQeXPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ucDwXQeXPL::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-ucDwXQeXPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXQeXPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucDwXQeXPL .container {
    padding: 0 16px;
  }
}
.cid-ucDwXQeXPL .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucDwXQeXPL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucDwXQeXPL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucDwXQeXPL .mbr-section-title {
  color: #000000;
}
.cid-ucDwXQeXPL .mbr-text {
  color: #000000;
}
.cid-ucDzwojzYn {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #5b5265;
}
.cid-ucDzwojzYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDzwojzYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDzwojzYn .container {
  max-width: 1140px;
}
.cid-ucDzwojzYn .row {
  justify-content: center;
}
.cid-ucDzwojzYn .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-ucDzwojzYn .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
}
.cid-ucDzwojzYn .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-ucDzwojzYn .toggle-panel {
  width: 100%;
}
.cid-ucDzwojzYn .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #ffffff;
}
.cid-ucDzwojzYn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ucDzwojzYn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-ucDzwojzYn .panel-title {
    align-items: flex-start;
  }
}
.cid-ucDzwojzYn .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #ffffff;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-ucDzwojzYn .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-ucDzwojzYn .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-ucDzwojzYn .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-ucDzwojzYn .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-ucDzwojzYn .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-ucDzwojzYn .panel-body {
    width: 100%;
  }
}
.cid-ucDzwojzYn .panel-title-edit {
  color: #ffffff;
}
.cid-ucDzwojzYn .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ucDwXRllz8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucDwXRllz8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucDwXRllz8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucDwXRllz8 .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-ucDwXRllz8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucDwXRllz8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucDwXRllz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXRllz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDwXSs9Ba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDwXSs9Ba .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDwXSs9Ba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDwXSs9Ba .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ucDwXSs9Ba .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ucDwXSs9Ba .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDwXSs9Ba .container {
    padding: 0 16px;
  }
}
.cid-ucDwXSs9Ba .row {
  justify-content: center;
}
.cid-ucDwXSs9Ba .content-wrapper {
  margin-bottom: 36px;
}
.cid-ucDwXSs9Ba .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDwXSs9Ba .content-wrapper .email-wrapper {
  display: block;
}
.cid-ucDwXSs9Ba .content-wrapper .email-wrapper:hover .mbr-email,
.cid-ucDwXSs9Ba .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-ucDwXSs9Ba .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ucDwXSs9Ba .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-ucDwXSs9Ba .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-ucDwXSs9Ba .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-ucDwXSs9Ba .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDwXSs9Ba .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ucDwXSs9Ba .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDwXSs9Ba .contacts-wrapper .list .item-wrap:hover,
.cid-ucDwXSs9Ba .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-ucDwXSs9Ba .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-ucDwXSs9Ba .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ucDwXSs9Ba .mbr-section-title {
  color: #080808;
}
.cid-ucDwXSs9Ba .mbr-email {
  color: #ffffff;
}
.cid-ucDwXSs9Ba .mbr-desc {
  color: #ffffff;
}
.cid-ucDwXSs9Ba .list {
  color: #333333;
}
.cid-ucDwXSs9Ba .mbr-section-title,
.cid-ucDwXSs9Ba .mbr-section-btn {
  color: #ffffff;
}
.cid-ucDwXSs9Ba .list,
.cid-ucDwXSs9Ba .item-wrap {
  color: #ffffff;
}
.cid-ucDLjqbnf4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ucDLjqbnf4 nav.navbar {
  position: fixed;
}
.cid-ucDLjqbnf4 .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-ucDLjqbnf4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucDLjqbnf4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucDLjqbnf4 .dropdown-item:hover,
.cid-ucDLjqbnf4 .dropdown-item:focus {
  background: #0099ff !important;
  color: white !important;
}
.cid-ucDLjqbnf4 .dropdown-item:hover span {
  color: white;
}
.cid-ucDLjqbnf4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucDLjqbnf4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucDLjqbnf4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucDLjqbnf4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucDLjqbnf4 .nav-link {
  position: relative;
}
.cid-ucDLjqbnf4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucDLjqbnf4 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucDLjqbnf4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucDLjqbnf4 .dropdown-menu,
.cid-ucDLjqbnf4 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucDLjqbnf4 .nav-item:focus,
.cid-ucDLjqbnf4 .nav-link:focus {
  outline: none;
}
.cid-ucDLjqbnf4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucDLjqbnf4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucDLjqbnf4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucDLjqbnf4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucDLjqbnf4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucDLjqbnf4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucDLjqbnf4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucDLjqbnf4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucDLjqbnf4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucDLjqbnf4 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucDLjqbnf4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucDLjqbnf4 .navbar.collapsed {
  justify-content: center;
}
.cid-ucDLjqbnf4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucDLjqbnf4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucDLjqbnf4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-ucDLjqbnf4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucDLjqbnf4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucDLjqbnf4 .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-ucDLjqbnf4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucDLjqbnf4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucDLjqbnf4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucDLjqbnf4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucDLjqbnf4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucDLjqbnf4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucDLjqbnf4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucDLjqbnf4 .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-ucDLjqbnf4 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-ucDLjqbnf4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucDLjqbnf4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucDLjqbnf4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucDLjqbnf4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucDLjqbnf4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucDLjqbnf4 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ucDLjqbnf4 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-ucDLjqbnf4 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ucDLjqbnf4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucDLjqbnf4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucDLjqbnf4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ucDLjqbnf4 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-ucDLjqbnf4 .dropdown-item.active,
.cid-ucDLjqbnf4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucDLjqbnf4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucDLjqbnf4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucDLjqbnf4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucDLjqbnf4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucDLjqbnf4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucDLjqbnf4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucDLjqbnf4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucDLjqbnf4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucDLjqbnf4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucDLjqbnf4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucDLjqbnf4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucDLjqbnf4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDLjqbnf4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDLjqbnf4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucDLjqbnf4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDLjqbnf4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucDLjqbnf4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucDLjqbnf4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDLjqbnf4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucDLjqbnf4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucDLjqbnf4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucDLjqbnf4 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucDLjqbnf4 .navbar {
    height: 80px;
  }
  .cid-ucDLjqbnf4 .navbar.opened {
    height: auto;
  }
  .cid-ucDLjqbnf4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucDLjqbnf4 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-ucDLjqbnf4 .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-ucDLjqbnf4 .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ucDLjqbnf4 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-ucDLjqbnf4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDLjqbnf4 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDLjqbnf4 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-ucDLjtjB7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDLjtjB7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjtjB7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucDLjtjB7n .container {
    padding: 0 16px;
  }
}
.cid-ucDLjtjB7n .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ucDLjtjB7n .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-ucDLjtjB7n .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucDLjtjB7n .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ucDLjtjB7n .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucDLjtjB7n .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ucDLjtjB7n .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucDLjtjB7n .mbr-section-title {
  color: #ffffff;
}
.cid-ucDLjtjB7n .mbr-text {
  color: #ffffff;
}
.cid-ucDLjviZK6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucDLjviZK6 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDLjviZK6 .container {
    max-width: 1040px;
  }
}
.cid-ucDLjviZK6 .row {
  justify-content: center;
}
.cid-ucDLjviZK6 .item:focus,
.cid-ucDLjviZK6 span:focus {
  outline: none;
}
.cid-ucDLjviZK6 .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucDLjviZK6 .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucDLjviZK6 .item {
    width: 100%;
  }
  .cid-ucDLjviZK6 .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucDLjviZK6 .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDLjviZK6 .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucDLjviZK6 .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucDLjviZK6 .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucDLjviZK6 .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucDLjviZK6 .item-wrap {
    padding: 50px;
  }
}
.cid-ucDLjviZK6 .item-content {
  width: 100%;
}
.cid-ucDLjviZK6 .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucDLjviZK6 .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ucDLjviZK6 .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucDLjviZK6 .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucDLjviZK6 .list-item {
  display: flex;
  align-items: center;
}
.cid-ucDLjviZK6 .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucDLjviZK6 .icon-box {
  padding-right: 14px;
}
.cid-ucDLjviZK6 .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucDLjviZK6 .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucDLjviZK6 .link-container {
    margin-top: 72px;
  }
}
.cid-ucDLjviZK6 .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucDLjviZK6 .link-container .link span {
  padding-right: 10px;
}
.cid-ucDLjxylFH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b5265;
}
.cid-ucDLjxylFH .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDLjxylFH .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-ucDLjxylFH .row {
    text-align: center!important;
  }
}
.cid-ucDLjxylFH .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-ucDLjxylFH .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-ucDLjxylFH .content-container {
    padding: 80px;
  }
}
.cid-ucDLjxylFH .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-ucDLjxylFH .mbr-section-title {
    text-align: center;
  }
}
.cid-ucDLjxylFH .mbr-text {
  color: #000000;
  opacity: 0.7;
  margin-top: 20px;
  text-align: left;
}
.cid-ucDLjxylFH .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucDLjxylFH .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-ucDLjxylFH .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-ucDLjxylFH .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucDLjxylFH .mbr-section-btn .btn-white {
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .cid-ucDLjxylFH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDLjxylFH .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDLjxylFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjxylFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDLjyRpEP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffcf5;
}
.cid-ucDLjyRpEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjyRpEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDLjyRpEP .text-wrap {
  width: 100%;
}
.cid-ucDLjyRpEP .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-ucDLjyRpEP .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-ucDLjyRpEP .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ucDLjyRpEP .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-ucDLjyRpEP .item-row {
  row-gap: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.cid-ucDLjyRpEP .item-row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-ucDLjyRpEP .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #fffcf5;
  overflow: hidden;
  border: 1px solid rgba(130, 157, 133, 0.8);
  border-radius: 45px;
}
.cid-ucDLjyRpEP .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-ucDLjyRpEP .item-img img {
  aspect-ratio: 0.83333333;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ucDLjyRpEP .item-title-wrap {
  padding: 45px 26px;
  border-radius: 0 0 45px 45px;
  border: 1px solid rgba(130, 157, 133, 0.8);
  background-color: rgba(91, 82, 101, 0.8);
}
.cid-ucDLjyRpEP .item-title {
  width: 100%;
  margin: 0;
  color: #ffffff;
}
.cid-ucDLjyRpEP .item-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 26px;
}
.cid-ucDLjyRpEP .item-text {
  color: #353535;
  margin: 0;
}
.cid-ucDLjyRpEP .mbr-section-btn {
  margin-top: 10px;
}
.cid-ucDLjyRpEP .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-ucDLjAyhhh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #5b5265;
}
.cid-ucDLjAyhhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjAyhhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDLjAyhhh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucDLjAyhhh .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDLjAyhhh .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucDLjAyhhh .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDLjAyhhh .container {
    padding: 0 12px;
  }
}
.cid-ucDLjAyhhh .row {
  justify-content: center;
}
.cid-ucDLjAyhhh .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ucDLjAyhhh .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ucDLjAyhhh .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucDLjAyhhh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucDLjAyhhh .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ucDLjAyhhh .item {
    margin-bottom: 16px;
  }
}
.cid-ucDLjAyhhh .item .item-wrapper {
  width: 100%;
}
.cid-ucDLjAyhhh .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDLjAyhhh .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-ucDLjAyhhh .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ucDLjAyhhh .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ucDLjAyhhh .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-ucDLjAyhhh .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ucDLjAyhhh .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-ucDLjAyhhh .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ucDLjAyhhh .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucDLjAyhhh .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-ucDLjAyhhh .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ucDLjAyhhh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucDLjAyhhh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucDLjAyhhh .item-title {
  color: #1D1D1F;
}
.cid-ucDLjAyhhh .item-desc {
  color: #1D1D1F;
}
.cid-ucDLjAyhhh .item-text {
  color: #1D1D1F;
}
.cid-ucDLjBL1l4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-ucDLjBL1l4 .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-ucDLjBL1l4 .row {
    text-align: center!important;
  }
}
.cid-ucDLjBL1l4 .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-ucDLjBL1l4 .mbr-section-title {
    text-align: center;
  }
}
.cid-ucDLjBL1l4 .mbr-text {
  color: #000000;
  margin-top: 20px;
}
.cid-ucDLjBL1l4 .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucDLjBL1l4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucDLjBL1l4 .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-ucDLjBL1l4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDLjBL1l4 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDLjBL1l4 .mbr-section-title,
.cid-ucDLjBL1l4 .mbr-section-btn {
  color: #000000;
}
.cid-ucDLjCP2GN {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #5b5265;
}
.cid-ucDLjCP2GN .pos_rel {
  position: relative;
}
.cid-ucDLjCP2GN .main_section_title {
  display: flex;
}
.cid-ucDLjCP2GN .main_title {
  padding: 0 8.333%;
}
.cid-ucDLjCP2GN .empty_content {
  width: 93%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ucDLjCP2GN .card_title {
    font-size: 2rem;
  }
}
.cid-ucDLjCP2GN .text-wrapper {
  width: 62%;
  background: #ffffff;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-ucDLjCP2GN .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-ucDLjCP2GN .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-ucDLjCP2GN .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-ucDLjCP2GN .text-wrapper:hover .card_title a {
  color: #264ff5 !important;
}
.cid-ucDLjCP2GN .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucDLjCP2GN .block-content,
.cid-ucDLjCP2GN .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-ucDLjCP2GN .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-ucDLjCP2GN .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-ucDLjCP2GN .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-ucDLjCP2GN .block-content {
  display: flex;
  align-items: center;
}
.cid-ucDLjCP2GN .image-wrapper,
.cid-ucDLjCP2GN img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-ucDLjCP2GN .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-ucDLjCP2GN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucDLjCP2GN .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucDLjCP2GN .mbr-section-btn .btn-secondary-outline .active,
.cid-ucDLjCP2GN .mbr-section-btn .btn-secondary-outline:focus {
  color: #0099ff !important;
}
@media (max-width: 991px) {
  .cid-ucDLjCP2GN .block-content {
    flex-direction: column;
  }
  .cid-ucDLjCP2GN .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-ucDLjCP2GN .empty_content {
    display: none;
  }
  .cid-ucDLjCP2GN .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ucDLjCP2GN .text-wrapper,
  .cid-ucDLjCP2GN .main_title {
    padding: 30px 1rem;
  }
}
.cid-ucDLjCP2GN .card_title {
  color: #000000;
}
.cid-ucDLjFeTrF {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #5b5265;
  background: linear-gradient(180deg, #5b5265, #5b5265);
}
.cid-ucDLjFeTrF .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDLjFeTrF .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-ucDLjFeTrF .row {
    text-align: center!important;
  }
}
.cid-ucDLjFeTrF .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucDLjFeTrF .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-ucDLjFeTrF .content-container {
    padding: 80px;
  }
}
.cid-ucDLjFeTrF .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-ucDLjFeTrF .mbr-section-title {
    text-align: center;
  }
}
.cid-ucDLjFeTrF .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-ucDLjFeTrF .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucDLjFeTrF .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-ucDLjFeTrF .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-ucDLjFeTrF .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-ucDLjFeTrF .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDLjFeTrF .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDLjGnPoL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffcf5;
}
.cid-ucDLjGnPoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjGnPoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDLjGnPoL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucDLjGnPoL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ucDLjGnPoL .container {
    padding: 0 24px;
  }
}
.cid-ucDLjGnPoL .row {
  justify-content: center;
}
.cid-ucDLjGnPoL .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-ucDLjGnPoL .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ucDLjGnPoL .content-wrapper {
    padding: 32px;
  }
}
.cid-ucDLjGnPoL .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucDLjGnPoL .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-ucDLjGnPoL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucDLjGnPoL .mbr-text {
  color: #000000;
}
.cid-ucDLjHvmNM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b5265;
}
.cid-ucDLjHvmNM .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDLjHvmNM .container {
    max-width: 1040px;
  }
}
.cid-ucDLjHvmNM .row {
  justify-content: center;
}
.cid-ucDLjHvmNM .item:focus,
.cid-ucDLjHvmNM span:focus {
  outline: none;
}
.cid-ucDLjHvmNM .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucDLjHvmNM .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucDLjHvmNM .item {
    width: 100%;
  }
  .cid-ucDLjHvmNM .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucDLjHvmNM .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDLjHvmNM .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucDLjHvmNM .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucDLjHvmNM .item:first-child .item-wrap {
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff, #5b5265);
}
.cid-ucDLjHvmNM .item:last-child .item-wrap {
  background: #5b5265;
  background: linear-gradient(180deg, #5b5265, #ffffff);
}
.cid-ucDLjHvmNM .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucDLjHvmNM .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucDLjHvmNM .item-wrap {
    padding: 50px;
  }
}
.cid-ucDLjHvmNM .item-content {
  width: 100%;
}
.cid-ucDLjHvmNM .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucDLjHvmNM .mbr-text {
  color: #000000;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
  text-align: center;
}
.cid-ucDLjHvmNM .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucDLjHvmNM .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucDLjHvmNM .list-item {
  display: flex;
  align-items: center;
}
.cid-ucDLjHvmNM .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucDLjHvmNM .icon-box {
  padding-right: 14px;
}
.cid-ucDLjHvmNM .list-text {
  flex-grow: 1;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ucDLjHvmNM .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucDLjHvmNM .link-container {
    margin-top: 72px;
  }
}
.cid-ucDLjHvmNM .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucDLjHvmNM .link-container .link span {
  padding-right: 10px;
}
.cid-ucDLjHvmNM .item-title,
.cid-ucDLjHvmNM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucDLjJbqCy {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDLjJbqCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjJbqCy .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ucDLjJbqCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDLjJbqCy h1 {
  max-width: 800px;
}
.cid-ucDLjJbqCy p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ucDLjJbqCy .btn:hover {
  transform: scale(1.1);
  background: #264ff5 !important;
  border-color: #264ff5 !important;
  color: #0099ff !important;
}
.cid-ucDLjJbqCy .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ucDLjJbqCy .btn div {
  overflow: hidden;
}
.cid-ucDLjJbqCy .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ucDLjJbqCy {
    align-items: center;
  }
  .cid-ucDLjJbqCy .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucDLjJbqCy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucDLjJbqCy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucDLjJbqCy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucDLjJbqCy .content-wrap {
    width: 100%;
  }
}
.cid-ucDLjJbqCy .mbr-section-subtitle,
.cid-ucDLjJbqCy .line {
  color: #000000;
}
.cid-ucDLjJbqCy .mbr-text,
.cid-ucDLjJbqCy .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ucDLjJbqCy .mbr-section-title {
  color: #291f1e;
}
.cid-ucDLjKhxAA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #5b5265;
}
.cid-ucDLjKhxAA .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0099ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-ucDLjKhxAA .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ucDLjKhxAA .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-ucDLjKhxAA .main-title.display-2 {
  line-height: 1.375;
}
.cid-ucDLjKhxAA .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ucDLjKhxAA .mbr-text {
  color: #606060;
}
.cid-ucDLjKhxAA .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-ucDLjKhxAA .mbr-section-btn {
  margin-top: 24px;
}
.cid-ucDLjKhxAA .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-ucDLjKhxAA .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ucDLjKhxAA .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-ucDLjKhxAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjKhxAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDLjKhxAA .mbr-text,
.cid-ucDLjKhxAA .mbr-section-btn {
  color: #000000;
}
.cid-ucDLjKhxAA .main-title,
.cid-ucDLjKhxAA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucDLjLpyIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDLjLpyIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjLpyIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDLjLpyIs .container-fluid {
  margin: 0;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucDLjLpyIs .container-fluid {
    padding: 0 12px;
  }
}
.cid-ucDLjLpyIs .container-fluid .row {
  padding: 0;
}
.cid-ucDLjLpyIs .image-wrap {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucDLjLpyIs .image-wrapper {
    margin-bottom: 70px;
  }
}
.cid-ucDLjLpyIs .image-wrapper img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDLjLpyIs .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-ucDLjLpyIs .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 174px 0 60px;
}
@media (min-width: 1500px) {
  .cid-ucDLjLpyIs .cards-wrap {
    padding: 0 285px 0 60px;
  }
}
@media (max-width: 1200px) {
  .cid-ucDLjLpyIs .cards-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucDLjLpyIs .cards-wrap {
    padding: 0 25px;
  }
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card {
  margin-bottom: 25px;
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card .card-header {
  border: none;
  padding: 2px 0 9px;
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  opacity: .8;
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card .card-header .panel-title:hover .panel-title-edit::before {
  opacity: .8;
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card .card-header .panel-title .panel-number {
  min-width: 25px;
  margin-right: 25px;
  margin-bottom: 0;
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  position: relative;
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card .card-header .panel-title .mbr-iconfont {
  margin-left: 25px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card .panel-collapse .panel-body {
  padding: 18px 0 0 50px;
  border-top: 1px solid #282828;
}
.cid-ucDLjLpyIs .cards-wrap .tab-content .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucDLjLpyIs .panel-number {
  color: #b6b6b6;
}
.cid-ucDLjLpyIs .panel-title-edit,
.cid-ucDLjLpyIs .mbr-iconfont {
  color: #ffffff;
}
.cid-ucDLjLpyIs .panel-text {
  color: #b6b6b6;
}
.cid-ucDLjN8INC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ucDLjN8INC::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-ucDLjN8INC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjN8INC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucDLjN8INC .container {
    padding: 0 16px;
  }
}
.cid-ucDLjN8INC .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucDLjN8INC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucDLjN8INC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucDLjN8INC .mbr-section-title {
  color: #000000;
}
.cid-ucDLjN8INC .mbr-text {
  color: #000000;
}
.cid-ucDLjOcfwp {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #5b5265;
}
.cid-ucDLjOcfwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjOcfwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDLjOcfwp .container {
  max-width: 1140px;
}
.cid-ucDLjOcfwp .row {
  justify-content: center;
}
.cid-ucDLjOcfwp .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-ucDLjOcfwp .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
}
.cid-ucDLjOcfwp .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-ucDLjOcfwp .toggle-panel {
  width: 100%;
}
.cid-ucDLjOcfwp .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #ffffff;
}
.cid-ucDLjOcfwp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ucDLjOcfwp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-ucDLjOcfwp .panel-title {
    align-items: flex-start;
  }
}
.cid-ucDLjOcfwp .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #ffffff;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-ucDLjOcfwp .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-ucDLjOcfwp .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-ucDLjOcfwp .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-ucDLjOcfwp .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-ucDLjOcfwp .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-ucDLjOcfwp .panel-body {
    width: 100%;
  }
}
.cid-ucDLjOcfwp .panel-title-edit {
  color: #ffffff;
}
.cid-ucDLjOcfwp .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ucDLjPwJSn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucDLjPwJSn .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucDLjPwJSn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucDLjPwJSn .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-ucDLjPwJSn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucDLjPwJSn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucDLjPwJSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjPwJSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDLjQNIbt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDLjQNIbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDLjQNIbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDLjQNIbt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ucDLjQNIbt .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ucDLjQNIbt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDLjQNIbt .container {
    padding: 0 16px;
  }
}
.cid-ucDLjQNIbt .row {
  justify-content: center;
}
.cid-ucDLjQNIbt .content-wrapper {
  margin-bottom: 36px;
}
.cid-ucDLjQNIbt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDLjQNIbt .content-wrapper .email-wrapper {
  display: block;
}
.cid-ucDLjQNIbt .content-wrapper .email-wrapper:hover .mbr-email,
.cid-ucDLjQNIbt .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-ucDLjQNIbt .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ucDLjQNIbt .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-ucDLjQNIbt .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-ucDLjQNIbt .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-ucDLjQNIbt .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDLjQNIbt .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ucDLjQNIbt .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDLjQNIbt .contacts-wrapper .list .item-wrap:hover,
.cid-ucDLjQNIbt .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-ucDLjQNIbt .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-ucDLjQNIbt .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ucDLjQNIbt .mbr-section-title {
  color: #080808;
}
.cid-ucDLjQNIbt .mbr-email {
  color: #ffffff;
}
.cid-ucDLjQNIbt .mbr-desc {
  color: #ffffff;
}
.cid-ucDLjQNIbt .list {
  color: #333333;
}
.cid-ucDLjQNIbt .mbr-section-title,
.cid-ucDLjQNIbt .mbr-section-btn {
  color: #ffffff;
}
.cid-ucDLjQNIbt .list,
.cid-ucDLjQNIbt .item-wrap {
  color: #ffffff;
}
.cid-ucDMYcQShv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ucDMYcQShv nav.navbar {
  position: fixed;
}
.cid-ucDMYcQShv .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-ucDMYcQShv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucDMYcQShv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucDMYcQShv .dropdown-item:hover,
.cid-ucDMYcQShv .dropdown-item:focus {
  background: #0099ff !important;
  color: white !important;
}
.cid-ucDMYcQShv .dropdown-item:hover span {
  color: white;
}
.cid-ucDMYcQShv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucDMYcQShv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucDMYcQShv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucDMYcQShv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucDMYcQShv .nav-link {
  position: relative;
}
.cid-ucDMYcQShv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucDMYcQShv .container {
    flex-wrap: nowrap;
  }
}
.cid-ucDMYcQShv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucDMYcQShv .dropdown-menu,
.cid-ucDMYcQShv .navbar.opened {
  background: #ffffff !important;
}
.cid-ucDMYcQShv .nav-item:focus,
.cid-ucDMYcQShv .nav-link:focus {
  outline: none;
}
.cid-ucDMYcQShv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucDMYcQShv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucDMYcQShv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucDMYcQShv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucDMYcQShv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucDMYcQShv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucDMYcQShv .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucDMYcQShv .navbar.opened {
  transition: all 0.3s;
}
.cid-ucDMYcQShv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucDMYcQShv .navbar .navbar-logo img {
  width: auto;
}
.cid-ucDMYcQShv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucDMYcQShv .navbar.collapsed {
  justify-content: center;
}
.cid-ucDMYcQShv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucDMYcQShv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucDMYcQShv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-ucDMYcQShv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucDMYcQShv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucDMYcQShv .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-ucDMYcQShv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucDMYcQShv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucDMYcQShv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucDMYcQShv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucDMYcQShv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucDMYcQShv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucDMYcQShv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucDMYcQShv .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-ucDMYcQShv .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-ucDMYcQShv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucDMYcQShv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucDMYcQShv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucDMYcQShv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucDMYcQShv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucDMYcQShv .navbar.navbar-short {
  min-height: 80px;
}
.cid-ucDMYcQShv .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-ucDMYcQShv .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ucDMYcQShv .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucDMYcQShv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucDMYcQShv .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ucDMYcQShv .navbar-brand {
    margin-right: 14px;
  }
}
.cid-ucDMYcQShv .dropdown-item.active,
.cid-ucDMYcQShv .dropdown-item:active {
  background-color: transparent;
}
.cid-ucDMYcQShv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucDMYcQShv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucDMYcQShv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucDMYcQShv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucDMYcQShv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucDMYcQShv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucDMYcQShv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucDMYcQShv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucDMYcQShv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucDMYcQShv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucDMYcQShv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucDMYcQShv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDMYcQShv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDMYcQShv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucDMYcQShv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDMYcQShv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucDMYcQShv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucDMYcQShv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDMYcQShv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucDMYcQShv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucDMYcQShv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucDMYcQShv .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucDMYcQShv .navbar {
    height: 80px;
  }
  .cid-ucDMYcQShv .navbar.opened {
    height: auto;
  }
  .cid-ucDMYcQShv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucDMYcQShv .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-ucDMYcQShv .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-ucDMYcQShv .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ucDMYcQShv .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-ucDMYcQShv .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDMYcQShv .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDMYcQShv .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-ucDMYeGKMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDMYeGKMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYeGKMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucDMYeGKMO .container {
    padding: 0 16px;
  }
}
.cid-ucDMYeGKMO .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ucDMYeGKMO .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-ucDMYeGKMO .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucDMYeGKMO .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ucDMYeGKMO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucDMYeGKMO .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ucDMYeGKMO .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucDMYeGKMO .mbr-section-title {
  color: #ffffff;
}
.cid-ucDMYeGKMO .mbr-text {
  color: #ffffff;
}
.cid-ucDMYfZTOp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucDMYfZTOp .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDMYfZTOp .container {
    max-width: 1040px;
  }
}
.cid-ucDMYfZTOp .row {
  justify-content: center;
}
.cid-ucDMYfZTOp .item:focus,
.cid-ucDMYfZTOp span:focus {
  outline: none;
}
.cid-ucDMYfZTOp .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucDMYfZTOp .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucDMYfZTOp .item {
    width: 100%;
  }
  .cid-ucDMYfZTOp .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucDMYfZTOp .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDMYfZTOp .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucDMYfZTOp .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucDMYfZTOp .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucDMYfZTOp .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucDMYfZTOp .item-wrap {
    padding: 50px;
  }
}
.cid-ucDMYfZTOp .item-content {
  width: 100%;
}
.cid-ucDMYfZTOp .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucDMYfZTOp .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ucDMYfZTOp .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucDMYfZTOp .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucDMYfZTOp .list-item {
  display: flex;
  align-items: center;
}
.cid-ucDMYfZTOp .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucDMYfZTOp .icon-box {
  padding-right: 14px;
}
.cid-ucDMYfZTOp .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucDMYfZTOp .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucDMYfZTOp .link-container {
    margin-top: 72px;
  }
}
.cid-ucDMYfZTOp .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucDMYfZTOp .link-container .link span {
  padding-right: 10px;
}
.cid-ucDMYhiHIe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b5265;
}
.cid-ucDMYhiHIe .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDMYhiHIe .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-ucDMYhiHIe .row {
    text-align: center!important;
  }
}
.cid-ucDMYhiHIe .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-ucDMYhiHIe .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-ucDMYhiHIe .content-container {
    padding: 80px;
  }
}
.cid-ucDMYhiHIe .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-ucDMYhiHIe .mbr-section-title {
    text-align: center;
  }
}
.cid-ucDMYhiHIe .mbr-text {
  color: #000000;
  opacity: 0.7;
  margin-top: 20px;
  text-align: left;
}
.cid-ucDMYhiHIe .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucDMYhiHIe .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-ucDMYhiHIe .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-ucDMYhiHIe .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucDMYhiHIe .mbr-section-btn .btn-white {
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .cid-ucDMYhiHIe .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDMYhiHIe .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDMYhiHIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYhiHIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDMYiBrAh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffcf5;
}
.cid-ucDMYiBrAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYiBrAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDMYiBrAh .text-wrap {
  width: 100%;
}
.cid-ucDMYiBrAh .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-ucDMYiBrAh .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-ucDMYiBrAh .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ucDMYiBrAh .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-ucDMYiBrAh .item-row {
  row-gap: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.cid-ucDMYiBrAh .item-row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-ucDMYiBrAh .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #fffcf5;
  overflow: hidden;
  border: 1px solid rgba(130, 157, 133, 0.8);
  border-radius: 45px;
}
.cid-ucDMYiBrAh .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-ucDMYiBrAh .item-img img {
  aspect-ratio: 0.83333333;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ucDMYiBrAh .item-title-wrap {
  padding: 45px 26px;
  border-radius: 0 0 45px 45px;
  border: 1px solid rgba(130, 157, 133, 0.8);
  background-color: rgba(91, 82, 101, 0.8);
}
.cid-ucDMYiBrAh .item-title {
  width: 100%;
  margin: 0;
  color: #ffffff;
}
.cid-ucDMYiBrAh .item-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 26px;
}
.cid-ucDMYiBrAh .item-text {
  color: #353535;
  margin: 0;
}
.cid-ucDMYiBrAh .mbr-section-btn {
  margin-top: 10px;
}
.cid-ucDMYiBrAh .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-ucDMYjZ6Jv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #5b5265;
}
.cid-ucDMYjZ6Jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYjZ6Jv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDMYjZ6Jv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucDMYjZ6Jv .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDMYjZ6Jv .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucDMYjZ6Jv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDMYjZ6Jv .container {
    padding: 0 12px;
  }
}
.cid-ucDMYjZ6Jv .row {
  justify-content: center;
}
.cid-ucDMYjZ6Jv .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ucDMYjZ6Jv .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ucDMYjZ6Jv .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucDMYjZ6Jv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucDMYjZ6Jv .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ucDMYjZ6Jv .item {
    margin-bottom: 16px;
  }
}
.cid-ucDMYjZ6Jv .item .item-wrapper {
  width: 100%;
}
.cid-ucDMYjZ6Jv .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDMYjZ6Jv .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-ucDMYjZ6Jv .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ucDMYjZ6Jv .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ucDMYjZ6Jv .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-ucDMYjZ6Jv .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ucDMYjZ6Jv .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-ucDMYjZ6Jv .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ucDMYjZ6Jv .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucDMYjZ6Jv .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-ucDMYjZ6Jv .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ucDMYjZ6Jv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucDMYjZ6Jv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucDMYjZ6Jv .item-title {
  color: #1D1D1F;
}
.cid-ucDMYjZ6Jv .item-desc {
  color: #1D1D1F;
}
.cid-ucDMYjZ6Jv .item-text {
  color: #1D1D1F;
}
.cid-ucDMYlkYLP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-ucDMYlkYLP .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-ucDMYlkYLP .row {
    text-align: center!important;
  }
}
.cid-ucDMYlkYLP .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-ucDMYlkYLP .mbr-section-title {
    text-align: center;
  }
}
.cid-ucDMYlkYLP .mbr-text {
  color: #000000;
  margin-top: 20px;
}
.cid-ucDMYlkYLP .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucDMYlkYLP .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucDMYlkYLP .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-ucDMYlkYLP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDMYlkYLP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDMYlkYLP .mbr-section-title,
.cid-ucDMYlkYLP .mbr-section-btn {
  color: #000000;
}
.cid-ucDMYmxpik {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #5b5265;
}
.cid-ucDMYmxpik .pos_rel {
  position: relative;
}
.cid-ucDMYmxpik .main_section_title {
  display: flex;
}
.cid-ucDMYmxpik .main_title {
  padding: 0 8.333%;
}
.cid-ucDMYmxpik .empty_content {
  width: 93%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ucDMYmxpik .card_title {
    font-size: 2rem;
  }
}
.cid-ucDMYmxpik .text-wrapper {
  width: 62%;
  background: #ffffff;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-ucDMYmxpik .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-ucDMYmxpik .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-ucDMYmxpik .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-ucDMYmxpik .text-wrapper:hover .card_title a {
  color: #264ff5 !important;
}
.cid-ucDMYmxpik .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucDMYmxpik .block-content,
.cid-ucDMYmxpik .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-ucDMYmxpik .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-ucDMYmxpik .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-ucDMYmxpik .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-ucDMYmxpik .block-content {
  display: flex;
  align-items: center;
}
.cid-ucDMYmxpik .image-wrapper,
.cid-ucDMYmxpik img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-ucDMYmxpik .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-ucDMYmxpik .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucDMYmxpik .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucDMYmxpik .mbr-section-btn .btn-secondary-outline .active,
.cid-ucDMYmxpik .mbr-section-btn .btn-secondary-outline:focus {
  color: #0099ff !important;
}
@media (max-width: 991px) {
  .cid-ucDMYmxpik .block-content {
    flex-direction: column;
  }
  .cid-ucDMYmxpik .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-ucDMYmxpik .empty_content {
    display: none;
  }
  .cid-ucDMYmxpik .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ucDMYmxpik .text-wrapper,
  .cid-ucDMYmxpik .main_title {
    padding: 30px 1rem;
  }
}
.cid-ucDMYmxpik .card_title {
  color: #000000;
}
.cid-ucDMYnWmQk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDMYnWmQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYnWmQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucDMYnWmQk .container {
    padding: 0 20px;
  }
}
.cid-ucDMYnWmQk .row {
  margin: 0;
}
.cid-ucDMYnWmQk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucDMYnWmQk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucDMYnWmQk .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucDMYnWmQk .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucDMYnWmQk .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucDMYnWmQk .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucDMYnWmQk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucDMYp7RcQ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #5b5265;
  background: linear-gradient(180deg, #5b5265, #5b5265);
}
.cid-ucDMYp7RcQ .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDMYp7RcQ .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-ucDMYp7RcQ .row {
    text-align: center!important;
  }
}
.cid-ucDMYp7RcQ .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucDMYp7RcQ .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-ucDMYp7RcQ .content-container {
    padding: 80px;
  }
}
.cid-ucDMYp7RcQ .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-ucDMYp7RcQ .mbr-section-title {
    text-align: center;
  }
}
.cid-ucDMYp7RcQ .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-ucDMYp7RcQ .mbr-text a:hover {
  text-decoration: underline;
}
.cid-ucDMYp7RcQ .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-ucDMYp7RcQ .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-ucDMYp7RcQ .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-ucDMYp7RcQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucDMYp7RcQ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucDMYqg38X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffcf5;
}
.cid-ucDMYqg38X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYqg38X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDMYqg38X .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucDMYqg38X .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ucDMYqg38X .container {
    padding: 0 24px;
  }
}
.cid-ucDMYqg38X .row {
  justify-content: center;
}
.cid-ucDMYqg38X .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-ucDMYqg38X .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ucDMYqg38X .content-wrapper {
    padding: 32px;
  }
}
.cid-ucDMYqg38X .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucDMYqg38X .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-ucDMYqg38X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucDMYqg38X .mbr-text {
  color: #000000;
}
.cid-ucDMYrrOHp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b5265;
}
.cid-ucDMYrrOHp .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucDMYrrOHp .container {
    max-width: 1040px;
  }
}
.cid-ucDMYrrOHp .row {
  justify-content: center;
}
.cid-ucDMYrrOHp .item:focus,
.cid-ucDMYrrOHp span:focus {
  outline: none;
}
.cid-ucDMYrrOHp .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucDMYrrOHp .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucDMYrrOHp .item {
    width: 100%;
  }
  .cid-ucDMYrrOHp .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucDMYrrOHp .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDMYrrOHp .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucDMYrrOHp .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucDMYrrOHp .item:first-child .item-wrap {
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff, #5b5265);
}
.cid-ucDMYrrOHp .item:last-child .item-wrap {
  background: #5b5265;
  background: linear-gradient(180deg, #5b5265, #ffffff);
}
.cid-ucDMYrrOHp .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucDMYrrOHp .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucDMYrrOHp .item-wrap {
    padding: 50px;
  }
}
.cid-ucDMYrrOHp .item-content {
  width: 100%;
}
.cid-ucDMYrrOHp .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucDMYrrOHp .mbr-text {
  color: #000000;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
  text-align: center;
}
.cid-ucDMYrrOHp .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucDMYrrOHp .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucDMYrrOHp .list-item {
  display: flex;
  align-items: center;
}
.cid-ucDMYrrOHp .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucDMYrrOHp .icon-box {
  padding-right: 14px;
}
.cid-ucDMYrrOHp .list-text {
  flex-grow: 1;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ucDMYrrOHp .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucDMYrrOHp .link-container {
    margin-top: 72px;
  }
}
.cid-ucDMYrrOHp .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucDMYrrOHp .link-container .link span {
  padding-right: 10px;
}
.cid-ucDMYrrOHp .item-title,
.cid-ucDMYrrOHp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucDMYsTWEf {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDMYsTWEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYsTWEf .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ucDMYsTWEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDMYsTWEf h1 {
  max-width: 800px;
}
.cid-ucDMYsTWEf p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ucDMYsTWEf .btn:hover {
  transform: scale(1.1);
  background: #264ff5 !important;
  border-color: #264ff5 !important;
  color: #0099ff !important;
}
.cid-ucDMYsTWEf .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ucDMYsTWEf .btn div {
  overflow: hidden;
}
.cid-ucDMYsTWEf .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ucDMYsTWEf {
    align-items: center;
  }
  .cid-ucDMYsTWEf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucDMYsTWEf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucDMYsTWEf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucDMYsTWEf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucDMYsTWEf .content-wrap {
    width: 100%;
  }
}
.cid-ucDMYsTWEf .mbr-section-subtitle,
.cid-ucDMYsTWEf .line {
  color: #000000;
}
.cid-ucDMYsTWEf .mbr-text,
.cid-ucDMYsTWEf .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ucDMYsTWEf .mbr-section-title {
  color: #291f1e;
}
.cid-ucDMYu3LVO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #5b5265;
}
.cid-ucDMYu3LVO .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0099ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-ucDMYu3LVO .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ucDMYu3LVO .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-ucDMYu3LVO .main-title.display-2 {
  line-height: 1.375;
}
.cid-ucDMYu3LVO .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ucDMYu3LVO .mbr-text {
  color: #606060;
}
.cid-ucDMYu3LVO .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-ucDMYu3LVO .mbr-section-btn {
  margin-top: 24px;
}
.cid-ucDMYu3LVO .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-ucDMYu3LVO .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ucDMYu3LVO .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-ucDMYu3LVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYu3LVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDMYu3LVO .mbr-text,
.cid-ucDMYu3LVO .mbr-section-btn {
  color: #000000;
}
.cid-ucDMYu3LVO .main-title,
.cid-ucDMYu3LVO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucDMYvegui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDMYvegui .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYvegui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDMYvegui .container-fluid {
  margin: 0;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucDMYvegui .container-fluid {
    padding: 0 12px;
  }
}
.cid-ucDMYvegui .container-fluid .row {
  padding: 0;
}
.cid-ucDMYvegui .image-wrap {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucDMYvegui .image-wrapper {
    margin-bottom: 70px;
  }
}
.cid-ucDMYvegui .image-wrapper img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDMYvegui .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-ucDMYvegui .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 174px 0 60px;
}
@media (min-width: 1500px) {
  .cid-ucDMYvegui .cards-wrap {
    padding: 0 285px 0 60px;
  }
}
@media (max-width: 1200px) {
  .cid-ucDMYvegui .cards-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucDMYvegui .cards-wrap {
    padding: 0 25px;
  }
}
.cid-ucDMYvegui .cards-wrap .tab-content .card {
  margin-bottom: 25px;
}
.cid-ucDMYvegui .cards-wrap .tab-content .card .card-header {
  border: none;
  padding: 2px 0 9px;
}
.cid-ucDMYvegui .cards-wrap .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ucDMYvegui .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-ucDMYvegui .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  opacity: .8;
}
.cid-ucDMYvegui .cards-wrap .tab-content .card .card-header .panel-title:hover .panel-title-edit::before {
  opacity: .8;
}
.cid-ucDMYvegui .cards-wrap .tab-content .card .card-header .panel-title .panel-number {
  min-width: 25px;
  margin-right: 25px;
  margin-bottom: 0;
}
.cid-ucDMYvegui .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  position: relative;
}
.cid-ucDMYvegui .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucDMYvegui .cards-wrap .tab-content .card .card-header .panel-title .mbr-iconfont {
  margin-left: 25px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.cid-ucDMYvegui .cards-wrap .tab-content .card .panel-collapse .panel-body {
  padding: 18px 0 0 50px;
  border-top: 1px solid #282828;
}
.cid-ucDMYvegui .cards-wrap .tab-content .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucDMYvegui .panel-number {
  color: #b6b6b6;
}
.cid-ucDMYvegui .panel-title-edit,
.cid-ucDMYvegui .mbr-iconfont {
  color: #ffffff;
}
.cid-ucDMYvegui .panel-text {
  color: #b6b6b6;
}
.cid-ucDMYwLhno {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ucDMYwLhno::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-ucDMYwLhno .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYwLhno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucDMYwLhno .container {
    padding: 0 16px;
  }
}
.cid-ucDMYwLhno .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucDMYwLhno .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucDMYwLhno .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucDMYwLhno .mbr-section-title {
  color: #000000;
}
.cid-ucDMYwLhno .mbr-text {
  color: #000000;
}
.cid-ucDMYy0D5l {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #5b5265;
}
.cid-ucDMYy0D5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYy0D5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDMYy0D5l .container {
  max-width: 1140px;
}
.cid-ucDMYy0D5l .row {
  justify-content: center;
}
.cid-ucDMYy0D5l .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-ucDMYy0D5l .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
}
.cid-ucDMYy0D5l .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-ucDMYy0D5l .toggle-panel {
  width: 100%;
}
.cid-ucDMYy0D5l .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #ffffff;
}
.cid-ucDMYy0D5l .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ucDMYy0D5l .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-ucDMYy0D5l .panel-title {
    align-items: flex-start;
  }
}
.cid-ucDMYy0D5l .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #ffffff;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-ucDMYy0D5l .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-ucDMYy0D5l .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-ucDMYy0D5l .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-ucDMYy0D5l .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-ucDMYy0D5l .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-ucDMYy0D5l .panel-body {
    width: 100%;
  }
}
.cid-ucDMYy0D5l .panel-title-edit {
  color: #ffffff;
}
.cid-ucDMYy0D5l .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ucDMYzvmQG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucDMYzvmQG .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucDMYzvmQG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucDMYzvmQG .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-ucDMYzvmQG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucDMYzvmQG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucDMYzvmQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYzvmQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDMYAJ6x6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5b5265;
}
.cid-ucDMYAJ6x6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDMYAJ6x6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDMYAJ6x6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ucDMYAJ6x6 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ucDMYAJ6x6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDMYAJ6x6 .container {
    padding: 0 16px;
  }
}
.cid-ucDMYAJ6x6 .row {
  justify-content: center;
}
.cid-ucDMYAJ6x6 .content-wrapper {
  margin-bottom: 36px;
}
.cid-ucDMYAJ6x6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDMYAJ6x6 .content-wrapper .email-wrapper {
  display: block;
}
.cid-ucDMYAJ6x6 .content-wrapper .email-wrapper:hover .mbr-email,
.cid-ucDMYAJ6x6 .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-ucDMYAJ6x6 .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-ucDMYAJ6x6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-ucDMYAJ6x6 .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-ucDMYAJ6x6 .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucDMYAJ6x6 .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ucDMYAJ6x6 .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucDMYAJ6x6 .contacts-wrapper .list .item-wrap:hover,
.cid-ucDMYAJ6x6 .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-ucDMYAJ6x6 .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-ucDMYAJ6x6 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ucDMYAJ6x6 .mbr-section-title {
  color: #080808;
}
.cid-ucDMYAJ6x6 .mbr-email {
  color: #ffffff;
}
.cid-ucDMYAJ6x6 .mbr-desc {
  color: #ffffff;
}
.cid-ucDMYAJ6x6 .list {
  color: #333333;
}
.cid-ucDMYAJ6x6 .mbr-section-title,
.cid-ucDMYAJ6x6 .mbr-section-btn {
  color: #ffffff;
}
.cid-ucDMYAJ6x6 .list,
.cid-ucDMYAJ6x6 .item-wrap {
  color: #ffffff;
}
