.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6rem;
  line-height: .94;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.85rem;
  line-height: .96;
}
.display-2 > .mbr-iconfont {
  font-size: 6.0625rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 0.9;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.94 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.88rem;
    font-size: calc( 2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.96 * (2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.9 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.94 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.88rem;
    font-size: calc( 2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.96 * (2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.9 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.2625rem + (1.75 - 1.2625) * ((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: #3a392d !important;
}
.bg-success {
  background-color: #736e4e !important;
}
.bg-info {
  background-color: #eeeeee !important;
}
.bg-warning {
  background-color: #997d12 !important;
}
.bg-danger {
  background-color: #981215 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a392d !important;
  border-color: #3a392d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #575543 !important;
  border-color: #575543 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #575543 !important;
  border-color: #575543 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #994412 !important;
  border-color: #994412 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c75817 !important;
  border-color: #c75817 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c75817 !important;
  border-color: #c75817 !important;
}
.btn-info,
.btn-info:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #555555 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #555555 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #736e4e !important;
  border-color: #736e4e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #918b63 !important;
  border-color: #918b63 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #918b63 !important;
  border-color: #918b63 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #997d12 !important;
  border-color: #997d12 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7a217 !important;
  border-color: #c7a217 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c7a217 !important;
  border-color: #c7a217 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #981215 !important;
  border-color: #981215 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c6171b !important;
  border-color: #c6171b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c6171b !important;
  border-color: #c6171b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fefff5 !important;
  border-color: #fefff5 !important;
  color: #afc200 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #afc200 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3a392d;
  color: #3a392d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #090907 !important;
  background-color: transparent !important;
  border-color: #090907 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a392d !important;
  border-color: #3a392d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #994412;
  color: #994412;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b2209 !important;
  background-color: transparent !important;
  border-color: #4b2209 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #994412 !important;
  border-color: #994412 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #736e4e;
  color: #736e4e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3d2b !important;
  background-color: transparent !important;
  border-color: #3f3d2b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #736e4e !important;
  border-color: #736e4e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #997d12;
  color: #997d12;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4b3e09 !important;
  background-color: transparent !important;
  border-color: #4b3e09 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #997d12 !important;
  border-color: #997d12 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #981215;
  color: #981215;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4a090a !important;
  background-color: transparent !important;
  border-color: #4a090a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #981215 !important;
  border-color: #981215 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fefff5;
  color: #fefff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #f5ff9e !important;
  background-color: transparent !important;
  border-color: #f5ff9e !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ddf500 !important;
  background-color: #fefff5 !important;
  border-color: #fefff5 !important;
}
.text-primary {
  color: #3a392d !important;
}
.text-secondary {
  color: #994412 !important;
}
.text-success {
  color: #736e4e !important;
}
.text-info {
  color: #eeeeee !important;
}
.text-warning {
  color: #997d12 !important;
}
.text-danger {
  color: #981215 !important;
}
.text-white {
  color: #fefff5 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3e1b07 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #363425 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bbbbbb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3e3207 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3d0708 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #f4ff8f !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: #3a392d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #eeeeee;
}
.alert-warning {
  background-color: #997d12;
}
.alert-danger {
  background-color: #981215;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3a392d;
  border-color: #3a392d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
a,
a:hover {
  color: #3a392d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b1b09b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b2ae8e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e9c642;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e94145;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 0;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #3a392d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #3a392d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a392d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3a392d;
}
.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: #3a392d;
  border-bottom-color: #3a392d;
}
.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: #3a392d !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: #994412 !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='%233a392d' %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 {
  font-weight: 400;
  padding: 13px 20px;
}
.radius-right {
  border-radius: 0 !important;
  border-top-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
}
.radius-bottom-right {
  border-radius: 0 !important;
  border-bottom-right-radius: 60px !important;
}
.radius-top {
  border-radius: 0 !important;
  border-top-left-radius: 45px !important;
  border-top-right-radius: 45px !important;
}
.radius-top-left {
  border-radius: 0 !important;
  border-top-left-radius: 45px !important;
}
.radius-top-right {
  border-radius: 0 !important;
  border-top-right-radius: 45px !important;
}
.dropdown-item {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vdcJMxp0ry {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdcJMxp0ry nav.navbar {
  position: fixed;
}
.cid-vdcJMxp0ry .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-vdcJMxp0ry .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .dropdown-menu {
    text-align: center;
  }
}
.cid-vdcJMxp0ry .dropdown-item {
  background: #000000 !important;
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .dropdown-item:hover,
.cid-vdcJMxp0ry .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vdcJMxp0ry .dropdown-item:hover span {
  color: white;
}
.cid-vdcJMxp0ry .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdcJMxp0ry .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdcJMxp0ry .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdcJMxp0ry .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdcJMxp0ry .nav-link {
  position: relative;
}
.cid-vdcJMxp0ry .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdcJMxp0ry .container {
    flex-wrap: nowrap;
  }
}
.cid-vdcJMxp0ry .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdcJMxp0ry .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdcJMxp0ry .dropdown-menu,
.cid-vdcJMxp0ry .navbar.opened {
  background: #000000 !important;
}
.cid-vdcJMxp0ry .nav-item:focus,
.cid-vdcJMxp0ry .nav-link:focus {
  outline: none;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdcJMxp0ry .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdcJMxp0ry .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vdcJMxp0ry .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: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .navbar {
    min-height: 80px;
  }
}
.cid-vdcJMxp0ry .navbar.opened {
  transition: all 0.3s;
}
.cid-vdcJMxp0ry .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vdcJMxp0ry .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdcJMxp0ry .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdcJMxp0ry .navbar.collapsed {
  justify-content: center;
}
.cid-vdcJMxp0ry .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdcJMxp0ry .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcJMxp0ry .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdcJMxp0ry .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdcJMxp0ry .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdcJMxp0ry .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%;
  right: .8rem;
}
.cid-vdcJMxp0ry .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdcJMxp0ry .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vdcJMxp0ry .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdcJMxp0ry .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdcJMxp0ry .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdcJMxp0ry .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdcJMxp0ry .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdcJMxp0ry .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%;
    right: .8rem;
  }
  .cid-vdcJMxp0ry .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdcJMxp0ry .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdcJMxp0ry .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vdcJMxp0ry .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdcJMxp0ry .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdcJMxp0ry .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdcJMxp0ry .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdcJMxp0ry .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdcJMxp0ry .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;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .navbar-brand {
    min-height: 80px;
  }
}
.cid-vdcJMxp0ry .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdcJMxp0ry .navbar-brand .navbar-caption:hover,
.cid-vdcJMxp0ry .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdcJMxp0ry .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdcJMxp0ry .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .dropdown-item.active,
.cid-vdcJMxp0ry .dropdown-item:active {
  background-color: transparent;
}
.cid-vdcJMxp0ry .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdcJMxp0ry .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdcJMxp0ry .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdcJMxp0ry .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vdcJMxp0ry .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdcJMxp0ry .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdcJMxp0ry ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdcJMxp0ry ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vdcJMxp0ry .navbar-buttons {
  text-align: center;
}
.cid-vdcJMxp0ry .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vdcJMxp0ry .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdcJMxp0ry 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdcJMxp0ry a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdcJMxp0ry .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-vdcJMxp0ry .navbar {
    height: 70px;
  }
  .cid-vdcJMxp0ry .navbar.opened {
    height: auto;
  }
  .cid-vdcJMxp0ry .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdcJMxp0ry .navbar-nav {
  margin: 0 auto;
}
.cid-vdcJMxp0ry .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdcJMxp0ry .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdcJMxp0ry .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdcJMxp0ry .nav-item .nav-link:hover,
.cid-vdcJMxp0ry .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-vdcJMxp0ry .nav-item .nav-link:hover::after,
.cid-vdcJMxp0ry .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vdcJMxp0ry .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-vdcJMxp0ry .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdcJMxp0ry .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdcJMxp0ry .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdcJMxp0ry .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdcJMxp0ry .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vdcJMxp0ry .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vdcJMxp0ry .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdcJMxp0ry .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vdcJMxp0ry .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vdcJMxp0ry .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .content-wrap {
    min-height: 80px;
  }
}
.cid-vdcJMKl8tq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcJMKl8tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcJMKl8tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcJMKl8tq .row {
  margin: 0 -15px;
}
.cid-vdcJMKl8tq .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vdcJMKl8tq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcJMKl8tq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcJMKl8tq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcJMKl8tq .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcJMKl8tq .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vdcJMKl8tq .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdcJMKl8tq .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdcJMKl8tq .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdcJMKl8tq .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-vdcJMKl8tq .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcJMKl8tq .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-vdcJMKl8tq .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdcJMKl8tq .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-vdcJMKl8tq .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-vdcJMKl8tq .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vdcJMKl8tq .mbr-section-title {
  color: #fefff5;
}
.cid-vdcJMKl8tq .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcJMKl8tq .mbr-label {
  color: #fefff5;
}
.cid-vdcJMKl8tq .mbr-text {
  color: #fefff5;
}
.cid-vdcK2VT99U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcK2VT99U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcK2VT99U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcK2VT99U .row {
  margin: 0 -15px;
}
.cid-vdcK2VT99U .row .card {
  padding: 0 15px;
}
.cid-vdcK2VT99U .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdcK2VT99U .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-vdcK2VT99U .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK2VT99U .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vdcK2VT99U .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK2VT99U .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdcK2VT99U .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK2VT99U .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vdcK2VT99U .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcK2VT99U .mbr-section-title {
  color: #fefff5;
}
.cid-vdcK2VT99U .mbr-desc {
  color: #fefff5;
}
.cid-vdcK2VT99U .mbr-label {
  color: #fefff5;
}
.cid-vdcK2VT99U .mbr-text {
  color: #fefff5;
}
.cid-vdcK4UeQSR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcK4UeQSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcK4UeQSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcK4UeQSR .row {
  margin: 0 -15px;
}
.cid-vdcK4UeQSR .row .card {
  padding: 0 15px;
}
.cid-vdcK4UeQSR .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK4UeQSR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdcK4UeQSR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vdcK4UeQSR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vdcK4UeQSR .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vdcK4UeQSR .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #3a392d;
}
@media (max-width: 992px) {
  .cid-vdcK4UeQSR .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vdcK4UeQSR .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdcK4UeQSR .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-vdcK4UeQSR .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdcK4UeQSR .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vdcK4UeQSR .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdcK4UeQSR .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-vdcK4UeQSR .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vdcK4UeQSR .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdcK4UeQSR .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vdcK4UeQSR .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcK4UeQSR .mbr-section-title {
  color: #fefff5;
}
.cid-vdcK4UeQSR .item-title {
  color: #fefff5;
}
.cid-vdcK4UeQSR .item-text {
  color: #fefff5;
}
.cid-vdcK6AhIds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcK6AhIds .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcK6AhIds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcK6AhIds .row {
  margin: 0 -15px;
}
.cid-vdcK6AhIds .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vdcK6AhIds .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcK6AhIds .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcK6AhIds .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcK6AhIds .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vdcK6AhIds .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vdcK6AhIds .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK6AhIds .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vdcK6AhIds .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK6AhIds .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vdcK6AhIds .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcK6AhIds .mbr-section-title {
  color: #fefff5;
}
.cid-vdcK6AhIds .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcK6AhIds .mbr-desc {
  color: #fefff5;
}
.cid-vdcK6AhIds .mbr-label {
  color: #fefff5;
}
.cid-vdcK6AhIds .mbr-text {
  color: #fefff5;
}
.cid-vdcK6KtlCJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcK6KtlCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcK6KtlCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcK6KtlCJ .row {
  margin: 0 -15px;
}
.cid-vdcK6KtlCJ .row .card {
  padding: 0 15px;
}
.cid-vdcK6KtlCJ .image-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #fefff5;
}
.cid-vdcK6KtlCJ .image-wrapper img {
  height: 825px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdcK6KtlCJ .image-wrapper img {
    height: 625px;
  }
}
@media (max-width: 992px) {
  .cid-vdcK6KtlCJ .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdcK6KtlCJ .image-wrapper {
    padding-bottom: 20px;
  }
}
.cid-vdcK8g72ic {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcK8g72ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcK8g72ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcK8g72ic .row {
  margin: 0 -15px;
}
.cid-vdcK8g72ic .row .card {
  padding: 0 15px;
  justify-content: flex-end;
}
.cid-vdcK8g72ic .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .cid-vdcK8g72ic .content-wrap {
    display: block;
  }
}
.cid-vdcK8g72ic .content-wrap .desc-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-vdcK8g72ic .content-wrap .desc-wrapper {
    height: auto;
  }
}
.cid-vdcK8g72ic .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdcK8g72ic .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vdcK8g72ic .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-vdcK8g72ic .content-wrap .image-wrapper img {
  height: 425px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdcK8g72ic .content-wrap .image-wrapper img {
    height: 300px;
    margin-bottom: 30px;
  }
}
.cid-vdcK8g72ic .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK8g72ic .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vdcK8g72ic .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK8g72ic .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdcK8g72ic .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK8g72ic .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vdcK8g72ic .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcK8g72ic .mbr-section-title {
  color: #fefff5;
}
.cid-vdcK8g72ic .mbr-desc {
  color: #fefff5;
}
.cid-vdcK8g72ic .mbr-label {
  color: #fefff5;
}
.cid-vdcK8g72ic .mbr-text {
  color: #fefff5;
}
.cid-vdcK8vUVqS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcK8vUVqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcK8vUVqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcK8vUVqS .row {
  margin: 0 -15px;
}
.cid-vdcK8vUVqS .row .card {
  padding: 0 15px;
}
.cid-vdcK8vUVqS .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdcK8vUVqS .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-vdcK8vUVqS .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK8vUVqS .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vdcK8vUVqS .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK8vUVqS .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdcK8vUVqS .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcK8vUVqS .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vdcK8vUVqS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcK8vUVqS .mbr-section-title {
  color: #fefff5;
}
.cid-vdcK8vUVqS .mbr-desc {
  color: #fefff5;
}
.cid-vdcK8vUVqS .mbr-label {
  color: #fefff5;
}
.cid-vdcK8vUVqS .mbr-text {
  color: #fefff5;
}
.cid-vddmn6mpZa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vddmn6mpZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vddmn6mpZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vddmn6mpZa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vddmn6mpZa .container-fluid {
    padding: 0 25px;
  }
}
.cid-vddmn6mpZa .container-fluid .row {
  margin: 0 -35px;
}
@media (max-width: 992px) {
  .cid-vddmn6mpZa .container {
    padding: 0 25px;
  }
}
.cid-vddmn6mpZa .row {
  justify-content: center;
}
.cid-vddmn6mpZa .title-wrapper {
  padding: 0 35px;
}
.cid-vddmn6mpZa .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vddmn6mpZa .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-vddmn6mpZa .item {
  padding: 0 35px;
  margin-bottom: 30px;
  border-right: 1px solid #191919;
}
.cid-vddmn6mpZa .item:nth-child(3n) {
  border: none;
}
@media (max-width: 992px) {
  .cid-vddmn6mpZa .item {
    border: none;
  }
}
.cid-vddmn6mpZa .item:hover .item-wrapper .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-vddmn6mpZa .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vddmn6mpZa .item .item-wrapper .item-img img {
  height: 270px;
  object-fit: cover;
  margin-bottom: 25px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vddmn6mpZa .item .item-wrapper .item-content .item-cont {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vddmn6mpZa .item .item-wrapper .item-content .item-cont {
    margin-bottom: 30px;
  }
}
.cid-vddmn6mpZa .item .item-wrapper .item-content .item-cont .item-title {
  margin-bottom: 15px;
}
.cid-vddmn6mpZa .item .item-wrapper .item-content .date-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-vddmn6mpZa .item .item-wrapper .item-content .date-wrap .mbr-date {
  margin-bottom: 0;
  opacity: .5;
}
.cid-vddmn6mpZa .item .item-wrapper .item-content .date-wrap .icon-wrapper {
  display: block;
}
.cid-vddmn6mpZa .item .item-wrapper .item-content .date-wrap .icon-wrapper:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-vddmn6mpZa .item .item-wrapper .item-content .date-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  color: #e33030;
}
@media (max-width: 992px) {
  .cid-vddmn6mpZa .item .item-wrapper .item-content .date-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-vddmn6mpZa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #191919;
}
@media (max-width: 992px) {
  .cid-vddmn6mpZa .border-wrap {
    display: none;
  }
}
.cid-vddmn6mpZa .mbr-section-title {
  color: #ffffff;
}
.cid-vddmn6mpZa .item-title {
  color: #ffffff;
}
.cid-vddmn6mpZa .mbr-date {
  color: #ffffff;
}
.cid-vdcKc6z5sF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcKc6z5sF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcKc6z5sF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcKc6z5sF .row {
  margin: 0 -15px;
}
.cid-vdcKc6z5sF .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vdcKc6z5sF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcKc6z5sF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcKc6z5sF .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcKc6z5sF .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vdcKc6z5sF .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vdcKc6z5sF .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdcKc6z5sF .list-wrapper .list .item-wrap {
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 3px dashed transparent;
  transition: all .3s ease;
}
.cid-vdcKc6z5sF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdcKc6z5sF .list-wrapper .list .item-wrap:hover,
.cid-vdcKc6z5sF .list-wrapper .list .item-wrap:focus {
  color: #a1a1a1;
  border-bottom: 3px dashed #a1a1a1;
}
.cid-vdcKc6z5sF .mbr-section-title {
  color: #fefff5;
}
.cid-vdcKc6z5sF .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcKc6z5sF .mbr-desc {
  color: #fefff5;
}
.cid-vdcKc6z5sF .list {
  color: #994412;
}
.cid-vdcKc6z5sF .list,
.cid-vdcKc6z5sF .item-wrap,
.cid-vdcKc6z5sF .list-wrapper {
  color: #ffffff;
}
.cid-vdcKcgSxdb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcKcgSxdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcKcgSxdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcKcgSxdb .row {
  margin: 0 -15px;
}
.cid-vdcKcgSxdb .row .card {
  padding: 0 15px;
}
.cid-vdcKcgSxdb .image-wrapper {
  overflow: hidden;
}
.cid-vdcKcgSxdb .image-wrapper .google-map iframe {
  height: 525px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdcKcgSxdb .image-wrapper .google-map iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdcKcgSxdb .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcKcgSxdb .content-wrapper .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdcKcgSxdb .content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-vdcKcgSxdb .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcKcgSxdb .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcKcgSxdb .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdcKcgSxdb .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdcKcgSxdb .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdcKcgSxdb .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vdcKcgSxdb .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcKcgSxdb .mbr-section-title {
  color: #fefff5;
}
.cid-vdcKcgSxdb .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcKcgSxdb .mbr-text {
  color: #fefff5;
}
.cid-vdcQDcXlhS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcQDcXlhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcQDcXlhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcQDcXlhS .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-vdcQDcXlhS .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-vdcQDcXlhS .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-vdcQDcXlhS .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-vdcQDcXlhS .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #000000;
}
.cid-vdcQDcXlhS .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #ffffff;
}
.cid-vdcQDcXlhS .list li {
  margin-bottom: 12px;
}
.cid-vdcQDcXlhS .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-vdcQDcXlhS .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-vdcQDcXlhS .copyright {
  color: #ffffff;
}
.cid-vdcQDcXlhS .mbr-section-title,
.cid-vdcQDcXlhS .soc-wrapper {
  color: #ffffff;
}
.cid-vdcJMxp0ry {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdcJMxp0ry nav.navbar {
  position: fixed;
}
.cid-vdcJMxp0ry .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-vdcJMxp0ry .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .dropdown-menu {
    text-align: center;
  }
}
.cid-vdcJMxp0ry .dropdown-item {
  background: #000000 !important;
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .dropdown-item:hover,
.cid-vdcJMxp0ry .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vdcJMxp0ry .dropdown-item:hover span {
  color: white;
}
.cid-vdcJMxp0ry .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdcJMxp0ry .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdcJMxp0ry .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdcJMxp0ry .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdcJMxp0ry .nav-link {
  position: relative;
}
.cid-vdcJMxp0ry .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdcJMxp0ry .container {
    flex-wrap: nowrap;
  }
}
.cid-vdcJMxp0ry .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdcJMxp0ry .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdcJMxp0ry .dropdown-menu,
.cid-vdcJMxp0ry .navbar.opened {
  background: #000000 !important;
}
.cid-vdcJMxp0ry .nav-item:focus,
.cid-vdcJMxp0ry .nav-link:focus {
  outline: none;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdcJMxp0ry .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdcJMxp0ry .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vdcJMxp0ry .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: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .navbar {
    min-height: 80px;
  }
}
.cid-vdcJMxp0ry .navbar.opened {
  transition: all 0.3s;
}
.cid-vdcJMxp0ry .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vdcJMxp0ry .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdcJMxp0ry .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdcJMxp0ry .navbar.collapsed {
  justify-content: center;
}
.cid-vdcJMxp0ry .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdcJMxp0ry .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcJMxp0ry .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdcJMxp0ry .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdcJMxp0ry .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdcJMxp0ry .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%;
  right: .8rem;
}
.cid-vdcJMxp0ry .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdcJMxp0ry .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vdcJMxp0ry .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdcJMxp0ry .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdcJMxp0ry .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdcJMxp0ry .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdcJMxp0ry .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdcJMxp0ry .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%;
    right: .8rem;
  }
  .cid-vdcJMxp0ry .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdcJMxp0ry .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdcJMxp0ry .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vdcJMxp0ry .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdcJMxp0ry .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdcJMxp0ry .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdcJMxp0ry .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdcJMxp0ry .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdcJMxp0ry .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;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .navbar-brand {
    min-height: 80px;
  }
}
.cid-vdcJMxp0ry .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdcJMxp0ry .navbar-brand .navbar-caption:hover,
.cid-vdcJMxp0ry .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdcJMxp0ry .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdcJMxp0ry .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .dropdown-item.active,
.cid-vdcJMxp0ry .dropdown-item:active {
  background-color: transparent;
}
.cid-vdcJMxp0ry .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdcJMxp0ry .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdcJMxp0ry .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdcJMxp0ry .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vdcJMxp0ry .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdcJMxp0ry .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdcJMxp0ry ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdcJMxp0ry ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vdcJMxp0ry .navbar-buttons {
  text-align: center;
}
.cid-vdcJMxp0ry .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vdcJMxp0ry .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdcJMxp0ry 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdcJMxp0ry a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdcJMxp0ry .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-vdcJMxp0ry .navbar {
    height: 70px;
  }
  .cid-vdcJMxp0ry .navbar.opened {
    height: auto;
  }
  .cid-vdcJMxp0ry .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdcJMxp0ry .navbar-nav {
  margin: 0 auto;
}
.cid-vdcJMxp0ry .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdcJMxp0ry .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdcJMxp0ry .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdcJMxp0ry .nav-item .nav-link:hover,
.cid-vdcJMxp0ry .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-vdcJMxp0ry .nav-item .nav-link:hover::after,
.cid-vdcJMxp0ry .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vdcJMxp0ry .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-vdcJMxp0ry .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdcJMxp0ry .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdcJMxp0ry .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdcJMxp0ry .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdcJMxp0ry .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vdcJMxp0ry .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vdcJMxp0ry .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdcJMxp0ry .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vdcJMxp0ry .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vdcJMxp0ry .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .content-wrap {
    min-height: 80px;
  }
}
.cid-vdcRTxc9Da {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcRTxc9Da .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcRTxc9Da .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcRTxc9Da .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vdcRTxc9Da .mbr-section-title {
  color: #ffffff;
}
.cid-vdcRV2QuB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcRV2QuB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcRV2QuB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcRV2QuB7 .row {
  margin: 0 -15px;
}
.cid-vdcRV2QuB7 .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vdcRV2QuB7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcRV2QuB7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcRV2QuB7 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcRV2QuB7 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vdcRV2QuB7 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vdcRV2QuB7 .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdcRV2QuB7 .list-wrapper .list .item-wrap {
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 3px dashed transparent;
  transition: all .3s ease;
}
.cid-vdcRV2QuB7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdcRV2QuB7 .list-wrapper .list .item-wrap:hover,
.cid-vdcRV2QuB7 .list-wrapper .list .item-wrap:focus {
  color: #a1a1a1;
  border-bottom: 3px dashed #a1a1a1;
}
.cid-vdcRV2QuB7 .mbr-section-title {
  color: #fefff5;
}
.cid-vdcRV2QuB7 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcRV2QuB7 .mbr-desc {
  color: #fefff5;
}
.cid-vdcRV2QuB7 .list {
  color: #994412;
}
.cid-vdcRV2QuB7 .list,
.cid-vdcRV2QuB7 .item-wrap,
.cid-vdcRV2QuB7 .list-wrapper {
  color: #ffffff;
}
.cid-vdcRVsPDo5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcRVsPDo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcRVsPDo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcRVsPDo5 .row {
  margin: 0 -15px;
}
.cid-vdcRVsPDo5 .row .card {
  padding: 0 15px;
}
.cid-vdcRVsPDo5 .image-wrapper {
  overflow: hidden;
}
.cid-vdcRVsPDo5 .image-wrapper .google-map iframe {
  height: 525px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdcRVsPDo5 .image-wrapper .google-map iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdcRVsPDo5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcRVsPDo5 .content-wrapper .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdcRVsPDo5 .content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-vdcRVsPDo5 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcRVsPDo5 .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcRVsPDo5 .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdcRVsPDo5 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdcRVsPDo5 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdcRVsPDo5 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vdcRVsPDo5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcRVsPDo5 .mbr-section-title {
  color: #fefff5;
}
.cid-vdcRVsPDo5 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcRVsPDo5 .mbr-text {
  color: #fefff5;
}
.cid-vdcQDcXlhS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcQDcXlhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcQDcXlhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcQDcXlhS .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-vdcQDcXlhS .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-vdcQDcXlhS .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-vdcQDcXlhS .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-vdcQDcXlhS .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #000000;
}
.cid-vdcQDcXlhS .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #ffffff;
}
.cid-vdcQDcXlhS .list li {
  margin-bottom: 12px;
}
.cid-vdcQDcXlhS .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-vdcQDcXlhS .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-vdcQDcXlhS .copyright {
  color: #ffffff;
}
.cid-vdcQDcXlhS .mbr-section-title,
.cid-vdcQDcXlhS .soc-wrapper {
  color: #ffffff;
}
.cid-vdcSc5Sxlv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdcSc5Sxlv nav.navbar {
  position: fixed;
}
.cid-vdcSc5Sxlv .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-vdcSc5Sxlv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vdcSc5Sxlv .dropdown-menu {
    text-align: center;
  }
}
.cid-vdcSc5Sxlv .dropdown-item {
  background: #000000 !important;
  color: #fefff5 !important;
}
.cid-vdcSc5Sxlv .dropdown-item:hover,
.cid-vdcSc5Sxlv .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vdcSc5Sxlv .dropdown-item:hover span {
  color: white;
}
.cid-vdcSc5Sxlv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdcSc5Sxlv .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdcSc5Sxlv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdcSc5Sxlv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdcSc5Sxlv .nav-link {
  position: relative;
}
.cid-vdcSc5Sxlv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdcSc5Sxlv .container {
    flex-wrap: nowrap;
  }
}
.cid-vdcSc5Sxlv .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdcSc5Sxlv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdcSc5Sxlv .dropdown-menu,
.cid-vdcSc5Sxlv .navbar.opened {
  background: #000000 !important;
}
.cid-vdcSc5Sxlv .nav-item:focus,
.cid-vdcSc5Sxlv .nav-link:focus {
  outline: none;
}
.cid-vdcSc5Sxlv .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vdcSc5Sxlv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdcSc5Sxlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdcSc5Sxlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdcSc5Sxlv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdcSc5Sxlv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vdcSc5Sxlv .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: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vdcSc5Sxlv .navbar {
    min-height: 80px;
  }
}
.cid-vdcSc5Sxlv .navbar.opened {
  transition: all 0.3s;
}
.cid-vdcSc5Sxlv .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vdcSc5Sxlv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdcSc5Sxlv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdcSc5Sxlv .navbar.collapsed {
  justify-content: center;
}
.cid-vdcSc5Sxlv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdcSc5Sxlv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcSc5Sxlv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdcSc5Sxlv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdcSc5Sxlv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdcSc5Sxlv .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%;
  right: .8rem;
}
.cid-vdcSc5Sxlv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdcSc5Sxlv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vdcSc5Sxlv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdcSc5Sxlv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdcSc5Sxlv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdcSc5Sxlv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdcSc5Sxlv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdcSc5Sxlv .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%;
    right: .8rem;
  }
  .cid-vdcSc5Sxlv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdcSc5Sxlv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdcSc5Sxlv .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vdcSc5Sxlv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdcSc5Sxlv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdcSc5Sxlv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdcSc5Sxlv .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdcSc5Sxlv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdcSc5Sxlv .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;
}
@media (max-width: 992px) {
  .cid-vdcSc5Sxlv .navbar-brand {
    min-height: 80px;
  }
}
.cid-vdcSc5Sxlv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdcSc5Sxlv .navbar-brand .navbar-caption:hover,
.cid-vdcSc5Sxlv .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcSc5Sxlv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdcSc5Sxlv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdcSc5Sxlv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcSc5Sxlv .dropdown-item.active,
.cid-vdcSc5Sxlv .dropdown-item:active {
  background-color: transparent;
}
.cid-vdcSc5Sxlv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdcSc5Sxlv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdcSc5Sxlv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdcSc5Sxlv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdcSc5Sxlv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vdcSc5Sxlv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdcSc5Sxlv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdcSc5Sxlv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdcSc5Sxlv ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vdcSc5Sxlv .navbar-buttons {
  text-align: center;
}
.cid-vdcSc5Sxlv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vdcSc5Sxlv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdcSc5Sxlv 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdcSc5Sxlv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vdcSc5Sxlv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdcSc5Sxlv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcSc5Sxlv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcSc5Sxlv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdcSc5Sxlv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcSc5Sxlv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdcSc5Sxlv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdcSc5Sxlv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcSc5Sxlv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdcSc5Sxlv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdcSc5Sxlv .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-vdcSc5Sxlv .navbar {
    height: 70px;
  }
  .cid-vdcSc5Sxlv .navbar.opened {
    height: auto;
  }
  .cid-vdcSc5Sxlv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdcSc5Sxlv .navbar-nav {
  margin: 0 auto;
}
.cid-vdcSc5Sxlv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdcSc5Sxlv .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdcSc5Sxlv .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdcSc5Sxlv .nav-item .nav-link:hover,
.cid-vdcSc5Sxlv .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-vdcSc5Sxlv .nav-item .nav-link:hover::after,
.cid-vdcSc5Sxlv .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-vdcSc5Sxlv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdcSc5Sxlv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdcSc5Sxlv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdcSc5Sxlv .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-vdcSc5Sxlv .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vdcSc5Sxlv .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-vdcSc5Sxlv .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdcSc5Sxlv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdcSc5Sxlv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdcSc5Sxlv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdcSc5Sxlv .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vdcSc5Sxlv .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vdcSc5Sxlv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdcSc5Sxlv .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vdcSc5Sxlv .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vdcSc5Sxlv .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vdcSc5Sxlv .content-wrap {
    min-height: 80px;
  }
}
.cid-vdcSc6wSRX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcSc6wSRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcSc6wSRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcSc6wSRX .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vdcSc6wSRX .mbr-section-title {
  color: #ffffff;
}
.cid-vdcSc6WNbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcSc6WNbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcSc6WNbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcSc6WNbr .row {
  margin: 0 -15px;
}
.cid-vdcSc6WNbr .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vdcSc6WNbr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcSc6WNbr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcSc6WNbr .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcSc6WNbr .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vdcSc6WNbr .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vdcSc6WNbr .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdcSc6WNbr .list-wrapper .list .item-wrap {
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 3px dashed transparent;
  transition: all .3s ease;
}
.cid-vdcSc6WNbr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdcSc6WNbr .list-wrapper .list .item-wrap:hover,
.cid-vdcSc6WNbr .list-wrapper .list .item-wrap:focus {
  color: #a1a1a1;
  border-bottom: 3px dashed #a1a1a1;
}
.cid-vdcSc6WNbr .mbr-section-title {
  color: #fefff5;
}
.cid-vdcSc6WNbr .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcSc6WNbr .mbr-desc {
  color: #fefff5;
}
.cid-vdcSc6WNbr .list {
  color: #994412;
}
.cid-vdcSc6WNbr .list,
.cid-vdcSc6WNbr .item-wrap,
.cid-vdcSc6WNbr .list-wrapper {
  color: #ffffff;
}
.cid-vdcSc7iDke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcSc7iDke .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcSc7iDke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcSc7iDke .row {
  margin: 0 -15px;
}
.cid-vdcSc7iDke .row .card {
  padding: 0 15px;
}
.cid-vdcSc7iDke .image-wrapper {
  overflow: hidden;
}
.cid-vdcSc7iDke .image-wrapper .google-map iframe {
  height: 525px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdcSc7iDke .image-wrapper .google-map iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdcSc7iDke .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcSc7iDke .content-wrapper .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdcSc7iDke .content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-vdcSc7iDke .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcSc7iDke .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcSc7iDke .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdcSc7iDke .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdcSc7iDke .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdcSc7iDke .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vdcSc7iDke .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcSc7iDke .mbr-section-title {
  color: #fefff5;
}
.cid-vdcSc7iDke .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcSc7iDke .mbr-text {
  color: #fefff5;
}
.cid-vdcSc7F3BO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcSc7F3BO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcSc7F3BO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcSc7F3BO .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-vdcSc7F3BO .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-vdcSc7F3BO .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-vdcSc7F3BO .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-vdcSc7F3BO .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #000000;
}
.cid-vdcSc7F3BO .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #ffffff;
}
.cid-vdcSc7F3BO .list li {
  margin-bottom: 12px;
}
.cid-vdcSc7F3BO .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-vdcSc7F3BO .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-vdcSc7F3BO .copyright {
  color: #ffffff;
}
.cid-vdcSc7F3BO .mbr-section-title,
.cid-vdcSc7F3BO .soc-wrapper {
  color: #ffffff;
}
.cid-vdcJMxp0ry {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdcJMxp0ry nav.navbar {
  position: fixed;
}
.cid-vdcJMxp0ry .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-vdcJMxp0ry .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .dropdown-menu {
    text-align: center;
  }
}
.cid-vdcJMxp0ry .dropdown-item {
  background: #000000 !important;
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .dropdown-item:hover,
.cid-vdcJMxp0ry .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vdcJMxp0ry .dropdown-item:hover span {
  color: white;
}
.cid-vdcJMxp0ry .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdcJMxp0ry .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdcJMxp0ry .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdcJMxp0ry .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdcJMxp0ry .nav-link {
  position: relative;
}
.cid-vdcJMxp0ry .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdcJMxp0ry .container {
    flex-wrap: nowrap;
  }
}
.cid-vdcJMxp0ry .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdcJMxp0ry .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdcJMxp0ry .dropdown-menu,
.cid-vdcJMxp0ry .navbar.opened {
  background: #000000 !important;
}
.cid-vdcJMxp0ry .nav-item:focus,
.cid-vdcJMxp0ry .nav-link:focus {
  outline: none;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdcJMxp0ry .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdcJMxp0ry .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdcJMxp0ry .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vdcJMxp0ry .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: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .navbar {
    min-height: 80px;
  }
}
.cid-vdcJMxp0ry .navbar.opened {
  transition: all 0.3s;
}
.cid-vdcJMxp0ry .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vdcJMxp0ry .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdcJMxp0ry .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdcJMxp0ry .navbar.collapsed {
  justify-content: center;
}
.cid-vdcJMxp0ry .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdcJMxp0ry .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcJMxp0ry .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdcJMxp0ry .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdcJMxp0ry .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdcJMxp0ry .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%;
  right: .8rem;
}
.cid-vdcJMxp0ry .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdcJMxp0ry .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vdcJMxp0ry .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdcJMxp0ry .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdcJMxp0ry .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdcJMxp0ry .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdcJMxp0ry .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdcJMxp0ry .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%;
    right: .8rem;
  }
  .cid-vdcJMxp0ry .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdcJMxp0ry .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdcJMxp0ry .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vdcJMxp0ry .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdcJMxp0ry .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdcJMxp0ry .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdcJMxp0ry .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdcJMxp0ry .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdcJMxp0ry .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;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .navbar-brand {
    min-height: 80px;
  }
}
.cid-vdcJMxp0ry .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdcJMxp0ry .navbar-brand .navbar-caption:hover,
.cid-vdcJMxp0ry .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdcJMxp0ry .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdcJMxp0ry .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .dropdown-item.active,
.cid-vdcJMxp0ry .dropdown-item:active {
  background-color: transparent;
}
.cid-vdcJMxp0ry .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdcJMxp0ry .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdcJMxp0ry .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdcJMxp0ry .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vdcJMxp0ry .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdcJMxp0ry .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdcJMxp0ry ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdcJMxp0ry ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vdcJMxp0ry .navbar-buttons {
  text-align: center;
}
.cid-vdcJMxp0ry .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vdcJMxp0ry .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdcJMxp0ry 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcJMxp0ry button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdcJMxp0ry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcJMxp0ry .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdcJMxp0ry a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdcJMxp0ry .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-vdcJMxp0ry .navbar {
    height: 70px;
  }
  .cid-vdcJMxp0ry .navbar.opened {
    height: auto;
  }
  .cid-vdcJMxp0ry .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdcJMxp0ry .navbar-nav {
  margin: 0 auto;
}
.cid-vdcJMxp0ry .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdcJMxp0ry .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdcJMxp0ry .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdcJMxp0ry .nav-item .nav-link:hover,
.cid-vdcJMxp0ry .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-vdcJMxp0ry .nav-item .nav-link:hover::after,
.cid-vdcJMxp0ry .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-vdcJMxp0ry .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vdcJMxp0ry .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-vdcJMxp0ry .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdcJMxp0ry .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdcJMxp0ry .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdcJMxp0ry .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdcJMxp0ry .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vdcJMxp0ry .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vdcJMxp0ry .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdcJMxp0ry .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vdcJMxp0ry .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vdcJMxp0ry .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vdcJMxp0ry .content-wrap {
    min-height: 80px;
  }
}
.cid-vdcUUC94J6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcUUC94J6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcUUC94J6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcUUC94J6 .row {
  margin: 0 -15px;
}
.cid-vdcUUC94J6 .row .card {
  padding: 0 15px;
}
.cid-vdcUUC94J6 .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdcUUC94J6 .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-vdcUUC94J6 .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcUUC94J6 .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vdcUUC94J6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcUUC94J6 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdcUUC94J6 .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcUUC94J6 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vdcUUC94J6 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcUUC94J6 .mbr-section-title {
  color: #fefff5;
}
.cid-vdcUUC94J6 .mbr-desc {
  color: #fefff5;
}
.cid-vdcUUC94J6 .mbr-label {
  color: #fefff5;
}
.cid-vdcUUC94J6 .mbr-text {
  color: #fefff5;
}
.cid-vdcUScwzW5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcUScwzW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcUScwzW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcUScwzW5 .row {
  margin: 0 -15px;
}
.cid-vdcUScwzW5 .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vdcUScwzW5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcUScwzW5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcUScwzW5 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcUScwzW5 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vdcUScwzW5 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vdcUScwzW5 .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdcUScwzW5 .list-wrapper .list .item-wrap {
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 3px dashed transparent;
  transition: all .3s ease;
}
.cid-vdcUScwzW5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdcUScwzW5 .list-wrapper .list .item-wrap:hover,
.cid-vdcUScwzW5 .list-wrapper .list .item-wrap:focus {
  color: #a1a1a1;
  border-bottom: 3px dashed #a1a1a1;
}
.cid-vdcUScwzW5 .mbr-section-title {
  color: #fefff5;
}
.cid-vdcUScwzW5 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcUScwzW5 .mbr-desc {
  color: #fefff5;
}
.cid-vdcUScwzW5 .list {
  color: #994412;
}
.cid-vdcUScwzW5 .list,
.cid-vdcUScwzW5 .item-wrap,
.cid-vdcUScwzW5 .list-wrapper {
  color: #ffffff;
}
.cid-vdcUSF9iBR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcUSF9iBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcUSF9iBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcUSF9iBR .row {
  margin: 0 -15px;
}
.cid-vdcUSF9iBR .row .card {
  padding: 0 15px;
}
.cid-vdcUSF9iBR .image-wrapper {
  overflow: hidden;
}
.cid-vdcUSF9iBR .image-wrapper .google-map iframe {
  height: 525px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdcUSF9iBR .image-wrapper .google-map iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdcUSF9iBR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcUSF9iBR .content-wrapper .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdcUSF9iBR .content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-vdcUSF9iBR .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcUSF9iBR .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcUSF9iBR .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdcUSF9iBR .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdcUSF9iBR .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdcUSF9iBR .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vdcUSF9iBR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcUSF9iBR .mbr-section-title {
  color: #fefff5;
}
.cid-vdcUSF9iBR .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcUSF9iBR .mbr-text {
  color: #fefff5;
}
.cid-vdcQDcXlhS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcQDcXlhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcQDcXlhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcQDcXlhS .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-vdcQDcXlhS .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-vdcQDcXlhS .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-vdcQDcXlhS .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-vdcQDcXlhS .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #000000;
}
.cid-vdcQDcXlhS .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #ffffff;
}
.cid-vdcQDcXlhS .list li {
  margin-bottom: 12px;
}
.cid-vdcQDcXlhS .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-vdcQDcXlhS .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-vdcQDcXlhS .copyright {
  color: #ffffff;
}
.cid-vdcQDcXlhS .mbr-section-title,
.cid-vdcQDcXlhS .soc-wrapper {
  color: #ffffff;
}
.cid-vdcWi0rANT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdcWi0rANT nav.navbar {
  position: fixed;
}
.cid-vdcWi0rANT .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-vdcWi0rANT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vdcWi0rANT .dropdown-menu {
    text-align: center;
  }
}
.cid-vdcWi0rANT .dropdown-item {
  background: #000000 !important;
  color: #fefff5 !important;
}
.cid-vdcWi0rANT .dropdown-item:hover,
.cid-vdcWi0rANT .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vdcWi0rANT .dropdown-item:hover span {
  color: white;
}
.cid-vdcWi0rANT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdcWi0rANT .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdcWi0rANT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdcWi0rANT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdcWi0rANT .nav-link {
  position: relative;
}
.cid-vdcWi0rANT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdcWi0rANT .container {
    flex-wrap: nowrap;
  }
}
.cid-vdcWi0rANT .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdcWi0rANT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdcWi0rANT .dropdown-menu,
.cid-vdcWi0rANT .navbar.opened {
  background: #000000 !important;
}
.cid-vdcWi0rANT .nav-item:focus,
.cid-vdcWi0rANT .nav-link:focus {
  outline: none;
}
.cid-vdcWi0rANT .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vdcWi0rANT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdcWi0rANT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdcWi0rANT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdcWi0rANT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdcWi0rANT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vdcWi0rANT .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: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vdcWi0rANT .navbar {
    min-height: 80px;
  }
}
.cid-vdcWi0rANT .navbar.opened {
  transition: all 0.3s;
}
.cid-vdcWi0rANT .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vdcWi0rANT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdcWi0rANT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdcWi0rANT .navbar.collapsed {
  justify-content: center;
}
.cid-vdcWi0rANT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdcWi0rANT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcWi0rANT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdcWi0rANT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdcWi0rANT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdcWi0rANT .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%;
  right: .8rem;
}
.cid-vdcWi0rANT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdcWi0rANT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vdcWi0rANT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdcWi0rANT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdcWi0rANT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdcWi0rANT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdcWi0rANT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdcWi0rANT .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%;
    right: .8rem;
  }
  .cid-vdcWi0rANT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdcWi0rANT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdcWi0rANT .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vdcWi0rANT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdcWi0rANT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdcWi0rANT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdcWi0rANT .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdcWi0rANT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdcWi0rANT .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;
}
@media (max-width: 992px) {
  .cid-vdcWi0rANT .navbar-brand {
    min-height: 80px;
  }
}
.cid-vdcWi0rANT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdcWi0rANT .navbar-brand .navbar-caption:hover,
.cid-vdcWi0rANT .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcWi0rANT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdcWi0rANT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdcWi0rANT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcWi0rANT .dropdown-item.active,
.cid-vdcWi0rANT .dropdown-item:active {
  background-color: transparent;
}
.cid-vdcWi0rANT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdcWi0rANT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdcWi0rANT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdcWi0rANT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdcWi0rANT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vdcWi0rANT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdcWi0rANT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdcWi0rANT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdcWi0rANT ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vdcWi0rANT .navbar-buttons {
  text-align: center;
}
.cid-vdcWi0rANT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vdcWi0rANT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdcWi0rANT 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdcWi0rANT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vdcWi0rANT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdcWi0rANT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcWi0rANT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcWi0rANT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdcWi0rANT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcWi0rANT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdcWi0rANT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdcWi0rANT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcWi0rANT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdcWi0rANT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdcWi0rANT .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-vdcWi0rANT .navbar {
    height: 70px;
  }
  .cid-vdcWi0rANT .navbar.opened {
    height: auto;
  }
  .cid-vdcWi0rANT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdcWi0rANT .navbar-nav {
  margin: 0 auto;
}
.cid-vdcWi0rANT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdcWi0rANT .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdcWi0rANT .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdcWi0rANT .nav-item .nav-link:hover,
.cid-vdcWi0rANT .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-vdcWi0rANT .nav-item .nav-link:hover::after,
.cid-vdcWi0rANT .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-vdcWi0rANT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdcWi0rANT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdcWi0rANT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdcWi0rANT .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-vdcWi0rANT .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vdcWi0rANT .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-vdcWi0rANT .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdcWi0rANT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdcWi0rANT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdcWi0rANT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdcWi0rANT .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vdcWi0rANT .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vdcWi0rANT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdcWi0rANT .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vdcWi0rANT .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vdcWi0rANT .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vdcWi0rANT .content-wrap {
    min-height: 80px;
  }
}
.cid-vdcWi1i6Jl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWi1i6Jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWi1i6Jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcWi1i6Jl .row {
  margin: 0 -15px;
}
.cid-vdcWi1i6Jl .row .card {
  padding: 0 15px;
}
.cid-vdcWi1i6Jl .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdcWi1i6Jl .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-vdcWi1i6Jl .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcWi1i6Jl .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vdcWi1i6Jl .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcWi1i6Jl .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdcWi1i6Jl .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcWi1i6Jl .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vdcWi1i6Jl .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcWi1i6Jl .mbr-section-title {
  color: #fefff5;
}
.cid-vdcWi1i6Jl .mbr-desc {
  color: #fefff5;
}
.cid-vdcWi1i6Jl .mbr-label {
  color: #fefff5;
}
.cid-vdcWi1i6Jl .mbr-text {
  color: #fefff5;
}
.cid-vdcWi1N7Hq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWi1N7Hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWi1N7Hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcWi1N7Hq .row {
  margin: 0 -15px;
}
.cid-vdcWi1N7Hq .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vdcWi1N7Hq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcWi1N7Hq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcWi1N7Hq .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcWi1N7Hq .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vdcWi1N7Hq .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vdcWi1N7Hq .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdcWi1N7Hq .list-wrapper .list .item-wrap {
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 3px dashed transparent;
  transition: all .3s ease;
}
.cid-vdcWi1N7Hq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdcWi1N7Hq .list-wrapper .list .item-wrap:hover,
.cid-vdcWi1N7Hq .list-wrapper .list .item-wrap:focus {
  color: #a1a1a1;
  border-bottom: 3px dashed #a1a1a1;
}
.cid-vdcWi1N7Hq .mbr-section-title {
  color: #fefff5;
}
.cid-vdcWi1N7Hq .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcWi1N7Hq .mbr-desc {
  color: #fefff5;
}
.cid-vdcWi1N7Hq .list {
  color: #994412;
}
.cid-vdcWi1N7Hq .list,
.cid-vdcWi1N7Hq .item-wrap,
.cid-vdcWi1N7Hq .list-wrapper {
  color: #ffffff;
}
.cid-vdcWi28Idy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWi28Idy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWi28Idy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcWi28Idy .row {
  margin: 0 -15px;
}
.cid-vdcWi28Idy .row .card {
  padding: 0 15px;
}
.cid-vdcWi28Idy .image-wrapper {
  overflow: hidden;
}
.cid-vdcWi28Idy .image-wrapper .google-map iframe {
  height: 525px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdcWi28Idy .image-wrapper .google-map iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdcWi28Idy .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcWi28Idy .content-wrapper .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdcWi28Idy .content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-vdcWi28Idy .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcWi28Idy .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcWi28Idy .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdcWi28Idy .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdcWi28Idy .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdcWi28Idy .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vdcWi28Idy .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcWi28Idy .mbr-section-title {
  color: #fefff5;
}
.cid-vdcWi28Idy .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcWi28Idy .mbr-text {
  color: #fefff5;
}
.cid-vdcWi2u7w3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWi2u7w3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWi2u7w3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcWi2u7w3 .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-vdcWi2u7w3 .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-vdcWi2u7w3 .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-vdcWi2u7w3 .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-vdcWi2u7w3 .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #000000;
}
.cid-vdcWi2u7w3 .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #ffffff;
}
.cid-vdcWi2u7w3 .list li {
  margin-bottom: 12px;
}
.cid-vdcWi2u7w3 .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-vdcWi2u7w3 .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-vdcWi2u7w3 .copyright {
  color: #ffffff;
}
.cid-vdcWi2u7w3 .mbr-section-title,
.cid-vdcWi2u7w3 .soc-wrapper {
  color: #ffffff;
}
.cid-vdcWtegd2W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdcWtegd2W nav.navbar {
  position: fixed;
}
.cid-vdcWtegd2W .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-vdcWtegd2W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vdcWtegd2W .dropdown-menu {
    text-align: center;
  }
}
.cid-vdcWtegd2W .dropdown-item {
  background: #000000 !important;
  color: #fefff5 !important;
}
.cid-vdcWtegd2W .dropdown-item:hover,
.cid-vdcWtegd2W .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vdcWtegd2W .dropdown-item:hover span {
  color: white;
}
.cid-vdcWtegd2W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdcWtegd2W .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdcWtegd2W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdcWtegd2W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdcWtegd2W .nav-link {
  position: relative;
}
.cid-vdcWtegd2W .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdcWtegd2W .container {
    flex-wrap: nowrap;
  }
}
.cid-vdcWtegd2W .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdcWtegd2W .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdcWtegd2W .dropdown-menu,
.cid-vdcWtegd2W .navbar.opened {
  background: #000000 !important;
}
.cid-vdcWtegd2W .nav-item:focus,
.cid-vdcWtegd2W .nav-link:focus {
  outline: none;
}
.cid-vdcWtegd2W .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vdcWtegd2W .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdcWtegd2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdcWtegd2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdcWtegd2W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdcWtegd2W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vdcWtegd2W .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: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vdcWtegd2W .navbar {
    min-height: 80px;
  }
}
.cid-vdcWtegd2W .navbar.opened {
  transition: all 0.3s;
}
.cid-vdcWtegd2W .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vdcWtegd2W .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdcWtegd2W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdcWtegd2W .navbar.collapsed {
  justify-content: center;
}
.cid-vdcWtegd2W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdcWtegd2W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcWtegd2W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdcWtegd2W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdcWtegd2W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdcWtegd2W .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%;
  right: .8rem;
}
.cid-vdcWtegd2W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdcWtegd2W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vdcWtegd2W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdcWtegd2W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdcWtegd2W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdcWtegd2W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdcWtegd2W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdcWtegd2W .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%;
    right: .8rem;
  }
  .cid-vdcWtegd2W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdcWtegd2W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdcWtegd2W .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vdcWtegd2W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdcWtegd2W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdcWtegd2W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdcWtegd2W .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdcWtegd2W .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdcWtegd2W .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;
}
@media (max-width: 992px) {
  .cid-vdcWtegd2W .navbar-brand {
    min-height: 80px;
  }
}
.cid-vdcWtegd2W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdcWtegd2W .navbar-brand .navbar-caption:hover,
.cid-vdcWtegd2W .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcWtegd2W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdcWtegd2W .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdcWtegd2W .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcWtegd2W .dropdown-item.active,
.cid-vdcWtegd2W .dropdown-item:active {
  background-color: transparent;
}
.cid-vdcWtegd2W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdcWtegd2W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdcWtegd2W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdcWtegd2W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdcWtegd2W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vdcWtegd2W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdcWtegd2W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdcWtegd2W ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdcWtegd2W ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vdcWtegd2W .navbar-buttons {
  text-align: center;
}
.cid-vdcWtegd2W .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vdcWtegd2W .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdcWtegd2W 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdcWtegd2W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vdcWtegd2W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdcWtegd2W button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcWtegd2W button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcWtegd2W button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdcWtegd2W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcWtegd2W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdcWtegd2W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdcWtegd2W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcWtegd2W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdcWtegd2W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdcWtegd2W .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-vdcWtegd2W .navbar {
    height: 70px;
  }
  .cid-vdcWtegd2W .navbar.opened {
    height: auto;
  }
  .cid-vdcWtegd2W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdcWtegd2W .navbar-nav {
  margin: 0 auto;
}
.cid-vdcWtegd2W .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdcWtegd2W .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdcWtegd2W .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdcWtegd2W .nav-item .nav-link:hover,
.cid-vdcWtegd2W .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-vdcWtegd2W .nav-item .nav-link:hover::after,
.cid-vdcWtegd2W .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-vdcWtegd2W .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdcWtegd2W .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdcWtegd2W .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdcWtegd2W .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-vdcWtegd2W .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vdcWtegd2W .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-vdcWtegd2W .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdcWtegd2W .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdcWtegd2W .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdcWtegd2W .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdcWtegd2W .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vdcWtegd2W .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vdcWtegd2W .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdcWtegd2W .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vdcWtegd2W .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vdcWtegd2W .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vdcWtegd2W .content-wrap {
    min-height: 80px;
  }
}
.cid-vdcWtfebve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWtfebve .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWtfebve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcWtfebve .row {
  margin: 0 -15px;
}
.cid-vdcWtfebve .row .card {
  padding: 0 15px;
}
.cid-vdcWtfebve .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdcWtfebve .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-vdcWtfebve .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcWtfebve .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vdcWtfebve .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcWtfebve .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdcWtfebve .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcWtfebve .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vdcWtfebve .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcWtfebve .mbr-section-title {
  color: #fefff5;
}
.cid-vdcWtfebve .mbr-desc {
  color: #fefff5;
}
.cid-vdcWtfebve .mbr-label {
  color: #fefff5;
}
.cid-vdcWtfebve .mbr-text {
  color: #fefff5;
}
.cid-vdcWtfEz1q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWtfEz1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWtfEz1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcWtfEz1q .row {
  margin: 0 -15px;
}
.cid-vdcWtfEz1q .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vdcWtfEz1q .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcWtfEz1q .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcWtfEz1q .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcWtfEz1q .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vdcWtfEz1q .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vdcWtfEz1q .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdcWtfEz1q .list-wrapper .list .item-wrap {
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 3px dashed transparent;
  transition: all .3s ease;
}
.cid-vdcWtfEz1q .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdcWtfEz1q .list-wrapper .list .item-wrap:hover,
.cid-vdcWtfEz1q .list-wrapper .list .item-wrap:focus {
  color: #a1a1a1;
  border-bottom: 3px dashed #a1a1a1;
}
.cid-vdcWtfEz1q .mbr-section-title {
  color: #fefff5;
}
.cid-vdcWtfEz1q .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcWtfEz1q .mbr-desc {
  color: #fefff5;
}
.cid-vdcWtfEz1q .list {
  color: #994412;
}
.cid-vdcWtfEz1q .list,
.cid-vdcWtfEz1q .item-wrap,
.cid-vdcWtfEz1q .list-wrapper {
  color: #ffffff;
}
.cid-vdcWtfWYIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWtfWYIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWtfWYIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcWtfWYIG .row {
  margin: 0 -15px;
}
.cid-vdcWtfWYIG .row .card {
  padding: 0 15px;
}
.cid-vdcWtfWYIG .image-wrapper {
  overflow: hidden;
}
.cid-vdcWtfWYIG .image-wrapper .google-map iframe {
  height: 525px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdcWtfWYIG .image-wrapper .google-map iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdcWtfWYIG .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcWtfWYIG .content-wrapper .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdcWtfWYIG .content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-vdcWtfWYIG .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcWtfWYIG .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcWtfWYIG .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdcWtfWYIG .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdcWtfWYIG .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdcWtfWYIG .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vdcWtfWYIG .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcWtfWYIG .mbr-section-title {
  color: #fefff5;
}
.cid-vdcWtfWYIG .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcWtfWYIG .mbr-text {
  color: #fefff5;
}
.cid-vdcWtgk2qr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWtgk2qr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWtgk2qr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcWtgk2qr .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-vdcWtgk2qr .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-vdcWtgk2qr .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-vdcWtgk2qr .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-vdcWtgk2qr .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #000000;
}
.cid-vdcWtgk2qr .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #ffffff;
}
.cid-vdcWtgk2qr .list li {
  margin-bottom: 12px;
}
.cid-vdcWtgk2qr .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-vdcWtgk2qr .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-vdcWtgk2qr .copyright {
  color: #ffffff;
}
.cid-vdcWtgk2qr .mbr-section-title,
.cid-vdcWtgk2qr .soc-wrapper {
  color: #ffffff;
}
.cid-vdcWBwLlwM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdcWBwLlwM nav.navbar {
  position: fixed;
}
.cid-vdcWBwLlwM .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-vdcWBwLlwM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vdcWBwLlwM .dropdown-menu {
    text-align: center;
  }
}
.cid-vdcWBwLlwM .dropdown-item {
  background: #000000 !important;
  color: #fefff5 !important;
}
.cid-vdcWBwLlwM .dropdown-item:hover,
.cid-vdcWBwLlwM .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vdcWBwLlwM .dropdown-item:hover span {
  color: white;
}
.cid-vdcWBwLlwM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdcWBwLlwM .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdcWBwLlwM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdcWBwLlwM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdcWBwLlwM .nav-link {
  position: relative;
}
.cid-vdcWBwLlwM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdcWBwLlwM .container {
    flex-wrap: nowrap;
  }
}
.cid-vdcWBwLlwM .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdcWBwLlwM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdcWBwLlwM .dropdown-menu,
.cid-vdcWBwLlwM .navbar.opened {
  background: #000000 !important;
}
.cid-vdcWBwLlwM .nav-item:focus,
.cid-vdcWBwLlwM .nav-link:focus {
  outline: none;
}
.cid-vdcWBwLlwM .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vdcWBwLlwM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdcWBwLlwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdcWBwLlwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdcWBwLlwM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdcWBwLlwM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vdcWBwLlwM .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: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vdcWBwLlwM .navbar {
    min-height: 80px;
  }
}
.cid-vdcWBwLlwM .navbar.opened {
  transition: all 0.3s;
}
.cid-vdcWBwLlwM .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vdcWBwLlwM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdcWBwLlwM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdcWBwLlwM .navbar.collapsed {
  justify-content: center;
}
.cid-vdcWBwLlwM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdcWBwLlwM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcWBwLlwM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdcWBwLlwM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdcWBwLlwM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdcWBwLlwM .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%;
  right: .8rem;
}
.cid-vdcWBwLlwM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdcWBwLlwM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vdcWBwLlwM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdcWBwLlwM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdcWBwLlwM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdcWBwLlwM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdcWBwLlwM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdcWBwLlwM .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%;
    right: .8rem;
  }
  .cid-vdcWBwLlwM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdcWBwLlwM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdcWBwLlwM .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vdcWBwLlwM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdcWBwLlwM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdcWBwLlwM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdcWBwLlwM .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdcWBwLlwM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdcWBwLlwM .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;
}
@media (max-width: 992px) {
  .cid-vdcWBwLlwM .navbar-brand {
    min-height: 80px;
  }
}
.cid-vdcWBwLlwM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdcWBwLlwM .navbar-brand .navbar-caption:hover,
.cid-vdcWBwLlwM .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcWBwLlwM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdcWBwLlwM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdcWBwLlwM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefff5 !important;
}
.cid-vdcWBwLlwM .dropdown-item.active,
.cid-vdcWBwLlwM .dropdown-item:active {
  background-color: transparent;
}
.cid-vdcWBwLlwM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdcWBwLlwM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdcWBwLlwM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdcWBwLlwM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdcWBwLlwM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vdcWBwLlwM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdcWBwLlwM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdcWBwLlwM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdcWBwLlwM ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vdcWBwLlwM .navbar-buttons {
  text-align: center;
}
.cid-vdcWBwLlwM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vdcWBwLlwM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdcWBwLlwM 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdcWBwLlwM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vdcWBwLlwM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdcWBwLlwM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcWBwLlwM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdcWBwLlwM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdcWBwLlwM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcWBwLlwM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdcWBwLlwM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdcWBwLlwM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcWBwLlwM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdcWBwLlwM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdcWBwLlwM .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-vdcWBwLlwM .navbar {
    height: 70px;
  }
  .cid-vdcWBwLlwM .navbar.opened {
    height: auto;
  }
  .cid-vdcWBwLlwM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdcWBwLlwM .navbar-nav {
  margin: 0 auto;
}
.cid-vdcWBwLlwM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdcWBwLlwM .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdcWBwLlwM .nav-item .nav-link::after {
  color: #fefff5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdcWBwLlwM .nav-item .nav-link:hover,
.cid-vdcWBwLlwM .nav-item .nav-link:focus {
  color: #fefff5 !important;
  opacity: .5;
}
.cid-vdcWBwLlwM .nav-item .nav-link:hover::after,
.cid-vdcWBwLlwM .nav-item .nav-link:focus::after {
  color: #fefff5 !important;
}
.cid-vdcWBwLlwM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdcWBwLlwM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdcWBwLlwM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdcWBwLlwM .nav-item .dropdown-menu .dropdown-item {
  color: #fefff5 !important;
}
.cid-vdcWBwLlwM .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vdcWBwLlwM .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fefff5 !important;
}
@media (max-width: 991px) {
  .cid-vdcWBwLlwM .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdcWBwLlwM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdcWBwLlwM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdcWBwLlwM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdcWBwLlwM .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vdcWBwLlwM .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vdcWBwLlwM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdcWBwLlwM .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vdcWBwLlwM .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vdcWBwLlwM .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vdcWBwLlwM .content-wrap {
    min-height: 80px;
  }
}
.cid-vdcWBxHT3W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWBxHT3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWBxHT3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcWBxHT3W .row {
  margin: 0 -15px;
}
.cid-vdcWBxHT3W .row .card {
  padding: 0 15px;
}
.cid-vdcWBxHT3W .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdcWBxHT3W .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-vdcWBxHT3W .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcWBxHT3W .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vdcWBxHT3W .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcWBxHT3W .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdcWBxHT3W .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdcWBxHT3W .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vdcWBxHT3W .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcWBxHT3W .mbr-section-title {
  color: #fefff5;
}
.cid-vdcWBxHT3W .mbr-desc {
  color: #fefff5;
}
.cid-vdcWBxHT3W .mbr-label {
  color: #fefff5;
}
.cid-vdcWBxHT3W .mbr-text {
  color: #fefff5;
}
.cid-vdcWByeHbD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWByeHbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWByeHbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcWByeHbD .row {
  margin: 0 -15px;
}
.cid-vdcWByeHbD .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vdcWByeHbD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcWByeHbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcWByeHbD .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcWByeHbD .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vdcWByeHbD .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vdcWByeHbD .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vdcWByeHbD .list-wrapper .list .item-wrap {
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 3px dashed transparent;
  transition: all .3s ease;
}
.cid-vdcWByeHbD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdcWByeHbD .list-wrapper .list .item-wrap:hover,
.cid-vdcWByeHbD .list-wrapper .list .item-wrap:focus {
  color: #a1a1a1;
  border-bottom: 3px dashed #a1a1a1;
}
.cid-vdcWByeHbD .mbr-section-title {
  color: #fefff5;
}
.cid-vdcWByeHbD .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcWByeHbD .mbr-desc {
  color: #fefff5;
}
.cid-vdcWByeHbD .list {
  color: #994412;
}
.cid-vdcWByeHbD .list,
.cid-vdcWByeHbD .item-wrap,
.cid-vdcWByeHbD .list-wrapper {
  color: #ffffff;
}
.cid-vdcWByvPKv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWByvPKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWByvPKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcWByvPKv .row {
  margin: 0 -15px;
}
.cid-vdcWByvPKv .row .card {
  padding: 0 15px;
}
.cid-vdcWByvPKv .image-wrapper {
  overflow: hidden;
}
.cid-vdcWByvPKv .image-wrapper .google-map iframe {
  height: 525px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdcWByvPKv .image-wrapper .google-map iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vdcWByvPKv .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcWByvPKv .content-wrapper .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdcWByvPKv .content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-vdcWByvPKv .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcWByvPKv .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdcWByvPKv .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdcWByvPKv .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdcWByvPKv .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdcWByvPKv .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vdcWByvPKv .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdcWByvPKv .mbr-section-title {
  color: #fefff5;
}
.cid-vdcWByvPKv .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vdcWByvPKv .mbr-text {
  color: #fefff5;
}
.cid-vdcWByQu6M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vdcWByQu6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcWByQu6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcWByQu6M .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-vdcWByQu6M .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-vdcWByQu6M .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-vdcWByQu6M .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-vdcWByQu6M .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #000000;
}
.cid-vdcWByQu6M .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #ffffff;
}
.cid-vdcWByQu6M .list li {
  margin-bottom: 12px;
}
.cid-vdcWByQu6M .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-vdcWByQu6M .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-vdcWByQu6M .copyright {
  color: #ffffff;
}
.cid-vdcWByQu6M .mbr-section-title,
.cid-vdcWByQu6M .soc-wrapper {
  color: #ffffff;
}
