.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fafafb;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'PathwayGothicOne-Regular';
  font-size: 4.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'PathwayGothicOne-Regular';
  font-size: 4rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'PathwayGothicOne-Regular';
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'PathwayGothicOne-Regular';
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'PathwayGothicOne-Regular';
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #acb0bd !important;
}
.bg-success {
  background-color: #56e0a0 !important;
}
.bg-info {
  background-color: #41d7f5 !important;
}
.bg-warning {
  background-color: #ffcd37 !important;
}
.bg-danger {
  background-color: #e15562 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #acb0bd !important;
  border-color: #acb0bd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c8cbd4 !important;
  border-color: #c8cbd4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c8cbd4 !important;
  border-color: #c8cbd4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #416165 !important;
  border-color: #416165 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #557f84 !important;
  border-color: #557f84 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #557f84 !important;
  border-color: #557f84 !important;
}
.btn-info,
.btn-info:active {
  background-color: #41d7f5 !important;
  border-color: #41d7f5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #71e1f8 !important;
  border-color: #71e1f8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #71e1f8 !important;
  border-color: #71e1f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #56e0a0 !important;
  border-color: #56e0a0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #81e8b8 !important;
  border-color: #81e8b8 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #81e8b8 !important;
  border-color: #81e8b8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcd37 !important;
  border-color: #ffcd37 !important;
  color: #372900 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffda6a !important;
  border-color: #ffda6a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #372900 !important;
  background-color: #ffda6a !important;
  border-color: #ffda6a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e15562 !important;
  border-color: #e15562 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e9808a !important;
  border-color: #e9808a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e9808a !important;
  border-color: #e9808a !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #acb0bd;
  color: #acb0bd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7c8297 !important;
  background-color: transparent !important;
  border-color: #7c8297 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #acb0bd !important;
  border-color: #acb0bd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #416165;
  color: #416165;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1f2e30 !important;
  background-color: transparent !important;
  border-color: #1f2e30 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #416165 !important;
  border-color: #416165 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #41d7f5;
  color: #41d7f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0bb3d4 !important;
  background-color: transparent !important;
  border-color: #0bb3d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #41d7f5 !important;
  border-color: #41d7f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #56e0a0;
  color: #56e0a0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #23bd75 !important;
  background-color: transparent !important;
  border-color: #23bd75 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #56e0a0 !important;
  border-color: #56e0a0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcd37;
  color: #ffcd37;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dfa700 !important;
  background-color: transparent !important;
  border-color: #dfa700 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #372900 !important;
  background-color: #ffcd37 !important;
  border-color: #ffcd37 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e15562;
  color: #e15562;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #be2130 !important;
  background-color: transparent !important;
  border-color: #be2130 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e15562 !important;
  border-color: #e15562 !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: #acb0bd !important;
}
.text-secondary {
  color: #416165 !important;
}
.text-success {
  color: #56e0a0 !important;
}
.text-info {
  color: #41d7f5 !important;
}
.text-warning {
  color: #ffcd37 !important;
}
.text-danger {
  color: #e15562 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #737a90 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #192527 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #20b06d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0aa6c6 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d09c00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b11f2d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #acb0bd;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #41d7f5;
}
.alert-warning {
  background-color: #ffcd37;
}
.alert-danger {
  background-color: #e15562;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #acb0bd;
  border-color: #acb0bd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #acb0bd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f3f4f5;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'PathwayGothicOne-Regular';
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #acb0bd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PathwayGothicOne-Regular';
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #acb0bd;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #acb0bd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #acb0bd;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #acb0bd;
  border-bottom-color: #acb0bd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #acb0bd !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #416165 !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='%23acb0bd' %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 {
  padding: 15px 90px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 22px;
  }
}
.mbr-section-btn .btn .btn-primary,
.mbr-section-btn-main .btn .btn-primary,
.mbr-section-btn .btn .btn-secondary,
.mbr-section-btn-main .btn .btn-secondary,
.mbr-section-btn .btn .btn-success,
.mbr-section-btn-main .btn .btn-success,
.mbr-section-btn .btn .btn-info,
.mbr-section-btn-main .btn .btn-info,
.mbr-section-btn .btn .btn-warning,
.mbr-section-btn-main .btn .btn-warning,
.mbr-section-btn .btn .btn-danger,
.mbr-section-btn-main .btn .btn-danger,
.mbr-section-btn .btn .btn-black,
.mbr-section-btn-main .btn .btn-black,
.mbr-section-btn .btn .btn-white,
.mbr-section-btn-main .btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.item-content {
  border-radius: 10px !important;
}
.tag-wrap {
  border-radius: 8px;
}
.tag-wrapper {
  border-radius: 30px;
}
.soc-item {
  border-radius: 8px;
}
.soc-item .mbr-iconfont {
  border-radius: 8px;
}
.slide-content .item-wrapper .item-img {
  border-radius: 10px;
}
.content-wrapper {
  border-radius: 20px;
}
.content-wrapper img {
  border-radius: 20px !important;
}
.google-map iframe {
  border-radius: 20px;
}
.card-mini {
  border-radius: 30px !important;
}
.title-wrap .item-title {
  border-radius: 15rem;
}
.nav.nav-tabs .nav-link {
  border-radius: 30px !important;
}
.form-control {
  border-radius: 8px !important;
}
.cid-v6o0dj6LVX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-v6o0dj6LVX nav.navbar {
  position: fixed;
}
.cid-v6o0dj6LVX .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-v6o0dj6LVX .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-v6o0dj6LVX .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v6o0dj6LVX .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-v6o0dj6LVX .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v6o0dj6LVX .dropdown-item {
  border: none !important;
  background: #f1f1f1 !important;
  font-weight: 300;
}
.cid-v6o0dj6LVX .dropdown-item:hover,
.cid-v6o0dj6LVX .dropdown-item:focus {
  background: #f1f1f1 !important;
  color: #1f1f1f !important;
}
.cid-v6o0dj6LVX .dropdown-item:hover span {
  color: white;
}
.cid-v6o0dj6LVX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6o0dj6LVX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6o0dj6LVX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6o0dj6LVX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6o0dj6LVX .nav-link {
  position: relative;
}
.cid-v6o0dj6LVX .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v6o0dj6LVX .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-v6o0dj6LVX .container {
    max-width: 1100px;
  }
}
.cid-v6o0dj6LVX .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v6o0dj6LVX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v6o0dj6LVX .dropdown-menu,
.cid-v6o0dj6LVX .navbar.opened {
  background: #f1f1f1 !important;
}
.cid-v6o0dj6LVX .nav-item:focus,
.cid-v6o0dj6LVX .nav-link:focus {
  outline: none;
}
.cid-v6o0dj6LVX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6o0dj6LVX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v6o0dj6LVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6o0dj6LVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6o0dj6LVX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6o0dj6LVX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6o0dj6LVX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f1f1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v6o0dj6LVX .navbar.opened {
  transition: all 0.3s;
}
.cid-v6o0dj6LVX .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-v6o0dj6LVX .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-v6o0dj6LVX .navbar .navbar-logo img {
  width: auto;
}
.cid-v6o0dj6LVX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6o0dj6LVX .navbar.collapsed {
  justify-content: center;
}
.cid-v6o0dj6LVX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6o0dj6LVX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6o0dj6LVX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-v6o0dj6LVX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-v6o0dj6LVX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-v6o0dj6LVX .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-v6o0dj6LVX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6o0dj6LVX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6o0dj6LVX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6o0dj6LVX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6o0dj6LVX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6o0dj6LVX .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-v6o0dj6LVX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-v6o0dj6LVX .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-v6o0dj6LVX .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-v6o0dj6LVX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6o0dj6LVX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6o0dj6LVX .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-v6o0dj6LVX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v6o0dj6LVX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6o0dj6LVX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6o0dj6LVX .navbar.navbar-short {
  min-height: 77px;
}
.cid-v6o0dj6LVX .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-v6o0dj6LVX .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v6o0dj6LVX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6o0dj6LVX .navbar-brand .navbar-caption:hover,
.cid-v6o0dj6LVX .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-v6o0dj6LVX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6o0dj6LVX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v6o0dj6LVX .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-v6o0dj6LVX .dropdown-item.active,
.cid-v6o0dj6LVX .dropdown-item:active {
  background-color: transparent;
}
.cid-v6o0dj6LVX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6o0dj6LVX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6o0dj6LVX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6o0dj6LVX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v6o0dj6LVX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6o0dj6LVX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v6o0dj6LVX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6o0dj6LVX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v6o0dj6LVX ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v6o0dj6LVX .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v6o0dj6LVX .navbar-buttons {
    text-align: left;
  }
}
.cid-v6o0dj6LVX .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v6o0dj6LVX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v6o0dj6LVX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #f1f1f1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v6o0dj6LVX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-v6o0dj6LVX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v6o0dj6LVX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v6o0dj6LVX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v6o0dj6LVX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v6o0dj6LVX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6o0dj6LVX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6o0dj6LVX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6o0dj6LVX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6o0dj6LVX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6o0dj6LVX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6o0dj6LVX .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-v6o0dj6LVX .navbar {
    height: 70px;
  }
  .cid-v6o0dj6LVX .navbar.opened {
    height: auto;
  }
  .cid-v6o0dj6LVX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6o0dj6LVX .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v6o0dj6LVX .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v6o0dj6LVX .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v6o0dj6LVX .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v6o0dj6LVX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-v6o0dj6LVX .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-v6o0dj6LVX .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v6o0dj6LVX .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v6o0dj6LVX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v6o0dj6LVX .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v6o0dj6LVX .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v6o0dj6LVX .navbar {
    justify-content: flex-start !important;
  }
  .cid-v6o0dj6LVX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v6o0dj6LVX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v6o0dj6LVX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6o0dj6LVX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v6o0dj6LVX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v6o0dj6LVX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v6o0dj6LVX .content-wrap {
  min-height: 77px;
}
.cid-v6o0dj6LVX .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-v6o0dj6LVX .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-v6sFRX2gNN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v6sFRX2gNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6sFRX2gNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6sFRX2gNN .container {
    padding: 0 15px;
  }
}
.cid-v6sFRX2gNN .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v6sFRX2gNN .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v6sFRX2gNN .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v6sFRX2gNN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v6sFRX2gNN .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6sFRX2gNN .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v6sFRX2gNN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6sFRX2gNN .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v6sFRX2gNN .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v6sFRX2gNN .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-v6sFRX2gNN .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v6sFRX2gNN .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v6sFRX2gNN .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v6sFRX2gNN .mbr-section-title {
  color: #ffffff;
}
.cid-v6sFRX2gNN .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v6sFRX2gNN .mbr-text {
  color: #d2d2df;
}
.cid-v6t0I55eU4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v6t0I55eU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6t0I55eU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6t0I55eU4 .items-wrapper {
  margin: 0 -8px;
}
.cid-v6t0I55eU4 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v6t0I55eU4 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v6t0I55eU4 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6t0I55eU4 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-v6t0I55eU4 .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px 16px 24px 16px;
}
@media (max-width: 992px) {
  .cid-v6t0I55eU4 .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 20px 24px 20px;
  }
}
.cid-v6t0I55eU4 .items-wrapper .item .item-wrapper .title-wrap .title-box {
  display: inline-flex;
  align-items: center;
}
.cid-v6t0I55eU4 .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e70000;
  margin-right: 16px;
}
.cid-v6t0I55eU4 .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
  margin-bottom: 0;
}
.cid-v6t0I55eU4 .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v6t0I55eU4 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-v6t0I55eU4 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v6t0I55eU4 .item-title {
  color: #000000;
}
.cid-v6t0I55eU4 .item-text {
  color: #6c7179;
}
.cid-v6hSjm4k6s {
  padding-top: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v6hSjm4k6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6hSjm4k6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6hSjm4k6s .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-v6hSjm4k6s .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6hSjm4k6s .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6hSjm4k6s .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6hSjm4k6s .content-wrapper .border_1 {
  left: 0;
}
.cid-v6hSjm4k6s .content-wrapper .border_2 {
  right: 0;
}
.cid-v6hSjm4k6s .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6hSjm4k6s .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6hSjm4k6s .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v6hSjm4k6s .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6hSjm4k6s .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6hSjm4k6s .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6hSjm4k6s .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6hSjm4k6s .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6hSjm4k6s .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6hSjm4k6s .items-wrapper {
  margin: 0 -10px;
}
.cid-v6hSjm4k6s .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-v6hSjm4k6s .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6hSjm4k6s .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v6hSjm4k6s .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6hSjm4k6s .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #ff6900;
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6hSjm4k6s .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6hSjm4k6s .mbr-label,
.cid-v6hSjm4k6s .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v6hSjm4k6s .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6hSjm4k6s .mbr-text,
.cid-v6hSjm4k6s .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6hSjm4k6s .item-label {
  color: #ff6900;
}
.cid-v6hSjm4k6s .item-title {
  color: #0f172a;
}
.cid-v6hSjm4k6s .item-text {
  color: #475569;
}
.cid-v6hSjm4k6s .list {
  color: #475569;
}
.cid-v6hSjm4k6s .mbr-section-title,
.cid-v6hSjm4k6s .mbr-section-btn {
  color: #000000;
}
.cid-v6hP1FtPUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #110f24;
  overflow: hidden;
}
.cid-v6hP1FtPUZ .mbr-section-title {
  margin-bottom: 32px;
  opacity: 0.5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6hP1FtPUZ .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v6hP1FtPUZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v6hP1FtPUZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6hP1FtPUZ .embla__slide .slide-content {
  width: 100%;
}
.cid-v6hP1FtPUZ .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #acb0bd;
}
.cid-v6hP1FtPUZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: cover;
}
.cid-v6hP1FtPUZ .embla__button--next,
.cid-v6hP1FtPUZ .embla__button--prev {
  display: flex;
}
.cid-v6hP1FtPUZ .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v6hP1FtPUZ .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-v6hP1FtPUZ .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v6hP1FtPUZ .embla__button.embla__button--next {
  right: 0;
}
.cid-v6hP1FtPUZ .embla {
  position: relative;
  width: 100%;
}
.cid-v6hP1FtPUZ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v6hP1FtPUZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6hP1FtPUZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6hP1FtPUZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6hP1G34Hr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v6hP1G34Hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6hP1G34Hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6hP1G34Hr .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #acb0bd;
  background-color: #292739;
}
@media (max-width: 992px) {
  .cid-v6hP1G34Hr .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-v6hP1G34Hr .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6hP1G34Hr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v6hP1G34Hr .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #acb0bd;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v6hP1G34Hr .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-v6hP1G34Hr .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-v6hP1G34Hr .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6hP1G34Hr .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v6hP1G34Hr .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #416165;
  border-radius: 100%;
}
.cid-v6hP1G34Hr .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-v6hP1G34Hr .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v6hP1G34Hr .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v6hP1G34Hr .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-v6hP1G34Hr .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6hP1G34Hr .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v6hP1G34Hr .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v6hP1G34Hr .panel-title-edit {
  color: #ffffff;
}
.cid-v6hP1G34Hr .panel-text {
  color: #ffffff;
}
.cid-v6hP1G34Hr .panel-title-edit,
.cid-v6hP1G34Hr .icon-wrapper {
  color: #FFFFFF;
}
.cid-v6hP1G34Hr .panel-text,
.cid-v6hP1G34Hr .panel-body {
  color: #FFFFFF;
}
.cid-v6hP1Gm204 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #110f24;
}
.cid-v6hP1Gm204 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6hP1Gm204 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6hP1Gm204 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v6hP1Gm204 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v6hP1Gm204 .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
  }
}
.cid-v6hP1Gm204 .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-v6hP1Gm204 .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6hP1Gm204 .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v6hP1Gm204 .item {
    padding: 0 14px;
  }
}
.cid-v6hP1Gm204 .item .item-wrapper .item-content {
  position: relative;
  border: 1px solid #acb0bd;
  box-shadow: 0px -1px 1px #acb0bd;
  border-bottom: none;
  background-color: #110f24;
  padding: 24px 24px 32px 24px;
}
@media (max-width: 992px) {
  .cid-v6hP1Gm204 .item .item-wrapper .item-content {
    padding: 24px 14px;
  }
}
.cid-v6hP1Gm204 .item .item-wrapper .item-content .title-wrap {
  position: relative;
  z-index: 1;
  margin-top: -3.4rem;
}
@media (max-width: 992px) {
  .cid-v6hP1Gm204 .item .item-wrapper .item-content .title-wrap {
    margin-top: 0;
  }
}
.cid-v6hP1Gm204 .item .item-wrapper .item-content .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 32px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  background-color: #416165;
}
@media (max-width: 992px) {
  .cid-v6hP1Gm204 .item .item-wrapper .item-content .title-wrap .item-title {
    margin-bottom: 16px;
    padding: 14px;
  }
}
.cid-v6hP1Gm204 .item .item-wrapper .item-content .item-price {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6hP1Gm204 .item .item-wrapper .item-content .item-price {
    margin-bottom: 16px;
  }
}
.cid-v6hP1Gm204 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v6hP1Gm204 .item .item-wrapper .item-content .mbr-section-btn .btn {
  padding: 15px 22px ;
}
.cid-v6hP1Gm204 .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6hP1Gm204 .item .item-wrapper .list-wrapper .list .tag-wrap {
  padding: 14px 20px 14px 60px;
  border: 1px solid #acb0bd;
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
  background-color: #110f24;
}
.cid-v6hP1Gm204 .item .item-wrapper .list-wrapper .list .tag-wrap::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 24px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #acb0bd;
}
@media (max-width: 992px) {
  .cid-v6hP1Gm204 .item .item-wrapper .list-wrapper .list .tag-wrap::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-v6hP1Gm204 .item .item-wrapper .list-wrapper .list .tag-wrap {
    padding: 14px;
  }
}
.cid-v6hP1Gm204 .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.cid-v6hP1Gm204 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v6hP1Gm204 .item-title {
  color: #080813;
}
.cid-v6hP1Gm204 .list {
  color: #ffffff;
}
.cid-v6hP1Gm204 .item-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-v6hP1Gm204 .item-title,
.cid-v6hP1Gm204 .title-wrap,
.cid-v6hP1Gm204 .mbr-section-btn {
  text-align: center;
}
.cid-v6hP1Gm204 .item-title,
.cid-v6hP1Gm204 .mbr-section-btn,
.cid-v6hP1Gm204 .title-wrap {
  color: #FFFFFF;
}
.cid-v6hP1Gm204 .list,
.cid-v6hP1Gm204 .item-wrap {
  color: #FFFFFF;
}
.cid-v6sZEHyFnD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v6sZEHyFnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6sZEHyFnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6sZEHyFnD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v6sZEHyFnD .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v6sZEHyFnD .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6sZEHyFnD .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v6sZEHyFnD .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6sZEHyFnD .content-wrapper .list .item-wrap:hover,
.cid-v6sZEHyFnD .content-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-v6sZEHyFnD .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-v6sZEHyFnD .border-wrap {
    margin-top: 32px;
  }
}
.cid-v6sZEHyFnD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v6sZEHyFnD .list {
  color: #bbbbbb;
  text-align: center;
}
#custom-html-k {
  /* Type valid CSS here */
}
#custom-html-k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-k p {
  font-size: 60px;
  color: #777;
}
.cid-v6t4gpsL7b {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v6t4gpsL7b .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-v6t4gpsL7b .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-v6t4gpsL7b .card-wrapper:hover .ico2 {
  color: #acb0bd !important;
}
.cid-v6t4gpsL7b .ico2 {
  color: #41d7f5 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-v6t4gpsL7b .text-info:hover {
  color: inherit !important;
}
.cid-v6t4gpsL7b .card-box {
  padding: 0rem 1rem;
}
.cid-v6t4gpsL7b .ico1 {
  font-size: 3rem !important;
}
.cid-v6t4gpsL7b h3,
.cid-v6t4gpsL7b h4 {
  padding: 0;
  margin: 0;
}
.cid-v6t4gpsL7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6t4gpsL7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-j {
  /* Type valid CSS here */
}
#custom-html-j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-j p {
  font-size: 60px;
  color: #777;
}
#custom-html-19 {
  /* Type valid CSS here */
}
#custom-html-19 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-19 p {
  font-size: 60px;
  color: #777;
}
.cid-v6FDaVv4h3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-v6FDaVv4h3 nav.navbar {
  position: fixed;
}
.cid-v6FDaVv4h3 .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-v6FDaVv4h3 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-v6FDaVv4h3 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v6FDaVv4h3 .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-v6FDaVv4h3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v6FDaVv4h3 .dropdown-item {
  border: none !important;
  background: #f1f1f1 !important;
  font-weight: 300;
}
.cid-v6FDaVv4h3 .dropdown-item:hover,
.cid-v6FDaVv4h3 .dropdown-item:focus {
  background: #f1f1f1 !important;
  color: #1f1f1f !important;
}
.cid-v6FDaVv4h3 .dropdown-item:hover span {
  color: white;
}
.cid-v6FDaVv4h3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6FDaVv4h3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6FDaVv4h3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6FDaVv4h3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6FDaVv4h3 .nav-link {
  position: relative;
}
.cid-v6FDaVv4h3 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v6FDaVv4h3 .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-v6FDaVv4h3 .container {
    max-width: 1100px;
  }
}
.cid-v6FDaVv4h3 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v6FDaVv4h3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v6FDaVv4h3 .dropdown-menu,
.cid-v6FDaVv4h3 .navbar.opened {
  background: #f1f1f1 !important;
}
.cid-v6FDaVv4h3 .nav-item:focus,
.cid-v6FDaVv4h3 .nav-link:focus {
  outline: none;
}
.cid-v6FDaVv4h3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6FDaVv4h3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v6FDaVv4h3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6FDaVv4h3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6FDaVv4h3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6FDaVv4h3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6FDaVv4h3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f1f1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v6FDaVv4h3 .navbar.opened {
  transition: all 0.3s;
}
.cid-v6FDaVv4h3 .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-v6FDaVv4h3 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-v6FDaVv4h3 .navbar .navbar-logo img {
  width: auto;
}
.cid-v6FDaVv4h3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6FDaVv4h3 .navbar.collapsed {
  justify-content: center;
}
.cid-v6FDaVv4h3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6FDaVv4h3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6FDaVv4h3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-v6FDaVv4h3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-v6FDaVv4h3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-v6FDaVv4h3 .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-v6FDaVv4h3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6FDaVv4h3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6FDaVv4h3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6FDaVv4h3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6FDaVv4h3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6FDaVv4h3 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-v6FDaVv4h3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-v6FDaVv4h3 .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-v6FDaVv4h3 .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-v6FDaVv4h3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6FDaVv4h3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6FDaVv4h3 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-v6FDaVv4h3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v6FDaVv4h3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6FDaVv4h3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6FDaVv4h3 .navbar.navbar-short {
  min-height: 77px;
}
.cid-v6FDaVv4h3 .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-v6FDaVv4h3 .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v6FDaVv4h3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6FDaVv4h3 .navbar-brand .navbar-caption:hover,
.cid-v6FDaVv4h3 .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-v6FDaVv4h3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6FDaVv4h3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v6FDaVv4h3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-v6FDaVv4h3 .dropdown-item.active,
.cid-v6FDaVv4h3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v6FDaVv4h3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6FDaVv4h3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6FDaVv4h3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6FDaVv4h3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v6FDaVv4h3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6FDaVv4h3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v6FDaVv4h3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6FDaVv4h3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v6FDaVv4h3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v6FDaVv4h3 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v6FDaVv4h3 .navbar-buttons {
    text-align: left;
  }
}
.cid-v6FDaVv4h3 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v6FDaVv4h3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v6FDaVv4h3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #f1f1f1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v6FDaVv4h3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-v6FDaVv4h3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v6FDaVv4h3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v6FDaVv4h3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v6FDaVv4h3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v6FDaVv4h3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6FDaVv4h3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6FDaVv4h3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6FDaVv4h3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6FDaVv4h3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6FDaVv4h3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6FDaVv4h3 .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-v6FDaVv4h3 .navbar {
    height: 70px;
  }
  .cid-v6FDaVv4h3 .navbar.opened {
    height: auto;
  }
  .cid-v6FDaVv4h3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6FDaVv4h3 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v6FDaVv4h3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v6FDaVv4h3 .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v6FDaVv4h3 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v6FDaVv4h3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-v6FDaVv4h3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-v6FDaVv4h3 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v6FDaVv4h3 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v6FDaVv4h3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v6FDaVv4h3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v6FDaVv4h3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v6FDaVv4h3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v6FDaVv4h3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v6FDaVv4h3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v6FDaVv4h3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6FDaVv4h3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v6FDaVv4h3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v6FDaVv4h3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v6FDaVv4h3 .content-wrap {
  min-height: 77px;
}
.cid-v6FDaVv4h3 .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-v6FDaVv4h3 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-v6FDaWrgJi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v6FDaWrgJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FDaWrgJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6FDaWrgJi .container {
    padding: 0 15px;
  }
}
.cid-v6FDaWrgJi .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v6FDaWrgJi .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v6FDaWrgJi .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v6FDaWrgJi .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v6FDaWrgJi .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6FDaWrgJi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v6FDaWrgJi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6FDaWrgJi .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v6FDaWrgJi .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v6FDaWrgJi .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-v6FDaWrgJi .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v6FDaWrgJi .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v6FDaWrgJi .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v6FDaWrgJi .mbr-section-title {
  color: #ffffff;
}
.cid-v6FDaWrgJi .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v6FDaWrgJi .mbr-text {
  color: #d2d2df;
}
.cid-v6FDaX7H2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v6FDaX7H2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FDaX7H2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6FDaX7H2p .items-wrapper {
  margin: 0 -8px;
}
.cid-v6FDaX7H2p .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v6FDaX7H2p .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v6FDaX7H2p .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6FDaX7H2p .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-v6FDaX7H2p .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px 16px 24px 16px;
}
@media (max-width: 992px) {
  .cid-v6FDaX7H2p .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 20px 24px 20px;
  }
}
.cid-v6FDaX7H2p .items-wrapper .item .item-wrapper .title-wrap .title-box {
  display: inline-flex;
  align-items: center;
}
.cid-v6FDaX7H2p .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e70000;
  margin-right: 16px;
}
.cid-v6FDaX7H2p .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
  margin-bottom: 0;
}
.cid-v6FDaX7H2p .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v6FDaX7H2p .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-v6FDaX7H2p .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v6FDaX7H2p .item-title {
  color: #000000;
}
.cid-v6FDaX7H2p .item-text {
  color: #6c7179;
}
.cid-v6FDaXFdRa {
  padding-top: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v6FDaXFdRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FDaXFdRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6FDaXFdRa .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-v6FDaXFdRa .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6FDaXFdRa .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6FDaXFdRa .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6FDaXFdRa .content-wrapper .border_1 {
  left: 0;
}
.cid-v6FDaXFdRa .content-wrapper .border_2 {
  right: 0;
}
.cid-v6FDaXFdRa .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6FDaXFdRa .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6FDaXFdRa .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v6FDaXFdRa .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6FDaXFdRa .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6FDaXFdRa .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6FDaXFdRa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6FDaXFdRa .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6FDaXFdRa .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6FDaXFdRa .items-wrapper {
  margin: 0 -10px;
}
.cid-v6FDaXFdRa .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-v6FDaXFdRa .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6FDaXFdRa .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v6FDaXFdRa .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6FDaXFdRa .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #ff6900;
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6FDaXFdRa .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6FDaXFdRa .mbr-label,
.cid-v6FDaXFdRa .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v6FDaXFdRa .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6FDaXFdRa .mbr-text,
.cid-v6FDaXFdRa .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6FDaXFdRa .item-label {
  color: #ff6900;
}
.cid-v6FDaXFdRa .item-title {
  color: #0f172a;
}
.cid-v6FDaXFdRa .item-text {
  color: #475569;
}
.cid-v6FDaXFdRa .list {
  color: #475569;
}
.cid-v6FDaXFdRa .mbr-section-title,
.cid-v6FDaXFdRa .mbr-section-btn {
  color: #000000;
}
.cid-v6FDb1fQW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v6FDb1fQW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FDb1fQW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6FDb1fQW9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v6FDb1fQW9 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v6FDb1fQW9 .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6FDb1fQW9 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v6FDb1fQW9 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6FDb1fQW9 .content-wrapper .list .item-wrap:hover,
.cid-v6FDb1fQW9 .content-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-v6FDb1fQW9 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-v6FDb1fQW9 .border-wrap {
    margin-top: 32px;
  }
}
.cid-v6FDb1fQW9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v6FDb1fQW9 .list {
  color: #bbbbbb;
  text-align: center;
}
#custom-html-1a {
  /* Type valid CSS here */
}
#custom-html-1a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1a p {
  font-size: 60px;
  color: #777;
}
.cid-v6FDM7RhYA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-v6FDM7RhYA nav.navbar {
  position: fixed;
}
.cid-v6FDM7RhYA .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-v6FDM7RhYA .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-v6FDM7RhYA .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v6FDM7RhYA .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-v6FDM7RhYA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v6FDM7RhYA .dropdown-item {
  border: none !important;
  background: #f1f1f1 !important;
  font-weight: 300;
}
.cid-v6FDM7RhYA .dropdown-item:hover,
.cid-v6FDM7RhYA .dropdown-item:focus {
  background: #f1f1f1 !important;
  color: #1f1f1f !important;
}
.cid-v6FDM7RhYA .dropdown-item:hover span {
  color: white;
}
.cid-v6FDM7RhYA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6FDM7RhYA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6FDM7RhYA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6FDM7RhYA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6FDM7RhYA .nav-link {
  position: relative;
}
.cid-v6FDM7RhYA .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v6FDM7RhYA .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-v6FDM7RhYA .container {
    max-width: 1100px;
  }
}
.cid-v6FDM7RhYA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v6FDM7RhYA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v6FDM7RhYA .dropdown-menu,
.cid-v6FDM7RhYA .navbar.opened {
  background: #f1f1f1 !important;
}
.cid-v6FDM7RhYA .nav-item:focus,
.cid-v6FDM7RhYA .nav-link:focus {
  outline: none;
}
.cid-v6FDM7RhYA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6FDM7RhYA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v6FDM7RhYA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6FDM7RhYA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6FDM7RhYA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6FDM7RhYA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6FDM7RhYA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f1f1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v6FDM7RhYA .navbar.opened {
  transition: all 0.3s;
}
.cid-v6FDM7RhYA .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-v6FDM7RhYA .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-v6FDM7RhYA .navbar .navbar-logo img {
  width: auto;
}
.cid-v6FDM7RhYA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6FDM7RhYA .navbar.collapsed {
  justify-content: center;
}
.cid-v6FDM7RhYA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6FDM7RhYA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6FDM7RhYA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-v6FDM7RhYA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-v6FDM7RhYA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-v6FDM7RhYA .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-v6FDM7RhYA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6FDM7RhYA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6FDM7RhYA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6FDM7RhYA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6FDM7RhYA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6FDM7RhYA .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-v6FDM7RhYA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-v6FDM7RhYA .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-v6FDM7RhYA .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-v6FDM7RhYA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6FDM7RhYA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6FDM7RhYA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-v6FDM7RhYA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v6FDM7RhYA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6FDM7RhYA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6FDM7RhYA .navbar.navbar-short {
  min-height: 77px;
}
.cid-v6FDM7RhYA .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-v6FDM7RhYA .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v6FDM7RhYA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6FDM7RhYA .navbar-brand .navbar-caption:hover,
.cid-v6FDM7RhYA .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-v6FDM7RhYA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6FDM7RhYA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v6FDM7RhYA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-v6FDM7RhYA .dropdown-item.active,
.cid-v6FDM7RhYA .dropdown-item:active {
  background-color: transparent;
}
.cid-v6FDM7RhYA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6FDM7RhYA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6FDM7RhYA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6FDM7RhYA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v6FDM7RhYA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6FDM7RhYA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v6FDM7RhYA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6FDM7RhYA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v6FDM7RhYA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v6FDM7RhYA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v6FDM7RhYA .navbar-buttons {
    text-align: left;
  }
}
.cid-v6FDM7RhYA .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v6FDM7RhYA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v6FDM7RhYA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #f1f1f1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v6FDM7RhYA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-v6FDM7RhYA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v6FDM7RhYA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v6FDM7RhYA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v6FDM7RhYA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v6FDM7RhYA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6FDM7RhYA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6FDM7RhYA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6FDM7RhYA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6FDM7RhYA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6FDM7RhYA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6FDM7RhYA .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-v6FDM7RhYA .navbar {
    height: 70px;
  }
  .cid-v6FDM7RhYA .navbar.opened {
    height: auto;
  }
  .cid-v6FDM7RhYA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6FDM7RhYA .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v6FDM7RhYA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v6FDM7RhYA .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v6FDM7RhYA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v6FDM7RhYA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-v6FDM7RhYA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-v6FDM7RhYA .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v6FDM7RhYA .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v6FDM7RhYA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v6FDM7RhYA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v6FDM7RhYA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v6FDM7RhYA .navbar {
    justify-content: flex-start !important;
  }
  .cid-v6FDM7RhYA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v6FDM7RhYA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v6FDM7RhYA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6FDM7RhYA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v6FDM7RhYA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v6FDM7RhYA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v6FDM7RhYA .content-wrap {
  min-height: 77px;
}
.cid-v6FDM7RhYA .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-v6FDM7RhYA .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-v6FDM8EcZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v6FDM8EcZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FDM8EcZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6FDM8EcZU .container {
    padding: 0 15px;
  }
}
.cid-v6FDM8EcZU .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v6FDM8EcZU .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v6FDM8EcZU .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v6FDM8EcZU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v6FDM8EcZU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6FDM8EcZU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v6FDM8EcZU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6FDM8EcZU .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v6FDM8EcZU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v6FDM8EcZU .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-v6FDM8EcZU .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v6FDM8EcZU .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v6FDM8EcZU .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v6FDM8EcZU .mbr-section-title {
  color: #ffffff;
}
.cid-v6FDM8EcZU .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v6FDM8EcZU .mbr-text {
  color: #d2d2df;
}
.cid-v6FDM9eUBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v6FDM9eUBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FDM9eUBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6FDM9eUBM .items-wrapper {
  margin: 0 -8px;
}
.cid-v6FDM9eUBM .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v6FDM9eUBM .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v6FDM9eUBM .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6FDM9eUBM .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-v6FDM9eUBM .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px 16px 24px 16px;
}
@media (max-width: 992px) {
  .cid-v6FDM9eUBM .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 20px 24px 20px;
  }
}
.cid-v6FDM9eUBM .items-wrapper .item .item-wrapper .title-wrap .title-box {
  display: inline-flex;
  align-items: center;
}
.cid-v6FDM9eUBM .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e70000;
  margin-right: 16px;
}
.cid-v6FDM9eUBM .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
  margin-bottom: 0;
}
.cid-v6FDM9eUBM .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v6FDM9eUBM .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-v6FDM9eUBM .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v6FDM9eUBM .item-title {
  color: #000000;
}
.cid-v6FDM9eUBM .item-text {
  color: #6c7179;
}
.cid-v6FDM9NYFK {
  padding-top: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v6FDM9NYFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FDM9NYFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6FDM9NYFK .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-v6FDM9NYFK .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6FDM9NYFK .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6FDM9NYFK .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6FDM9NYFK .content-wrapper .border_1 {
  left: 0;
}
.cid-v6FDM9NYFK .content-wrapper .border_2 {
  right: 0;
}
.cid-v6FDM9NYFK .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6FDM9NYFK .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6FDM9NYFK .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v6FDM9NYFK .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6FDM9NYFK .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6FDM9NYFK .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6FDM9NYFK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6FDM9NYFK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6FDM9NYFK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6FDM9NYFK .items-wrapper {
  margin: 0 -10px;
}
.cid-v6FDM9NYFK .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-v6FDM9NYFK .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6FDM9NYFK .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v6FDM9NYFK .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6FDM9NYFK .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #ff6900;
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6FDM9NYFK .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6FDM9NYFK .mbr-label,
.cid-v6FDM9NYFK .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v6FDM9NYFK .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6FDM9NYFK .mbr-text,
.cid-v6FDM9NYFK .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6FDM9NYFK .item-label {
  color: #ff6900;
}
.cid-v6FDM9NYFK .item-title {
  color: #0f172a;
}
.cid-v6FDM9NYFK .item-text {
  color: #475569;
}
.cid-v6FDM9NYFK .list {
  color: #475569;
}
.cid-v6FDM9NYFK .mbr-section-title,
.cid-v6FDM9NYFK .mbr-section-btn {
  color: #000000;
}
