.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #383193 !important;
}
.bg-success {
  background-color: #236686 !important;
}
.bg-info {
  background-color: #208f65 !important;
}
.bg-warning {
  background-color: #d37530 !important;
}
.bg-danger {
  background-color: #d33430 !important;
}
.btn-primary {
  box-shadow: #1b1846 0px 8px 15px -5px;
}
.btn-primary,
.btn-primary:active {
  background-color: #383193 !important;
  border-color: #383193 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #473eb9 !important;
  border-color: #473eb9 !important;
  box-shadow: #0c0b20 0px 8px 15px -5px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #473eb9 !important;
  border-color: #473eb9 !important;
}
.btn-secondary {
  box-shadow: #0c0a26 0px 8px 15px -5px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #251e78 !important;
  border-color: #251e78 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3228a1 !important;
  border-color: #3228a1 !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3228a1 !important;
  border-color: #3228a1 !important;
}
.btn-info {
  box-shadow: #0d3c2a 0px 8px 15px -5px;
}
.btn-info,
.btn-info:active {
  background-color: #208f65 !important;
  border-color: #208f65 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
  box-shadow: #04120d 0px 8px 15px -5px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
}
.btn-success {
  box-shadow: #0e2835 0px 8px 15px -5px;
}
.btn-success,
.btn-success:active {
  background-color: #236686 !important;
  border-color: #236686 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
  box-shadow: #030a0d 0px 8px 15px -5px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
}
.btn-warning {
  box-shadow: #81471c 0px 8px 15px -5px;
}
.btn-warning,
.btn-warning:active {
  background-color: #d37530 !important;
  border-color: #d37530 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
  box-shadow: #573013 0px 8px 15px -5px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
}
.btn-danger {
  box-shadow: #811e1c 0px 8px 15px -5px;
}
.btn-danger,
.btn-danger:active {
  background-color: #d33430 !important;
  border-color: #d33430 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
  box-shadow: #571413 0px 8px 15px -5px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
}
.btn-white {
  box-shadow: #c2c2c2 0px 8px 15px -5px;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #5c5c5c !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #a9a9a9 0px 8px 15px -5px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5c5c5c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #383193;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1f1b52 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #383193 !important;
  border-color: #383193 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #251e78;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #100d33 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #251e78 !important;
  border-color: #251e78 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #208f65;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #104833 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #208f65 !important;
  border-color: #208f65 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #236686;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #113241 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #236686 !important;
  border-color: #236686 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d37530;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e4e1e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d37530 !important;
  border-color: #d37530 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d33430;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8e211e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d33430 !important;
  border-color: #d33430 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5f5f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.text-primary {
  color: #383193 !important;
}
.text-secondary {
  color: #251e78 !important;
}
.text-success {
  color: #236686 !important;
}
.text-info {
  color: #208f65 !important;
}
.text-warning {
  color: #d37530 !important;
}
.text-danger {
  color: #d33430 !important;
}
.text-white {
  color: #f5f5f5 !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1b1846 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0c0a26 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0e2835 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0d3c2a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #81471c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #811e1c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c2c2c2 !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: #383193;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #208f65;
}
.alert-warning {
  background-color: #d37530;
}
.alert-danger {
  background-color: #d33430;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-gallery-filter li a {
  border-radius: 10px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #383193;
  border-color: #383193;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 10px !important;
}
a,
a:hover {
  color: #383193;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7a73d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #56aad3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55d9a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7e5d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d9d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #383193 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #383193;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 10px !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: 10px !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: #383193;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #383193;
}
.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: #383193;
  border-bottom-color: #383193;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #383193 !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: #251e78 !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='%23383193' %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 {
  padding: 12px 24px;
  font-weight: 500;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 12px;
}
.mbr-section-btn .btn-black {
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #333333 0px 2.28853px 4.11936px -2.5px, #4d4d4d 0px 10px 18px -3.75px, #666666 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #cccccc 0px 6.8656px 6.8656px -2.33333px, #e6e6e6 0px 8.6468px 8.6468px -2.91667px, #f2f2f2 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #1a1a1a 0px 2.28853px 4.11936px -2.5px, #333333 0px 10px 18px -3.75px, #4d4d4d 0px 0.706592px 0.706592px -0.583333px, #808080 0px 1.80656px 1.80656px -1.16667px, #999999 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
  box-shadow: #808080 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #bfbfbf 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #e6e6e6 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  background-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: #737373 0px 0.706592px 0.706592px -0.583333px, #8c8c8c 0px 1.80656px 1.80656px -1.16667px, #a6a6a6 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #bfbfbf 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.label-wrap {
  border-radius: 60px !important;
}
.little-radius,
.form-control {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vraJpfWKt4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vraJpfWKt4 nav.navbar {
  position: fixed;
}
.cid-vraJpfWKt4 .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-vraJpfWKt4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraJpfWKt4 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vraJpfWKt4 .dropdown-item:hover,
.cid-vraJpfWKt4 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vraJpfWKt4 .dropdown-item:hover span {
  color: white;
}
.cid-vraJpfWKt4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraJpfWKt4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraJpfWKt4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraJpfWKt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vraJpfWKt4 .nav-link {
  position: relative;
}
.cid-vraJpfWKt4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vraJpfWKt4 .container {
    flex-wrap: nowrap;
  }
}
.cid-vraJpfWKt4 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraJpfWKt4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraJpfWKt4 .dropdown-menu,
.cid-vraJpfWKt4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vraJpfWKt4 .nav-item:focus,
.cid-vraJpfWKt4 .nav-link:focus {
  outline: none;
}
.cid-vraJpfWKt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraJpfWKt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraJpfWKt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraJpfWKt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraJpfWKt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraJpfWKt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraJpfWKt4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vraJpfWKt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vraJpfWKt4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraJpfWKt4 .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-vraJpfWKt4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraJpfWKt4 .navbar.collapsed {
  justify-content: center;
}
.cid-vraJpfWKt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraJpfWKt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraJpfWKt4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraJpfWKt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraJpfWKt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraJpfWKt4 .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-vraJpfWKt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraJpfWKt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraJpfWKt4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vraJpfWKt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraJpfWKt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraJpfWKt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraJpfWKt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraJpfWKt4 .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-vraJpfWKt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraJpfWKt4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraJpfWKt4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vraJpfWKt4 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-vraJpfWKt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraJpfWKt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraJpfWKt4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraJpfWKt4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vraJpfWKt4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vraJpfWKt4 .navbar-brand {
  min-height: 96px;
  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-vraJpfWKt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraJpfWKt4 .navbar-brand .navbar-caption:hover,
.cid-vraJpfWKt4 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraJpfWKt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraJpfWKt4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraJpfWKt4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraJpfWKt4 .dropdown-item.active,
.cid-vraJpfWKt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vraJpfWKt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraJpfWKt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraJpfWKt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraJpfWKt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraJpfWKt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraJpfWKt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraJpfWKt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraJpfWKt4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraJpfWKt4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraJpfWKt4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraJpfWKt4 .navbar-buttons {
    text-align: left;
  }
}
.cid-vraJpfWKt4 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vraJpfWKt4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraJpfWKt4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraJpfWKt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vraJpfWKt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraJpfWKt4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraJpfWKt4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraJpfWKt4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraJpfWKt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraJpfWKt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraJpfWKt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraJpfWKt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraJpfWKt4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraJpfWKt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraJpfWKt4 .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-vraJpfWKt4 .navbar {
    height: 70px;
  }
  .cid-vraJpfWKt4 .navbar.opened {
    height: auto;
  }
  .cid-vraJpfWKt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraJpfWKt4 .navbar-nav {
  margin: 0 auto;
}
.cid-vraJpfWKt4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraJpfWKt4 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vraJpfWKt4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraJpfWKt4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraJpfWKt4 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vraJpfWKt4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraJpfWKt4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraJpfWKt4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraJpfWKt4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraJpfWKt4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraJpfWKt4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraJpfWKt4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraJpfWKt4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraJpfWKt4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraJpfWKt4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraJpfWKt4 .content-wrap {
  min-height: 110px;
}
.cid-vraJqzpCI6 {
  background-image: url("../../../assets/images/screenshot-1-1096x738.jpg");
}
.cid-vraJqzpCI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraJqzpCI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraJqzpCI6 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraJqzpCI6 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraJqzpCI6 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraJqzpCI6 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraJqzpCI6 .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vraJqzpCI6 .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vraJqzpCI6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraJqzpCI6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vraJqzpCI6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraJqzpCI6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraJqzpCI6 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vraJqzpCI6 .mbr-label,
.cid-vraJqzpCI6 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJqzpCI6 .mbr-section-title {
  color: #000000;
}
.cid-vraJqzpCI6 .mbr-text,
.cid-vraJqzpCI6 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJqzpCI6 .mbr-section-title,
.cid-vraJqzpCI6 .title-wrapper,
.cid-vraJqzpCI6 .mbr-section-btn,
.cid-vraJqzpCI6 .logo-wrapper {
  text-align: center;
}
.cid-vraJrnbE5L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraJrnbE5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraJrnbE5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraJrnbE5L .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraJrnbE5L .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraJrnbE5L .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraJrnbE5L .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraJrnbE5L .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraJrnbE5L .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraJrnbE5L .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraJrnbE5L .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraJrnbE5L .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraJrnbE5L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraJrnbE5L .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vraJrnbE5L .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vraJrnbE5L .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vraJrnbE5L .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vraJrnbE5L .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vraJrnbE5L .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraJrnbE5L .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vraJrnbE5L .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vraJrnbE5L .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vraJrnbE5L .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vraJrnbE5L .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vraJrnbE5L .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vraJrnbE5L .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vraJrnbE5L .mbr-label,
.cid-vraJrnbE5L .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJrnbE5L .mbr-section-title,
.cid-vraJrnbE5L .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJrnbE5L .mbr-text,
.cid-vraJrnbE5L .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraJrnbE5L .item-title {
  color: #000000;
}
.cid-vraJrnbE5L .item-text {
  color: #515151;
}
.cid-vraJs7Ic30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraJs7Ic30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraJs7Ic30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraJs7Ic30 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraJs7Ic30 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraJs7Ic30 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraJs7Ic30 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraJs7Ic30 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraJs7Ic30 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraJs7Ic30 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraJs7Ic30 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraJs7Ic30 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vraJs7Ic30 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vraJs7Ic30 .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vraJs7Ic30 .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraJs7Ic30 .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vraJs7Ic30 .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vraJs7Ic30 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vraJs7Ic30 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vraJs7Ic30 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vraJs7Ic30 .mbr-label,
.cid-vraJs7Ic30 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJs7Ic30 .mbr-section-title,
.cid-vraJs7Ic30 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJs7Ic30 .mbr-text {
  color: #515151;
}
.cid-vraJuKaapU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraJuKaapU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraJuKaapU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraJuKaapU .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraJuKaapU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraJuKaapU .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraJuKaapU .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraJuKaapU .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraJuKaapU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraJuKaapU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraJuKaapU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraJuKaapU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraJuKaapU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraJuKaapU .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vraJuKaapU .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vraJuKaapU .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vraJuKaapU .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vraJuKaapU .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vraJuKaapU .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vraJuKaapU .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  font-size: 34px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vraJuKaapU .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vraJuKaapU .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vraJuKaapU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vraJuKaapU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vraJuKaapU .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin-top: 24px;
}
.cid-vraJuKaapU .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vraJuKaapU .items-wrapper .item .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-vraJuKaapU .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vraJuKaapU .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vraJuKaapU .mbr-label,
.cid-vraJuKaapU .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJuKaapU .mbr-section-title,
.cid-vraJuKaapU .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJuKaapU .mbr-text,
.cid-vraJuKaapU .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraJuKaapU .item-title {
  color: #000000;
}
.cid-vraJuKaapU .item-text {
  color: #515151;
}
.cid-vraJuKaapU .item-number {
  color: #000000;
}
.cid-vraJsjnBQb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraJsjnBQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraJsjnBQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraJsjnBQb .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraJsjnBQb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraJsjnBQb .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraJsjnBQb .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraJsjnBQb .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraJsjnBQb .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraJsjnBQb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraJsjnBQb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraJsjnBQb .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vraJsjnBQb .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vraJsjnBQb .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vraJsjnBQb .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraJsjnBQb .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vraJsjnBQb .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vraJsjnBQb .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vraJsjnBQb .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vraJsjnBQb .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vraJsjnBQb .mbr-label,
.cid-vraJsjnBQb .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJsjnBQb .mbr-section-title,
.cid-vraJsjnBQb .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJsjnBQb .mbr-text {
  color: #515151;
}
.cid-vraJw5sA7Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraJw5sA7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraJw5sA7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraJw5sA7Z .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraJw5sA7Z .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraJw5sA7Z .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraJw5sA7Z .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraJw5sA7Z .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraJw5sA7Z .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraJw5sA7Z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vraJw5sA7Z .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vraJw5sA7Z .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-vraJw5sA7Z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vraJw5sA7Z .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vraJw5sA7Z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vraJw5sA7Z .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-vraJw5sA7Z .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vraJw5sA7Z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-vraJw5sA7Z .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-vraJw5sA7Z .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vraJw5sA7Z .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vraJw5sA7Z .mbr-label,
.cid-vraJw5sA7Z .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJw5sA7Z .mbr-section-title,
.cid-vraJw5sA7Z .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJw5sA7Z .mbr-text,
.cid-vraJw5sA7Z .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraJw5sA7Z .panel-title-edit {
  color: #000000;
}
.cid-vraJw5sA7Z .panel-text {
  color: #515151;
}
.cid-vraJAc8XlS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraJAc8XlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraJAc8XlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraJAc8XlS .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraJAc8XlS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraJAc8XlS .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraJAc8XlS .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraJAc8XlS .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraJAc8XlS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraJAc8XlS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraJAc8XlS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraJAc8XlS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraJAc8XlS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraJAc8XlS .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vraJAc8XlS .card-wrapper {
    padding: 24px;
  }
}
.cid-vraJAc8XlS .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vraJAc8XlS .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vraJAc8XlS .mbr-label,
.cid-vraJAc8XlS .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJAc8XlS .mbr-section-title,
.cid-vraJAc8XlS .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJAc8XlS .mbr-text,
.cid-vraJAc8XlS .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraJApmUBI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraJApmUBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraJApmUBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraJApmUBI .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraJApmUBI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraJApmUBI .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraJApmUBI .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraJApmUBI .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraJApmUBI .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraJApmUBI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraJApmUBI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraJApmUBI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraJApmUBI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraJApmUBI .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vraJApmUBI .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vraJApmUBI .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vraJApmUBI .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vraJApmUBI .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vraJApmUBI .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vraJApmUBI .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vraJApmUBI .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vraJApmUBI .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-vraJApmUBI .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-vraJApmUBI .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-vraJApmUBI .mbr-label,
.cid-vraJApmUBI .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJApmUBI .mbr-section-title,
.cid-vraJApmUBI .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJApmUBI .mbr-text,
.cid-vraJApmUBI .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraJApmUBI .item-title {
  color: #515151;
}
.cid-vraJApmUBI .item-text {
  color: #000000;
}
.cid-vraJB0u483 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vraJB0u483 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraJB0u483 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vraJB0u483 .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vraJB0u483 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraJB0u483 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vraJB0u483 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vraJB0u483 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraJB0u483 .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vraJB0u483 .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vraJB0u483 .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vraJB0u483 .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vraJB0u483 .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vraJB0u483 .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vraJB0u483 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vraJB0u483 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vraJB0u483 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vraJB0u483 .mbr-section-title {
  color: #000000;
}
.cid-vraJB0u483 .mbr-text,
.cid-vraJB0u483 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJB0u483 .list,
.cid-vraJB0u483 .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJB0u483 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-vraJB0u483 .mbr-section-title,
.cid-vraJB0u483 .title-wrapper,
.cid-vraJB0u483 .mbr-section-btn,
.cid-vraJB0u483 .social-wrapper {
  text-align: center;
}
.cid-vraJpfWKt4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vraJpfWKt4 nav.navbar {
  position: fixed;
}
.cid-vraJpfWKt4 .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-vraJpfWKt4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraJpfWKt4 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vraJpfWKt4 .dropdown-item:hover,
.cid-vraJpfWKt4 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vraJpfWKt4 .dropdown-item:hover span {
  color: white;
}
.cid-vraJpfWKt4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraJpfWKt4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraJpfWKt4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraJpfWKt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vraJpfWKt4 .nav-link {
  position: relative;
}
.cid-vraJpfWKt4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vraJpfWKt4 .container {
    flex-wrap: nowrap;
  }
}
.cid-vraJpfWKt4 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraJpfWKt4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraJpfWKt4 .dropdown-menu,
.cid-vraJpfWKt4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vraJpfWKt4 .nav-item:focus,
.cid-vraJpfWKt4 .nav-link:focus {
  outline: none;
}
.cid-vraJpfWKt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraJpfWKt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraJpfWKt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraJpfWKt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraJpfWKt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraJpfWKt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraJpfWKt4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vraJpfWKt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vraJpfWKt4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraJpfWKt4 .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-vraJpfWKt4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraJpfWKt4 .navbar.collapsed {
  justify-content: center;
}
.cid-vraJpfWKt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraJpfWKt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraJpfWKt4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraJpfWKt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraJpfWKt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraJpfWKt4 .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-vraJpfWKt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraJpfWKt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraJpfWKt4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vraJpfWKt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraJpfWKt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraJpfWKt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraJpfWKt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraJpfWKt4 .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-vraJpfWKt4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraJpfWKt4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraJpfWKt4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vraJpfWKt4 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-vraJpfWKt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraJpfWKt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraJpfWKt4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraJpfWKt4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vraJpfWKt4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vraJpfWKt4 .navbar-brand {
  min-height: 96px;
  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-vraJpfWKt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraJpfWKt4 .navbar-brand .navbar-caption:hover,
.cid-vraJpfWKt4 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraJpfWKt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraJpfWKt4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraJpfWKt4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraJpfWKt4 .dropdown-item.active,
.cid-vraJpfWKt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vraJpfWKt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraJpfWKt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraJpfWKt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraJpfWKt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraJpfWKt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraJpfWKt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraJpfWKt4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraJpfWKt4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraJpfWKt4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraJpfWKt4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraJpfWKt4 .navbar-buttons {
    text-align: left;
  }
}
.cid-vraJpfWKt4 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vraJpfWKt4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraJpfWKt4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraJpfWKt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vraJpfWKt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraJpfWKt4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraJpfWKt4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraJpfWKt4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraJpfWKt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraJpfWKt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraJpfWKt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraJpfWKt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraJpfWKt4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraJpfWKt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraJpfWKt4 .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-vraJpfWKt4 .navbar {
    height: 70px;
  }
  .cid-vraJpfWKt4 .navbar.opened {
    height: auto;
  }
  .cid-vraJpfWKt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraJpfWKt4 .navbar-nav {
  margin: 0 auto;
}
.cid-vraJpfWKt4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraJpfWKt4 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vraJpfWKt4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraJpfWKt4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraJpfWKt4 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vraJpfWKt4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraJpfWKt4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraJpfWKt4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraJpfWKt4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraJpfWKt4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraJpfWKt4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraJpfWKt4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraJpfWKt4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraJpfWKt4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraJpfWKt4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraJpfWKt4 .content-wrap {
  min-height: 110px;
}
.cid-vraKtiX9bP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vraKtiX9bP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraKtiX9bP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraKtiX9bP .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-vraKtiX9bP .mbr-section-title {
  color: #000000;
}
.cid-vraJB0u483 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vraJB0u483 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraJB0u483 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vraJB0u483 .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vraJB0u483 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vraJB0u483 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraJB0u483 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vraJB0u483 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vraJB0u483 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraJB0u483 .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vraJB0u483 .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vraJB0u483 .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vraJB0u483 .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vraJB0u483 .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vraJB0u483 .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vraJB0u483 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vraJB0u483 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vraJB0u483 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vraJB0u483 .mbr-section-title {
  color: #000000;
}
.cid-vraJB0u483 .mbr-text,
.cid-vraJB0u483 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJB0u483 .list,
.cid-vraJB0u483 .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraJB0u483 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-vraJB0u483 .mbr-section-title,
.cid-vraJB0u483 .title-wrapper,
.cid-vraJB0u483 .mbr-section-btn,
.cid-vraJB0u483 .social-wrapper {
  text-align: center;
}
.cid-vraNtexzzP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vraNtexzzP nav.navbar {
  position: fixed;
}
.cid-vraNtexzzP .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-vraNtexzzP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraNtexzzP .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vraNtexzzP .dropdown-item:hover,
.cid-vraNtexzzP .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vraNtexzzP .dropdown-item:hover span {
  color: white;
}
.cid-vraNtexzzP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraNtexzzP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraNtexzzP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraNtexzzP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vraNtexzzP .nav-link {
  position: relative;
}
.cid-vraNtexzzP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vraNtexzzP .container {
    flex-wrap: nowrap;
  }
}
.cid-vraNtexzzP .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraNtexzzP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraNtexzzP .dropdown-menu,
.cid-vraNtexzzP .navbar.opened {
  background: #ffffff !important;
}
.cid-vraNtexzzP .nav-item:focus,
.cid-vraNtexzzP .nav-link:focus {
  outline: none;
}
.cid-vraNtexzzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraNtexzzP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraNtexzzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraNtexzzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraNtexzzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraNtexzzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraNtexzzP .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vraNtexzzP .navbar.opened {
  transition: all 0.3s;
}
.cid-vraNtexzzP .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraNtexzzP .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-vraNtexzzP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraNtexzzP .navbar.collapsed {
  justify-content: center;
}
.cid-vraNtexzzP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraNtexzzP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraNtexzzP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraNtexzzP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraNtexzzP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraNtexzzP .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-vraNtexzzP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraNtexzzP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraNtexzzP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vraNtexzzP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraNtexzzP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraNtexzzP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraNtexzzP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraNtexzzP .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-vraNtexzzP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraNtexzzP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraNtexzzP .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vraNtexzzP .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-vraNtexzzP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraNtexzzP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraNtexzzP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraNtexzzP .navbar.navbar-short {
  min-height: 96px;
}
.cid-vraNtexzzP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vraNtexzzP .navbar-brand {
  min-height: 96px;
  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-vraNtexzzP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraNtexzzP .navbar-brand .navbar-caption:hover,
.cid-vraNtexzzP .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraNtexzzP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraNtexzzP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraNtexzzP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraNtexzzP .dropdown-item.active,
.cid-vraNtexzzP .dropdown-item:active {
  background-color: transparent;
}
.cid-vraNtexzzP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraNtexzzP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraNtexzzP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraNtexzzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraNtexzzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraNtexzzP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraNtexzzP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraNtexzzP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraNtexzzP ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraNtexzzP .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraNtexzzP .navbar-buttons {
    text-align: left;
  }
}
.cid-vraNtexzzP .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vraNtexzzP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraNtexzzP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraNtexzzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vraNtexzzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraNtexzzP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraNtexzzP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraNtexzzP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraNtexzzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraNtexzzP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraNtexzzP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraNtexzzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraNtexzzP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraNtexzzP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraNtexzzP .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-vraNtexzzP .navbar {
    height: 70px;
  }
  .cid-vraNtexzzP .navbar.opened {
    height: auto;
  }
  .cid-vraNtexzzP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraNtexzzP .navbar-nav {
  margin: 0 auto;
}
.cid-vraNtexzzP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraNtexzzP .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vraNtexzzP .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraNtexzzP .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraNtexzzP .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vraNtexzzP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraNtexzzP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraNtexzzP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraNtexzzP .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraNtexzzP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraNtexzzP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraNtexzzP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraNtexzzP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraNtexzzP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraNtexzzP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraNtexzzP .content-wrap {
  min-height: 110px;
}
.cid-vraNBfvBpm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraNBfvBpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNBfvBpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNBfvBpm .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraNBfvBpm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNBfvBpm .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraNBfvBpm .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraNBfvBpm .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraNBfvBpm .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraNBfvBpm .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNBfvBpm .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraNBfvBpm .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vraNBfvBpm .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vraNBfvBpm .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vraNBfvBpm .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNBfvBpm .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vraNBfvBpm .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vraNBfvBpm .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vraNBfvBpm .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vraNBfvBpm .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vraNBfvBpm .mbr-label,
.cid-vraNBfvBpm .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNBfvBpm .mbr-section-title,
.cid-vraNBfvBpm .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNBfvBpm .mbr-text {
  color: #515151;
}
.cid-vraNtg6DQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraNtg6DQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNtg6DQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNtg6DQV .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraNtg6DQV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNtg6DQV .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraNtg6DQV .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraNtg6DQV .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraNtg6DQV .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraNtg6DQV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNtg6DQV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraNtg6DQV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraNtg6DQV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraNtg6DQV .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vraNtg6DQV .card-wrapper {
    padding: 24px;
  }
}
.cid-vraNtg6DQV .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vraNtg6DQV .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vraNtg6DQV .mbr-label,
.cid-vraNtg6DQV .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNtg6DQV .mbr-section-title,
.cid-vraNtg6DQV .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNtg6DQV .mbr-text,
.cid-vraNtg6DQV .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraNtglYWQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraNtglYWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNtglYWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNtglYWQ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraNtglYWQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNtglYWQ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraNtglYWQ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraNtglYWQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraNtglYWQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraNtglYWQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNtglYWQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraNtglYWQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraNtglYWQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraNtglYWQ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vraNtglYWQ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vraNtglYWQ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vraNtglYWQ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vraNtglYWQ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vraNtglYWQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vraNtglYWQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vraNtglYWQ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vraNtglYWQ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-vraNtglYWQ .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-vraNtglYWQ .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-vraNtglYWQ .mbr-label,
.cid-vraNtglYWQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNtglYWQ .mbr-section-title,
.cid-vraNtglYWQ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNtglYWQ .mbr-text,
.cid-vraNtglYWQ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraNtglYWQ .item-title {
  color: #515151;
}
.cid-vraNtglYWQ .item-text {
  color: #000000;
}
.cid-vraNtgzvgO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vraNtgzvgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNtgzvgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNtgzvgO .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vraNtgzvgO .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vraNtgzvgO .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vraNtgzvgO .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vraNtgzvgO .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-vraNtgzvgO .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vraNtgzvgO .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vraNtgzvgO .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vraNtgzvgO .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vraNtgzvgO .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vraNtgzvgO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNtgzvgO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vraNtgzvgO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vraNtgzvgO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraNtgzvgO .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vraNtgzvgO .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vraNtgzvgO .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vraNtgzvgO .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vraNtgzvgO .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vraNtgzvgO .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vraNtgzvgO .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vraNtgzvgO .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vraNtgzvgO .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vraNtgzvgO .mbr-section-title {
  color: #000000;
}
.cid-vraNtgzvgO .mbr-text,
.cid-vraNtgzvgO .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNtgzvgO .list,
.cid-vraNtgzvgO .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNtgzvgO .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-vraNtgzvgO .mbr-section-title,
.cid-vraNtgzvgO .title-wrapper,
.cid-vraNtgzvgO .mbr-section-btn,
.cid-vraNtgzvgO .social-wrapper {
  text-align: center;
}
.cid-vraNMpTGON {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vraNMpTGON nav.navbar {
  position: fixed;
}
.cid-vraNMpTGON .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-vraNMpTGON .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraNMpTGON .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vraNMpTGON .dropdown-item:hover,
.cid-vraNMpTGON .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vraNMpTGON .dropdown-item:hover span {
  color: white;
}
.cid-vraNMpTGON .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraNMpTGON .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraNMpTGON .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraNMpTGON .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vraNMpTGON .nav-link {
  position: relative;
}
.cid-vraNMpTGON .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vraNMpTGON .container {
    flex-wrap: nowrap;
  }
}
.cid-vraNMpTGON .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraNMpTGON .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraNMpTGON .dropdown-menu,
.cid-vraNMpTGON .navbar.opened {
  background: #ffffff !important;
}
.cid-vraNMpTGON .nav-item:focus,
.cid-vraNMpTGON .nav-link:focus {
  outline: none;
}
.cid-vraNMpTGON .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraNMpTGON .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraNMpTGON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraNMpTGON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraNMpTGON .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraNMpTGON .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraNMpTGON .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vraNMpTGON .navbar.opened {
  transition: all 0.3s;
}
.cid-vraNMpTGON .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraNMpTGON .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-vraNMpTGON .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraNMpTGON .navbar.collapsed {
  justify-content: center;
}
.cid-vraNMpTGON .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraNMpTGON .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraNMpTGON .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraNMpTGON .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraNMpTGON .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraNMpTGON .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-vraNMpTGON .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraNMpTGON .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraNMpTGON .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vraNMpTGON .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraNMpTGON .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraNMpTGON .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraNMpTGON .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraNMpTGON .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-vraNMpTGON .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraNMpTGON .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraNMpTGON .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vraNMpTGON .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-vraNMpTGON .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraNMpTGON .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraNMpTGON .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraNMpTGON .navbar.navbar-short {
  min-height: 96px;
}
.cid-vraNMpTGON .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vraNMpTGON .navbar-brand {
  min-height: 96px;
  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-vraNMpTGON .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraNMpTGON .navbar-brand .navbar-caption:hover,
.cid-vraNMpTGON .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraNMpTGON .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraNMpTGON .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraNMpTGON .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraNMpTGON .dropdown-item.active,
.cid-vraNMpTGON .dropdown-item:active {
  background-color: transparent;
}
.cid-vraNMpTGON .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraNMpTGON .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraNMpTGON .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraNMpTGON .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraNMpTGON .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraNMpTGON .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraNMpTGON .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraNMpTGON ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraNMpTGON ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraNMpTGON .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraNMpTGON .navbar-buttons {
    text-align: left;
  }
}
.cid-vraNMpTGON .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vraNMpTGON .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraNMpTGON button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraNMpTGON button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vraNMpTGON button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraNMpTGON button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraNMpTGON button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraNMpTGON button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraNMpTGON nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraNMpTGON nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraNMpTGON nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraNMpTGON nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraNMpTGON .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraNMpTGON a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraNMpTGON .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-vraNMpTGON .navbar {
    height: 70px;
  }
  .cid-vraNMpTGON .navbar.opened {
    height: auto;
  }
  .cid-vraNMpTGON .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraNMpTGON .navbar-nav {
  margin: 0 auto;
}
.cid-vraNMpTGON .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraNMpTGON .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vraNMpTGON .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraNMpTGON .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraNMpTGON .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vraNMpTGON .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraNMpTGON .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraNMpTGON .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraNMpTGON .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraNMpTGON .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraNMpTGON .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraNMpTGON .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraNMpTGON .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraNMpTGON .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraNMpTGON .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraNMpTGON .content-wrap {
  min-height: 110px;
}
.cid-vraNMq9geb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraNMq9geb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNMq9geb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNMq9geb .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraNMq9geb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNMq9geb .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraNMq9geb .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraNMq9geb .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraNMq9geb .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraNMq9geb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNMq9geb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraNMq9geb .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vraNMq9geb .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vraNMq9geb .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vraNMq9geb .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNMq9geb .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vraNMq9geb .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vraNMq9geb .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vraNMq9geb .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vraNMq9geb .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vraNMq9geb .mbr-label,
.cid-vraNMq9geb .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNMq9geb .mbr-section-title,
.cid-vraNMq9geb .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNMq9geb .mbr-text {
  color: #515151;
}
.cid-vraNMqki9V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraNMqki9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNMqki9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNMqki9V .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraNMqki9V .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNMqki9V .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraNMqki9V .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraNMqki9V .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraNMqki9V .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraNMqki9V .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNMqki9V .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraNMqki9V .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraNMqki9V .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraNMqki9V .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vraNMqki9V .card-wrapper {
    padding: 24px;
  }
}
.cid-vraNMqki9V .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vraNMqki9V .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vraNMqki9V .mbr-label,
.cid-vraNMqki9V .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNMqki9V .mbr-section-title,
.cid-vraNMqki9V .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNMqki9V .mbr-text,
.cid-vraNMqki9V .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraNMqv5I6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraNMqv5I6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNMqv5I6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNMqv5I6 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraNMqv5I6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNMqv5I6 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraNMqv5I6 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraNMqv5I6 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraNMqv5I6 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraNMqv5I6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNMqv5I6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraNMqv5I6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraNMqv5I6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraNMqv5I6 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vraNMqv5I6 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vraNMqv5I6 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vraNMqv5I6 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vraNMqv5I6 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vraNMqv5I6 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vraNMqv5I6 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vraNMqv5I6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vraNMqv5I6 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-vraNMqv5I6 .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-vraNMqv5I6 .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-vraNMqv5I6 .mbr-label,
.cid-vraNMqv5I6 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNMqv5I6 .mbr-section-title,
.cid-vraNMqv5I6 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNMqv5I6 .mbr-text,
.cid-vraNMqv5I6 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraNMqv5I6 .item-title {
  color: #515151;
}
.cid-vraNMqv5I6 .item-text {
  color: #000000;
}
.cid-vraNMqG6et {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vraNMqG6et .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNMqG6et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNMqG6et .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vraNMqG6et .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vraNMqG6et .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vraNMqG6et .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vraNMqG6et .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-vraNMqG6et .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vraNMqG6et .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vraNMqG6et .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vraNMqG6et .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vraNMqG6et .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vraNMqG6et .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNMqG6et .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vraNMqG6et .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vraNMqG6et .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraNMqG6et .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vraNMqG6et .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vraNMqG6et .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vraNMqG6et .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vraNMqG6et .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vraNMqG6et .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vraNMqG6et .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vraNMqG6et .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vraNMqG6et .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vraNMqG6et .mbr-section-title {
  color: #000000;
}
.cid-vraNMqG6et .mbr-text,
.cid-vraNMqG6et .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNMqG6et .list,
.cid-vraNMqG6et .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNMqG6et .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-vraNMqG6et .mbr-section-title,
.cid-vraNMqG6et .title-wrapper,
.cid-vraNMqG6et .mbr-section-btn,
.cid-vraNMqG6et .social-wrapper {
  text-align: center;
}
.cid-vraNTyUoUq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vraNTyUoUq nav.navbar {
  position: fixed;
}
.cid-vraNTyUoUq .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-vraNTyUoUq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraNTyUoUq .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vraNTyUoUq .dropdown-item:hover,
.cid-vraNTyUoUq .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vraNTyUoUq .dropdown-item:hover span {
  color: white;
}
.cid-vraNTyUoUq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraNTyUoUq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraNTyUoUq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraNTyUoUq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vraNTyUoUq .nav-link {
  position: relative;
}
.cid-vraNTyUoUq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vraNTyUoUq .container {
    flex-wrap: nowrap;
  }
}
.cid-vraNTyUoUq .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraNTyUoUq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraNTyUoUq .dropdown-menu,
.cid-vraNTyUoUq .navbar.opened {
  background: #ffffff !important;
}
.cid-vraNTyUoUq .nav-item:focus,
.cid-vraNTyUoUq .nav-link:focus {
  outline: none;
}
.cid-vraNTyUoUq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraNTyUoUq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraNTyUoUq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraNTyUoUq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraNTyUoUq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraNTyUoUq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraNTyUoUq .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vraNTyUoUq .navbar.opened {
  transition: all 0.3s;
}
.cid-vraNTyUoUq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraNTyUoUq .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-vraNTyUoUq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraNTyUoUq .navbar.collapsed {
  justify-content: center;
}
.cid-vraNTyUoUq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraNTyUoUq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraNTyUoUq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraNTyUoUq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraNTyUoUq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraNTyUoUq .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-vraNTyUoUq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraNTyUoUq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraNTyUoUq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vraNTyUoUq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraNTyUoUq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraNTyUoUq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraNTyUoUq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraNTyUoUq .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-vraNTyUoUq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraNTyUoUq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraNTyUoUq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vraNTyUoUq .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-vraNTyUoUq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraNTyUoUq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraNTyUoUq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraNTyUoUq .navbar.navbar-short {
  min-height: 96px;
}
.cid-vraNTyUoUq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vraNTyUoUq .navbar-brand {
  min-height: 96px;
  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-vraNTyUoUq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraNTyUoUq .navbar-brand .navbar-caption:hover,
.cid-vraNTyUoUq .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraNTyUoUq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraNTyUoUq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraNTyUoUq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraNTyUoUq .dropdown-item.active,
.cid-vraNTyUoUq .dropdown-item:active {
  background-color: transparent;
}
.cid-vraNTyUoUq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraNTyUoUq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraNTyUoUq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraNTyUoUq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraNTyUoUq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraNTyUoUq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraNTyUoUq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraNTyUoUq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraNTyUoUq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraNTyUoUq .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraNTyUoUq .navbar-buttons {
    text-align: left;
  }
}
.cid-vraNTyUoUq .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vraNTyUoUq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraNTyUoUq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraNTyUoUq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vraNTyUoUq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraNTyUoUq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraNTyUoUq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraNTyUoUq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraNTyUoUq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraNTyUoUq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraNTyUoUq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraNTyUoUq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraNTyUoUq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraNTyUoUq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraNTyUoUq .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-vraNTyUoUq .navbar {
    height: 70px;
  }
  .cid-vraNTyUoUq .navbar.opened {
    height: auto;
  }
  .cid-vraNTyUoUq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraNTyUoUq .navbar-nav {
  margin: 0 auto;
}
.cid-vraNTyUoUq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraNTyUoUq .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vraNTyUoUq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraNTyUoUq .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraNTyUoUq .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vraNTyUoUq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraNTyUoUq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraNTyUoUq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraNTyUoUq .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraNTyUoUq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraNTyUoUq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraNTyUoUq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraNTyUoUq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraNTyUoUq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraNTyUoUq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraNTyUoUq .content-wrap {
  min-height: 110px;
}
.cid-vraNTz96yQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraNTz96yQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNTz96yQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNTz96yQ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraNTz96yQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNTz96yQ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraNTz96yQ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraNTz96yQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraNTz96yQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraNTz96yQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNTz96yQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraNTz96yQ .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vraNTz96yQ .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vraNTz96yQ .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vraNTz96yQ .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNTz96yQ .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vraNTz96yQ .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vraNTz96yQ .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vraNTz96yQ .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vraNTz96yQ .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vraNTz96yQ .mbr-label,
.cid-vraNTz96yQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNTz96yQ .mbr-section-title,
.cid-vraNTz96yQ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNTz96yQ .mbr-text {
  color: #515151;
}
.cid-vraNTzixp3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraNTzixp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNTzixp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNTzixp3 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraNTzixp3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNTzixp3 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraNTzixp3 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraNTzixp3 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraNTzixp3 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraNTzixp3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNTzixp3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraNTzixp3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraNTzixp3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraNTzixp3 .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vraNTzixp3 .card-wrapper {
    padding: 24px;
  }
}
.cid-vraNTzixp3 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vraNTzixp3 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vraNTzixp3 .mbr-label,
.cid-vraNTzixp3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNTzixp3 .mbr-section-title,
.cid-vraNTzixp3 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNTzixp3 .mbr-text,
.cid-vraNTzixp3 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraNTztpb6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraNTztpb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNTztpb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNTztpb6 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraNTztpb6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraNTztpb6 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraNTztpb6 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraNTztpb6 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraNTztpb6 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraNTztpb6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNTztpb6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraNTztpb6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraNTztpb6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraNTztpb6 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vraNTztpb6 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vraNTztpb6 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vraNTztpb6 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vraNTztpb6 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vraNTztpb6 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vraNTztpb6 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vraNTztpb6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vraNTztpb6 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-vraNTztpb6 .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-vraNTztpb6 .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-vraNTztpb6 .mbr-label,
.cid-vraNTztpb6 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNTztpb6 .mbr-section-title,
.cid-vraNTztpb6 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNTztpb6 .mbr-text,
.cid-vraNTztpb6 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraNTztpb6 .item-title {
  color: #515151;
}
.cid-vraNTztpb6 .item-text {
  color: #000000;
}
.cid-vraNTzE0J3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vraNTzE0J3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraNTzE0J3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraNTzE0J3 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vraNTzE0J3 .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vraNTzE0J3 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vraNTzE0J3 .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vraNTzE0J3 .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-vraNTzE0J3 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vraNTzE0J3 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vraNTzE0J3 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vraNTzE0J3 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vraNTzE0J3 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vraNTzE0J3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraNTzE0J3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vraNTzE0J3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vraNTzE0J3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraNTzE0J3 .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vraNTzE0J3 .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vraNTzE0J3 .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vraNTzE0J3 .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vraNTzE0J3 .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vraNTzE0J3 .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vraNTzE0J3 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vraNTzE0J3 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vraNTzE0J3 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vraNTzE0J3 .mbr-section-title {
  color: #000000;
}
.cid-vraNTzE0J3 .mbr-text,
.cid-vraNTzE0J3 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNTzE0J3 .list,
.cid-vraNTzE0J3 .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraNTzE0J3 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-vraNTzE0J3 .mbr-section-title,
.cid-vraNTzE0J3 .title-wrapper,
.cid-vraNTzE0J3 .mbr-section-btn,
.cid-vraNTzE0J3 .social-wrapper {
  text-align: center;
}
.cid-vraO0acFdb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vraO0acFdb nav.navbar {
  position: fixed;
}
.cid-vraO0acFdb .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-vraO0acFdb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraO0acFdb .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vraO0acFdb .dropdown-item:hover,
.cid-vraO0acFdb .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vraO0acFdb .dropdown-item:hover span {
  color: white;
}
.cid-vraO0acFdb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraO0acFdb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraO0acFdb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraO0acFdb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vraO0acFdb .nav-link {
  position: relative;
}
.cid-vraO0acFdb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vraO0acFdb .container {
    flex-wrap: nowrap;
  }
}
.cid-vraO0acFdb .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraO0acFdb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraO0acFdb .dropdown-menu,
.cid-vraO0acFdb .navbar.opened {
  background: #ffffff !important;
}
.cid-vraO0acFdb .nav-item:focus,
.cid-vraO0acFdb .nav-link:focus {
  outline: none;
}
.cid-vraO0acFdb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraO0acFdb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraO0acFdb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraO0acFdb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraO0acFdb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraO0acFdb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraO0acFdb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vraO0acFdb .navbar.opened {
  transition: all 0.3s;
}
.cid-vraO0acFdb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraO0acFdb .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-vraO0acFdb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraO0acFdb .navbar.collapsed {
  justify-content: center;
}
.cid-vraO0acFdb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraO0acFdb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraO0acFdb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraO0acFdb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraO0acFdb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraO0acFdb .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-vraO0acFdb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraO0acFdb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraO0acFdb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vraO0acFdb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraO0acFdb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraO0acFdb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraO0acFdb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraO0acFdb .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-vraO0acFdb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraO0acFdb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraO0acFdb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vraO0acFdb .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-vraO0acFdb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraO0acFdb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraO0acFdb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraO0acFdb .navbar.navbar-short {
  min-height: 96px;
}
.cid-vraO0acFdb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vraO0acFdb .navbar-brand {
  min-height: 96px;
  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-vraO0acFdb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraO0acFdb .navbar-brand .navbar-caption:hover,
.cid-vraO0acFdb .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraO0acFdb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraO0acFdb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraO0acFdb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraO0acFdb .dropdown-item.active,
.cid-vraO0acFdb .dropdown-item:active {
  background-color: transparent;
}
.cid-vraO0acFdb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraO0acFdb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraO0acFdb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraO0acFdb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraO0acFdb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraO0acFdb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraO0acFdb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraO0acFdb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraO0acFdb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraO0acFdb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraO0acFdb .navbar-buttons {
    text-align: left;
  }
}
.cid-vraO0acFdb .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vraO0acFdb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraO0acFdb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraO0acFdb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vraO0acFdb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraO0acFdb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraO0acFdb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraO0acFdb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraO0acFdb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraO0acFdb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraO0acFdb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraO0acFdb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraO0acFdb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraO0acFdb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraO0acFdb .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-vraO0acFdb .navbar {
    height: 70px;
  }
  .cid-vraO0acFdb .navbar.opened {
    height: auto;
  }
  .cid-vraO0acFdb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraO0acFdb .navbar-nav {
  margin: 0 auto;
}
.cid-vraO0acFdb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraO0acFdb .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vraO0acFdb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraO0acFdb .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraO0acFdb .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vraO0acFdb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraO0acFdb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraO0acFdb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraO0acFdb .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraO0acFdb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraO0acFdb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraO0acFdb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraO0acFdb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraO0acFdb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraO0acFdb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraO0acFdb .content-wrap {
  min-height: 110px;
}
.cid-vraO0arH2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraO0arH2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraO0arH2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraO0arH2r .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraO0arH2r .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraO0arH2r .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraO0arH2r .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraO0arH2r .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraO0arH2r .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraO0arH2r .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraO0arH2r .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraO0arH2r .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vraO0arH2r .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vraO0arH2r .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vraO0arH2r .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraO0arH2r .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vraO0arH2r .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vraO0arH2r .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vraO0arH2r .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vraO0arH2r .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vraO0arH2r .mbr-label,
.cid-vraO0arH2r .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO0arH2r .mbr-section-title,
.cid-vraO0arH2r .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO0arH2r .mbr-text {
  color: #515151;
}
.cid-vraO0aDPE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraO0aDPE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraO0aDPE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraO0aDPE6 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraO0aDPE6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraO0aDPE6 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraO0aDPE6 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraO0aDPE6 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraO0aDPE6 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraO0aDPE6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraO0aDPE6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraO0aDPE6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraO0aDPE6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraO0aDPE6 .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vraO0aDPE6 .card-wrapper {
    padding: 24px;
  }
}
.cid-vraO0aDPE6 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vraO0aDPE6 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vraO0aDPE6 .mbr-label,
.cid-vraO0aDPE6 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO0aDPE6 .mbr-section-title,
.cid-vraO0aDPE6 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO0aDPE6 .mbr-text,
.cid-vraO0aDPE6 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraO0aO1kD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraO0aO1kD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraO0aO1kD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraO0aO1kD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraO0aO1kD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraO0aO1kD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraO0aO1kD .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraO0aO1kD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraO0aO1kD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraO0aO1kD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraO0aO1kD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraO0aO1kD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraO0aO1kD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraO0aO1kD .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vraO0aO1kD .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vraO0aO1kD .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vraO0aO1kD .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vraO0aO1kD .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vraO0aO1kD .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vraO0aO1kD .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vraO0aO1kD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vraO0aO1kD .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-vraO0aO1kD .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-vraO0aO1kD .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-vraO0aO1kD .mbr-label,
.cid-vraO0aO1kD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO0aO1kD .mbr-section-title,
.cid-vraO0aO1kD .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO0aO1kD .mbr-text,
.cid-vraO0aO1kD .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraO0aO1kD .item-title {
  color: #515151;
}
.cid-vraO0aO1kD .item-text {
  color: #000000;
}
.cid-vraO0aZAXI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vraO0aZAXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraO0aZAXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraO0aZAXI .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vraO0aZAXI .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vraO0aZAXI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vraO0aZAXI .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vraO0aZAXI .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-vraO0aZAXI .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vraO0aZAXI .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vraO0aZAXI .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vraO0aZAXI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vraO0aZAXI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vraO0aZAXI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraO0aZAXI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vraO0aZAXI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vraO0aZAXI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraO0aZAXI .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vraO0aZAXI .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vraO0aZAXI .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vraO0aZAXI .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vraO0aZAXI .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vraO0aZAXI .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vraO0aZAXI .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vraO0aZAXI .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vraO0aZAXI .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vraO0aZAXI .mbr-section-title {
  color: #000000;
}
.cid-vraO0aZAXI .mbr-text,
.cid-vraO0aZAXI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO0aZAXI .list,
.cid-vraO0aZAXI .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO0aZAXI .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-vraO0aZAXI .mbr-section-title,
.cid-vraO0aZAXI .title-wrapper,
.cid-vraO0aZAXI .mbr-section-btn,
.cid-vraO0aZAXI .social-wrapper {
  text-align: center;
}
.cid-vraO5iScu7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vraO5iScu7 nav.navbar {
  position: fixed;
}
.cid-vraO5iScu7 .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-vraO5iScu7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraO5iScu7 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vraO5iScu7 .dropdown-item:hover,
.cid-vraO5iScu7 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vraO5iScu7 .dropdown-item:hover span {
  color: white;
}
.cid-vraO5iScu7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraO5iScu7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraO5iScu7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraO5iScu7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vraO5iScu7 .nav-link {
  position: relative;
}
.cid-vraO5iScu7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vraO5iScu7 .container {
    flex-wrap: nowrap;
  }
}
.cid-vraO5iScu7 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraO5iScu7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraO5iScu7 .dropdown-menu,
.cid-vraO5iScu7 .navbar.opened {
  background: #ffffff !important;
}
.cid-vraO5iScu7 .nav-item:focus,
.cid-vraO5iScu7 .nav-link:focus {
  outline: none;
}
.cid-vraO5iScu7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraO5iScu7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraO5iScu7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraO5iScu7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraO5iScu7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraO5iScu7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraO5iScu7 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vraO5iScu7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vraO5iScu7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraO5iScu7 .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-vraO5iScu7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraO5iScu7 .navbar.collapsed {
  justify-content: center;
}
.cid-vraO5iScu7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraO5iScu7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraO5iScu7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraO5iScu7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraO5iScu7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraO5iScu7 .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-vraO5iScu7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraO5iScu7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraO5iScu7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vraO5iScu7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraO5iScu7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraO5iScu7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraO5iScu7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraO5iScu7 .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-vraO5iScu7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraO5iScu7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraO5iScu7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vraO5iScu7 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-vraO5iScu7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraO5iScu7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraO5iScu7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraO5iScu7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vraO5iScu7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vraO5iScu7 .navbar-brand {
  min-height: 96px;
  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-vraO5iScu7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraO5iScu7 .navbar-brand .navbar-caption:hover,
.cid-vraO5iScu7 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraO5iScu7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraO5iScu7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraO5iScu7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraO5iScu7 .dropdown-item.active,
.cid-vraO5iScu7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vraO5iScu7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraO5iScu7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraO5iScu7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraO5iScu7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraO5iScu7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraO5iScu7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraO5iScu7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraO5iScu7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraO5iScu7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraO5iScu7 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraO5iScu7 .navbar-buttons {
    text-align: left;
  }
}
.cid-vraO5iScu7 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vraO5iScu7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraO5iScu7 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraO5iScu7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vraO5iScu7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraO5iScu7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraO5iScu7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraO5iScu7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraO5iScu7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraO5iScu7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraO5iScu7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraO5iScu7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraO5iScu7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraO5iScu7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraO5iScu7 .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-vraO5iScu7 .navbar {
    height: 70px;
  }
  .cid-vraO5iScu7 .navbar.opened {
    height: auto;
  }
  .cid-vraO5iScu7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraO5iScu7 .navbar-nav {
  margin: 0 auto;
}
.cid-vraO5iScu7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraO5iScu7 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vraO5iScu7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraO5iScu7 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraO5iScu7 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vraO5iScu7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraO5iScu7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraO5iScu7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraO5iScu7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraO5iScu7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraO5iScu7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraO5iScu7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraO5iScu7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraO5iScu7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraO5iScu7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraO5iScu7 .content-wrap {
  min-height: 110px;
}
.cid-vraO5j5r47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraO5j5r47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraO5j5r47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraO5j5r47 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraO5j5r47 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraO5j5r47 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraO5j5r47 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraO5j5r47 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraO5j5r47 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraO5j5r47 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraO5j5r47 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraO5j5r47 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vraO5j5r47 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vraO5j5r47 .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vraO5j5r47 .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraO5j5r47 .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vraO5j5r47 .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vraO5j5r47 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vraO5j5r47 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vraO5j5r47 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vraO5j5r47 .mbr-label,
.cid-vraO5j5r47 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO5j5r47 .mbr-section-title,
.cid-vraO5j5r47 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO5j5r47 .mbr-text {
  color: #515151;
}
.cid-vraO5jfetp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraO5jfetp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraO5jfetp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraO5jfetp .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraO5jfetp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraO5jfetp .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraO5jfetp .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraO5jfetp .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraO5jfetp .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraO5jfetp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraO5jfetp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraO5jfetp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraO5jfetp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraO5jfetp .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vraO5jfetp .card-wrapper {
    padding: 24px;
  }
}
.cid-vraO5jfetp .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vraO5jfetp .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vraO5jfetp .mbr-label,
.cid-vraO5jfetp .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO5jfetp .mbr-section-title,
.cid-vraO5jfetp .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO5jfetp .mbr-text,
.cid-vraO5jfetp .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraO5jqZuK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraO5jqZuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraO5jqZuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraO5jqZuK .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraO5jqZuK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraO5jqZuK .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraO5jqZuK .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraO5jqZuK .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraO5jqZuK .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraO5jqZuK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraO5jqZuK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraO5jqZuK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraO5jqZuK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraO5jqZuK .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vraO5jqZuK .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vraO5jqZuK .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vraO5jqZuK .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vraO5jqZuK .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vraO5jqZuK .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vraO5jqZuK .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vraO5jqZuK .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vraO5jqZuK .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-vraO5jqZuK .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-vraO5jqZuK .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-vraO5jqZuK .mbr-label,
.cid-vraO5jqZuK .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO5jqZuK .mbr-section-title,
.cid-vraO5jqZuK .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO5jqZuK .mbr-text,
.cid-vraO5jqZuK .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraO5jqZuK .item-title {
  color: #515151;
}
.cid-vraO5jqZuK .item-text {
  color: #000000;
}
.cid-vraO5jBUG8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vraO5jBUG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraO5jBUG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraO5jBUG8 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vraO5jBUG8 .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vraO5jBUG8 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vraO5jBUG8 .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vraO5jBUG8 .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-vraO5jBUG8 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vraO5jBUG8 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vraO5jBUG8 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vraO5jBUG8 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vraO5jBUG8 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vraO5jBUG8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraO5jBUG8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vraO5jBUG8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vraO5jBUG8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraO5jBUG8 .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vraO5jBUG8 .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vraO5jBUG8 .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vraO5jBUG8 .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vraO5jBUG8 .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vraO5jBUG8 .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vraO5jBUG8 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vraO5jBUG8 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vraO5jBUG8 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vraO5jBUG8 .mbr-section-title {
  color: #000000;
}
.cid-vraO5jBUG8 .mbr-text,
.cid-vraO5jBUG8 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO5jBUG8 .list,
.cid-vraO5jBUG8 .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraO5jBUG8 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-vraO5jBUG8 .mbr-section-title,
.cid-vraO5jBUG8 .title-wrapper,
.cid-vraO5jBUG8 .mbr-section-btn,
.cid-vraO5jBUG8 .social-wrapper {
  text-align: center;
}
.cid-vraOah6uTn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vraOah6uTn nav.navbar {
  position: fixed;
}
.cid-vraOah6uTn .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-vraOah6uTn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraOah6uTn .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vraOah6uTn .dropdown-item:hover,
.cid-vraOah6uTn .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vraOah6uTn .dropdown-item:hover span {
  color: white;
}
.cid-vraOah6uTn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraOah6uTn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraOah6uTn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraOah6uTn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vraOah6uTn .nav-link {
  position: relative;
}
.cid-vraOah6uTn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vraOah6uTn .container {
    flex-wrap: nowrap;
  }
}
.cid-vraOah6uTn .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraOah6uTn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraOah6uTn .dropdown-menu,
.cid-vraOah6uTn .navbar.opened {
  background: #ffffff !important;
}
.cid-vraOah6uTn .nav-item:focus,
.cid-vraOah6uTn .nav-link:focus {
  outline: none;
}
.cid-vraOah6uTn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraOah6uTn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraOah6uTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraOah6uTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraOah6uTn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraOah6uTn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraOah6uTn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vraOah6uTn .navbar.opened {
  transition: all 0.3s;
}
.cid-vraOah6uTn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraOah6uTn .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-vraOah6uTn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraOah6uTn .navbar.collapsed {
  justify-content: center;
}
.cid-vraOah6uTn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraOah6uTn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraOah6uTn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraOah6uTn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraOah6uTn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraOah6uTn .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-vraOah6uTn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraOah6uTn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraOah6uTn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vraOah6uTn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraOah6uTn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraOah6uTn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraOah6uTn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraOah6uTn .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-vraOah6uTn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraOah6uTn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraOah6uTn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vraOah6uTn .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-vraOah6uTn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraOah6uTn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraOah6uTn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraOah6uTn .navbar.navbar-short {
  min-height: 96px;
}
.cid-vraOah6uTn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vraOah6uTn .navbar-brand {
  min-height: 96px;
  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-vraOah6uTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraOah6uTn .navbar-brand .navbar-caption:hover,
.cid-vraOah6uTn .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraOah6uTn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraOah6uTn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraOah6uTn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vraOah6uTn .dropdown-item.active,
.cid-vraOah6uTn .dropdown-item:active {
  background-color: transparent;
}
.cid-vraOah6uTn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraOah6uTn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraOah6uTn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraOah6uTn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraOah6uTn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraOah6uTn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraOah6uTn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraOah6uTn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraOah6uTn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraOah6uTn .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraOah6uTn .navbar-buttons {
    text-align: left;
  }
}
.cid-vraOah6uTn .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vraOah6uTn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraOah6uTn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraOah6uTn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vraOah6uTn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraOah6uTn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraOah6uTn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraOah6uTn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraOah6uTn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraOah6uTn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraOah6uTn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraOah6uTn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraOah6uTn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraOah6uTn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraOah6uTn .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-vraOah6uTn .navbar {
    height: 70px;
  }
  .cid-vraOah6uTn .navbar.opened {
    height: auto;
  }
  .cid-vraOah6uTn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraOah6uTn .navbar-nav {
  margin: 0 auto;
}
.cid-vraOah6uTn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraOah6uTn .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vraOah6uTn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraOah6uTn .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vraOah6uTn .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vraOah6uTn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraOah6uTn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraOah6uTn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraOah6uTn .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraOah6uTn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraOah6uTn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraOah6uTn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraOah6uTn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraOah6uTn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraOah6uTn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraOah6uTn .content-wrap {
  min-height: 110px;
}
.cid-vraOahp71Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraOahp71Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraOahp71Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraOahp71Y .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraOahp71Y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraOahp71Y .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraOahp71Y .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraOahp71Y .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraOahp71Y .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraOahp71Y .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraOahp71Y .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraOahp71Y .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vraOahp71Y .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vraOahp71Y .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vraOahp71Y .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraOahp71Y .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vraOahp71Y .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vraOahp71Y .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vraOahp71Y .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vraOahp71Y .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vraOahp71Y .mbr-label,
.cid-vraOahp71Y .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraOahp71Y .mbr-section-title,
.cid-vraOahp71Y .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraOahp71Y .mbr-text {
  color: #515151;
}
.cid-vraOahznpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraOahznpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraOahznpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraOahznpk .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraOahznpk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraOahznpk .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraOahznpk .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraOahznpk .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraOahznpk .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraOahznpk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraOahznpk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraOahznpk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraOahznpk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraOahznpk .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vraOahznpk .card-wrapper {
    padding: 24px;
  }
}
.cid-vraOahznpk .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vraOahznpk .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vraOahznpk .mbr-label,
.cid-vraOahznpk .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraOahznpk .mbr-section-title,
.cid-vraOahznpk .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraOahznpk .mbr-text,
.cid-vraOahznpk .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraOahLF8w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vraOahLF8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraOahLF8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraOahLF8w .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vraOahLF8w .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vraOahLF8w .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vraOahLF8w .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vraOahLF8w .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vraOahLF8w .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vraOahLF8w .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraOahLF8w .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vraOahLF8w .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vraOahLF8w .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraOahLF8w .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vraOahLF8w .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vraOahLF8w .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vraOahLF8w .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vraOahLF8w .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vraOahLF8w .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vraOahLF8w .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vraOahLF8w .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vraOahLF8w .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-vraOahLF8w .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-vraOahLF8w .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-vraOahLF8w .mbr-label,
.cid-vraOahLF8w .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraOahLF8w .mbr-section-title,
.cid-vraOahLF8w .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraOahLF8w .mbr-text,
.cid-vraOahLF8w .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vraOahLF8w .item-title {
  color: #515151;
}
.cid-vraOahLF8w .item-text {
  color: #000000;
}
.cid-vraOahWeG1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vraOahWeG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraOahWeG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraOahWeG1 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vraOahWeG1 .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vraOahWeG1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vraOahWeG1 .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vraOahWeG1 .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-vraOahWeG1 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vraOahWeG1 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vraOahWeG1 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vraOahWeG1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vraOahWeG1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vraOahWeG1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vraOahWeG1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vraOahWeG1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vraOahWeG1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vraOahWeG1 .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vraOahWeG1 .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vraOahWeG1 .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vraOahWeG1 .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vraOahWeG1 .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vraOahWeG1 .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vraOahWeG1 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vraOahWeG1 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vraOahWeG1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vraOahWeG1 .mbr-section-title {
  color: #000000;
}
.cid-vraOahWeG1 .mbr-text,
.cid-vraOahWeG1 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraOahWeG1 .list,
.cid-vraOahWeG1 .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vraOahWeG1 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-vraOahWeG1 .mbr-section-title,
.cid-vraOahWeG1 .title-wrapper,
.cid-vraOahWeG1 .mbr-section-btn,
.cid-vraOahWeG1 .social-wrapper {
  text-align: center;
}
