.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.125rem;
  line-height: 1.22;
}
.display-1 > .mbr-iconfont {
  font-size: 6.40625rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.1rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5875rem;
    font-size: calc( 2.44375rem + (5.125 - 2.44375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.22 * (2.44375rem + (5.125 - 2.44375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5875rem;
    font-size: calc( 2.44375rem + (5.125 - 2.44375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.22 * (2.44375rem + (5.125 - 2.44375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0175ff !important;
}
.bg-success {
  background-color: #9ba9c4 !important;
}
.bg-info {
  background-color: #fafafa !important;
}
.bg-warning {
  background-color: #ff6a00 !important;
}
.bg-danger {
  background-color: #fa1800 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0175ff !important;
  border-color: #0175ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3491ff !important;
  border-color: #3491ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3491ff !important;
  border-color: #3491ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffcd7d !important;
  border-color: #ffcd7d !important;
  color: #4a2e00 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffe1b0 !important;
  border-color: #ffe1b0 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4a2e00 !important;
  background-color: #ffe1b0 !important;
  border-color: #ffe1b0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !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: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ba9c4 !important;
  border-color: #9ba9c4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bbc5d7 !important;
  border-color: #bbc5d7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bbc5d7 !important;
  border-color: #bbc5d7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fa1800 !important;
  border-color: #fa1800 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff422e !important;
  border-color: #ff422e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff422e !important;
  border-color: #ff422e !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0175ff;
  color: #0175ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #004da9 !important;
  background-color: transparent !important;
  border-color: #004da9 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0175ff !important;
  border-color: #0175ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffcd7d;
  color: #ffcd7d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffac26 !important;
  background-color: transparent !important;
  border-color: #ffac26 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7d4d00 !important;
  background-color: #ffcd7d !important;
  border-color: #ffcd7d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9ba9c4;
  color: #9ba9c4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #647aa4 !important;
  background-color: transparent !important;
  border-color: #647aa4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ba9c4 !important;
  border-color: #9ba9c4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff6a00;
  color: #ff6a00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a84600 !important;
  background-color: transparent !important;
  border-color: #a84600 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fa1800;
  color: #fa1800;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a31000 !important;
  background-color: transparent !important;
  border-color: #a31000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fa1800 !important;
  border-color: #fa1800 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #0175ff !important;
}
.text-secondary {
  color: #ffcd7d !important;
}
.text-success {
  color: #9ba9c4 !important;
}
.text-info {
  color: #fafafa !important;
}
.text-warning {
  color: #ff6a00 !important;
}
.text-danger {
  color: #fa1800 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00469a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffa617 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5c729d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #994000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #940e00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #0175ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fafafa;
}
.alert-warning {
  background-color: #ff6a00;
}
.alert-danger {
  background-color: #fa1800;
}
.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: #0175ff;
  border-color: #0175ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0175ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cde4ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ebeef3;
}
.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: #ffe1cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffccc7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0175ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #0175ff;
}
/* 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: #0175ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0175ff;
}
.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: #0175ff;
  border-bottom-color: #0175ff;
}
.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: #0175ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffcd7d !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='%230175ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 11px 28px;
  border-radius: 15px !important;
  font-weight: 400;
}
.mbr-section-btn .btn-black {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: inset -4px 3px 9px 0px #0175ff, inset 3px -2px 8px 0px #ffcd7d;
  transition: all .5s ease;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  box-shadow: inset 0px 36px 25px 0px #0175ff, inset 0px -33px 25px 0px #ffcd7d;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: inset -4px 3px 9px 0px #0175ff, inset 3px -2px 8px 0px #ffcd7d;
  transition: all .5s ease;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  box-shadow: inset 0px 36px 25px 0px #0175ff, inset 0px -33px 25px 0px #ffcd7d;
  color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.little-radius,
.google-map iframe,
.dropdown-item {
  border-radius: 10px !important;
}
ul.navbar-nav,
ul.navbar-nav::before {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  ul.navbar-nav,
  ul.navbar-nav::before {
    border-radius: 24px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v8QVFq7jyg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v8QVFq7jyg nav.navbar {
  position: fixed;
}
.cid-v8QVFq7jyg .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v8QVFq7jyg .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v8QVFq7jyg .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-v8QVFq7jyg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v8QVFq7jyg .dropdown-menu {
    text-align: center;
  }
}
.cid-v8QVFq7jyg .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .dropdown-item:hover,
.cid-v8QVFq7jyg .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v8QVFq7jyg .dropdown-item:hover span {
  color: white;
}
.cid-v8QVFq7jyg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8QVFq7jyg .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8QVFq7jyg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8QVFq7jyg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v8QVFq7jyg .nav-link {
  position: relative;
}
.cid-v8QVFq7jyg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v8QVFq7jyg .container {
    flex-wrap: nowrap;
  }
}
.cid-v8QVFq7jyg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8QVFq7jyg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8QVFq7jyg .dropdown-menu,
.cid-v8QVFq7jyg .navbar.opened {
  background: #000000 !important;
}
.cid-v8QVFq7jyg .nav-item:focus,
.cid-v8QVFq7jyg .nav-link:focus {
  outline: none;
}
.cid-v8QVFq7jyg .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v8QVFq7jyg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8QVFq7jyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8QVFq7jyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8QVFq7jyg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8QVFq7jyg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v8QVFq7jyg .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-v8QVFq7jyg .navbar {
    min-height: 80px;
  }
}
.cid-v8QVFq7jyg .navbar.opened {
  transition: all 0.3s;
}
.cid-v8QVFq7jyg .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v8QVFq7jyg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8QVFq7jyg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8QVFq7jyg .navbar.collapsed {
  justify-content: center;
}
.cid-v8QVFq7jyg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8QVFq7jyg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8QVFq7jyg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8QVFq7jyg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8QVFq7jyg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8QVFq7jyg .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-v8QVFq7jyg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8QVFq7jyg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v8QVFq7jyg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8QVFq7jyg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8QVFq7jyg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8QVFq7jyg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8QVFq7jyg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8QVFq7jyg .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-v8QVFq7jyg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8QVFq7jyg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8QVFq7jyg .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v8QVFq7jyg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8QVFq7jyg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8QVFq7jyg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8QVFq7jyg .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8QVFq7jyg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8QVFq7jyg .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-v8QVFq7jyg .navbar-brand {
    min-height: 80px;
  }
}
.cid-v8QVFq7jyg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v8QVFq7jyg .navbar-brand .navbar-caption:hover,
.cid-v8QVFq7jyg .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8QVFq7jyg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8QVFq7jyg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .dropdown-item.active,
.cid-v8QVFq7jyg .dropdown-item:active {
  background-color: transparent;
}
.cid-v8QVFq7jyg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8QVFq7jyg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8QVFq7jyg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8QVFq7jyg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v8QVFq7jyg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v8QVFq7jyg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8QVFq7jyg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8QVFq7jyg ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v8QVFq7jyg ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v8QVFq7jyg ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v8QVFq7jyg .navbar-buttons {
  text-align: center;
}
.cid-v8QVFq7jyg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v8QVFq7jyg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8QVFq7jyg 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-v8QVFq7jyg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8QVFq7jyg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8QVFq7jyg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QVFq7jyg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QVFq7jyg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8QVFq7jyg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QVFq7jyg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8QVFq7jyg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8QVFq7jyg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QVFq7jyg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8QVFq7jyg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8QVFq7jyg .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-v8QVFq7jyg .navbar {
    height: 70px;
  }
  .cid-v8QVFq7jyg .navbar.opened {
    height: auto;
  }
  .cid-v8QVFq7jyg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8QVFq7jyg .navbar-nav {
  margin: 0 auto;
}
.cid-v8QVFq7jyg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8QVFq7jyg .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v8QVFq7jyg .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8QVFq7jyg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8QVFq7jyg .nav-item .nav-link:hover,
.cid-v8QVFq7jyg .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .nav-item .nav-link:hover::after,
.cid-v8QVFq7jyg .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .nav-item .nav-link:hover::before,
.cid-v8QVFq7jyg .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8QVFq7jyg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8QVFq7jyg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8QVFq7jyg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v8QVFq7jyg .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v8QVFq7jyg .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v8QVFq7jyg .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8QVFq7jyg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8QVFq7jyg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8QVFq7jyg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8QVFq7jyg .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v8QVFq7jyg .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v8QVFq7jyg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v8QVFq7jyg .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v8QVFq7jyg .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v8QVFq7jyg .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v8QVFq7jyg .content-wrap {
    min-height: 80px;
  }
}
.cid-v8QVFH5BBD {
  background-color: #000000;
  overflow: hidden;
}
.cid-v8QVFH5BBD::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v8QVFH5BBD::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v8QVFH5BBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QVFH5BBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QVFH5BBD .content-wrap {
  margin: 0 -30px;
}
.cid-v8QVFH5BBD .content-wrap .card {
  padding: 0 30px;
}
.cid-v8QVFH5BBD .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8QVFH5BBD .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v8QVFH5BBD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v8QVFH5BBD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QVFH5BBD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8QVFH5BBD .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8QVFH5BBD .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8QVFH5BBD .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v8QVFH5BBD .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-v8QVFH5BBD .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v8QVFH5BBD .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QVFH5BBD .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-v8QVFH5BBD .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8QVFH5BBD .mbr-label,
.cid-v8QVFH5BBD .label-wrapper {
  color: #ffffff;
}
.cid-v8QVFH5BBD .mbr-section-title {
  color: #ffffff;
}
.cid-v8QVFH5BBD .mbr-text,
.cid-v8QVFH5BBD .text-wrapper {
  color: #ffffff;
}
.cid-v8QVLsjIQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8QVLsjIQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QVLsjIQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QVLsjIQy .items-wrapper {
  margin: 0 -30px;
}
.cid-v8QVLsjIQy .item {
  padding: 0 30px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8QVLsjIQy .item {
    margin-bottom: 40px;
  }
  .cid-v8QVLsjIQy .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8QVLsjIQy .item .item-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v8QVLsjIQy .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-v8QVLsjIQy .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v8QVLsjIQy .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-v8QVLsjIQy .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8QVLsjIQy .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-v8QVLsjIQy .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-v8QVLsjIQy .item-title {
  color: #ffffff;
}
.cid-v8QVLsjIQy .item-text {
  color: #9ba9c4;
}
.cid-v8QVLsjIQy .item-text,
.cid-v8QVLsjIQy .text-wrap {
  color: #fafafa;
}
.cid-v8QVTY0Xet {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8QVTY0Xet .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QVTY0Xet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QVTY0Xet .row {
  margin: 0 -20px;
}
.cid-v8QVTY0Xet .row .card {
  padding: 0 20px;
  justify-content: space-between;
}
.cid-v8QVTY0Xet .image-wrapper {
  position: relative;
  min-height: 650px;
}
@media (max-width: 1440px) {
  .cid-v8QVTY0Xet .image-wrapper {
    min-height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-v8QVTY0Xet .image-wrapper {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v8QVTY0Xet .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-v8QVTY0Xet .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8QVTY0Xet .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v8QVTY0Xet .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v8QVTY0Xet .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8QVTY0Xet .mbr-section-btn {
  margin-top: 16px;
}
.cid-v8QVTY0Xet .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8QVTY0Xet .mbr-label {
  color: #a8a8a8;
}
.cid-v8QVTY0Xet .mbr-section-title {
  color: #ffffff;
}
.cid-v8QVTY0Xet .mbr-text {
  color: #ffffff;
}
.cid-v8QVVVkFqq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8QVVVkFqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QVVVkFqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QVVVkFqq .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8QVVVkFqq .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8QVVVkFqq .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8QVVVkFqq .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8QVVVkFqq .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8QVVVkFqq .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8QVVVkFqq .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QVVVkFqq .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8QVVVkFqq .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8QVVVkFqq .content-wrap .card {
  justify-content: center;
}
.cid-v8QVVVkFqq .item {
  margin-bottom: 48px;
}
.cid-v8QVVVkFqq .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QVVVkFqq .item {
    margin-bottom: 20px;
  }
  .cid-v8QVVVkFqq .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8QVVVkFqq .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8QVVVkFqq .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v8QVVVkFqq .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v8QVVVkFqq .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v8QVVVkFqq .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v8QVVVkFqq .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v8QVVVkFqq .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v8QVVVkFqq .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v8QVVVkFqq .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v8QVVVkFqq .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v8QVVVkFqq .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v8QVVVkFqq .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v8QVVVkFqq .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8QVVVkFqq .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8QVVVkFqq .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8QVVVkFqq .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v8QVVVkFqq .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v8QVVVkFqq .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v8QVVVkFqq .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v8QVVVkFqq .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QVVVkFqq .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v8QVVVkFqq .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8QVVVkFqq .mbr-label {
  color: #9ba9c4;
}
.cid-v8QVVVkFqq .mbr-section-title {
  color: #ffffff;
}
.cid-v8QVVVkFqq .mbr-text,
.cid-v8QVVVkFqq .text-wrapper {
  color: #9ba9c4;
}
.cid-v8QVVVkFqq .item-title {
  color: #ffffff;
}
.cid-v8QVVVkFqq .item-text {
  color: #9ba9c4;
}
.cid-v8QVVVkFqq .list {
  color: #d1d4e3;
}
.cid-v8QVXvOjrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8QVXvOjrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QVXvOjrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QVXvOjrW .row {
  margin: 0 -20px;
}
.cid-v8QVXvOjrW .row .card {
  padding: 0 20px;
  justify-content: space-between;
}
.cid-v8QVXvOjrW .image-wrapper {
  position: relative;
  min-height: 650px;
}
@media (max-width: 1440px) {
  .cid-v8QVXvOjrW .image-wrapper {
    min-height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-v8QVXvOjrW .image-wrapper {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v8QVXvOjrW .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-v8QVXvOjrW .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8QVXvOjrW .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v8QVXvOjrW .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v8QVXvOjrW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8QVXvOjrW .mbr-section-btn {
  margin-top: 16px;
}
.cid-v8QVXvOjrW .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8QVXvOjrW .mbr-label {
  color: #a8a8a8;
}
.cid-v8QVXvOjrW .mbr-section-title {
  color: #ffffff;
}
.cid-v8QVXvOjrW .mbr-text {
  color: #ffffff;
}
.cid-v8QW2okYDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8QW2okYDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QW2okYDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QW2okYDL .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8QW2okYDL .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8QW2okYDL .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8QW2okYDL .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8QW2okYDL .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8QW2okYDL .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8QW2okYDL .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QW2okYDL .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8QW2okYDL .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8QW2okYDL .content-wrap .card {
  justify-content: center;
}
.cid-v8QW2okYDL .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-v8QW2okYDL .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8QW2okYDL .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v8QW2okYDL .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 24px;
  background-color: #0c0f16;
  border: 1px solid #242a3c;
  overflow: hidden;
}
.cid-v8QW2okYDL .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v8QW2okYDL .panel-group .card {
    margin-top: 20px;
  }
  .cid-v8QW2okYDL .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v8QW2okYDL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v8QW2okYDL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-v8QW2okYDL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v8QW2okYDL .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8QW2okYDL .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-v8QW2okYDL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v8QW2okYDL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v8QW2okYDL .panel-group .card .panel-collapse .panel-body {
  padding: 20px;
  border-top: 1px solid #242a3c;
}
.cid-v8QW2okYDL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v8QW2okYDL .mbr-label {
  color: #9ba9c4;
}
.cid-v8QW2okYDL .mbr-section-title {
  color: #ffffff;
}
.cid-v8QW2okYDL .mbr-text,
.cid-v8QW2okYDL .text-wrapper {
  color: #9ba9c4;
}
.cid-v8QW2okYDL .panel-title-edit {
  color: #ffffff;
}
.cid-v8QW2okYDL .panel-text {
  color: #9ba9c4;
}
.cid-v8QW2okYDL .panel-text,
.cid-v8QW2okYDL .panel-body {
  color: #fafafa;
}
.cid-v8QW71KXtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8QW71KXtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QW71KXtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QW71KXtg .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8QW71KXtg .content-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v8QW71KXtg .content-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-v8QW71KXtg .content-wrap {
  position: relative;
  margin: 0 -40px;
}
.cid-v8QW71KXtg .content-wrap .card {
  padding: 0 40px;
}
.cid-v8QW71KXtg .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8QW71KXtg .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8QW71KXtg .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8QW71KXtg .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8QW71KXtg .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8QW71KXtg .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8QW71KXtg .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QW71KXtg .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8QW71KXtg .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8QW71KXtg .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8QW71KXtg .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #000000;
  border: 1px solid #242a3c;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v8QW71KXtg .form-wrap {
    padding: 20px;
  }
}
.cid-v8QW71KXtg .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v8QW71KXtg .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v8QW71KXtg .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v8QW71KXtg .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #0c0f16;
  border: 1px solid #242a3c !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #d1d4e3;
}
.cid-v8QW71KXtg .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #d1d4e3;
}
.cid-v8QW71KXtg .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v8QW71KXtg .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #0175ff !important;
}
.cid-v8QW71KXtg .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v8QW71KXtg .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v8QW71KXtg .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1d4e3;
  border-color: #d1d4e3;
}
.cid-v8QW71KXtg .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-v8QW71KXtg .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-v8QW71KXtg .mbr-label {
  color: #9ba9c4;
}
.cid-v8QW71KXtg .mbr-section-title {
  color: #ffffff;
}
.cid-v8QW71KXtg .mbr-text,
.cid-v8QW71KXtg .text-wrapper {
  color: #9ba9c4;
}
.cid-v8QW71KXtg label {
  color: #9ba9c4;
}
.cid-v8QW9gfVfC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8QW9gfVfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QW9gfVfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QW9gfVfC .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8QW9gfVfC .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8QW9gfVfC .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8QW9gfVfC .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8QW9gfVfC .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8QW9gfVfC .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8QW9gfVfC .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QW9gfVfC .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8QW9gfVfC .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8QW9gfVfC .content-wrap .card {
  justify-content: center;
}
.cid-v8QW9gfVfC .card-wrapper {
  padding: 32px;
  border: 1px solid #242a3c;
}
@media (max-width: 992px) {
  .cid-v8QW9gfVfC .card-wrapper {
    padding: 20px;
  }
}
.cid-v8QW9gfVfC .card-wrapper .google-map iframe {
  height: 460px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v8QW9gfVfC .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v8QW9gfVfC .mbr-label {
  color: #9ba9c4;
}
.cid-v8QW9gfVfC .mbr-section-title {
  color: #ffffff;
}
.cid-v8QW9gfVfC .mbr-text,
.cid-v8QW9gfVfC .text-wrapper {
  color: #9ba9c4;
}
.cid-v8QW9zba1O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8QW9zba1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QW9zba1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QW9zba1O .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8QW9zba1O .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8QW9zba1O .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8QW9zba1O .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8QW9zba1O .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8QW9zba1O .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8QW9zba1O .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QW9zba1O .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8QW9zba1O .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8QW9zba1O .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-v8QW9zba1O .items-wrapper {
    margin-top: 40px;
  }
}
.cid-v8QW9zba1O .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v8QW9zba1O .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-v8QW9zba1O .item {
  width: 100%;
}
.cid-v8QW9zba1O .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.cid-v8QW9zba1O .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-v8QW9zba1O .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v8QW9zba1O .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-v8QW9zba1O .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.cid-v8QW9zba1O .mbr-label {
  color: #9ba9c4;
}
.cid-v8QW9zba1O .mbr-section-title {
  color: #ffffff;
}
.cid-v8QW9zba1O .mbr-text,
.cid-v8QW9zba1O .text-wrapper {
  color: #9ba9c4;
}
.cid-v8QW9zba1O .item-title {
  color: #d1d4e3;
}
.cid-v8QW9zba1O .item-title,
.cid-v8QW9zba1O .items-wrapper {
  color: #ffffff;
}
.cid-v8QWb6WVTI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8QWb6WVTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QWb6WVTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QWb6WVTI .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8QWb6WVTI .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8QWb6WVTI .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v8QWb6WVTI .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap:hover,
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap:hover::before,
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8QWb6WVTI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v8QWb6WVTI .mbr-list-title {
  color: #ffffff;
}
.cid-v8QWb6WVTI .list {
  color: #9ba9c4;
}
.cid-v8QVFq7jyg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v8QVFq7jyg nav.navbar {
  position: fixed;
}
.cid-v8QVFq7jyg .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v8QVFq7jyg .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v8QVFq7jyg .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-v8QVFq7jyg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v8QVFq7jyg .dropdown-menu {
    text-align: center;
  }
}
.cid-v8QVFq7jyg .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .dropdown-item:hover,
.cid-v8QVFq7jyg .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v8QVFq7jyg .dropdown-item:hover span {
  color: white;
}
.cid-v8QVFq7jyg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8QVFq7jyg .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8QVFq7jyg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8QVFq7jyg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v8QVFq7jyg .nav-link {
  position: relative;
}
.cid-v8QVFq7jyg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v8QVFq7jyg .container {
    flex-wrap: nowrap;
  }
}
.cid-v8QVFq7jyg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8QVFq7jyg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8QVFq7jyg .dropdown-menu,
.cid-v8QVFq7jyg .navbar.opened {
  background: #000000 !important;
}
.cid-v8QVFq7jyg .nav-item:focus,
.cid-v8QVFq7jyg .nav-link:focus {
  outline: none;
}
.cid-v8QVFq7jyg .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v8QVFq7jyg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8QVFq7jyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8QVFq7jyg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8QVFq7jyg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8QVFq7jyg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v8QVFq7jyg .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-v8QVFq7jyg .navbar {
    min-height: 80px;
  }
}
.cid-v8QVFq7jyg .navbar.opened {
  transition: all 0.3s;
}
.cid-v8QVFq7jyg .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v8QVFq7jyg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8QVFq7jyg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8QVFq7jyg .navbar.collapsed {
  justify-content: center;
}
.cid-v8QVFq7jyg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8QVFq7jyg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8QVFq7jyg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8QVFq7jyg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8QVFq7jyg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8QVFq7jyg .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-v8QVFq7jyg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8QVFq7jyg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v8QVFq7jyg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8QVFq7jyg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8QVFq7jyg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8QVFq7jyg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8QVFq7jyg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8QVFq7jyg .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-v8QVFq7jyg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8QVFq7jyg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8QVFq7jyg .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v8QVFq7jyg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8QVFq7jyg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8QVFq7jyg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8QVFq7jyg .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8QVFq7jyg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8QVFq7jyg .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-v8QVFq7jyg .navbar-brand {
    min-height: 80px;
  }
}
.cid-v8QVFq7jyg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v8QVFq7jyg .navbar-brand .navbar-caption:hover,
.cid-v8QVFq7jyg .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8QVFq7jyg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8QVFq7jyg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .dropdown-item.active,
.cid-v8QVFq7jyg .dropdown-item:active {
  background-color: transparent;
}
.cid-v8QVFq7jyg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8QVFq7jyg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8QVFq7jyg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8QVFq7jyg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v8QVFq7jyg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v8QVFq7jyg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8QVFq7jyg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8QVFq7jyg ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v8QVFq7jyg ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v8QVFq7jyg ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v8QVFq7jyg .navbar-buttons {
  text-align: center;
}
.cid-v8QVFq7jyg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v8QVFq7jyg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8QVFq7jyg 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-v8QVFq7jyg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8QVFq7jyg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8QVFq7jyg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QVFq7jyg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QVFq7jyg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8QVFq7jyg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QVFq7jyg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8QVFq7jyg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8QVFq7jyg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QVFq7jyg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8QVFq7jyg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8QVFq7jyg .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-v8QVFq7jyg .navbar {
    height: 70px;
  }
  .cid-v8QVFq7jyg .navbar.opened {
    height: auto;
  }
  .cid-v8QVFq7jyg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8QVFq7jyg .navbar-nav {
  margin: 0 auto;
}
.cid-v8QVFq7jyg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8QVFq7jyg .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v8QVFq7jyg .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8QVFq7jyg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8QVFq7jyg .nav-item .nav-link:hover,
.cid-v8QVFq7jyg .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .nav-item .nav-link:hover::after,
.cid-v8QVFq7jyg .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .nav-item .nav-link:hover::before,
.cid-v8QVFq7jyg .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8QVFq7jyg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8QVFq7jyg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8QVFq7jyg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v8QVFq7jyg .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v8QVFq7jyg .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v8QVFq7jyg .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v8QVFq7jyg .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8QVFq7jyg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8QVFq7jyg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8QVFq7jyg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8QVFq7jyg .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v8QVFq7jyg .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v8QVFq7jyg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v8QVFq7jyg .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v8QVFq7jyg .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v8QVFq7jyg .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v8QVFq7jyg .content-wrap {
    min-height: 80px;
  }
}
.cid-v8QWoZmoIw {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8QWoZmoIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QWoZmoIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QWb6WVTI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8QWb6WVTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QWb6WVTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QWb6WVTI .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8QWb6WVTI .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8QWb6WVTI .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v8QWb6WVTI .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap:hover,
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap:hover::before,
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8QWb6WVTI .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8QWb6WVTI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v8QWb6WVTI .mbr-list-title {
  color: #ffffff;
}
.cid-v8QWb6WVTI .list {
  color: #9ba9c4;
}
.cid-v8QWxw6WzS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v8QWxw6WzS nav.navbar {
  position: fixed;
}
.cid-v8QWxw6WzS .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v8QWxw6WzS .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v8QWxw6WzS .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-v8QWxw6WzS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v8QWxw6WzS .dropdown-menu {
    text-align: center;
  }
}
.cid-v8QWxw6WzS .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v8QWxw6WzS .dropdown-item:hover,
.cid-v8QWxw6WzS .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v8QWxw6WzS .dropdown-item:hover span {
  color: white;
}
.cid-v8QWxw6WzS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8QWxw6WzS .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8QWxw6WzS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8QWxw6WzS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v8QWxw6WzS .nav-link {
  position: relative;
}
.cid-v8QWxw6WzS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v8QWxw6WzS .container {
    flex-wrap: nowrap;
  }
}
.cid-v8QWxw6WzS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8QWxw6WzS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8QWxw6WzS .dropdown-menu,
.cid-v8QWxw6WzS .navbar.opened {
  background: #000000 !important;
}
.cid-v8QWxw6WzS .nav-item:focus,
.cid-v8QWxw6WzS .nav-link:focus {
  outline: none;
}
.cid-v8QWxw6WzS .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v8QWxw6WzS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8QWxw6WzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8QWxw6WzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8QWxw6WzS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8QWxw6WzS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v8QWxw6WzS .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-v8QWxw6WzS .navbar {
    min-height: 80px;
  }
}
.cid-v8QWxw6WzS .navbar.opened {
  transition: all 0.3s;
}
.cid-v8QWxw6WzS .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v8QWxw6WzS .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8QWxw6WzS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8QWxw6WzS .navbar.collapsed {
  justify-content: center;
}
.cid-v8QWxw6WzS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8QWxw6WzS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8QWxw6WzS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8QWxw6WzS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8QWxw6WzS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8QWxw6WzS .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-v8QWxw6WzS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8QWxw6WzS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v8QWxw6WzS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8QWxw6WzS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8QWxw6WzS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8QWxw6WzS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8QWxw6WzS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8QWxw6WzS .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-v8QWxw6WzS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8QWxw6WzS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8QWxw6WzS .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v8QWxw6WzS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8QWxw6WzS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8QWxw6WzS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8QWxw6WzS .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8QWxw6WzS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8QWxw6WzS .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-v8QWxw6WzS .navbar-brand {
    min-height: 80px;
  }
}
.cid-v8QWxw6WzS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v8QWxw6WzS .navbar-brand .navbar-caption:hover,
.cid-v8QWxw6WzS .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QWxw6WzS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8QWxw6WzS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8QWxw6WzS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8QWxw6WzS .dropdown-item.active,
.cid-v8QWxw6WzS .dropdown-item:active {
  background-color: transparent;
}
.cid-v8QWxw6WzS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8QWxw6WzS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8QWxw6WzS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8QWxw6WzS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v8QWxw6WzS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v8QWxw6WzS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8QWxw6WzS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8QWxw6WzS ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v8QWxw6WzS ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v8QWxw6WzS ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v8QWxw6WzS .navbar-buttons {
  text-align: center;
}
.cid-v8QWxw6WzS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v8QWxw6WzS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8QWxw6WzS 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-v8QWxw6WzS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8QWxw6WzS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8QWxw6WzS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QWxw6WzS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8QWxw6WzS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8QWxw6WzS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QWxw6WzS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8QWxw6WzS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8QWxw6WzS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QWxw6WzS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8QWxw6WzS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8QWxw6WzS .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-v8QWxw6WzS .navbar {
    height: 70px;
  }
  .cid-v8QWxw6WzS .navbar.opened {
    height: auto;
  }
  .cid-v8QWxw6WzS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8QWxw6WzS .navbar-nav {
  margin: 0 auto;
}
.cid-v8QWxw6WzS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8QWxw6WzS .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v8QWxw6WzS .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8QWxw6WzS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8QWxw6WzS .nav-item .nav-link:hover,
.cid-v8QWxw6WzS .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v8QWxw6WzS .nav-item .nav-link:hover::after,
.cid-v8QWxw6WzS .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v8QWxw6WzS .nav-item .nav-link:hover::before,
.cid-v8QWxw6WzS .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8QWxw6WzS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8QWxw6WzS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8QWxw6WzS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v8QWxw6WzS .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v8QWxw6WzS .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v8QWxw6WzS .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v8QWxw6WzS .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8QWxw6WzS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8QWxw6WzS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8QWxw6WzS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8QWxw6WzS .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v8QWxw6WzS .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v8QWxw6WzS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v8QWxw6WzS .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v8QWxw6WzS .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v8QWxw6WzS .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v8QWxw6WzS .content-wrap {
    min-height: 80px;
  }
}
.cid-v8QWxwkcpb {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8QWxwkcpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QWxwkcpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QWxwtvAC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8QWxwtvAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QWxwtvAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QWxwtvAC .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8QWxwtvAC .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8QWxwtvAC .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v8QWxwtvAC .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8QWxwtvAC .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v8QWxwtvAC .nav-wrap .list .item-wrap:hover,
.cid-v8QWxwtvAC .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8QWxwtvAC .nav-wrap .list .item-wrap:hover::before,
.cid-v8QWxwtvAC .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8QWxwtvAC .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8QWxwtvAC .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8QWxwtvAC .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v8QWxwtvAC .mbr-list-title {
  color: #ffffff;
}
.cid-v8QWxwtvAC .list {
  color: #9ba9c4;
}
.cid-v8R0fem1cs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v8R0fem1cs nav.navbar {
  position: fixed;
}
.cid-v8R0fem1cs .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0fem1cs .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v8R0fem1cs .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-v8R0fem1cs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v8R0fem1cs .dropdown-menu {
    text-align: center;
  }
}
.cid-v8R0fem1cs .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v8R0fem1cs .dropdown-item:hover,
.cid-v8R0fem1cs .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v8R0fem1cs .dropdown-item:hover span {
  color: white;
}
.cid-v8R0fem1cs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8R0fem1cs .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8R0fem1cs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8R0fem1cs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v8R0fem1cs .nav-link {
  position: relative;
}
.cid-v8R0fem1cs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v8R0fem1cs .container {
    flex-wrap: nowrap;
  }
}
.cid-v8R0fem1cs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8R0fem1cs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8R0fem1cs .dropdown-menu,
.cid-v8R0fem1cs .navbar.opened {
  background: #000000 !important;
}
.cid-v8R0fem1cs .nav-item:focus,
.cid-v8R0fem1cs .nav-link:focus {
  outline: none;
}
.cid-v8R0fem1cs .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v8R0fem1cs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8R0fem1cs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8R0fem1cs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8R0fem1cs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8R0fem1cs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v8R0fem1cs .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-v8R0fem1cs .navbar {
    min-height: 80px;
  }
}
.cid-v8R0fem1cs .navbar.opened {
  transition: all 0.3s;
}
.cid-v8R0fem1cs .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v8R0fem1cs .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8R0fem1cs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8R0fem1cs .navbar.collapsed {
  justify-content: center;
}
.cid-v8R0fem1cs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8R0fem1cs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8R0fem1cs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8R0fem1cs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8R0fem1cs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8R0fem1cs .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-v8R0fem1cs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8R0fem1cs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v8R0fem1cs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8R0fem1cs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8R0fem1cs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8R0fem1cs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8R0fem1cs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8R0fem1cs .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-v8R0fem1cs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8R0fem1cs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8R0fem1cs .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v8R0fem1cs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8R0fem1cs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8R0fem1cs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8R0fem1cs .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8R0fem1cs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8R0fem1cs .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-v8R0fem1cs .navbar-brand {
    min-height: 80px;
  }
}
.cid-v8R0fem1cs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v8R0fem1cs .navbar-brand .navbar-caption:hover,
.cid-v8R0fem1cs .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8R0fem1cs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8R0fem1cs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8R0fem1cs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8R0fem1cs .dropdown-item.active,
.cid-v8R0fem1cs .dropdown-item:active {
  background-color: transparent;
}
.cid-v8R0fem1cs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8R0fem1cs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8R0fem1cs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8R0fem1cs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v8R0fem1cs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v8R0fem1cs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8R0fem1cs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8R0fem1cs ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v8R0fem1cs ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v8R0fem1cs ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v8R0fem1cs .navbar-buttons {
  text-align: center;
}
.cid-v8R0fem1cs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v8R0fem1cs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8R0fem1cs 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-v8R0fem1cs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8R0fem1cs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8R0fem1cs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8R0fem1cs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8R0fem1cs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8R0fem1cs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8R0fem1cs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8R0fem1cs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8R0fem1cs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8R0fem1cs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8R0fem1cs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8R0fem1cs .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-v8R0fem1cs .navbar {
    height: 70px;
  }
  .cid-v8R0fem1cs .navbar.opened {
    height: auto;
  }
  .cid-v8R0fem1cs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8R0fem1cs .navbar-nav {
  margin: 0 auto;
}
.cid-v8R0fem1cs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8R0fem1cs .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v8R0fem1cs .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8R0fem1cs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8R0fem1cs .nav-item .nav-link:hover,
.cid-v8R0fem1cs .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v8R0fem1cs .nav-item .nav-link:hover::after,
.cid-v8R0fem1cs .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v8R0fem1cs .nav-item .nav-link:hover::before,
.cid-v8R0fem1cs .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8R0fem1cs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8R0fem1cs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8R0fem1cs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v8R0fem1cs .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v8R0fem1cs .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v8R0fem1cs .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v8R0fem1cs .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8R0fem1cs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8R0fem1cs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8R0fem1cs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8R0fem1cs .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v8R0fem1cs .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v8R0fem1cs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v8R0fem1cs .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v8R0fem1cs .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v8R0fem1cs .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v8R0fem1cs .content-wrap {
    min-height: 80px;
  }
}
.cid-v8R0jR1eO0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0jR1eO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0jR1eO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0jR1eO0 .row {
  margin: 0 -15px;
}
.cid-v8R0jR1eO0 .row .card {
  padding: 0 15px;
}
.cid-v8R0jR1eO0 .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8R0jR1eO0 .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v8R0jR1eO0 .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0jR1eO0 .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v8R0jR1eO0 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0jR1eO0 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8R0jR1eO0 .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0jR1eO0 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v8R0jR1eO0 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8R0jR1eO0 .mbr-section-title {
  color: #fefff5;
}
.cid-v8R0jR1eO0 .mbr-desc {
  color: #fefff5;
}
.cid-v8R0jR1eO0 .mbr-label {
  color: #fefff5;
}
.cid-v8R0jR1eO0 .mbr-text {
  color: #fefff5;
}
.cid-v8R0ffTkex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0ffTkex .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0ffTkex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0ffTkex .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8R0ffTkex .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8R0ffTkex .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8R0ffTkex .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8R0ffTkex .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8R0ffTkex .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8R0ffTkex .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R0ffTkex .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8R0ffTkex .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8R0ffTkex .content-wrap .card {
  justify-content: center;
}
.cid-v8R0ffTkex .card-wrapper {
  padding: 32px;
  border: 1px solid #242a3c;
}
@media (max-width: 992px) {
  .cid-v8R0ffTkex .card-wrapper {
    padding: 20px;
  }
}
.cid-v8R0ffTkex .card-wrapper .google-map iframe {
  height: 460px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v8R0ffTkex .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v8R0ffTkex .mbr-label {
  color: #9ba9c4;
}
.cid-v8R0ffTkex .mbr-section-title {
  color: #ffffff;
}
.cid-v8R0ffTkex .mbr-text,
.cid-v8R0ffTkex .text-wrapper {
  color: #9ba9c4;
}
.cid-v8R0fg48Vx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0fg48Vx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0fg48Vx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0fg48Vx .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8R0fg48Vx .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8R0fg48Vx .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8R0fg48Vx .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8R0fg48Vx .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8R0fg48Vx .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8R0fg48Vx .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R0fg48Vx .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8R0fg48Vx .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8R0fg48Vx .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-v8R0fg48Vx .items-wrapper {
    margin-top: 40px;
  }
}
.cid-v8R0fg48Vx .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v8R0fg48Vx .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-v8R0fg48Vx .item {
  width: 100%;
}
.cid-v8R0fg48Vx .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.cid-v8R0fg48Vx .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-v8R0fg48Vx .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v8R0fg48Vx .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-v8R0fg48Vx .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.cid-v8R0fg48Vx .mbr-label {
  color: #9ba9c4;
}
.cid-v8R0fg48Vx .mbr-section-title {
  color: #ffffff;
}
.cid-v8R0fg48Vx .mbr-text,
.cid-v8R0fg48Vx .text-wrapper {
  color: #9ba9c4;
}
.cid-v8R0fg48Vx .item-title {
  color: #d1d4e3;
}
.cid-v8R0fg48Vx .item-title,
.cid-v8R0fg48Vx .items-wrapper {
  color: #ffffff;
}
.cid-v8R0fghkhA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8R0fghkhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0fghkhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0fghkhA .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8R0fghkhA .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8R0fghkhA .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v8R0fghkhA .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8R0fghkhA .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v8R0fghkhA .nav-wrap .list .item-wrap:hover,
.cid-v8R0fghkhA .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8R0fghkhA .nav-wrap .list .item-wrap:hover::before,
.cid-v8R0fghkhA .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8R0fghkhA .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8R0fghkhA .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8R0fghkhA .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v8R0fghkhA .mbr-list-title {
  color: #ffffff;
}
.cid-v8R0fghkhA .list {
  color: #9ba9c4;
}
.cid-v8R0F7ER0j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v8R0F7ER0j nav.navbar {
  position: fixed;
}
.cid-v8R0F7ER0j .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0F7ER0j .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v8R0F7ER0j .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-v8R0F7ER0j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v8R0F7ER0j .dropdown-menu {
    text-align: center;
  }
}
.cid-v8R0F7ER0j .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v8R0F7ER0j .dropdown-item:hover,
.cid-v8R0F7ER0j .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v8R0F7ER0j .dropdown-item:hover span {
  color: white;
}
.cid-v8R0F7ER0j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8R0F7ER0j .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8R0F7ER0j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8R0F7ER0j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v8R0F7ER0j .nav-link {
  position: relative;
}
.cid-v8R0F7ER0j .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v8R0F7ER0j .container {
    flex-wrap: nowrap;
  }
}
.cid-v8R0F7ER0j .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8R0F7ER0j .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8R0F7ER0j .dropdown-menu,
.cid-v8R0F7ER0j .navbar.opened {
  background: #000000 !important;
}
.cid-v8R0F7ER0j .nav-item:focus,
.cid-v8R0F7ER0j .nav-link:focus {
  outline: none;
}
.cid-v8R0F7ER0j .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v8R0F7ER0j .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8R0F7ER0j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8R0F7ER0j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8R0F7ER0j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8R0F7ER0j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v8R0F7ER0j .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-v8R0F7ER0j .navbar {
    min-height: 80px;
  }
}
.cid-v8R0F7ER0j .navbar.opened {
  transition: all 0.3s;
}
.cid-v8R0F7ER0j .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v8R0F7ER0j .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8R0F7ER0j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8R0F7ER0j .navbar.collapsed {
  justify-content: center;
}
.cid-v8R0F7ER0j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8R0F7ER0j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8R0F7ER0j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8R0F7ER0j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8R0F7ER0j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8R0F7ER0j .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-v8R0F7ER0j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8R0F7ER0j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v8R0F7ER0j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8R0F7ER0j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8R0F7ER0j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8R0F7ER0j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8R0F7ER0j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8R0F7ER0j .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-v8R0F7ER0j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8R0F7ER0j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8R0F7ER0j .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v8R0F7ER0j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8R0F7ER0j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8R0F7ER0j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8R0F7ER0j .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8R0F7ER0j .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8R0F7ER0j .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-v8R0F7ER0j .navbar-brand {
    min-height: 80px;
  }
}
.cid-v8R0F7ER0j .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v8R0F7ER0j .navbar-brand .navbar-caption:hover,
.cid-v8R0F7ER0j .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8R0F7ER0j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8R0F7ER0j .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8R0F7ER0j .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8R0F7ER0j .dropdown-item.active,
.cid-v8R0F7ER0j .dropdown-item:active {
  background-color: transparent;
}
.cid-v8R0F7ER0j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8R0F7ER0j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8R0F7ER0j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8R0F7ER0j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v8R0F7ER0j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v8R0F7ER0j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8R0F7ER0j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8R0F7ER0j ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v8R0F7ER0j ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v8R0F7ER0j ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v8R0F7ER0j .navbar-buttons {
  text-align: center;
}
.cid-v8R0F7ER0j .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v8R0F7ER0j .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8R0F7ER0j 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-v8R0F7ER0j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8R0F7ER0j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8R0F7ER0j button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8R0F7ER0j button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8R0F7ER0j button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8R0F7ER0j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8R0F7ER0j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8R0F7ER0j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8R0F7ER0j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8R0F7ER0j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8R0F7ER0j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8R0F7ER0j .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-v8R0F7ER0j .navbar {
    height: 70px;
  }
  .cid-v8R0F7ER0j .navbar.opened {
    height: auto;
  }
  .cid-v8R0F7ER0j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8R0F7ER0j .navbar-nav {
  margin: 0 auto;
}
.cid-v8R0F7ER0j .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8R0F7ER0j .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v8R0F7ER0j .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8R0F7ER0j .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8R0F7ER0j .nav-item .nav-link:hover,
.cid-v8R0F7ER0j .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v8R0F7ER0j .nav-item .nav-link:hover::after,
.cid-v8R0F7ER0j .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v8R0F7ER0j .nav-item .nav-link:hover::before,
.cid-v8R0F7ER0j .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8R0F7ER0j .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8R0F7ER0j .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8R0F7ER0j .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v8R0F7ER0j .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v8R0F7ER0j .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v8R0F7ER0j .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v8R0F7ER0j .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8R0F7ER0j .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8R0F7ER0j .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8R0F7ER0j .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8R0F7ER0j .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v8R0F7ER0j .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v8R0F7ER0j .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v8R0F7ER0j .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v8R0F7ER0j .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v8R0F7ER0j .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v8R0F7ER0j .content-wrap {
    min-height: 80px;
  }
}
.cid-v8R0F7RQc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0F7RQc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0F7RQc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0F7RQc3 .row {
  margin: 0 -15px;
}
.cid-v8R0F7RQc3 .row .card {
  padding: 0 15px;
}
.cid-v8R0F7RQc3 .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8R0F7RQc3 .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v8R0F7RQc3 .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0F7RQc3 .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v8R0F7RQc3 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0F7RQc3 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8R0F7RQc3 .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0F7RQc3 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v8R0F7RQc3 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8R0F7RQc3 .mbr-section-title {
  color: #fefff5;
}
.cid-v8R0F7RQc3 .mbr-desc {
  color: #fefff5;
}
.cid-v8R0F7RQc3 .mbr-label {
  color: #fefff5;
}
.cid-v8R0F7RQc3 .mbr-text {
  color: #fefff5;
}
.cid-v8R0F80kgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0F80kgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0F80kgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0F80kgj .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8R0F80kgj .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8R0F80kgj .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8R0F80kgj .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8R0F80kgj .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8R0F80kgj .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8R0F80kgj .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R0F80kgj .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8R0F80kgj .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8R0F80kgj .content-wrap .card {
  justify-content: center;
}
.cid-v8R0F80kgj .card-wrapper {
  padding: 32px;
  border: 1px solid #242a3c;
}
@media (max-width: 992px) {
  .cid-v8R0F80kgj .card-wrapper {
    padding: 20px;
  }
}
.cid-v8R0F80kgj .card-wrapper .google-map iframe {
  height: 460px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v8R0F80kgj .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v8R0F80kgj .mbr-label {
  color: #9ba9c4;
}
.cid-v8R0F80kgj .mbr-section-title {
  color: #ffffff;
}
.cid-v8R0F80kgj .mbr-text,
.cid-v8R0F80kgj .text-wrapper {
  color: #9ba9c4;
}
.cid-v8R0F8cSPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0F8cSPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0F8cSPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0F8cSPS .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8R0F8cSPS .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8R0F8cSPS .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8R0F8cSPS .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8R0F8cSPS .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8R0F8cSPS .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8R0F8cSPS .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R0F8cSPS .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8R0F8cSPS .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8R0F8cSPS .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-v8R0F8cSPS .items-wrapper {
    margin-top: 40px;
  }
}
.cid-v8R0F8cSPS .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v8R0F8cSPS .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-v8R0F8cSPS .item {
  width: 100%;
}
.cid-v8R0F8cSPS .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.cid-v8R0F8cSPS .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-v8R0F8cSPS .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v8R0F8cSPS .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-v8R0F8cSPS .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.cid-v8R0F8cSPS .mbr-label {
  color: #9ba9c4;
}
.cid-v8R0F8cSPS .mbr-section-title {
  color: #ffffff;
}
.cid-v8R0F8cSPS .mbr-text,
.cid-v8R0F8cSPS .text-wrapper {
  color: #9ba9c4;
}
.cid-v8R0F8cSPS .item-title {
  color: #d1d4e3;
}
.cid-v8R0F8cSPS .item-title,
.cid-v8R0F8cSPS .items-wrapper {
  color: #ffffff;
}
.cid-v8R0F8mH1y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8R0F8mH1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0F8mH1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0F8mH1y .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8R0F8mH1y .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8R0F8mH1y .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v8R0F8mH1y .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8R0F8mH1y .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v8R0F8mH1y .nav-wrap .list .item-wrap:hover,
.cid-v8R0F8mH1y .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8R0F8mH1y .nav-wrap .list .item-wrap:hover::before,
.cid-v8R0F8mH1y .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8R0F8mH1y .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8R0F8mH1y .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8R0F8mH1y .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v8R0F8mH1y .mbr-list-title {
  color: #ffffff;
}
.cid-v8R0F8mH1y .list {
  color: #9ba9c4;
}
.cid-v8R0ObebJO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v8R0ObebJO nav.navbar {
  position: fixed;
}
.cid-v8R0ObebJO .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0ObebJO .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v8R0ObebJO .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-v8R0ObebJO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v8R0ObebJO .dropdown-menu {
    text-align: center;
  }
}
.cid-v8R0ObebJO .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v8R0ObebJO .dropdown-item:hover,
.cid-v8R0ObebJO .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v8R0ObebJO .dropdown-item:hover span {
  color: white;
}
.cid-v8R0ObebJO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8R0ObebJO .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8R0ObebJO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8R0ObebJO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v8R0ObebJO .nav-link {
  position: relative;
}
.cid-v8R0ObebJO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v8R0ObebJO .container {
    flex-wrap: nowrap;
  }
}
.cid-v8R0ObebJO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8R0ObebJO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8R0ObebJO .dropdown-menu,
.cid-v8R0ObebJO .navbar.opened {
  background: #000000 !important;
}
.cid-v8R0ObebJO .nav-item:focus,
.cid-v8R0ObebJO .nav-link:focus {
  outline: none;
}
.cid-v8R0ObebJO .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v8R0ObebJO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8R0ObebJO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8R0ObebJO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8R0ObebJO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8R0ObebJO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v8R0ObebJO .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-v8R0ObebJO .navbar {
    min-height: 80px;
  }
}
.cid-v8R0ObebJO .navbar.opened {
  transition: all 0.3s;
}
.cid-v8R0ObebJO .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v8R0ObebJO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8R0ObebJO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8R0ObebJO .navbar.collapsed {
  justify-content: center;
}
.cid-v8R0ObebJO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8R0ObebJO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8R0ObebJO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8R0ObebJO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8R0ObebJO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8R0ObebJO .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-v8R0ObebJO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8R0ObebJO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v8R0ObebJO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8R0ObebJO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8R0ObebJO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8R0ObebJO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8R0ObebJO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8R0ObebJO .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-v8R0ObebJO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8R0ObebJO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8R0ObebJO .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v8R0ObebJO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8R0ObebJO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8R0ObebJO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8R0ObebJO .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8R0ObebJO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8R0ObebJO .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-v8R0ObebJO .navbar-brand {
    min-height: 80px;
  }
}
.cid-v8R0ObebJO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v8R0ObebJO .navbar-brand .navbar-caption:hover,
.cid-v8R0ObebJO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8R0ObebJO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8R0ObebJO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8R0ObebJO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8R0ObebJO .dropdown-item.active,
.cid-v8R0ObebJO .dropdown-item:active {
  background-color: transparent;
}
.cid-v8R0ObebJO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8R0ObebJO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8R0ObebJO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8R0ObebJO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v8R0ObebJO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v8R0ObebJO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8R0ObebJO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8R0ObebJO ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v8R0ObebJO ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v8R0ObebJO ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v8R0ObebJO .navbar-buttons {
  text-align: center;
}
.cid-v8R0ObebJO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v8R0ObebJO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8R0ObebJO 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-v8R0ObebJO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8R0ObebJO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8R0ObebJO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8R0ObebJO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8R0ObebJO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8R0ObebJO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8R0ObebJO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8R0ObebJO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8R0ObebJO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8R0ObebJO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8R0ObebJO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8R0ObebJO .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-v8R0ObebJO .navbar {
    height: 70px;
  }
  .cid-v8R0ObebJO .navbar.opened {
    height: auto;
  }
  .cid-v8R0ObebJO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8R0ObebJO .navbar-nav {
  margin: 0 auto;
}
.cid-v8R0ObebJO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8R0ObebJO .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v8R0ObebJO .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8R0ObebJO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8R0ObebJO .nav-item .nav-link:hover,
.cid-v8R0ObebJO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v8R0ObebJO .nav-item .nav-link:hover::after,
.cid-v8R0ObebJO .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v8R0ObebJO .nav-item .nav-link:hover::before,
.cid-v8R0ObebJO .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8R0ObebJO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8R0ObebJO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8R0ObebJO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v8R0ObebJO .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v8R0ObebJO .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v8R0ObebJO .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v8R0ObebJO .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8R0ObebJO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8R0ObebJO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8R0ObebJO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8R0ObebJO .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v8R0ObebJO .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v8R0ObebJO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v8R0ObebJO .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v8R0ObebJO .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v8R0ObebJO .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v8R0ObebJO .content-wrap {
    min-height: 80px;
  }
}
.cid-v8R0Obr6Qv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0Obr6Qv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0Obr6Qv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0Obr6Qv .row {
  margin: 0 -15px;
}
.cid-v8R0Obr6Qv .row .card {
  padding: 0 15px;
}
.cid-v8R0Obr6Qv .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8R0Obr6Qv .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v8R0Obr6Qv .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0Obr6Qv .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v8R0Obr6Qv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0Obr6Qv .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8R0Obr6Qv .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0Obr6Qv .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v8R0Obr6Qv .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8R0Obr6Qv .mbr-section-title {
  color: #fefff5;
}
.cid-v8R0Obr6Qv .mbr-desc {
  color: #fefff5;
}
.cid-v8R0Obr6Qv .mbr-label {
  color: #fefff5;
}
.cid-v8R0Obr6Qv .mbr-text {
  color: #fefff5;
}
.cid-v8R0ObAtNc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0ObAtNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0ObAtNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0ObAtNc .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8R0ObAtNc .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8R0ObAtNc .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8R0ObAtNc .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8R0ObAtNc .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8R0ObAtNc .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8R0ObAtNc .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R0ObAtNc .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8R0ObAtNc .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8R0ObAtNc .content-wrap .card {
  justify-content: center;
}
.cid-v8R0ObAtNc .card-wrapper {
  padding: 32px;
  border: 1px solid #242a3c;
}
@media (max-width: 992px) {
  .cid-v8R0ObAtNc .card-wrapper {
    padding: 20px;
  }
}
.cid-v8R0ObAtNc .card-wrapper .google-map iframe {
  height: 460px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v8R0ObAtNc .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v8R0ObAtNc .mbr-label {
  color: #9ba9c4;
}
.cid-v8R0ObAtNc .mbr-section-title {
  color: #ffffff;
}
.cid-v8R0ObAtNc .mbr-text,
.cid-v8R0ObAtNc .text-wrapper {
  color: #9ba9c4;
}
.cid-v8R0ObNYrl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0ObNYrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0ObNYrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0ObNYrl .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8R0ObNYrl .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8R0ObNYrl .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8R0ObNYrl .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8R0ObNYrl .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8R0ObNYrl .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8R0ObNYrl .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R0ObNYrl .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8R0ObNYrl .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8R0ObNYrl .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-v8R0ObNYrl .items-wrapper {
    margin-top: 40px;
  }
}
.cid-v8R0ObNYrl .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v8R0ObNYrl .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-v8R0ObNYrl .item {
  width: 100%;
}
.cid-v8R0ObNYrl .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.cid-v8R0ObNYrl .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-v8R0ObNYrl .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v8R0ObNYrl .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-v8R0ObNYrl .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.cid-v8R0ObNYrl .mbr-label {
  color: #9ba9c4;
}
.cid-v8R0ObNYrl .mbr-section-title {
  color: #ffffff;
}
.cid-v8R0ObNYrl .mbr-text,
.cid-v8R0ObNYrl .text-wrapper {
  color: #9ba9c4;
}
.cid-v8R0ObNYrl .item-title {
  color: #d1d4e3;
}
.cid-v8R0ObNYrl .item-title,
.cid-v8R0ObNYrl .items-wrapper {
  color: #ffffff;
}
.cid-v8R0ObYSHz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8R0ObYSHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0ObYSHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0ObYSHz .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8R0ObYSHz .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8R0ObYSHz .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v8R0ObYSHz .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8R0ObYSHz .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v8R0ObYSHz .nav-wrap .list .item-wrap:hover,
.cid-v8R0ObYSHz .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8R0ObYSHz .nav-wrap .list .item-wrap:hover::before,
.cid-v8R0ObYSHz .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8R0ObYSHz .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8R0ObYSHz .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8R0ObYSHz .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v8R0ObYSHz .mbr-list-title {
  color: #ffffff;
}
.cid-v8R0ObYSHz .list {
  color: #9ba9c4;
}
.cid-v8R0WMy9Hq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v8R0WMy9Hq nav.navbar {
  position: fixed;
}
.cid-v8R0WMy9Hq .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0WMy9Hq .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v8R0WMy9Hq .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-v8R0WMy9Hq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v8R0WMy9Hq .dropdown-menu {
    text-align: center;
  }
}
.cid-v8R0WMy9Hq .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v8R0WMy9Hq .dropdown-item:hover,
.cid-v8R0WMy9Hq .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v8R0WMy9Hq .dropdown-item:hover span {
  color: white;
}
.cid-v8R0WMy9Hq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8R0WMy9Hq .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8R0WMy9Hq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8R0WMy9Hq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v8R0WMy9Hq .nav-link {
  position: relative;
}
.cid-v8R0WMy9Hq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v8R0WMy9Hq .container {
    flex-wrap: nowrap;
  }
}
.cid-v8R0WMy9Hq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8R0WMy9Hq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8R0WMy9Hq .dropdown-menu,
.cid-v8R0WMy9Hq .navbar.opened {
  background: #000000 !important;
}
.cid-v8R0WMy9Hq .nav-item:focus,
.cid-v8R0WMy9Hq .nav-link:focus {
  outline: none;
}
.cid-v8R0WMy9Hq .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v8R0WMy9Hq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8R0WMy9Hq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8R0WMy9Hq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8R0WMy9Hq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8R0WMy9Hq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v8R0WMy9Hq .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-v8R0WMy9Hq .navbar {
    min-height: 80px;
  }
}
.cid-v8R0WMy9Hq .navbar.opened {
  transition: all 0.3s;
}
.cid-v8R0WMy9Hq .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v8R0WMy9Hq .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8R0WMy9Hq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8R0WMy9Hq .navbar.collapsed {
  justify-content: center;
}
.cid-v8R0WMy9Hq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8R0WMy9Hq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8R0WMy9Hq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8R0WMy9Hq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8R0WMy9Hq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8R0WMy9Hq .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-v8R0WMy9Hq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8R0WMy9Hq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v8R0WMy9Hq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8R0WMy9Hq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8R0WMy9Hq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8R0WMy9Hq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8R0WMy9Hq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8R0WMy9Hq .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-v8R0WMy9Hq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8R0WMy9Hq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8R0WMy9Hq .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v8R0WMy9Hq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8R0WMy9Hq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8R0WMy9Hq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8R0WMy9Hq .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8R0WMy9Hq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8R0WMy9Hq .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-v8R0WMy9Hq .navbar-brand {
    min-height: 80px;
  }
}
.cid-v8R0WMy9Hq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v8R0WMy9Hq .navbar-brand .navbar-caption:hover,
.cid-v8R0WMy9Hq .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8R0WMy9Hq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8R0WMy9Hq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8R0WMy9Hq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8R0WMy9Hq .dropdown-item.active,
.cid-v8R0WMy9Hq .dropdown-item:active {
  background-color: transparent;
}
.cid-v8R0WMy9Hq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8R0WMy9Hq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8R0WMy9Hq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8R0WMy9Hq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v8R0WMy9Hq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v8R0WMy9Hq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8R0WMy9Hq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8R0WMy9Hq ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v8R0WMy9Hq ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v8R0WMy9Hq ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v8R0WMy9Hq .navbar-buttons {
  text-align: center;
}
.cid-v8R0WMy9Hq .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v8R0WMy9Hq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8R0WMy9Hq 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-v8R0WMy9Hq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8R0WMy9Hq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8R0WMy9Hq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8R0WMy9Hq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8R0WMy9Hq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8R0WMy9Hq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8R0WMy9Hq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8R0WMy9Hq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8R0WMy9Hq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8R0WMy9Hq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8R0WMy9Hq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8R0WMy9Hq .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-v8R0WMy9Hq .navbar {
    height: 70px;
  }
  .cid-v8R0WMy9Hq .navbar.opened {
    height: auto;
  }
  .cid-v8R0WMy9Hq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8R0WMy9Hq .navbar-nav {
  margin: 0 auto;
}
.cid-v8R0WMy9Hq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8R0WMy9Hq .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v8R0WMy9Hq .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8R0WMy9Hq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8R0WMy9Hq .nav-item .nav-link:hover,
.cid-v8R0WMy9Hq .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v8R0WMy9Hq .nav-item .nav-link:hover::after,
.cid-v8R0WMy9Hq .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v8R0WMy9Hq .nav-item .nav-link:hover::before,
.cid-v8R0WMy9Hq .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8R0WMy9Hq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8R0WMy9Hq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8R0WMy9Hq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v8R0WMy9Hq .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v8R0WMy9Hq .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v8R0WMy9Hq .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v8R0WMy9Hq .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8R0WMy9Hq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8R0WMy9Hq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8R0WMy9Hq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8R0WMy9Hq .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v8R0WMy9Hq .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v8R0WMy9Hq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v8R0WMy9Hq .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v8R0WMy9Hq .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v8R0WMy9Hq .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v8R0WMy9Hq .content-wrap {
    min-height: 80px;
  }
}
.cid-v8R0WMKlC1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0WMKlC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0WMKlC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0WMKlC1 .row {
  margin: 0 -15px;
}
.cid-v8R0WMKlC1 .row .card {
  padding: 0 15px;
}
.cid-v8R0WMKlC1 .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8R0WMKlC1 .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v8R0WMKlC1 .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0WMKlC1 .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v8R0WMKlC1 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0WMKlC1 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8R0WMKlC1 .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8R0WMKlC1 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v8R0WMKlC1 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8R0WMKlC1 .mbr-section-title {
  color: #fefff5;
}
.cid-v8R0WMKlC1 .mbr-desc {
  color: #fefff5;
}
.cid-v8R0WMKlC1 .mbr-label {
  color: #fefff5;
}
.cid-v8R0WMKlC1 .mbr-text {
  color: #fefff5;
}
.cid-v8R0WMTvNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0WMTvNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0WMTvNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0WMTvNx .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8R0WMTvNx .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8R0WMTvNx .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8R0WMTvNx .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8R0WMTvNx .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8R0WMTvNx .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8R0WMTvNx .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R0WMTvNx .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8R0WMTvNx .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8R0WMTvNx .content-wrap .card {
  justify-content: center;
}
.cid-v8R0WMTvNx .card-wrapper {
  padding: 32px;
  border: 1px solid #242a3c;
}
@media (max-width: 992px) {
  .cid-v8R0WMTvNx .card-wrapper {
    padding: 20px;
  }
}
.cid-v8R0WMTvNx .card-wrapper .google-map iframe {
  height: 460px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v8R0WMTvNx .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v8R0WMTvNx .mbr-label {
  color: #9ba9c4;
}
.cid-v8R0WMTvNx .mbr-section-title {
  color: #ffffff;
}
.cid-v8R0WMTvNx .mbr-text,
.cid-v8R0WMTvNx .text-wrapper {
  color: #9ba9c4;
}
.cid-v8R0WN5B6p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8R0WN5B6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0WN5B6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0WN5B6p .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8R0WN5B6p .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8R0WN5B6p .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8R0WN5B6p .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8R0WN5B6p .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8R0WN5B6p .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8R0WN5B6p .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R0WN5B6p .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8R0WN5B6p .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8R0WN5B6p .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-v8R0WN5B6p .items-wrapper {
    margin-top: 40px;
  }
}
.cid-v8R0WN5B6p .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v8R0WN5B6p .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-v8R0WN5B6p .item {
  width: 100%;
}
.cid-v8R0WN5B6p .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.cid-v8R0WN5B6p .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-v8R0WN5B6p .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v8R0WN5B6p .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-v8R0WN5B6p .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.cid-v8R0WN5B6p .mbr-label {
  color: #9ba9c4;
}
.cid-v8R0WN5B6p .mbr-section-title {
  color: #ffffff;
}
.cid-v8R0WN5B6p .mbr-text,
.cid-v8R0WN5B6p .text-wrapper {
  color: #9ba9c4;
}
.cid-v8R0WN5B6p .item-title {
  color: #d1d4e3;
}
.cid-v8R0WN5B6p .item-title,
.cid-v8R0WN5B6p .items-wrapper {
  color: #ffffff;
}
.cid-v8R0WNeIU3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8R0WNeIU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R0WNeIU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R0WNeIU3 .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8R0WNeIU3 .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8R0WNeIU3 .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v8R0WNeIU3 .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8R0WNeIU3 .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v8R0WNeIU3 .nav-wrap .list .item-wrap:hover,
.cid-v8R0WNeIU3 .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8R0WNeIU3 .nav-wrap .list .item-wrap:hover::before,
.cid-v8R0WNeIU3 .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8R0WNeIU3 .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8R0WNeIU3 .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8R0WNeIU3 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v8R0WNeIU3 .mbr-list-title {
  color: #ffffff;
}
.cid-v8R0WNeIU3 .list {
  color: #9ba9c4;
}
