.btn {
  border-width: 2px;
}
body {
  background-color: #000000;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4rem;
  line-height: .89;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.2rem;
  line-height: 1.53;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 200px;
}
.bg-primary {
  background-color: #454545 !important;
}
.bg-success {
  background-color: #88e9bc !important;
}
.bg-info {
  background-color: #79e3f8 !important;
}
.bg-warning {
  background-color: #ffdc72 !important;
}
.bg-danger {
  background-color: #ea8790 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #454545 !important;
  border-color: #454545 !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: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #beb6e2 !important;
  border-color: #beb6e2 !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: #8778c9 !important;
  border-color: #8778c9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8778c9 !important;
  border-color: #8778c9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #79e3f8 !important;
  border-color: #79e3f8 !important;
  color: #065b6c !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: #27d2f4 !important;
  border-color: #27d2f4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #065b6c !important;
  background-color: #27d2f4 !important;
  border-color: #27d2f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #88e9bc !important;
  border-color: #88e9bc !important;
  color: #12603c !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: #3fdb93 !important;
  border-color: #3fdb93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #12603c !important;
  background-color: #3fdb93 !important;
  border-color: #3fdb93 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdc72 !important;
  border-color: #ffdc72 !important;
  color: #725600 !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: #1b1500 !important;
  background-color: #ffc61b !important;
  border-color: #ffc61b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #725600 !important;
  background-color: #ffc61b !important;
  border-color: #ffc61b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ea8790 !important;
  border-color: #ea8790 !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: #dd3d4c !important;
  border-color: #dd3d4c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3d4c !important;
  border-color: #dd3d4c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #454545;
  color: #454545;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1a1a1a !important;
  background-color: transparent!important;
  border-color: #1a1a1a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #beb6e2;
  color: #beb6e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8778c9 !important;
  background-color: transparent!important;
  border-color: #8778c9 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #beb6e2 !important;
  border-color: #beb6e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #79e3f8;
  color: #79e3f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #27d2f4 !important;
  background-color: transparent!important;
  border-color: #27d2f4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #065b6c !important;
  background-color: #79e3f8 !important;
  border-color: #79e3f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #88e9bc;
  color: #88e9bc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3fdb93 !important;
  background-color: transparent!important;
  border-color: #3fdb93 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #12603c !important;
  background-color: #88e9bc !important;
  border-color: #88e9bc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdc72;
  color: #ffdc72;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc61b !important;
  background-color: transparent!important;
  border-color: #ffc61b !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #725600 !important;
  background-color: #ffdc72 !important;
  border-color: #ffdc72 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ea8790;
  color: #ea8790;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dd3d4c !important;
  background-color: transparent!important;
  border-color: #dd3d4c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea8790 !important;
  border-color: #ea8790 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #454545 !important;
}
.text-secondary {
  color: #beb6e2 !important;
}
.text-success {
  color: #88e9bc !important;
}
.text-info {
  color: #79e3f8 !important;
}
.text-warning {
  color: #ffdc72 !important;
}
.text-danger {
  color: #ea8790 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #121212 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7d6dc5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #32d98c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #18cff3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc30c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #db3040 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #454545;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #79e3f8;
}
.alert-warning {
  background-color: #ffdc72;
}
.alert-danger {
  background-color: #ea8790;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #454545;
  border-color: #454545;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #454545;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b8b8b8;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #454545 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #454545;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #454545;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #454545;
}
.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: #454545;
  border-bottom-color: #454545;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #454545 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #beb6e2 !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='%23454545' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  min-width: 148px;
  max-height: 55px;
  font-weight: 400;
  box-shadow: none;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #454545;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #beb6e2;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #88e9bc;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #79e3f8;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #ffdc72;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #ea8790;
}
.cid-uCdpWsJA0A {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCdpWsJA0A .show .link,
.cid-uCdpWsJA0A .show .mbr-iconfont,
.cid-uCdpWsJA0A .show .phone {
  color: #ffffff !important;
}
.cid-uCdpWsJA0A .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-uCdpWsJA0A .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uCdpWsJA0A .phone {
  padding-left: 4rem;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCdpWsJA0A .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-uCdpWsJA0A .container {
  flex-wrap: nowrap;
}
.cid-uCdpWsJA0A nav.navbar {
  position: fixed;
}
.cid-uCdpWsJA0A .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-uCdpWsJA0A .dropdown-menu {
  padding: 1rem 0;
}
.cid-uCdpWsJA0A .dropdown-item {
  color: #ffffff !important;
}
.cid-uCdpWsJA0A .dropdown-item span {
  color: #ffffff !important;
}
.cid-uCdpWsJA0A .dropdown-item:hover,
.cid-uCdpWsJA0A .dropdown-item:focus {
  color: #454545 !important;
}
.cid-uCdpWsJA0A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCdpWsJA0A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCdpWsJA0A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCdpWsJA0A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCdpWsJA0A .nav-link {
  position: relative;
}
.cid-uCdpWsJA0A .container {
  display: flex;
  margin: auto;
}
.cid-uCdpWsJA0A .center {
  text-align: center;
}
.cid-uCdpWsJA0A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCdpWsJA0A .dropdown-menu,
.cid-uCdpWsJA0A .navbar.opened {
  background: #000000 !important;
}
.cid-uCdpWsJA0A .nav-item:focus,
.cid-uCdpWsJA0A .nav-link:focus {
  outline: none;
}
.cid-uCdpWsJA0A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCdpWsJA0A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCdpWsJA0A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCdpWsJA0A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCdpWsJA0A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCdpWsJA0A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCdpWsJA0A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uCdpWsJA0A .navbar.opened {
  transition: all 0.3s;
}
.cid-uCdpWsJA0A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCdpWsJA0A .navbar .navbar-logo img {
  width: auto;
}
.cid-uCdpWsJA0A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCdpWsJA0A .navbar.collapsed {
  justify-content: center;
}
.cid-uCdpWsJA0A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCdpWsJA0A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCdpWsJA0A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCdpWsJA0A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCdpWsJA0A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCdpWsJA0A .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-uCdpWsJA0A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCdpWsJA0A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCdpWsJA0A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCdpWsJA0A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCdpWsJA0A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCdpWsJA0A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCdpWsJA0A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCdpWsJA0A .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-uCdpWsJA0A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCdpWsJA0A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCdpWsJA0A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCdpWsJA0A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCdpWsJA0A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCdpWsJA0A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCdpWsJA0A .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCdpWsJA0A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCdpWsJA0A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCdpWsJA0A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCdpWsJA0A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCdpWsJA0A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCdpWsJA0A .dropdown-item.active,
.cid-uCdpWsJA0A .dropdown-item:active {
  background-color: transparent;
}
.cid-uCdpWsJA0A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCdpWsJA0A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCdpWsJA0A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCdpWsJA0A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCdpWsJA0A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCdpWsJA0A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCdpWsJA0A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCdpWsJA0A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCdpWsJA0A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCdpWsJA0A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCdpWsJA0A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCdpWsJA0A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCdpWsJA0A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCdpWsJA0A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCdpWsJA0A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCdpWsJA0A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCdpWsJA0A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCdpWsJA0A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCdpWsJA0A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCdpWsJA0A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCdpWsJA0A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCdpWsJA0A .navbar {
    height: 70px;
  }
  .cid-uCdpWsJA0A .navbar.opened {
    height: auto;
  }
  .cid-uCdpWsJA0A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCkbhtdhV7 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uCkbhtdhV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCkbhtdhV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCkbhtdhV7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uCkbhtdhV7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCkbhtdhV7 .container {
    padding: 0 24px;
  }
}
.cid-uCkbhtdhV7 .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uCkbhtdhV7 .content-wrapper {
    padding: 0;
  }
}
.cid-uCkbhtdhV7 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCkbhtdhV7 .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #000000;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-uCkbhtdhV7 .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uCkbhtdhV7 .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uCkbhtdhV7 .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uCkbhtdhV7 .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uCkbhtdhV7 .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uCkbhtdhV7 .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uCkbhtdhV7 .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uCkbhtdhV7 .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #f8f8f8 0%, transparent 100%);
}
.cid-uCkbhtdhV7 .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uCkbhtdhV7 .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #ffffff !important;
  border-color: #ffffff !important;
}
.cid-uCkbhtdhV7 .mbr-section-title {
  color: #141414;
}
.cid-uCkbhtdhV7 .mbr-desc {
  color: #ffffff;
}
.cid-uCkbhtdhV7 .mbr-text {
  color: #ffffff;
}
.cid-uCkbhtdhV7 .mbr-section-title,
.cid-uCkbhtdhV7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uCdwPMQ2gq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #141414;
}
.cid-uCdwPMQ2gq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdwPMQ2gq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCdwPMQ2gq .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCdwPMQ2gq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCdwPMQ2gq .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uCdwPMQ2gq .row {
    margin: 0;
  }
}
.cid-uCdwPMQ2gq .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCdwPMQ2gq .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uCdwPMQ2gq .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCdwPMQ2gq .content-wrapper {
    padding: 24px;
  }
}
.cid-uCdwPMQ2gq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCdwPMQ2gq .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uCdwPMQ2gq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCdwPMQ2gq .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uCdwPMQ2gq .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uCdwPMQ2gq .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uCdwPMQ2gq .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCdwPMQ2gq .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-uCdwPMQ2gq .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCdwPMQ2gq .items .item {
    padding: 24px;
  }
}
.cid-uCdwPMQ2gq .items .item:last-child {
  border: none;
}
.cid-uCdwPMQ2gq .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uCdwPMQ2gq .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uCdwPMQ2gq .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uCdwPMQ2gq .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uCdwPMQ2gq .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCdwPMQ2gq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCdwPMQ2gq .card-title {
  color: #F9F6E0;
}
.cid-uCdwPMQ2gq .card-number {
  color: #E0B548;
}
.cid-uCdwPMQ2gq .card-text {
  color: #ffffff;
}
.cid-uCdwPMQ2gq .mbr-section-title,
.cid-uCdwPMQ2gq .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uCdwPMQ2gq .card-number,
.cid-uCdwPMQ2gq .title-wrapper {
  color: #ffffff;
}
.cid-uCdwPMQ2gq .card-title,
.cid-uCdwPMQ2gq .title-wrapper {
  color: #ffffff;
}
.cid-uEcIJa1MTs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uEcIJa1MTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEcIJa1MTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEcIJa1MTs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uEcIJa1MTs .container-fluid {
    padding: 0;
  }
}
.cid-uEcIJa1MTs .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uEcIJa1MTs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEcIJa1MTs .container {
    padding: 0 16px;
  }
}
.cid-uEcIJa1MTs .item {
  margin-bottom: 32px;
}
.cid-uEcIJa1MTs .item .item-wrapper {
  height: 100%;
}
.cid-uEcIJa1MTs .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uEcIJa1MTs .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uEcIJa1MTs .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 100px;
  width: 220px;
  height: 220px;
  border: 10px solid #ffffff;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uEcIJa1MTs .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    width: 160px;
    height: 160px;
    font-size: 64px;
  }
}
.cid-uEcIJa1MTs .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uEcIJa1MTs .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uEcIJa1MTs .card-title {
  color: #ffffff;
}
.cid-uEcIJa1MTs .card-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uEcIJa1MTs .card-title,
.cid-uEcIJa1MTs .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uCdBTqeyr2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uCdBTqeyr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdBTqeyr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCdBTqeyr2 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uCdBTqeyr2 .container {
    padding: 10px 8px;
  }
}
.cid-uCdBTqeyr2 .row {
  margin: 0;
}
.cid-uCdBTqeyr2 .row .card {
  padding: 0;
}
.cid-uCdBTqeyr2 .video-wrapper {
  margin-left: 8px;
  height: 100%;
  margin-left: 0;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-uCdBTqeyr2 .video-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCdBTqeyr2 .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-uCdBTqeyr2 .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-uCdBTqeyr2 .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCdBTqeyr2 .video-wrapper iframe {
  height: 100% !important;
}
.cid-uCdBTqeyr2 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #181818;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
  margin-right: 0;
  margin-left: 8px;
}
@media (max-width: 992px) {
  .cid-uCdBTqeyr2 .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-uCdBTqeyr2 .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uCdBTqeyr2 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uCdBTqeyr2 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uCdBTqeyr2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uCdBTqeyr2 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uCdBTqeyr2 .mbr-section-title {
  color: #222222;
}
.cid-uCdBTqeyr2 .mbr-section-title,
.cid-uCdBTqeyr2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uEd3EFvyfr {
  background-color: #000000;
}
.cid-uEd3EFvyfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEd3EFvyfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEd3EFvyfr .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uEd3EFvyfr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEd3EFvyfr .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uEd3EFvyfr .row {
    margin: 0;
  }
}
.cid-uEd3EFvyfr .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEd3EFvyfr .row .card {
    padding: 0 16px;
  }
}
.cid-uEd3EFvyfr .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEd3EFvyfr .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-uEd3EFvyfr .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEd3EFvyfr .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uEd3EFvyfr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uEd3EFvyfr .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uEd3EFvyfr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEd3EFvyfr .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uEd3EFvyfr .items {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEd3EFvyfr .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-uEd3EFvyfr .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEd3EFvyfr .items .item {
    padding: 24px;
  }
}
.cid-uEd3EFvyfr .items .item:last-child {
  border: none;
}
.cid-uEd3EFvyfr .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-uEd3EFvyfr .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uEd3EFvyfr .image-wrapper {
  padding: 32px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEd3EFvyfr .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uEd3EFvyfr .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uEd3EFvyfr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEd3EFvyfr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uEd3EFvyfr .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uEd3EFvyfr .card-title {
  color: #F9F6E0;
}
.cid-uEd3EFvyfr .card-text {
  color: #ffffff;
}
.cid-uEd3EFvyfr .card-title,
.cid-uEd3EFvyfr .title-wrapper {
  color: #ffffff;
}
.cid-uEd6CdAzTp {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEd6CdAzTp .mbr-overlay {
  background-color: #181818;
  opacity: 0.8;
}
.cid-uEd6CdAzTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEd6CdAzTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEd6CdAzTp .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEd6CdAzTp .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEd6CdAzTp {
    align-items: center;
  }
  .cid-uEd6CdAzTp .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEd6CdAzTp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEd6CdAzTp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEd6CdAzTp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEd6CdAzTp .content-wrap {
    width: 100%;
  }
}
.cid-uEd6CdAzTp .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEd6CdAzTp .mbr-text,
.cid-uEd6CdAzTp .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uCdGQxMkf6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uCdGQxMkf6 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uCdGQxMkf6 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCdGQxMkf6 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uCdGQxMkf6 .btn-primary {
  border: 1px solid #454545 !important;
}
.cid-uCdGQxMkf6 .btn-primary:hover {
  border: 1px solid #454545 !important;
}
.cid-uCdGQxMkf6 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uCdGQxMkf6 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uCdGQxMkf6 .input-group-btn {
  padding-left: 0;
}
.cid-uCdGQxMkf6 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uCdGQxMkf6 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uCdGQxMkf6 .mbr-text {
  color: #444;
}
.cid-uCdGQxMkf6 h5 {
  margin-bottom: 0;
}
.cid-uCdGQxMkf6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCdGQxMkf6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCdGQxMkf6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uCdGQxMkf6 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCdGQxMkf6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCdGQxMkf6 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uCdGQxMkf6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uCdGQxMkf6 .social-list a:hover {
  opacity: 0.4;
}
.cid-uCdGQxMkf6 .media-container-row > div {
  padding: 0px;
}
.cid-uCdGQxMkf6 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uCdGQxMkf6 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uCdGQxMkf6 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCdGQxMkf6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uCdGQxMkf6 .social-list,
  .cid-uCdGQxMkf6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uCdGQxMkf6 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uCdGQxMkf6 .form-group {
    max-width: 180px;
  }
}
.cid-uCdGQxMkf6 .links span {
  color: #9e9e9e;
}
.cid-uCdGQxMkf6 .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uCdGQxMkf6 .logo-title {
  text-align: center;
}
.cid-uCdGQxMkf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdGQxMkf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCdGQxMkf6 .logo-title,
.cid-uCdGQxMkf6 .logo {
  color: #000000;
}
.cid-uEjZM6S0oK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uEcl5mNNjn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEcl5mNNjn .show .link,
.cid-uEcl5mNNjn .show .mbr-iconfont,
.cid-uEcl5mNNjn .show .phone {
  color: #ffffff !important;
}
.cid-uEcl5mNNjn .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-uEcl5mNNjn .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uEcl5mNNjn .phone {
  padding-left: 4rem;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uEcl5mNNjn .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-uEcl5mNNjn .container {
  flex-wrap: nowrap;
}
.cid-uEcl5mNNjn nav.navbar {
  position: fixed;
}
.cid-uEcl5mNNjn .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-uEcl5mNNjn .dropdown-menu {
  padding: 1rem 0;
}
.cid-uEcl5mNNjn .dropdown-item {
  color: #ffffff !important;
}
.cid-uEcl5mNNjn .dropdown-item span {
  color: #ffffff !important;
}
.cid-uEcl5mNNjn .dropdown-item:hover,
.cid-uEcl5mNNjn .dropdown-item:focus {
  color: #454545 !important;
}
.cid-uEcl5mNNjn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEcl5mNNjn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEcl5mNNjn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEcl5mNNjn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEcl5mNNjn .nav-link {
  position: relative;
}
.cid-uEcl5mNNjn .container {
  display: flex;
  margin: auto;
}
.cid-uEcl5mNNjn .center {
  text-align: center;
}
.cid-uEcl5mNNjn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEcl5mNNjn .dropdown-menu,
.cid-uEcl5mNNjn .navbar.opened {
  background: #000000 !important;
}
.cid-uEcl5mNNjn .nav-item:focus,
.cid-uEcl5mNNjn .nav-link:focus {
  outline: none;
}
.cid-uEcl5mNNjn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEcl5mNNjn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEcl5mNNjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEcl5mNNjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEcl5mNNjn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEcl5mNNjn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEcl5mNNjn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uEcl5mNNjn .navbar.opened {
  transition: all 0.3s;
}
.cid-uEcl5mNNjn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEcl5mNNjn .navbar .navbar-logo img {
  width: auto;
}
.cid-uEcl5mNNjn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEcl5mNNjn .navbar.collapsed {
  justify-content: center;
}
.cid-uEcl5mNNjn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEcl5mNNjn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEcl5mNNjn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uEcl5mNNjn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEcl5mNNjn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEcl5mNNjn .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-uEcl5mNNjn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEcl5mNNjn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEcl5mNNjn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEcl5mNNjn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEcl5mNNjn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEcl5mNNjn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEcl5mNNjn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEcl5mNNjn .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-uEcl5mNNjn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEcl5mNNjn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEcl5mNNjn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEcl5mNNjn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEcl5mNNjn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEcl5mNNjn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEcl5mNNjn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEcl5mNNjn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEcl5mNNjn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEcl5mNNjn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEcl5mNNjn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEcl5mNNjn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEcl5mNNjn .dropdown-item.active,
.cid-uEcl5mNNjn .dropdown-item:active {
  background-color: transparent;
}
.cid-uEcl5mNNjn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEcl5mNNjn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEcl5mNNjn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEcl5mNNjn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uEcl5mNNjn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEcl5mNNjn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEcl5mNNjn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEcl5mNNjn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEcl5mNNjn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEcl5mNNjn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEcl5mNNjn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEcl5mNNjn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEcl5mNNjn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEcl5mNNjn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEcl5mNNjn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEcl5mNNjn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEcl5mNNjn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEcl5mNNjn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEcl5mNNjn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEcl5mNNjn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEcl5mNNjn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEcl5mNNjn .navbar {
    height: 70px;
  }
  .cid-uEcl5mNNjn .navbar.opened {
    height: auto;
  }
  .cid-uEcl5mNNjn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEcl5n3z94 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uEcl5n3z94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEcl5n3z94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEcl5n3z94 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uEcl5n3z94 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uEcl5n3z94 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uEcl5n3z94 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEcl5n3z94 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uEcl5n3z94 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uEcl5n3z94 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uEcl5n3z94 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uEcl5n3z94 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uEcl5n3z94 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEcl5n3z94 .mbr-section-title {
  color: #191c25;
}
.cid-uEcl5n3z94 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uEcl5n3z94 .mbr-section-title,
.cid-uEcl5n3z94 .mbr-section-btn,
.cid-uEcl5n3z94 .title-wrapper {
  text-align: center;
}
.cid-uEcl5ncpSf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #454545;
}
.cid-uEcl5ncpSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEcl5ncpSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEcl5ncpSf .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uEcl5ncpSf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEcl5ncpSf .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uEcl5ncpSf .row {
    margin: 0;
  }
}
.cid-uEcl5ncpSf .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEcl5ncpSf .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uEcl5ncpSf .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEcl5ncpSf .content-wrapper {
    padding: 24px;
  }
}
.cid-uEcl5ncpSf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uEcl5ncpSf .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uEcl5ncpSf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEcl5ncpSf .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uEcl5ncpSf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uEcl5ncpSf .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uEcl5ncpSf .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEcl5ncpSf .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-uEcl5ncpSf .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEcl5ncpSf .items .item {
    padding: 24px;
  }
}
.cid-uEcl5ncpSf .items .item:last-child {
  border: none;
}
.cid-uEcl5ncpSf .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uEcl5ncpSf .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uEcl5ncpSf .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uEcl5ncpSf .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uEcl5ncpSf .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEcl5ncpSf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uEcl5ncpSf .card-title {
  color: #F9F6E0;
}
.cid-uEcl5ncpSf .card-number {
  color: #E0B548;
}
.cid-uEcl5ncpSf .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uEcl5ncpSf .mbr-section-title,
.cid-uEcl5ncpSf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uEcl5ncpSf .card-number,
.cid-uEcl5ncpSf .title-wrapper {
  color: #ffffff;
}
.cid-uEcl5ncpSf .card-title,
.cid-uEcl5ncpSf .title-wrapper {
  color: #ffffff;
}
.cid-uEh0IxawMo {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEh0IxawMo .mbr-overlay {
  background-color: #181818;
  opacity: 0.8;
}
.cid-uEh0IxawMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEh0IxawMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEh0IxawMo .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEh0IxawMo .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEh0IxawMo {
    align-items: center;
  }
  .cid-uEh0IxawMo .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEh0IxawMo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEh0IxawMo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEh0IxawMo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEh0IxawMo .content-wrap {
    width: 100%;
  }
}
.cid-uEh0IxawMo .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEh0IxawMo .mbr-text,
.cid-uEh0IxawMo .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uEcl5nrotv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uEcl5nrotv .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uEcl5nrotv .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uEcl5nrotv .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uEcl5nrotv .btn-primary {
  border: 1px solid #454545 !important;
}
.cid-uEcl5nrotv .btn-primary:hover {
  border: 1px solid #454545 !important;
}
.cid-uEcl5nrotv .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uEcl5nrotv .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uEcl5nrotv .input-group-btn {
  padding-left: 0;
}
.cid-uEcl5nrotv .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uEcl5nrotv .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uEcl5nrotv .mbr-text {
  color: #444;
}
.cid-uEcl5nrotv h5 {
  margin-bottom: 0;
}
.cid-uEcl5nrotv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uEcl5nrotv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uEcl5nrotv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uEcl5nrotv .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEcl5nrotv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uEcl5nrotv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uEcl5nrotv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uEcl5nrotv .social-list a:hover {
  opacity: 0.4;
}
.cid-uEcl5nrotv .media-container-row > div {
  padding: 0px;
}
.cid-uEcl5nrotv .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uEcl5nrotv .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uEcl5nrotv .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEcl5nrotv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uEcl5nrotv .social-list,
  .cid-uEcl5nrotv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uEcl5nrotv h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uEcl5nrotv .form-group {
    max-width: 180px;
  }
}
.cid-uEcl5nrotv .links span {
  color: #9e9e9e;
}
.cid-uEcl5nrotv .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uEcl5nrotv .logo-title {
  text-align: center;
}
.cid-uEcl5nrotv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEcl5nrotv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEcl5nrotv .logo-title,
.cid-uEcl5nrotv .logo {
  color: #000000;
}
.cid-uCjJmeQLUq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCjJmeQLUq .show .link,
.cid-uCjJmeQLUq .show .mbr-iconfont,
.cid-uCjJmeQLUq .show .phone {
  color: #ffffff !important;
}
.cid-uCjJmeQLUq .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-uCjJmeQLUq .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uCjJmeQLUq .phone {
  padding-left: 4rem;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCjJmeQLUq .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-uCjJmeQLUq .container {
  flex-wrap: nowrap;
}
.cid-uCjJmeQLUq nav.navbar {
  position: fixed;
}
.cid-uCjJmeQLUq .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-uCjJmeQLUq .dropdown-menu {
  padding: 1rem 0;
}
.cid-uCjJmeQLUq .dropdown-item {
  color: #ffffff !important;
}
.cid-uCjJmeQLUq .dropdown-item span {
  color: #ffffff !important;
}
.cid-uCjJmeQLUq .dropdown-item:hover,
.cid-uCjJmeQLUq .dropdown-item:focus {
  color: #454545 !important;
}
.cid-uCjJmeQLUq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCjJmeQLUq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCjJmeQLUq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCjJmeQLUq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCjJmeQLUq .nav-link {
  position: relative;
}
.cid-uCjJmeQLUq .container {
  display: flex;
  margin: auto;
}
.cid-uCjJmeQLUq .center {
  text-align: center;
}
.cid-uCjJmeQLUq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCjJmeQLUq .dropdown-menu,
.cid-uCjJmeQLUq .navbar.opened {
  background: #000000 !important;
}
.cid-uCjJmeQLUq .nav-item:focus,
.cid-uCjJmeQLUq .nav-link:focus {
  outline: none;
}
.cid-uCjJmeQLUq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCjJmeQLUq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCjJmeQLUq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCjJmeQLUq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCjJmeQLUq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCjJmeQLUq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCjJmeQLUq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uCjJmeQLUq .navbar.opened {
  transition: all 0.3s;
}
.cid-uCjJmeQLUq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCjJmeQLUq .navbar .navbar-logo img {
  width: auto;
}
.cid-uCjJmeQLUq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCjJmeQLUq .navbar.collapsed {
  justify-content: center;
}
.cid-uCjJmeQLUq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCjJmeQLUq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCjJmeQLUq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCjJmeQLUq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCjJmeQLUq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCjJmeQLUq .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-uCjJmeQLUq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCjJmeQLUq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCjJmeQLUq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCjJmeQLUq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCjJmeQLUq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCjJmeQLUq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCjJmeQLUq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCjJmeQLUq .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-uCjJmeQLUq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCjJmeQLUq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCjJmeQLUq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCjJmeQLUq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCjJmeQLUq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCjJmeQLUq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCjJmeQLUq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCjJmeQLUq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCjJmeQLUq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCjJmeQLUq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCjJmeQLUq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCjJmeQLUq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCjJmeQLUq .dropdown-item.active,
.cid-uCjJmeQLUq .dropdown-item:active {
  background-color: transparent;
}
.cid-uCjJmeQLUq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCjJmeQLUq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCjJmeQLUq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCjJmeQLUq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCjJmeQLUq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCjJmeQLUq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCjJmeQLUq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCjJmeQLUq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCjJmeQLUq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCjJmeQLUq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCjJmeQLUq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCjJmeQLUq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCjJmeQLUq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCjJmeQLUq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCjJmeQLUq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCjJmeQLUq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCjJmeQLUq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCjJmeQLUq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCjJmeQLUq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCjJmeQLUq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCjJmeQLUq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCjJmeQLUq .navbar {
    height: 70px;
  }
  .cid-uCjJmeQLUq .navbar.opened {
    height: auto;
  }
  .cid-uCjJmeQLUq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCjJISabYK {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-uCjJISabYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjJISabYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjJISabYK .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCjJISabYK .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCjJISabYK .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCjJISabYK .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCjJISabYK .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uCjJISabYK .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCjJISabYK .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCjJISabYK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCjJISabYK .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCjJISabYK .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCjJISabYK .mbr-section-title {
  color: #191c25;
}
.cid-uCjJISabYK .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uCjJISabYK .mbr-section-title,
.cid-uCjJISabYK .mbr-section-btn,
.cid-uCjJISabYK .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uCjJn2R64m {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #454545;
}
.cid-uCjJn2R64m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjJn2R64m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjJn2R64m .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCjJn2R64m .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCjJn2R64m .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uCjJn2R64m .row {
    margin: 0;
  }
}
.cid-uCjJn2R64m .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCjJn2R64m .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uCjJn2R64m .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCjJn2R64m .content-wrapper {
    padding: 24px;
  }
}
.cid-uCjJn2R64m .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCjJn2R64m .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uCjJn2R64m .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCjJn2R64m .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uCjJn2R64m .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uCjJn2R64m .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uCjJn2R64m .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCjJn2R64m .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-uCjJn2R64m .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCjJn2R64m .items .item {
    padding: 24px;
  }
}
.cid-uCjJn2R64m .items .item:last-child {
  border: none;
}
.cid-uCjJn2R64m .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uCjJn2R64m .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uCjJn2R64m .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uCjJn2R64m .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uCjJn2R64m .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCjJn2R64m .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCjJn2R64m .card-title {
  color: #F9F6E0;
}
.cid-uCjJn2R64m .card-number {
  color: #E0B548;
}
.cid-uCjJn2R64m .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCjJn2R64m .mbr-section-title,
.cid-uCjJn2R64m .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uCjJn2R64m .card-number,
.cid-uCjJn2R64m .title-wrapper {
  color: #ffffff;
}
.cid-uCjJn2R64m .card-title,
.cid-uCjJn2R64m .title-wrapper {
  color: #ffffff;
}
.cid-uEh2jTxIjR {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEh2jTxIjR .mbr-overlay {
  background-color: #181818;
  opacity: 0.8;
}
.cid-uEh2jTxIjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEh2jTxIjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEh2jTxIjR .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEh2jTxIjR .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEh2jTxIjR {
    align-items: center;
  }
  .cid-uEh2jTxIjR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEh2jTxIjR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEh2jTxIjR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEh2jTxIjR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEh2jTxIjR .content-wrap {
    width: 100%;
  }
}
.cid-uEh2jTxIjR .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEh2jTxIjR .mbr-text,
.cid-uEh2jTxIjR .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uCjJnWe4tM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uCjJnWe4tM .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uCjJnWe4tM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCjJnWe4tM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uCjJnWe4tM .btn-primary {
  border: 1px solid #454545 !important;
}
.cid-uCjJnWe4tM .btn-primary:hover {
  border: 1px solid #454545 !important;
}
.cid-uCjJnWe4tM .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uCjJnWe4tM .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uCjJnWe4tM .input-group-btn {
  padding-left: 0;
}
.cid-uCjJnWe4tM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uCjJnWe4tM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uCjJnWe4tM .mbr-text {
  color: #444;
}
.cid-uCjJnWe4tM h5 {
  margin-bottom: 0;
}
.cid-uCjJnWe4tM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCjJnWe4tM .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCjJnWe4tM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uCjJnWe4tM .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCjJnWe4tM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCjJnWe4tM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uCjJnWe4tM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uCjJnWe4tM .social-list a:hover {
  opacity: 0.4;
}
.cid-uCjJnWe4tM .media-container-row > div {
  padding: 0px;
}
.cid-uCjJnWe4tM .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uCjJnWe4tM .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uCjJnWe4tM .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCjJnWe4tM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uCjJnWe4tM .social-list,
  .cid-uCjJnWe4tM .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uCjJnWe4tM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uCjJnWe4tM .form-group {
    max-width: 180px;
  }
}
.cid-uCjJnWe4tM .links span {
  color: #9e9e9e;
}
.cid-uCjJnWe4tM .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uCjJnWe4tM .logo-title {
  text-align: center;
}
.cid-uCjJnWe4tM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjJnWe4tM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjJnWe4tM .logo-title,
.cid-uCjJnWe4tM .logo {
  color: #000000;
}
.cid-uCiWlqIyJr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCiWlqIyJr .show .link,
.cid-uCiWlqIyJr .show .mbr-iconfont,
.cid-uCiWlqIyJr .show .phone {
  color: #ffffff !important;
}
.cid-uCiWlqIyJr .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-uCiWlqIyJr .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uCiWlqIyJr .phone {
  padding-left: 4rem;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCiWlqIyJr .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-uCiWlqIyJr .container {
  flex-wrap: nowrap;
}
.cid-uCiWlqIyJr nav.navbar {
  position: fixed;
}
.cid-uCiWlqIyJr .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-uCiWlqIyJr .dropdown-menu {
  padding: 1rem 0;
}
.cid-uCiWlqIyJr .dropdown-item {
  color: #ffffff !important;
}
.cid-uCiWlqIyJr .dropdown-item span {
  color: #ffffff !important;
}
.cid-uCiWlqIyJr .dropdown-item:hover,
.cid-uCiWlqIyJr .dropdown-item:focus {
  color: #454545 !important;
}
.cid-uCiWlqIyJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCiWlqIyJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCiWlqIyJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCiWlqIyJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCiWlqIyJr .nav-link {
  position: relative;
}
.cid-uCiWlqIyJr .container {
  display: flex;
  margin: auto;
}
.cid-uCiWlqIyJr .center {
  text-align: center;
}
.cid-uCiWlqIyJr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCiWlqIyJr .dropdown-menu,
.cid-uCiWlqIyJr .navbar.opened {
  background: #000000 !important;
}
.cid-uCiWlqIyJr .nav-item:focus,
.cid-uCiWlqIyJr .nav-link:focus {
  outline: none;
}
.cid-uCiWlqIyJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCiWlqIyJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCiWlqIyJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCiWlqIyJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCiWlqIyJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCiWlqIyJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCiWlqIyJr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uCiWlqIyJr .navbar.opened {
  transition: all 0.3s;
}
.cid-uCiWlqIyJr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCiWlqIyJr .navbar .navbar-logo img {
  width: auto;
}
.cid-uCiWlqIyJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCiWlqIyJr .navbar.collapsed {
  justify-content: center;
}
.cid-uCiWlqIyJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCiWlqIyJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCiWlqIyJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCiWlqIyJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCiWlqIyJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCiWlqIyJr .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-uCiWlqIyJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCiWlqIyJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCiWlqIyJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCiWlqIyJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCiWlqIyJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCiWlqIyJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCiWlqIyJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCiWlqIyJr .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-uCiWlqIyJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCiWlqIyJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCiWlqIyJr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCiWlqIyJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCiWlqIyJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCiWlqIyJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCiWlqIyJr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCiWlqIyJr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCiWlqIyJr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCiWlqIyJr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCiWlqIyJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCiWlqIyJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCiWlqIyJr .dropdown-item.active,
.cid-uCiWlqIyJr .dropdown-item:active {
  background-color: transparent;
}
.cid-uCiWlqIyJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCiWlqIyJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCiWlqIyJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCiWlqIyJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCiWlqIyJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCiWlqIyJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCiWlqIyJr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCiWlqIyJr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCiWlqIyJr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCiWlqIyJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCiWlqIyJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCiWlqIyJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCiWlqIyJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCiWlqIyJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCiWlqIyJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCiWlqIyJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCiWlqIyJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCiWlqIyJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCiWlqIyJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCiWlqIyJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCiWlqIyJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCiWlqIyJr .navbar {
    height: 70px;
  }
  .cid-uCiWlqIyJr .navbar.opened {
    height: auto;
  }
  .cid-uCiWlqIyJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCiWFhvrWT {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uCiWFhvrWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCiWFhvrWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCiWFhvrWT .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCiWFhvrWT .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCiWFhvrWT .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCiWFhvrWT .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCiWFhvrWT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uCiWFhvrWT .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCiWFhvrWT .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCiWFhvrWT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCiWFhvrWT .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCiWFhvrWT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCiWFhvrWT .mbr-section-title {
  color: #191c25;
}
.cid-uCiWFhvrWT .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uCiWFhvrWT .mbr-section-title,
.cid-uCiWFhvrWT .mbr-section-btn,
.cid-uCiWFhvrWT .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uCiWV52aVW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #454545;
}
.cid-uCiWV52aVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCiWV52aVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCiWV52aVW .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCiWV52aVW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCiWV52aVW .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uCiWV52aVW .row {
    margin: 0;
  }
}
.cid-uCiWV52aVW .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCiWV52aVW .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uCiWV52aVW .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCiWV52aVW .content-wrapper {
    padding: 24px;
  }
}
.cid-uCiWV52aVW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCiWV52aVW .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uCiWV52aVW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCiWV52aVW .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uCiWV52aVW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uCiWV52aVW .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uCiWV52aVW .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCiWV52aVW .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-uCiWV52aVW .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCiWV52aVW .items .item {
    padding: 24px;
  }
}
.cid-uCiWV52aVW .items .item:last-child {
  border: none;
}
.cid-uCiWV52aVW .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uCiWV52aVW .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uCiWV52aVW .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uCiWV52aVW .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uCiWV52aVW .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCiWV52aVW .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCiWV52aVW .card-title {
  color: #F9F6E0;
}
.cid-uCiWV52aVW .card-number {
  color: #E0B548;
}
.cid-uCiWV52aVW .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCiWV52aVW .mbr-section-title,
.cid-uCiWV52aVW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uCiWV52aVW .card-number,
.cid-uCiWV52aVW .title-wrapper {
  color: #ffffff;
}
.cid-uCiWV52aVW .card-title,
.cid-uCiWV52aVW .title-wrapper {
  color: #ffffff;
}
.cid-uEgZ3ulyXG {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEgZ3ulyXG .mbr-overlay {
  background-color: #181818;
  opacity: 0.8;
}
.cid-uEgZ3ulyXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEgZ3ulyXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEgZ3ulyXG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEgZ3ulyXG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEgZ3ulyXG {
    align-items: center;
  }
  .cid-uEgZ3ulyXG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEgZ3ulyXG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEgZ3ulyXG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEgZ3ulyXG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEgZ3ulyXG .content-wrap {
    width: 100%;
  }
}
.cid-uEgZ3ulyXG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEgZ3ulyXG .mbr-text,
.cid-uEgZ3ulyXG .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uCiZ22t3Dd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uCiZ22t3Dd .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uCiZ22t3Dd .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCiZ22t3Dd .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uCiZ22t3Dd .btn-primary {
  border: 1px solid #454545 !important;
}
.cid-uCiZ22t3Dd .btn-primary:hover {
  border: 1px solid #454545 !important;
}
.cid-uCiZ22t3Dd .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uCiZ22t3Dd .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uCiZ22t3Dd .input-group-btn {
  padding-left: 0;
}
.cid-uCiZ22t3Dd .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uCiZ22t3Dd .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uCiZ22t3Dd .mbr-text {
  color: #444;
}
.cid-uCiZ22t3Dd h5 {
  margin-bottom: 0;
}
.cid-uCiZ22t3Dd .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCiZ22t3Dd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCiZ22t3Dd .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uCiZ22t3Dd .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCiZ22t3Dd .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCiZ22t3Dd .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uCiZ22t3Dd .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uCiZ22t3Dd .social-list a:hover {
  opacity: 0.4;
}
.cid-uCiZ22t3Dd .media-container-row > div {
  padding: 0px;
}
.cid-uCiZ22t3Dd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uCiZ22t3Dd .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uCiZ22t3Dd .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCiZ22t3Dd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uCiZ22t3Dd .social-list,
  .cid-uCiZ22t3Dd .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uCiZ22t3Dd h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uCiZ22t3Dd .form-group {
    max-width: 180px;
  }
}
.cid-uCiZ22t3Dd .links span {
  color: #9e9e9e;
}
.cid-uCiZ22t3Dd .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uCiZ22t3Dd .logo-title {
  text-align: center;
}
.cid-uCiZ22t3Dd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCiZ22t3Dd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCiZ22t3Dd .logo-title,
.cid-uCiZ22t3Dd .logo {
  color: #000000;
}
.cid-uEcmtjMofJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEcmtjMofJ .show .link,
.cid-uEcmtjMofJ .show .mbr-iconfont,
.cid-uEcmtjMofJ .show .phone {
  color: #ffffff !important;
}
.cid-uEcmtjMofJ .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-uEcmtjMofJ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uEcmtjMofJ .phone {
  padding-left: 4rem;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uEcmtjMofJ .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-uEcmtjMofJ .container {
  flex-wrap: nowrap;
}
.cid-uEcmtjMofJ nav.navbar {
  position: fixed;
}
.cid-uEcmtjMofJ .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-uEcmtjMofJ .dropdown-menu {
  padding: 1rem 0;
}
.cid-uEcmtjMofJ .dropdown-item {
  color: #ffffff !important;
}
.cid-uEcmtjMofJ .dropdown-item span {
  color: #ffffff !important;
}
.cid-uEcmtjMofJ .dropdown-item:hover,
.cid-uEcmtjMofJ .dropdown-item:focus {
  color: #454545 !important;
}
.cid-uEcmtjMofJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEcmtjMofJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEcmtjMofJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEcmtjMofJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEcmtjMofJ .nav-link {
  position: relative;
}
.cid-uEcmtjMofJ .container {
  display: flex;
  margin: auto;
}
.cid-uEcmtjMofJ .center {
  text-align: center;
}
.cid-uEcmtjMofJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEcmtjMofJ .dropdown-menu,
.cid-uEcmtjMofJ .navbar.opened {
  background: #000000 !important;
}
.cid-uEcmtjMofJ .nav-item:focus,
.cid-uEcmtjMofJ .nav-link:focus {
  outline: none;
}
.cid-uEcmtjMofJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEcmtjMofJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEcmtjMofJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEcmtjMofJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEcmtjMofJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEcmtjMofJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEcmtjMofJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uEcmtjMofJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uEcmtjMofJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEcmtjMofJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uEcmtjMofJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEcmtjMofJ .navbar.collapsed {
  justify-content: center;
}
.cid-uEcmtjMofJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEcmtjMofJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEcmtjMofJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uEcmtjMofJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEcmtjMofJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEcmtjMofJ .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-uEcmtjMofJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEcmtjMofJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEcmtjMofJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEcmtjMofJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEcmtjMofJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEcmtjMofJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEcmtjMofJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEcmtjMofJ .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-uEcmtjMofJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEcmtjMofJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEcmtjMofJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEcmtjMofJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEcmtjMofJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEcmtjMofJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEcmtjMofJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEcmtjMofJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEcmtjMofJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEcmtjMofJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEcmtjMofJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEcmtjMofJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEcmtjMofJ .dropdown-item.active,
.cid-uEcmtjMofJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uEcmtjMofJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEcmtjMofJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEcmtjMofJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEcmtjMofJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uEcmtjMofJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEcmtjMofJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEcmtjMofJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEcmtjMofJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEcmtjMofJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEcmtjMofJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEcmtjMofJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEcmtjMofJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEcmtjMofJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEcmtjMofJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEcmtjMofJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEcmtjMofJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEcmtjMofJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEcmtjMofJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEcmtjMofJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEcmtjMofJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEcmtjMofJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEcmtjMofJ .navbar {
    height: 70px;
  }
  .cid-uEcmtjMofJ .navbar.opened {
    height: auto;
  }
  .cid-uEcmtjMofJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEcmtk2rm8 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-uEcmtk2rm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEcmtk2rm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEcmtk2rm8 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uEcmtk2rm8 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uEcmtk2rm8 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uEcmtk2rm8 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEcmtk2rm8 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uEcmtk2rm8 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uEcmtk2rm8 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uEcmtk2rm8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uEcmtk2rm8 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uEcmtk2rm8 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEcmtk2rm8 .mbr-section-title {
  color: #191c25;
}
.cid-uEcmtk2rm8 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uEcmtk2rm8 .mbr-section-title,
.cid-uEcmtk2rm8 .mbr-section-btn,
.cid-uEcmtk2rm8 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uEcmtkdEtM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #454545;
}
.cid-uEcmtkdEtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEcmtkdEtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEcmtkdEtM .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uEcmtkdEtM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uEcmtkdEtM .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uEcmtkdEtM .row {
    margin: 0;
  }
}
.cid-uEcmtkdEtM .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEcmtkdEtM .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uEcmtkdEtM .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEcmtkdEtM .content-wrapper {
    padding: 24px;
  }
}
.cid-uEcmtkdEtM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uEcmtkdEtM .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uEcmtkdEtM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEcmtkdEtM .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uEcmtkdEtM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uEcmtkdEtM .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uEcmtkdEtM .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEcmtkdEtM .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-uEcmtkdEtM .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEcmtkdEtM .items .item {
    padding: 24px;
  }
}
.cid-uEcmtkdEtM .items .item:last-child {
  border: none;
}
.cid-uEcmtkdEtM .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uEcmtkdEtM .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uEcmtkdEtM .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uEcmtkdEtM .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uEcmtkdEtM .mbr-section-title {
  color: #F9F6E0;
}
.cid-uEcmtkdEtM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uEcmtkdEtM .card-title {
  color: #F9F6E0;
}
.cid-uEcmtkdEtM .card-number {
  color: #E0B548;
}
.cid-uEcmtkdEtM .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uEcmtkdEtM .mbr-section-title,
.cid-uEcmtkdEtM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uEcmtkdEtM .card-number,
.cid-uEcmtkdEtM .title-wrapper {
  color: #ffffff;
}
.cid-uEcmtkdEtM .card-title,
.cid-uEcmtkdEtM .title-wrapper {
  color: #ffffff;
}
.cid-uEh3u5zBHl {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEh3u5zBHl .mbr-overlay {
  background-color: #181818;
  opacity: 0.8;
}
.cid-uEh3u5zBHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEh3u5zBHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEh3u5zBHl .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEh3u5zBHl .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEh3u5zBHl {
    align-items: center;
  }
  .cid-uEh3u5zBHl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEh3u5zBHl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEh3u5zBHl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEh3u5zBHl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEh3u5zBHl .content-wrap {
    width: 100%;
  }
}
.cid-uEh3u5zBHl .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEh3u5zBHl .mbr-text,
.cid-uEh3u5zBHl .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uEcmtkr9Bb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uEcmtkr9Bb .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-uEcmtkr9Bb .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uEcmtkr9Bb .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uEcmtkr9Bb .btn-primary {
  border: 1px solid #454545 !important;
}
.cid-uEcmtkr9Bb .btn-primary:hover {
  border: 1px solid #454545 !important;
}
.cid-uEcmtkr9Bb .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uEcmtkr9Bb .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uEcmtkr9Bb .input-group-btn {
  padding-left: 0;
}
.cid-uEcmtkr9Bb .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uEcmtkr9Bb .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uEcmtkr9Bb .mbr-text {
  color: #444;
}
.cid-uEcmtkr9Bb h5 {
  margin-bottom: 0;
}
.cid-uEcmtkr9Bb .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uEcmtkr9Bb .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uEcmtkr9Bb .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uEcmtkr9Bb .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEcmtkr9Bb .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uEcmtkr9Bb .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uEcmtkr9Bb .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uEcmtkr9Bb .social-list a:hover {
  opacity: 0.4;
}
.cid-uEcmtkr9Bb .media-container-row > div {
  padding: 0px;
}
.cid-uEcmtkr9Bb .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uEcmtkr9Bb .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uEcmtkr9Bb .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEcmtkr9Bb .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uEcmtkr9Bb .social-list,
  .cid-uEcmtkr9Bb .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uEcmtkr9Bb h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uEcmtkr9Bb .form-group {
    max-width: 180px;
  }
}
.cid-uEcmtkr9Bb .links span {
  color: #9e9e9e;
}
.cid-uEcmtkr9Bb .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uEcmtkr9Bb .logo-title {
  text-align: center;
}
.cid-uEcmtkr9Bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEcmtkr9Bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEcmtkr9Bb .logo-title,
.cid-uEcmtkr9Bb .logo {
  color: #000000;
}
.cid-uCjOnqDtUn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCjOnqDtUn .show .link,
.cid-uCjOnqDtUn .show .mbr-iconfont,
.cid-uCjOnqDtUn .show .phone {
  color: #ffffff !important;
}
.cid-uCjOnqDtUn .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-uCjOnqDtUn .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uCjOnqDtUn .phone {
  padding-left: 4rem;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCjOnqDtUn .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-uCjOnqDtUn .container {
  flex-wrap: nowrap;
}
.cid-uCjOnqDtUn nav.navbar {
  position: fixed;
}
.cid-uCjOnqDtUn .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-uCjOnqDtUn .dropdown-menu {
  padding: 1rem 0;
}
.cid-uCjOnqDtUn .dropdown-item {
  color: #ffffff !important;
}
.cid-uCjOnqDtUn .dropdown-item span {
  color: #ffffff !important;
}
.cid-uCjOnqDtUn .dropdown-item:hover,
.cid-uCjOnqDtUn .dropdown-item:focus {
  color: #454545 !important;
}
.cid-uCjOnqDtUn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCjOnqDtUn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCjOnqDtUn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCjOnqDtUn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCjOnqDtUn .nav-link {
  position: relative;
}
.cid-uCjOnqDtUn .container {
  display: flex;
  margin: auto;
}
.cid-uCjOnqDtUn .center {
  text-align: center;
}
.cid-uCjOnqDtUn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCjOnqDtUn .dropdown-menu,
.cid-uCjOnqDtUn .navbar.opened {
  background: #000000 !important;
}
.cid-uCjOnqDtUn .nav-item:focus,
.cid-uCjOnqDtUn .nav-link:focus {
  outline: none;
}
.cid-uCjOnqDtUn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCjOnqDtUn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCjOnqDtUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCjOnqDtUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCjOnqDtUn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCjOnqDtUn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCjOnqDtUn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uCjOnqDtUn .navbar.opened {
  transition: all 0.3s;
}
.cid-uCjOnqDtUn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCjOnqDtUn .navbar .navbar-logo img {
  width: auto;
}
.cid-uCjOnqDtUn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCjOnqDtUn .navbar.collapsed {
  justify-content: center;
}
.cid-uCjOnqDtUn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCjOnqDtUn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCjOnqDtUn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCjOnqDtUn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCjOnqDtUn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCjOnqDtUn .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-uCjOnqDtUn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCjOnqDtUn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCjOnqDtUn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCjOnqDtUn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCjOnqDtUn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCjOnqDtUn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCjOnqDtUn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCjOnqDtUn .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-uCjOnqDtUn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCjOnqDtUn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCjOnqDtUn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCjOnqDtUn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCjOnqDtUn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCjOnqDtUn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCjOnqDtUn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCjOnqDtUn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCjOnqDtUn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCjOnqDtUn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCjOnqDtUn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCjOnqDtUn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCjOnqDtUn .dropdown-item.active,
.cid-uCjOnqDtUn .dropdown-item:active {
  background-color: transparent;
}
.cid-uCjOnqDtUn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCjOnqDtUn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCjOnqDtUn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCjOnqDtUn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCjOnqDtUn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCjOnqDtUn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCjOnqDtUn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCjOnqDtUn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCjOnqDtUn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCjOnqDtUn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCjOnqDtUn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCjOnqDtUn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCjOnqDtUn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCjOnqDtUn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCjOnqDtUn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCjOnqDtUn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCjOnqDtUn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCjOnqDtUn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCjOnqDtUn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCjOnqDtUn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCjOnqDtUn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCjOnqDtUn .navbar {
    height: 70px;
  }
  .cid-uCjOnqDtUn .navbar.opened {
    height: auto;
  }
  .cid-uCjOnqDtUn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCjOnrm1Y6 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1343.jpg");
}
.cid-uCjOnrm1Y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjOnrm1Y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjOnrm1Y6 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCjOnrm1Y6 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCjOnrm1Y6 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCjOnrm1Y6 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCjOnrm1Y6 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uCjOnrm1Y6 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCjOnrm1Y6 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCjOnrm1Y6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCjOnrm1Y6 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCjOnrm1Y6 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCjOnrm1Y6 .mbr-section-title {
  color: #191c25;
}
.cid-uCjOnrm1Y6 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uCjOnrm1Y6 .mbr-section-title,
.cid-uCjOnrm1Y6 .mbr-section-btn,
.cid-uCjOnrm1Y6 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uCjOnrL23t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #454545;
}
.cid-uCjOnrL23t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjOnrL23t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjOnrL23t .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCjOnrL23t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCjOnrL23t .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uCjOnrL23t .row {
    margin: 0;
  }
}
.cid-uCjOnrL23t .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCjOnrL23t .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uCjOnrL23t .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCjOnrL23t .content-wrapper {
    padding: 24px;
  }
}
.cid-uCjOnrL23t .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCjOnrL23t .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uCjOnrL23t .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCjOnrL23t .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uCjOnrL23t .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uCjOnrL23t .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uCjOnrL23t .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCjOnrL23t .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-uCjOnrL23t .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCjOnrL23t .items .item {
    padding: 24px;
  }
}
.cid-uCjOnrL23t .items .item:last-child {
  border: none;
}
.cid-uCjOnrL23t .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uCjOnrL23t .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uCjOnrL23t .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uCjOnrL23t .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uCjOnrL23t .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCjOnrL23t .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCjOnrL23t .card-title {
  color: #F9F6E0;
}
.cid-uCjOnrL23t .card-number {
  color: #E0B548;
}
.cid-uCjOnrL23t .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCjOnrL23t .mbr-section-title,
.cid-uCjOnrL23t .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uCjOnrL23t .card-number,
.cid-uCjOnrL23t .title-wrapper {
  color: #ffffff;
}
.cid-uCjOnrL23t .card-title,
.cid-uCjOnrL23t .title-wrapper {
  color: #ffffff;
}
.cid-uEh5yQeXd4 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEh5yQeXd4 .mbr-overlay {
  background-color: #181818;
  opacity: 0.8;
}
.cid-uEh5yQeXd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEh5yQeXd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEh5yQeXd4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEh5yQeXd4 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEh5yQeXd4 {
    align-items: center;
  }
  .cid-uEh5yQeXd4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEh5yQeXd4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEh5yQeXd4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEh5yQeXd4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEh5yQeXd4 .content-wrap {
    width: 100%;
  }
}
.cid-uEh5yQeXd4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEh5yQeXd4 .mbr-text,
.cid-uEh5yQeXd4 .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uCjOns8073 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uCjOns8073 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uCjOns8073 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCjOns8073 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uCjOns8073 .btn-primary {
  border: 1px solid #454545 !important;
}
.cid-uCjOns8073 .btn-primary:hover {
  border: 1px solid #454545 !important;
}
.cid-uCjOns8073 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uCjOns8073 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uCjOns8073 .input-group-btn {
  padding-left: 0;
}
.cid-uCjOns8073 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uCjOns8073 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uCjOns8073 .mbr-text {
  color: #444;
}
.cid-uCjOns8073 h5 {
  margin-bottom: 0;
}
.cid-uCjOns8073 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCjOns8073 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCjOns8073 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uCjOns8073 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCjOns8073 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCjOns8073 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uCjOns8073 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uCjOns8073 .social-list a:hover {
  opacity: 0.4;
}
.cid-uCjOns8073 .media-container-row > div {
  padding: 0px;
}
.cid-uCjOns8073 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uCjOns8073 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uCjOns8073 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCjOns8073 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uCjOns8073 .social-list,
  .cid-uCjOns8073 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uCjOns8073 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uCjOns8073 .form-group {
    max-width: 180px;
  }
}
.cid-uCjOns8073 .links span {
  color: #9e9e9e;
}
.cid-uCjOns8073 .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uCjOns8073 .logo-title {
  text-align: center;
}
.cid-uCjOns8073 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjOns8073 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjOns8073 .logo-title,
.cid-uCjOns8073 .logo {
  color: #000000;
}
.cid-uCjNbMvYnR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCjNbMvYnR .show .link,
.cid-uCjNbMvYnR .show .mbr-iconfont,
.cid-uCjNbMvYnR .show .phone {
  color: #ffffff !important;
}
.cid-uCjNbMvYnR .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-uCjNbMvYnR .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uCjNbMvYnR .phone {
  padding-left: 4rem;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCjNbMvYnR .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-uCjNbMvYnR .container {
  flex-wrap: nowrap;
}
.cid-uCjNbMvYnR nav.navbar {
  position: fixed;
}
.cid-uCjNbMvYnR .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-uCjNbMvYnR .dropdown-menu {
  padding: 1rem 0;
}
.cid-uCjNbMvYnR .dropdown-item {
  color: #ffffff !important;
}
.cid-uCjNbMvYnR .dropdown-item span {
  color: #ffffff !important;
}
.cid-uCjNbMvYnR .dropdown-item:hover,
.cid-uCjNbMvYnR .dropdown-item:focus {
  color: #454545 !important;
}
.cid-uCjNbMvYnR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCjNbMvYnR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCjNbMvYnR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCjNbMvYnR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCjNbMvYnR .nav-link {
  position: relative;
}
.cid-uCjNbMvYnR .container {
  display: flex;
  margin: auto;
}
.cid-uCjNbMvYnR .center {
  text-align: center;
}
.cid-uCjNbMvYnR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCjNbMvYnR .dropdown-menu,
.cid-uCjNbMvYnR .navbar.opened {
  background: #000000 !important;
}
.cid-uCjNbMvYnR .nav-item:focus,
.cid-uCjNbMvYnR .nav-link:focus {
  outline: none;
}
.cid-uCjNbMvYnR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCjNbMvYnR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCjNbMvYnR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCjNbMvYnR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCjNbMvYnR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCjNbMvYnR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCjNbMvYnR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uCjNbMvYnR .navbar.opened {
  transition: all 0.3s;
}
.cid-uCjNbMvYnR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCjNbMvYnR .navbar .navbar-logo img {
  width: auto;
}
.cid-uCjNbMvYnR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCjNbMvYnR .navbar.collapsed {
  justify-content: center;
}
.cid-uCjNbMvYnR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCjNbMvYnR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCjNbMvYnR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCjNbMvYnR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCjNbMvYnR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCjNbMvYnR .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-uCjNbMvYnR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCjNbMvYnR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCjNbMvYnR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCjNbMvYnR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCjNbMvYnR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCjNbMvYnR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCjNbMvYnR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCjNbMvYnR .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-uCjNbMvYnR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCjNbMvYnR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCjNbMvYnR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCjNbMvYnR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCjNbMvYnR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCjNbMvYnR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCjNbMvYnR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCjNbMvYnR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCjNbMvYnR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCjNbMvYnR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCjNbMvYnR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCjNbMvYnR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCjNbMvYnR .dropdown-item.active,
.cid-uCjNbMvYnR .dropdown-item:active {
  background-color: transparent;
}
.cid-uCjNbMvYnR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCjNbMvYnR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCjNbMvYnR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCjNbMvYnR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCjNbMvYnR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCjNbMvYnR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCjNbMvYnR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCjNbMvYnR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCjNbMvYnR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCjNbMvYnR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCjNbMvYnR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCjNbMvYnR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCjNbMvYnR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCjNbMvYnR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCjNbMvYnR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCjNbMvYnR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCjNbMvYnR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCjNbMvYnR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCjNbMvYnR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCjNbMvYnR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCjNbMvYnR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCjNbMvYnR .navbar {
    height: 70px;
  }
  .cid-uCjNbMvYnR .navbar.opened {
    height: auto;
  }
  .cid-uCjNbMvYnR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCjNbMSzdM {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-uCjNbMSzdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjNbMSzdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjNbMSzdM .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCjNbMSzdM .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCjNbMSzdM .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCjNbMSzdM .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCjNbMSzdM .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uCjNbMSzdM .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCjNbMSzdM .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCjNbMSzdM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCjNbMSzdM .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCjNbMSzdM .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCjNbMSzdM .mbr-section-title {
  color: #191c25;
}
.cid-uCjNbMSzdM .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uCjNbMSzdM .mbr-section-title,
.cid-uCjNbMSzdM .mbr-section-btn,
.cid-uCjNbMSzdM .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uCjNbN8lre {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #454545;
}
.cid-uCjNbN8lre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjNbN8lre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjNbN8lre .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCjNbN8lre .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCjNbN8lre .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uCjNbN8lre .row {
    margin: 0;
  }
}
.cid-uCjNbN8lre .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCjNbN8lre .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uCjNbN8lre .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCjNbN8lre .content-wrapper {
    padding: 24px;
  }
}
.cid-uCjNbN8lre .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCjNbN8lre .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uCjNbN8lre .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCjNbN8lre .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uCjNbN8lre .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uCjNbN8lre .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uCjNbN8lre .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCjNbN8lre .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-uCjNbN8lre .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCjNbN8lre .items .item {
    padding: 24px;
  }
}
.cid-uCjNbN8lre .items .item:last-child {
  border: none;
}
.cid-uCjNbN8lre .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uCjNbN8lre .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uCjNbN8lre .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uCjNbN8lre .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uCjNbN8lre .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCjNbN8lre .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCjNbN8lre .card-title {
  color: #F9F6E0;
}
.cid-uCjNbN8lre .card-number {
  color: #E0B548;
}
.cid-uCjNbN8lre .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCjNbN8lre .mbr-section-title,
.cid-uCjNbN8lre .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uCjNbN8lre .card-number,
.cid-uCjNbN8lre .title-wrapper {
  color: #ffffff;
}
.cid-uCjNbN8lre .card-title,
.cid-uCjNbN8lre .title-wrapper {
  color: #ffffff;
}
.cid-uEicp81MfK {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEicp81MfK .mbr-overlay {
  background-color: #181818;
  opacity: 0.8;
}
.cid-uEicp81MfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEicp81MfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEicp81MfK .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEicp81MfK .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEicp81MfK {
    align-items: center;
  }
  .cid-uEicp81MfK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEicp81MfK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEicp81MfK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEicp81MfK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEicp81MfK .content-wrap {
    width: 100%;
  }
}
.cid-uEicp81MfK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEicp81MfK .mbr-text,
.cid-uEicp81MfK .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uCjNbNrIYD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uCjNbNrIYD .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uCjNbNrIYD .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCjNbNrIYD .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uCjNbNrIYD .btn-primary {
  border: 1px solid #454545 !important;
}
.cid-uCjNbNrIYD .btn-primary:hover {
  border: 1px solid #454545 !important;
}
.cid-uCjNbNrIYD .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uCjNbNrIYD .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uCjNbNrIYD .input-group-btn {
  padding-left: 0;
}
.cid-uCjNbNrIYD .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uCjNbNrIYD .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uCjNbNrIYD .mbr-text {
  color: #444;
}
.cid-uCjNbNrIYD h5 {
  margin-bottom: 0;
}
.cid-uCjNbNrIYD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCjNbNrIYD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCjNbNrIYD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uCjNbNrIYD .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCjNbNrIYD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCjNbNrIYD .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uCjNbNrIYD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uCjNbNrIYD .social-list a:hover {
  opacity: 0.4;
}
.cid-uCjNbNrIYD .media-container-row > div {
  padding: 0px;
}
.cid-uCjNbNrIYD .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uCjNbNrIYD .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uCjNbNrIYD .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCjNbNrIYD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uCjNbNrIYD .social-list,
  .cid-uCjNbNrIYD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uCjNbNrIYD h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uCjNbNrIYD .form-group {
    max-width: 180px;
  }
}
.cid-uCjNbNrIYD .links span {
  color: #9e9e9e;
}
.cid-uCjNbNrIYD .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uCjNbNrIYD .logo-title {
  text-align: center;
}
.cid-uCjNbNrIYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjNbNrIYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjNbNrIYD .logo-title,
.cid-uCjNbNrIYD .logo {
  color: #000000;
}
.cid-uCk4chTWWx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCk4chTWWx .show .link,
.cid-uCk4chTWWx .show .mbr-iconfont,
.cid-uCk4chTWWx .show .phone {
  color: #ffffff !important;
}
.cid-uCk4chTWWx .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-uCk4chTWWx .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uCk4chTWWx .phone {
  padding-left: 4rem;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCk4chTWWx .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-uCk4chTWWx .container {
  flex-wrap: nowrap;
}
.cid-uCk4chTWWx nav.navbar {
  position: fixed;
}
.cid-uCk4chTWWx .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-uCk4chTWWx .dropdown-menu {
  padding: 1rem 0;
}
.cid-uCk4chTWWx .dropdown-item {
  color: #ffffff !important;
}
.cid-uCk4chTWWx .dropdown-item span {
  color: #ffffff !important;
}
.cid-uCk4chTWWx .dropdown-item:hover,
.cid-uCk4chTWWx .dropdown-item:focus {
  color: #454545 !important;
}
.cid-uCk4chTWWx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCk4chTWWx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCk4chTWWx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCk4chTWWx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCk4chTWWx .nav-link {
  position: relative;
}
.cid-uCk4chTWWx .container {
  display: flex;
  margin: auto;
}
.cid-uCk4chTWWx .center {
  text-align: center;
}
.cid-uCk4chTWWx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCk4chTWWx .dropdown-menu,
.cid-uCk4chTWWx .navbar.opened {
  background: #000000 !important;
}
.cid-uCk4chTWWx .nav-item:focus,
.cid-uCk4chTWWx .nav-link:focus {
  outline: none;
}
.cid-uCk4chTWWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCk4chTWWx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCk4chTWWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCk4chTWWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCk4chTWWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCk4chTWWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCk4chTWWx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uCk4chTWWx .navbar.opened {
  transition: all 0.3s;
}
.cid-uCk4chTWWx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCk4chTWWx .navbar .navbar-logo img {
  width: auto;
}
.cid-uCk4chTWWx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCk4chTWWx .navbar.collapsed {
  justify-content: center;
}
.cid-uCk4chTWWx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCk4chTWWx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCk4chTWWx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCk4chTWWx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCk4chTWWx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCk4chTWWx .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-uCk4chTWWx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCk4chTWWx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCk4chTWWx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCk4chTWWx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCk4chTWWx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCk4chTWWx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCk4chTWWx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCk4chTWWx .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-uCk4chTWWx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCk4chTWWx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCk4chTWWx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCk4chTWWx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCk4chTWWx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCk4chTWWx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCk4chTWWx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCk4chTWWx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCk4chTWWx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCk4chTWWx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCk4chTWWx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCk4chTWWx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCk4chTWWx .dropdown-item.active,
.cid-uCk4chTWWx .dropdown-item:active {
  background-color: transparent;
}
.cid-uCk4chTWWx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCk4chTWWx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCk4chTWWx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCk4chTWWx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCk4chTWWx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCk4chTWWx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCk4chTWWx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCk4chTWWx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCk4chTWWx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCk4chTWWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCk4chTWWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCk4chTWWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCk4chTWWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCk4chTWWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCk4chTWWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCk4chTWWx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCk4chTWWx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCk4chTWWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCk4chTWWx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCk4chTWWx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCk4chTWWx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCk4chTWWx .navbar {
    height: 70px;
  }
  .cid-uCk4chTWWx .navbar.opened {
    height: auto;
  }
  .cid-uCk4chTWWx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCk4cioiQb {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uCk4cioiQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCk4cioiQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCk4cioiQb .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCk4cioiQb .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCk4cioiQb .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCk4cioiQb .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCk4cioiQb .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uCk4cioiQb .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCk4cioiQb .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCk4cioiQb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCk4cioiQb .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCk4cioiQb .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCk4cioiQb .mbr-section-title {
  color: #191c25;
}
.cid-uCk4cioiQb .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uCk4cioiQb .mbr-section-title,
.cid-uCk4cioiQb .mbr-section-btn,
.cid-uCk4cioiQb .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uCk4ciQlkJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #454545;
}
.cid-uCk4ciQlkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCk4ciQlkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCk4ciQlkJ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCk4ciQlkJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCk4ciQlkJ .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uCk4ciQlkJ .row {
    margin: 0;
  }
}
.cid-uCk4ciQlkJ .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCk4ciQlkJ .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uCk4ciQlkJ .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCk4ciQlkJ .content-wrapper {
    padding: 24px;
  }
}
.cid-uCk4ciQlkJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCk4ciQlkJ .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uCk4ciQlkJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCk4ciQlkJ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uCk4ciQlkJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uCk4ciQlkJ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uCk4ciQlkJ .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCk4ciQlkJ .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-uCk4ciQlkJ .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCk4ciQlkJ .items .item {
    padding: 24px;
  }
}
.cid-uCk4ciQlkJ .items .item:last-child {
  border: none;
}
.cid-uCk4ciQlkJ .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uCk4ciQlkJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uCk4ciQlkJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uCk4ciQlkJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uCk4ciQlkJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCk4ciQlkJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCk4ciQlkJ .card-title {
  color: #F9F6E0;
}
.cid-uCk4ciQlkJ .card-number {
  color: #E0B548;
}
.cid-uCk4ciQlkJ .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCk4ciQlkJ .mbr-section-title,
.cid-uCk4ciQlkJ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uCk4ciQlkJ .card-number,
.cid-uCk4ciQlkJ .title-wrapper {
  color: #ffffff;
}
.cid-uCk4ciQlkJ .card-title,
.cid-uCk4ciQlkJ .title-wrapper {
  color: #ffffff;
}
.cid-uEicY5VRfB {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEicY5VRfB .mbr-overlay {
  background-color: #181818;
  opacity: 0.8;
}
.cid-uEicY5VRfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEicY5VRfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEicY5VRfB .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEicY5VRfB .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEicY5VRfB {
    align-items: center;
  }
  .cid-uEicY5VRfB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEicY5VRfB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEicY5VRfB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEicY5VRfB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEicY5VRfB .content-wrap {
    width: 100%;
  }
}
.cid-uEicY5VRfB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEicY5VRfB .mbr-text,
.cid-uEicY5VRfB .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uCk4cjiAtb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uCk4cjiAtb .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uCk4cjiAtb .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCk4cjiAtb .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uCk4cjiAtb .btn-primary {
  border: 1px solid #454545 !important;
}
.cid-uCk4cjiAtb .btn-primary:hover {
  border: 1px solid #454545 !important;
}
.cid-uCk4cjiAtb .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uCk4cjiAtb .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uCk4cjiAtb .input-group-btn {
  padding-left: 0;
}
.cid-uCk4cjiAtb .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uCk4cjiAtb .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uCk4cjiAtb .mbr-text {
  color: #444;
}
.cid-uCk4cjiAtb h5 {
  margin-bottom: 0;
}
.cid-uCk4cjiAtb .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCk4cjiAtb .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCk4cjiAtb .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uCk4cjiAtb .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCk4cjiAtb .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCk4cjiAtb .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uCk4cjiAtb .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uCk4cjiAtb .social-list a:hover {
  opacity: 0.4;
}
.cid-uCk4cjiAtb .media-container-row > div {
  padding: 0px;
}
.cid-uCk4cjiAtb .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uCk4cjiAtb .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uCk4cjiAtb .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCk4cjiAtb .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uCk4cjiAtb .social-list,
  .cid-uCk4cjiAtb .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uCk4cjiAtb h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uCk4cjiAtb .form-group {
    max-width: 180px;
  }
}
.cid-uCk4cjiAtb .links span {
  color: #9e9e9e;
}
.cid-uCk4cjiAtb .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uCk4cjiAtb .logo-title {
  text-align: center;
}
.cid-uCk4cjiAtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCk4cjiAtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCk4cjiAtb .logo-title,
.cid-uCk4cjiAtb .logo {
  color: #000000;
}
.cid-uCjL6SDxfv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCjL6SDxfv .show .link,
.cid-uCjL6SDxfv .show .mbr-iconfont,
.cid-uCjL6SDxfv .show .phone {
  color: #ffffff !important;
}
.cid-uCjL6SDxfv .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-uCjL6SDxfv .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uCjL6SDxfv .phone {
  padding-left: 4rem;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCjL6SDxfv .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-uCjL6SDxfv .container {
  flex-wrap: nowrap;
}
.cid-uCjL6SDxfv nav.navbar {
  position: fixed;
}
.cid-uCjL6SDxfv .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-uCjL6SDxfv .dropdown-menu {
  padding: 1rem 0;
}
.cid-uCjL6SDxfv .dropdown-item {
  color: #ffffff !important;
}
.cid-uCjL6SDxfv .dropdown-item span {
  color: #ffffff !important;
}
.cid-uCjL6SDxfv .dropdown-item:hover,
.cid-uCjL6SDxfv .dropdown-item:focus {
  color: #454545 !important;
}
.cid-uCjL6SDxfv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCjL6SDxfv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCjL6SDxfv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCjL6SDxfv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCjL6SDxfv .nav-link {
  position: relative;
}
.cid-uCjL6SDxfv .container {
  display: flex;
  margin: auto;
}
.cid-uCjL6SDxfv .center {
  text-align: center;
}
.cid-uCjL6SDxfv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCjL6SDxfv .dropdown-menu,
.cid-uCjL6SDxfv .navbar.opened {
  background: #000000 !important;
}
.cid-uCjL6SDxfv .nav-item:focus,
.cid-uCjL6SDxfv .nav-link:focus {
  outline: none;
}
.cid-uCjL6SDxfv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCjL6SDxfv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCjL6SDxfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCjL6SDxfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCjL6SDxfv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCjL6SDxfv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCjL6SDxfv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uCjL6SDxfv .navbar.opened {
  transition: all 0.3s;
}
.cid-uCjL6SDxfv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCjL6SDxfv .navbar .navbar-logo img {
  width: auto;
}
.cid-uCjL6SDxfv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCjL6SDxfv .navbar.collapsed {
  justify-content: center;
}
.cid-uCjL6SDxfv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCjL6SDxfv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCjL6SDxfv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCjL6SDxfv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCjL6SDxfv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCjL6SDxfv .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-uCjL6SDxfv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCjL6SDxfv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCjL6SDxfv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCjL6SDxfv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCjL6SDxfv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCjL6SDxfv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCjL6SDxfv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCjL6SDxfv .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-uCjL6SDxfv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCjL6SDxfv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCjL6SDxfv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCjL6SDxfv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCjL6SDxfv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCjL6SDxfv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCjL6SDxfv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCjL6SDxfv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCjL6SDxfv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCjL6SDxfv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCjL6SDxfv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCjL6SDxfv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCjL6SDxfv .dropdown-item.active,
.cid-uCjL6SDxfv .dropdown-item:active {
  background-color: transparent;
}
.cid-uCjL6SDxfv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCjL6SDxfv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCjL6SDxfv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCjL6SDxfv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCjL6SDxfv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCjL6SDxfv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCjL6SDxfv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCjL6SDxfv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCjL6SDxfv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCjL6SDxfv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCjL6SDxfv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCjL6SDxfv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCjL6SDxfv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCjL6SDxfv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCjL6SDxfv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCjL6SDxfv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCjL6SDxfv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCjL6SDxfv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCjL6SDxfv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCjL6SDxfv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCjL6SDxfv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCjL6SDxfv .navbar {
    height: 70px;
  }
  .cid-uCjL6SDxfv .navbar.opened {
    height: auto;
  }
  .cid-uCjL6SDxfv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCjL6T0yHH {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1274.jpg");
}
.cid-uCjL6T0yHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjL6T0yHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjL6T0yHH .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCjL6T0yHH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCjL6T0yHH .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCjL6T0yHH .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCjL6T0yHH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uCjL6T0yHH .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCjL6T0yHH .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCjL6T0yHH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCjL6T0yHH .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCjL6T0yHH .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCjL6T0yHH .mbr-section-title {
  color: #191c25;
}
.cid-uCjL6T0yHH .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uCjL6T0yHH .mbr-section-title,
.cid-uCjL6T0yHH .mbr-section-btn,
.cid-uCjL6T0yHH .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uCjL6TfMYO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #454545;
}
.cid-uCjL6TfMYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjL6TfMYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjL6TfMYO .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCjL6TfMYO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCjL6TfMYO .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uCjL6TfMYO .row {
    margin: 0;
  }
}
.cid-uCjL6TfMYO .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCjL6TfMYO .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uCjL6TfMYO .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCjL6TfMYO .content-wrapper {
    padding: 24px;
  }
}
.cid-uCjL6TfMYO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCjL6TfMYO .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uCjL6TfMYO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCjL6TfMYO .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uCjL6TfMYO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uCjL6TfMYO .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uCjL6TfMYO .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCjL6TfMYO .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-uCjL6TfMYO .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCjL6TfMYO .items .item {
    padding: 24px;
  }
}
.cid-uCjL6TfMYO .items .item:last-child {
  border: none;
}
.cid-uCjL6TfMYO .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uCjL6TfMYO .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uCjL6TfMYO .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uCjL6TfMYO .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uCjL6TfMYO .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCjL6TfMYO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCjL6TfMYO .card-title {
  color: #F9F6E0;
}
.cid-uCjL6TfMYO .card-number {
  color: #E0B548;
}
.cid-uCjL6TfMYO .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCjL6TfMYO .mbr-section-title,
.cid-uCjL6TfMYO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uCjL6TfMYO .card-number,
.cid-uCjL6TfMYO .title-wrapper {
  color: #ffffff;
}
.cid-uCjL6TfMYO .card-title,
.cid-uCjL6TfMYO .title-wrapper {
  color: #ffffff;
}
.cid-uEidCt3JAh {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEidCt3JAh .mbr-overlay {
  background-color: #181818;
  opacity: 0.8;
}
.cid-uEidCt3JAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEidCt3JAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEidCt3JAh .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEidCt3JAh .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEidCt3JAh {
    align-items: center;
  }
  .cid-uEidCt3JAh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEidCt3JAh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEidCt3JAh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEidCt3JAh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEidCt3JAh .content-wrap {
    width: 100%;
  }
}
.cid-uEidCt3JAh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEidCt3JAh .mbr-text,
.cid-uEidCt3JAh .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uCjL6TzGRQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uCjL6TzGRQ .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uCjL6TzGRQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCjL6TzGRQ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uCjL6TzGRQ .btn-primary {
  border: 1px solid #454545 !important;
}
.cid-uCjL6TzGRQ .btn-primary:hover {
  border: 1px solid #454545 !important;
}
.cid-uCjL6TzGRQ .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uCjL6TzGRQ .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uCjL6TzGRQ .input-group-btn {
  padding-left: 0;
}
.cid-uCjL6TzGRQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uCjL6TzGRQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uCjL6TzGRQ .mbr-text {
  color: #444;
}
.cid-uCjL6TzGRQ h5 {
  margin-bottom: 0;
}
.cid-uCjL6TzGRQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCjL6TzGRQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCjL6TzGRQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uCjL6TzGRQ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCjL6TzGRQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCjL6TzGRQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uCjL6TzGRQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uCjL6TzGRQ .social-list a:hover {
  opacity: 0.4;
}
.cid-uCjL6TzGRQ .media-container-row > div {
  padding: 0px;
}
.cid-uCjL6TzGRQ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uCjL6TzGRQ .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uCjL6TzGRQ .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCjL6TzGRQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uCjL6TzGRQ .social-list,
  .cid-uCjL6TzGRQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uCjL6TzGRQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uCjL6TzGRQ .form-group {
    max-width: 180px;
  }
}
.cid-uCjL6TzGRQ .links span {
  color: #9e9e9e;
}
.cid-uCjL6TzGRQ .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uCjL6TzGRQ .logo-title {
  text-align: center;
}
.cid-uCjL6TzGRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjL6TzGRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjL6TzGRQ .logo-title,
.cid-uCjL6TzGRQ .logo {
  color: #000000;
}
.cid-uCjPC3owfm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCjPC3owfm .show .link,
.cid-uCjPC3owfm .show .mbr-iconfont,
.cid-uCjPC3owfm .show .phone {
  color: #ffffff !important;
}
.cid-uCjPC3owfm .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-uCjPC3owfm .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uCjPC3owfm .phone {
  padding-left: 4rem;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCjPC3owfm .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-uCjPC3owfm .container {
  flex-wrap: nowrap;
}
.cid-uCjPC3owfm nav.navbar {
  position: fixed;
}
.cid-uCjPC3owfm .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-uCjPC3owfm .dropdown-menu {
  padding: 1rem 0;
}
.cid-uCjPC3owfm .dropdown-item {
  color: #ffffff !important;
}
.cid-uCjPC3owfm .dropdown-item span {
  color: #ffffff !important;
}
.cid-uCjPC3owfm .dropdown-item:hover,
.cid-uCjPC3owfm .dropdown-item:focus {
  color: #454545 !important;
}
.cid-uCjPC3owfm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCjPC3owfm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCjPC3owfm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCjPC3owfm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCjPC3owfm .nav-link {
  position: relative;
}
.cid-uCjPC3owfm .container {
  display: flex;
  margin: auto;
}
.cid-uCjPC3owfm .center {
  text-align: center;
}
.cid-uCjPC3owfm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCjPC3owfm .dropdown-menu,
.cid-uCjPC3owfm .navbar.opened {
  background: #000000 !important;
}
.cid-uCjPC3owfm .nav-item:focus,
.cid-uCjPC3owfm .nav-link:focus {
  outline: none;
}
.cid-uCjPC3owfm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCjPC3owfm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCjPC3owfm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCjPC3owfm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCjPC3owfm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCjPC3owfm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCjPC3owfm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uCjPC3owfm .navbar.opened {
  transition: all 0.3s;
}
.cid-uCjPC3owfm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCjPC3owfm .navbar .navbar-logo img {
  width: auto;
}
.cid-uCjPC3owfm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCjPC3owfm .navbar.collapsed {
  justify-content: center;
}
.cid-uCjPC3owfm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCjPC3owfm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCjPC3owfm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCjPC3owfm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCjPC3owfm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCjPC3owfm .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-uCjPC3owfm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCjPC3owfm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCjPC3owfm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCjPC3owfm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCjPC3owfm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCjPC3owfm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCjPC3owfm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCjPC3owfm .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-uCjPC3owfm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCjPC3owfm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCjPC3owfm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCjPC3owfm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCjPC3owfm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCjPC3owfm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCjPC3owfm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCjPC3owfm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCjPC3owfm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCjPC3owfm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCjPC3owfm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCjPC3owfm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCjPC3owfm .dropdown-item.active,
.cid-uCjPC3owfm .dropdown-item:active {
  background-color: transparent;
}
.cid-uCjPC3owfm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCjPC3owfm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCjPC3owfm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCjPC3owfm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCjPC3owfm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCjPC3owfm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCjPC3owfm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCjPC3owfm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCjPC3owfm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCjPC3owfm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCjPC3owfm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCjPC3owfm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCjPC3owfm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCjPC3owfm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCjPC3owfm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCjPC3owfm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCjPC3owfm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCjPC3owfm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCjPC3owfm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCjPC3owfm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCjPC3owfm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCjPC3owfm .navbar {
    height: 70px;
  }
  .cid-uCjPC3owfm .navbar.opened {
    height: auto;
  }
  .cid-uCjPC3owfm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCjPC48kY2 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-uCjPC48kY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjPC48kY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjPC48kY2 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uCjPC48kY2 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCjPC48kY2 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uCjPC48kY2 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCjPC48kY2 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uCjPC48kY2 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uCjPC48kY2 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uCjPC48kY2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCjPC48kY2 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCjPC48kY2 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCjPC48kY2 .mbr-section-title {
  color: #191c25;
}
.cid-uCjPC48kY2 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uCjPC48kY2 .mbr-section-title,
.cid-uCjPC48kY2 .mbr-section-btn,
.cid-uCjPC48kY2 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uCjPC48kY2 .mbr-section-title,
.cid-uCjPC48kY2 .mbr-section-btn,
.cid-uCjPC48kY2 .title-wrapper DIV {
  text-align: center;
}
.cid-uEYGMDepX7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uEYGMDepX7 .mbr-text {
  color: #ffffff;
}
.cid-uEYGMDepX7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uEYGMDepX7 .mbr-section-title {
  color: #ffffff;
}
.cid-uEWXygPEok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uEWXygPEok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEWXygPEok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEWXygPEok .mbr-text {
  color: #000000;
}
.cid-uEWXygPEok .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uEWXygPEok .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uEWXygPEok .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEWXygPEok .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uEWXygPEok .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEWXygPEok .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uEWXygPEok .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uEWXygPEok .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uEWXygPEok .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uEWXygPEok .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uEWXygPEok .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uEWXygPEok .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEWXygPEok .mbr-text UL {
  text-align: left;
}
.cid-uEWXygPEok .mbr-section-subtitle,
.cid-uEWXygPEok .main-button {
  color: #000000;
}
.cid-uEYKM0Hvr3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uEYKM0Hvr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEYKM0Hvr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEYKM0Hvr3 .row {
  justify-content: center;
}
.cid-uEYKM0Hvr3 .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff7ee;
}
@media (max-width: 1440px) {
  .cid-uEYKM0Hvr3 .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uEYKM0Hvr3 .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-uEYKM0Hvr3 .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uEYKM0Hvr3 .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uEYKM0Hvr3 .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uEYKM0Hvr3 .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uEYKM0Hvr3 .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uEYKM0Hvr3 .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEYKM0Hvr3 .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uEYKM0Hvr3 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uEYKM0Hvr3 .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uEYKM0Hvr3 .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uEYKM0Hvr3 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uEYKM0Hvr3 .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEYKM0Hvr3 .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEYKM0Hvr3 .mbr-label,
.cid-uEYKM0Hvr3 .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uEYKM0Hvr3 .mbr-section-title {
  color: #151e11;
}
.cid-uEYKM0Hvr3 .mbr-text {
  color: #151e11;
}
.cid-uEYD1VnoAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uEYD1VnoAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEYD1VnoAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEYD1VnoAL .mbr-text {
  color: #000000;
}
.cid-uEYD1VnoAL .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uEYD1VnoAL .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uEYD1VnoAL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEYD1VnoAL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uEYD1VnoAL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEYD1VnoAL .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uEYD1VnoAL .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uEYD1VnoAL .mbr-section-title {
  color: #000000;
}
.cid-uEYD1VnoAL .card-text,
.cid-uEYD1VnoAL .item .mbr-section-btn {
  text-align: left;
}
.cid-uEYD1VnoAL .card-title,
.cid-uEYD1VnoAL .iconfont-wrapper {
  text-align: left;
}
.cid-uEYD1VnoAL .mbr-section-subtitle,
.cid-uEYD1VnoAL .main-button {
  text-align: left;
  color: #000000;
}
.cid-uEYD1VnoAL .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uEYD1VnoAL .item-content .item-footer {
  margin-top: auto;
}
.cid-uEYD1VnoAL .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEYD1VnoAL .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uEYD1VnoAL .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uEYD1VnoAL .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uEil9JloBw {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEil9JloBw .mbr-overlay {
  background-color: #181818;
  opacity: 0.8;
}
.cid-uEil9JloBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEil9JloBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEil9JloBw .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEil9JloBw .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEil9JloBw {
    align-items: center;
  }
  .cid-uEil9JloBw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEil9JloBw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEil9JloBw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEil9JloBw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEil9JloBw .content-wrap {
    width: 100%;
  }
}
.cid-uEil9JloBw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEil9JloBw .mbr-text,
.cid-uEil9JloBw .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uCjPC5rVmn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uCjPC5rVmn .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uCjPC5rVmn .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCjPC5rVmn .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uCjPC5rVmn .btn-primary {
  border: 1px solid #454545 !important;
}
.cid-uCjPC5rVmn .btn-primary:hover {
  border: 1px solid #454545 !important;
}
.cid-uCjPC5rVmn .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uCjPC5rVmn .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uCjPC5rVmn .input-group-btn {
  padding-left: 0;
}
.cid-uCjPC5rVmn .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uCjPC5rVmn .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uCjPC5rVmn .mbr-text {
  color: #444;
}
.cid-uCjPC5rVmn h5 {
  margin-bottom: 0;
}
.cid-uCjPC5rVmn .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCjPC5rVmn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCjPC5rVmn .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uCjPC5rVmn .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCjPC5rVmn .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCjPC5rVmn .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uCjPC5rVmn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uCjPC5rVmn .social-list a:hover {
  opacity: 0.4;
}
.cid-uCjPC5rVmn .media-container-row > div {
  padding: 0px;
}
.cid-uCjPC5rVmn .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uCjPC5rVmn .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uCjPC5rVmn .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCjPC5rVmn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uCjPC5rVmn .social-list,
  .cid-uCjPC5rVmn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uCjPC5rVmn h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uCjPC5rVmn .form-group {
    max-width: 180px;
  }
}
.cid-uCjPC5rVmn .links span {
  color: #9e9e9e;
}
.cid-uCjPC5rVmn .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uCjPC5rVmn .logo-title {
  text-align: center;
}
.cid-uCjPC5rVmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjPC5rVmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjPC5rVmn .logo-title,
.cid-uCjPC5rVmn .logo {
  color: #000000;
}
.cid-uEil8x9ydF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uCkeNz1pH0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCkeNz1pH0 .show .link,
.cid-uCkeNz1pH0 .show .mbr-iconfont,
.cid-uCkeNz1pH0 .show .phone {
  color: #ffffff !important;
}
.cid-uCkeNz1pH0 .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-uCkeNz1pH0 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uCkeNz1pH0 .phone {
  padding-left: 4rem;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCkeNz1pH0 .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-uCkeNz1pH0 .container {
  flex-wrap: nowrap;
}
.cid-uCkeNz1pH0 nav.navbar {
  position: fixed;
}
.cid-uCkeNz1pH0 .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-uCkeNz1pH0 .dropdown-menu {
  padding: 1rem 0;
}
.cid-uCkeNz1pH0 .dropdown-item {
  color: #ffffff !important;
}
.cid-uCkeNz1pH0 .dropdown-item span {
  color: #ffffff !important;
}
.cid-uCkeNz1pH0 .dropdown-item:hover,
.cid-uCkeNz1pH0 .dropdown-item:focus {
  color: #454545 !important;
}
.cid-uCkeNz1pH0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCkeNz1pH0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCkeNz1pH0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCkeNz1pH0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCkeNz1pH0 .nav-link {
  position: relative;
}
.cid-uCkeNz1pH0 .container {
  display: flex;
  margin: auto;
}
.cid-uCkeNz1pH0 .center {
  text-align: center;
}
.cid-uCkeNz1pH0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCkeNz1pH0 .dropdown-menu,
.cid-uCkeNz1pH0 .navbar.opened {
  background: #000000 !important;
}
.cid-uCkeNz1pH0 .nav-item:focus,
.cid-uCkeNz1pH0 .nav-link:focus {
  outline: none;
}
.cid-uCkeNz1pH0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCkeNz1pH0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCkeNz1pH0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCkeNz1pH0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCkeNz1pH0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCkeNz1pH0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCkeNz1pH0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uCkeNz1pH0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCkeNz1pH0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCkeNz1pH0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCkeNz1pH0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCkeNz1pH0 .navbar.collapsed {
  justify-content: center;
}
.cid-uCkeNz1pH0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCkeNz1pH0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCkeNz1pH0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCkeNz1pH0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCkeNz1pH0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCkeNz1pH0 .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-uCkeNz1pH0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCkeNz1pH0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCkeNz1pH0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCkeNz1pH0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCkeNz1pH0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCkeNz1pH0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCkeNz1pH0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCkeNz1pH0 .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-uCkeNz1pH0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCkeNz1pH0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCkeNz1pH0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCkeNz1pH0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCkeNz1pH0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCkeNz1pH0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCkeNz1pH0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCkeNz1pH0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCkeNz1pH0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCkeNz1pH0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCkeNz1pH0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCkeNz1pH0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCkeNz1pH0 .dropdown-item.active,
.cid-uCkeNz1pH0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCkeNz1pH0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCkeNz1pH0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCkeNz1pH0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCkeNz1pH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCkeNz1pH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCkeNz1pH0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCkeNz1pH0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCkeNz1pH0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCkeNz1pH0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCkeNz1pH0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCkeNz1pH0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCkeNz1pH0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCkeNz1pH0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCkeNz1pH0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCkeNz1pH0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCkeNz1pH0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCkeNz1pH0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCkeNz1pH0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCkeNz1pH0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCkeNz1pH0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCkeNz1pH0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCkeNz1pH0 .navbar {
    height: 70px;
  }
  .cid-uCkeNz1pH0 .navbar.opened {
    height: auto;
  }
  .cid-uCkeNz1pH0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEk3XURH37 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1536.jpg");
}
.cid-uEk3XURH37 .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-uEk3XURH37 H4 {
  color: #ffffff;
}
.cid-uEk3XURH37 LABEL {
  color: #ffffff;
}
.cid-uCkeNzZ0f5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uCkeNzZ0f5 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uCkeNzZ0f5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCkeNzZ0f5 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uCkeNzZ0f5 .btn-primary {
  border: 1px solid #454545 !important;
}
.cid-uCkeNzZ0f5 .btn-primary:hover {
  border: 1px solid #454545 !important;
}
.cid-uCkeNzZ0f5 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uCkeNzZ0f5 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uCkeNzZ0f5 .input-group-btn {
  padding-left: 0;
}
.cid-uCkeNzZ0f5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uCkeNzZ0f5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uCkeNzZ0f5 .mbr-text {
  color: #444;
}
.cid-uCkeNzZ0f5 h5 {
  margin-bottom: 0;
}
.cid-uCkeNzZ0f5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCkeNzZ0f5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCkeNzZ0f5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uCkeNzZ0f5 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCkeNzZ0f5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCkeNzZ0f5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uCkeNzZ0f5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uCkeNzZ0f5 .social-list a:hover {
  opacity: 0.4;
}
.cid-uCkeNzZ0f5 .media-container-row > div {
  padding: 0px;
}
.cid-uCkeNzZ0f5 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uCkeNzZ0f5 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uCkeNzZ0f5 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCkeNzZ0f5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uCkeNzZ0f5 .social-list,
  .cid-uCkeNzZ0f5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uCkeNzZ0f5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uCkeNzZ0f5 .form-group {
    max-width: 180px;
  }
}
.cid-uCkeNzZ0f5 .links span {
  color: #9e9e9e;
}
.cid-uCkeNzZ0f5 .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uCkeNzZ0f5 .logo-title {
  text-align: center;
}
.cid-uCkeNzZ0f5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCkeNzZ0f5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCkeNzZ0f5 .logo-title,
.cid-uCkeNzZ0f5 .logo {
  color: #000000;
}
.cid-uEimjFlW1H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
