.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Afacad', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Afacad', sans-serif;
  font-size: 4rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.15rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4375rem;
}
.display-5 {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #bcfe1e !important;
}
.bg-success {
  background-color: #21dff9 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffb41e !important;
}
.bg-danger {
  background-color: #fe1e52 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bcfe1e !important;
  border-color: #bcfe1e !important;
  color: #141d00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #cbfe51 !important;
  border-color: #cbfe51 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #141d00 !important;
  background-color: #cbfe51 !important;
  border-color: #cbfe51 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7541e5 !important;
  border-color: #7541e5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #966eeb !important;
  border-color: #966eeb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #966eeb !important;
  border-color: #966eeb !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #21dff9 !important;
  border-color: #21dff9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #53e6fa !important;
  border-color: #53e6fa !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #53e6fa !important;
  border-color: #53e6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb41e !important;
  border-color: #ffb41e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc551 !important;
  border-color: #ffc551 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc551 !important;
  border-color: #ffc551 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe1e52 !important;
  border-color: #fe1e52 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fe5179 !important;
  border-color: #fe5179 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5179 !important;
  border-color: #fe5179 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bcfe1e;
  color: #bcfe1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8bc401 !important;
  background-color: transparent !important;
  border-color: #8bc401 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #141d00 !important;
  background-color: #bcfe1e !important;
  border-color: #bcfe1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7541e5;
  color: #7541e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b19b6 !important;
  background-color: transparent !important;
  border-color: #4b19b6 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7541e5 !important;
  border-color: #7541e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #21dff9;
  color: #21dff9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #05a8be !important;
  background-color: transparent !important;
  border-color: #05a8be !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #21dff9 !important;
  border-color: #21dff9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb41e;
  color: #ffb41e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c68400 !important;
  background-color: transparent !important;
  border-color: #c68400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb41e !important;
  border-color: #ffb41e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fe1e52;
  color: #fe1e52;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c4012e !important;
  background-color: transparent !important;
  border-color: #c4012e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe1e52 !important;
  border-color: #fe1e52 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bcfe1e !important;
}
.text-secondary {
  color: #7541e5 !important;
}
.text-success {
  color: #21dff9 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffb41e !important;
}
.text-danger {
  color: #fe1e52 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #80b501 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4517a9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #059baf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b77a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b5012b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bcfe1e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffb41e;
}
.alert-danger {
  background-color: #fe1e52;
}
.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: #bcfe1e;
  border-color: #bcfe1e;
  color: #263600;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bcfe1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8ffe9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e8fcfe;
}
.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: #fff8ea;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe9ee;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #bcfe1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #bcfe1e;
}
/* 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: #bcfe1e;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bcfe1e;
}
.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: #bcfe1e;
  border-bottom-color: #bcfe1e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #bcfe1e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7541e5 !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='%23bcfe1e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 90px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 22px;
  }
}
.mbr-section-btn .btn .btn-primary,
.mbr-section-btn-main .btn .btn-primary,
.mbr-section-btn .btn .btn-secondary,
.mbr-section-btn-main .btn .btn-secondary,
.mbr-section-btn .btn .btn-success,
.mbr-section-btn-main .btn .btn-success,
.mbr-section-btn .btn .btn-info,
.mbr-section-btn-main .btn .btn-info,
.mbr-section-btn .btn .btn-warning,
.mbr-section-btn-main .btn .btn-warning,
.mbr-section-btn .btn .btn-danger,
.mbr-section-btn-main .btn .btn-danger,
.mbr-section-btn .btn .btn-black,
.mbr-section-btn-main .btn .btn-black,
.mbr-section-btn .btn .btn-white,
.mbr-section-btn-main .btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.item-content {
  border-radius: 10px !important;
}
.tag-wrap {
  border-radius: 8px;
}
.tag-wrapper {
  border-radius: 30px;
}
.soc-item {
  border-radius: 8px;
}
.soc-item .mbr-iconfont {
  border-radius: 8px;
}
.slide-content .item-wrapper .item-img {
  border-radius: 10px;
}
.content-wrapper {
  border-radius: 20px;
}
.content-wrapper img {
  border-radius: 20px !important;
}
.google-map iframe {
  border-radius: 20px;
}
.card-mini {
  border-radius: 30px !important;
}
.title-wrap .item-title {
  border-radius: 15rem;
}
.nav.nav-tabs .nav-link {
  border-radius: 30px !important;
}
.form-control {
  border-radius: 8px !important;
}
.cid-uYao4KRU4D {
  background-image: url("../../../assets/images/2147957087-2000x1335.jpg");
}
.cid-uYao4KRU4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYao4KRU4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYao4KRU4D .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uYao4KRU4D .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYao4KRU4D .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uYao4KRU4D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYao4KRU4D .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uYao4KRU4D .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYao4KRU4D .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uYao4KRU4D .mbr-section-title {
  color: #ffffff;
}
.cid-uYao4KRU4D .mbr-text,
.cid-uYao4KRU4D .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYao4KRU4D .mbr-section-title,
.cid-uYao4KRU4D .mbr-section-btn {
  text-align: center;
}
.cid-uYao8InZPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uYao8InZPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYao8InZPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYao8InZPC .items-wrap {
  justify-content: space-between;
}
.cid-uYao8InZPC .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYao8InZPC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYao8InZPC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYao8InZPC .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uYao8InZPC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYao8InZPC .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uYao8InZPC .image-wrapper {
  margin-bottom: 32px;
}
.cid-uYao8InZPC .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYao8InZPC .image-wrapper img {
    height: 350px;
  }
}
.cid-uYao8InZPC .mbr-section-title {
  color: #ffffff;
}
.cid-uYao8InZPC .mbr-text,
.cid-uYao8InZPC .text-wrapper {
  color: #ffffff;
}
.cid-uYao8InZPC .mbr-section-title,
.cid-uYao8InZPC .mbr-section-btn {
  color: #bcfe1e;
}
.cid-uYaomkbFD3 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #080813;
}
.cid-uYaomkbFD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaomkbFD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYaomkbFD3 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYaomkbFD3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYaomkbFD3 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYaomkbFD3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYaomkbFD3 .title-wrapper .mbr-text span {
  color: #bcfe1e;
}
.cid-uYaomkbFD3 .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uYaomkbFD3 .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .cid-uYaomkbFD3 .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uYaomkbFD3 .item {
    padding: 0 14px;
  }
}
.cid-uYaomkbFD3 .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #292739;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uYaomkbFD3 .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-uYaomkbFD3 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uYaomkbFD3 .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-uYaomkbFD3 .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-uYaomkbFD3 .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #7541e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uYaomkbFD3 .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uYaomkbFD3 .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uYaomkbFD3 .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYaomkbFD3 .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  background-color: #292739;
  margin: 5px;
}
.cid-uYaomkbFD3 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-uYaomkbFD3 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-uYaomkbFD3 .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #7541e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uYaomkbFD3 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
}
.cid-uYaomkbFD3 .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-uYaomkbFD3 .mbr-section-title {
  color: #bcfe1e;
  text-align: center;
}
.cid-uYaomkbFD3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYaomkbFD3 .item-number,
.cid-uYaomkbFD3 .number-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYaomkbFD3 .item-title {
  color: #ffffff;
}
.cid-uYaomkbFD3 .list {
  color: #ffffff;
  text-align: center;
}
.cid-uYaomkbFD3 .item-title,
.cid-uYaomkbFD3 .tags-wrapper,
.cid-uYaomkbFD3 .icon-wrapper {
  text-align: center;
  color: #bcfe1e;
}
.cid-uYaocOU9df {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uYaocOU9df .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaocOU9df .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYaocOU9df .items-wrap {
  justify-content: space-between;
}
.cid-uYaocOU9df .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYaocOU9df .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYaocOU9df .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYaocOU9df .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uYaocOU9df .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYaocOU9df .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uYaocOU9df .image-wrapper {
  margin-bottom: 32px;
}
.cid-uYaocOU9df .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYaocOU9df .image-wrapper img {
    height: 350px;
  }
}
.cid-uYaocOU9df .mbr-section-title {
  color: #ffffff;
}
.cid-uYaocOU9df .mbr-text,
.cid-uYaocOU9df .text-wrapper {
  color: #ffffff;
}
.cid-uYaocOU9df .mbr-section-title,
.cid-uYaocOU9df .mbr-section-btn {
  color: #bcfe1e;
}
.cid-uYaomBdeRp {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #080813;
}
.cid-uYaomBdeRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaomBdeRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYaomBdeRp .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYaomBdeRp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYaomBdeRp .title-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uYaomBdeRp .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uYaomBdeRp .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uYaomBdeRp .item {
    padding: 0 14px;
  }
}
.cid-uYaomBdeRp .item .item-wrapper {
  height: 100%;
  position: relative;
  border: 1px solid #323046;
  background-color: #292739;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYaomBdeRp .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uYaomBdeRp .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.cid-uYaomBdeRp .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uYaomBdeRp .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYaomBdeRp .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uYaomBdeRp .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uYaomBdeRp .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uYaomBdeRp .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYaomBdeRp .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.cid-uYaomBdeRp .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYaomBdeRp .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
}
.cid-uYaomBdeRp .item .card_1::before {
  background: linear-gradient(45deg, #aef800, #292739 50%);
}
.cid-uYaomBdeRp .item .card_2::before {
  background: linear-gradient(45deg, #5d5983, #292739 50%);
}
.cid-uYaomBdeRp .item .card_3::before {
  background: linear-gradient(45deg, #7541e5, #292739 50%);
}
.cid-uYaomBdeRp .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #aef800;
}
.cid-uYaomBdeRp .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #5d5983;
}
.cid-uYaomBdeRp .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #7541e5;
}
.cid-uYaomBdeRp .mbr-section-title {
  color: #bcfe1e;
  text-align: center;
}
.cid-uYaomBdeRp .item-title {
  color: #ffffff;
}
.cid-uYaomBdeRp .list {
  color: #ffffff;
  text-align: center;
}
.cid-uYaomBdeRp .item-title,
.cid-uYaomBdeRp .tags-wrapper,
.cid-uYaomBdeRp .icon-wrapper {
  text-align: center;
}
.cid-uYaod8DPOJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uYaod8DPOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaod8DPOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYaod8DPOJ .items-wrap {
  justify-content: space-between;
}
.cid-uYaod8DPOJ .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYaod8DPOJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYaod8DPOJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYaod8DPOJ .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uYaod8DPOJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYaod8DPOJ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uYaod8DPOJ .image-wrapper {
  margin-bottom: 32px;
}
.cid-uYaod8DPOJ .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYaod8DPOJ .image-wrapper img {
    height: 350px;
  }
}
.cid-uYaod8DPOJ .mbr-section-title {
  color: #ffffff;
}
.cid-uYaod8DPOJ .mbr-text,
.cid-uYaod8DPOJ .text-wrapper {
  color: #ffffff;
}
.cid-uYaod8DPOJ .mbr-section-title,
.cid-uYaod8DPOJ .mbr-section-btn {
  color: #bcfe1e;
}
.cid-uYaq5DVik8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uYaq5DVik8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaq5DVik8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYaq5DVik8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYaq5DVik8 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uYaq5DVik8 .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYaq5DVik8 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uYaq5DVik8 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYaq5DVik8 .content-wrapper .list .item-wrap:hover,
.cid-uYaq5DVik8 .content-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-uYaq5DVik8 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uYaq5DVik8 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uYaq5DVik8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYaq5DVik8 .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-uYaq5DVik8 .list,
.cid-uYaq5DVik8 .item-wrap {
  color: #ffffff;
}
.cid-uYaq5DVik8 .mbr-section-title,
.cid-uYaq5DVik8 .mbr-section-btn {
  color: #bcfe1e;
}
.cid-uYawXu0q8K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-uYawXu0q8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYawXu0q8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYawXu0q8K .google-map {
  position: relative;
}
.cid-uYawXu0q8K .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uYawXu0q8K .google-map iframe {
    height: 350px;
  }
}
.cid-uYax5dXxhe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-uYax5dXxhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYax5dXxhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYax5dXxhe .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYax5dXxhe .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uYax5dXxhe .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYax5dXxhe .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYax5dXxhe .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYax5dXxhe .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYax5dXxhe .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uYax5dXxhe .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uYax5dXxhe .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYax5dXxhe .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-uYax5dXxhe .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uYax5dXxhe .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYax5dXxhe .list,
.cid-uYax5dXxhe .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uYax5dXxhe .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uYax5dXxhe .mbr-section-title,
.cid-uYax5dXxhe .logo-wrapper {
  text-align: center;
}
.cid-uYax5dXxhe .list,
.cid-uYax5dXxhe .item-wrap {
  color: #000000;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  position: relative !important;
}
.cid-v3gkh9NJRI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3gkh9NJRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover,
.cid-v3gkh9NJRI .dropdown-item:focus {
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover span {
  color: white;
}
.cid-v3gkh9NJRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3gkh9NJRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3gkh9NJRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3gkh9NJRI .nav-link {
  position: relative;
}
.cid-v3gkh9NJRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3gkh9NJRI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3gkh9NJRI .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-menu,
.cid-v3gkh9NJRI .navbar.opened {
  background: #292739 !important;
}
.cid-v3gkh9NJRI .nav-item:focus,
.cid-v3gkh9NJRI .nav-link:focus {
  outline: none;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3gkh9NJRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3gkh9NJRI .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: #292739;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3gkh9NJRI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v3gkh9NJRI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3gkh9NJRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3gkh9NJRI .navbar.collapsed {
  justify-content: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3gkh9NJRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3gkh9NJRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkh9NJRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3gkh9NJRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3gkh9NJRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkh9NJRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-item.active,
.cid-v3gkh9NJRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3gkh9NJRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292739;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3gkh9NJRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3gkh9NJRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3gkh9NJRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3gkh9NJRI .navbar-buttons {
  text-align: center;
}
.cid-v3gkh9NJRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v3gkh9NJRI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3gkh9NJRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3gkh9NJRI 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: #292739 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3gkh9NJRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .navbar {
    height: 70px;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    height: auto;
  }
  .cid-v3gkh9NJRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3gkh9NJRI .navbar-nav {
  margin: 0 auto;
}
.cid-v3gkh9NJRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3gkh9NJRI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3gkh9NJRI .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3gkh9NJRI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item {
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkh9NJRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3gkh9NJRI .content-wrap {
  min-height: 110px;
}
.cid-v3ghh9NmIh {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3ghh9NmIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghh9NmIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3ghh9NmIh .container {
    padding: 0 20px;
  }
}
.cid-v3ghh9NmIh .row {
  justify-content: center;
  row-gap: 2rem;
}
.cid-v3ghh9NmIh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid #8f65eb;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
  background: #292739;
}
.cid-v3ghh9NmIh .item .item-wrapper .item-img {
  flex: 0 0 auto;
  overflow: hidden;
}
.cid-v3ghh9NmIh .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3ghh9NmIh .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v3ghh9NmIh .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 auto;
  padding: 24px;
  min-height: 0;
}
.cid-v3ghh9NmIh .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: auto;
  margin-bottom: 8px;
}
.cid-v3ghh9NmIh .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: auto;
}
.cid-v3ghh9NmIh .item:hover .item-wrapper,
.cid-v3ghh9NmIh .item:focus .item-wrapper {
  border: 2px solid #bcfe1e;
  box-shadow: 5px 5px 0 0 #bcfe1e;
}
.cid-v3ghh9NmIh .item:hover .item-wrapper .item-img img,
.cid-v3ghh9NmIh .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v3ghh9NmIh .item .item-wrapper .item-content,
.cid-v3ghh9NmIh .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-v3ghh9NmIh .card-desc {
  color: #ffffff;
}
.cid-v3ghh9NmIh .card-price {
  color: #bcfe1e;
}
.cid-v3ghh9NmIh .mbr-section-title,
.cid-v3ghh9NmIh .icon-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-v3ghh9NmIh .card-title {
  color: #ffffff;
}
.cid-v3ghha9H2h.popup-builder {
  background-color: #ffffff;
}
.cid-v3ghha9H2h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3ghha9H2h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v3ghha9H2h .modal-content,
.cid-v3ghha9H2h .modal-dialog {
  height: auto;
}
.cid-v3ghha9H2h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3ghha9H2h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3ghha9H2h .form-wrapper .mbr-form .form-group,
  .cid-v3ghha9H2h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3ghha9H2h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3ghha9H2h .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3ghha9H2h .mbr-text {
  text-align: center;
}
.cid-v3ghha9H2h .pt-0 {
  padding-top: 0 !important;
}
.cid-v3ghha9H2h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3ghha9H2h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3ghha9H2h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3ghha9H2h .modal-open {
  overflow: hidden;
}
.cid-v3ghha9H2h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3ghha9H2h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3ghha9H2h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3ghha9H2h .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v3ghha9H2h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v3ghha9H2h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3ghha9H2h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3ghha9H2h .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3ghha9H2h .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v3ghha9H2h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3ghha9H2h .modal-backdrop.fade {
  opacity: 0;
}
.cid-v3ghha9H2h .modal-backdrop.show {
  opacity: .5;
}
.cid-v3ghha9H2h .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v3ghha9H2h .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3ghha9H2h .modal-header {
    padding: 1rem;
  }
}
.cid-v3ghha9H2h .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3ghha9H2h .modal-header .close svg {
  fill: #353535;
}
.cid-v3ghha9H2h .modal-header .close:hover {
  opacity: 1;
}
.cid-v3ghha9H2h .modal-header .close:focus {
  outline: none;
}
.cid-v3ghha9H2h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v3ghha9H2h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v3ghha9H2h .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3ghha9H2h .modal-body {
    padding: 1rem;
  }
}
.cid-v3ghha9H2h .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v3ghha9H2h .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3ghha9H2h .modal-footer {
    padding: 1rem;
  }
}
.cid-v3ghha9H2h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3ghha9H2h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v3ghha9H2h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3ghha9H2h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3ghha9H2h .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v3ghha9H2h .modal-lg,
  .cid-v3ghha9H2h .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v3ghha9H2h .modal-xl {
    max-width: 1140px;
  }
}
.cid-v3ghha9H2h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3ghha9H2h .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3ghha9H2h .form-group {
  margin-bottom: 1rem;
}
.cid-v3ghha9H2h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3ghha9H2h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3ghha9H2h .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v3ghha9H2h .mbr-section-btn {
  margin: 0;
}
.cid-v3ghha9H2h .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3ghhdwm9A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3ghhdwm9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghhdwm9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghhdwm9A .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3ghhdwm9A .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v3ghhdwm9A .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3ghhdwm9A .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v3ghhdwm9A .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3ghhdwm9A .content-wrapper .list .item-wrap:hover,
.cid-v3ghhdwm9A .content-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-v3ghhdwm9A .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-v3ghhdwm9A .border-wrap {
    margin-top: 32px;
  }
}
.cid-v3ghhdwm9A .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghhdwm9A .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-v3ghhdwm9A .list,
.cid-v3ghhdwm9A .item-wrap {
  color: #ffffff;
}
.cid-v3ghhdwm9A .mbr-section-title,
.cid-v3ghhdwm9A .mbr-section-btn {
  color: #bcfe1e;
}
.cid-v3ghhdPpaw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3ghhdPpaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghhdPpaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghhdPpaw .google-map {
  position: relative;
}
.cid-v3ghhdPpaw .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-v3ghhdPpaw .google-map iframe {
    height: 350px;
  }
}
.cid-v3ghhesH9Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3ghhesH9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghhesH9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghhesH9Y .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3ghhesH9Y .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3ghhesH9Y .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghhesH9Y .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3ghhesH9Y .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghhesH9Y .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3ghhesH9Y .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3ghhesH9Y .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3ghhesH9Y .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3ghhesH9Y .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-v3ghhesH9Y .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3ghhesH9Y .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3ghhesH9Y .list,
.cid-v3ghhesH9Y .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3ghhesH9Y .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghhesH9Y .mbr-section-title,
.cid-v3ghhesH9Y .logo-wrapper {
  text-align: center;
}
.cid-v3ghhesH9Y .list,
.cid-v3ghhesH9Y .item-wrap {
  color: #000000;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  position: relative !important;
}
.cid-v3gkh9NJRI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3gkh9NJRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover,
.cid-v3gkh9NJRI .dropdown-item:focus {
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover span {
  color: white;
}
.cid-v3gkh9NJRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3gkh9NJRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3gkh9NJRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3gkh9NJRI .nav-link {
  position: relative;
}
.cid-v3gkh9NJRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3gkh9NJRI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3gkh9NJRI .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-menu,
.cid-v3gkh9NJRI .navbar.opened {
  background: #292739 !important;
}
.cid-v3gkh9NJRI .nav-item:focus,
.cid-v3gkh9NJRI .nav-link:focus {
  outline: none;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3gkh9NJRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3gkh9NJRI .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: #292739;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3gkh9NJRI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v3gkh9NJRI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3gkh9NJRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3gkh9NJRI .navbar.collapsed {
  justify-content: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3gkh9NJRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3gkh9NJRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkh9NJRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3gkh9NJRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3gkh9NJRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkh9NJRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-item.active,
.cid-v3gkh9NJRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3gkh9NJRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292739;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3gkh9NJRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3gkh9NJRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3gkh9NJRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3gkh9NJRI .navbar-buttons {
  text-align: center;
}
.cid-v3gkh9NJRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v3gkh9NJRI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3gkh9NJRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3gkh9NJRI 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: #292739 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3gkh9NJRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .navbar {
    height: 70px;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    height: auto;
  }
  .cid-v3gkh9NJRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3gkh9NJRI .navbar-nav {
  margin: 0 auto;
}
.cid-v3gkh9NJRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3gkh9NJRI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3gkh9NJRI .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3gkh9NJRI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item {
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkh9NJRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3gkh9NJRI .content-wrap {
  min-height: 110px;
}
.cid-v3ghmymg1s {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3ghmymg1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghmymg1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghmymg1s .items-wrap {
  justify-content: space-between;
}
.cid-v3ghmymg1s .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3ghmymg1s .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3ghmymg1s .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3ghmymg1s .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v3ghmymg1s .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3ghmymg1s .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-v3ghmymg1s .image-wrapper {
  margin-bottom: 32px;
}
.cid-v3ghmymg1s .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3ghmymg1s .image-wrapper img {
    height: 350px;
  }
}
.cid-v3ghmymg1s .mbr-section-title {
  color: #ffffff;
}
.cid-v3ghmymg1s .mbr-text,
.cid-v3ghmymg1s .text-wrapper {
  color: #ffffff;
}
.cid-v3ghmymg1s .mbr-section-title,
.cid-v3ghmymg1s .mbr-section-btn {
  color: #bcfe1e;
}
.cid-v3ghmzASp8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3ghmzASp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghmzASp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghmzASp8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3ghmzASp8 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v3ghmzASp8 .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3ghmzASp8 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v3ghmzASp8 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3ghmzASp8 .content-wrapper .list .item-wrap:hover,
.cid-v3ghmzASp8 .content-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-v3ghmzASp8 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-v3ghmzASp8 .border-wrap {
    margin-top: 32px;
  }
}
.cid-v3ghmzASp8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghmzASp8 .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-v3ghmzASp8 .list,
.cid-v3ghmzASp8 .item-wrap {
  color: #ffffff;
}
.cid-v3ghmzASp8 .mbr-section-title,
.cid-v3ghmzASp8 .mbr-section-btn {
  color: #bcfe1e;
}
.cid-v3ghmzOP2r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3ghmzOP2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghmzOP2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghmzOP2r .google-map {
  position: relative;
}
.cid-v3ghmzOP2r .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-v3ghmzOP2r .google-map iframe {
    height: 350px;
  }
}
.cid-v3ghmAhUcp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3ghmAhUcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghmAhUcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghmAhUcp .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3ghmAhUcp .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3ghmAhUcp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghmAhUcp .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3ghmAhUcp .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghmAhUcp .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3ghmAhUcp .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3ghmAhUcp .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3ghmAhUcp .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3ghmAhUcp .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-v3ghmAhUcp .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3ghmAhUcp .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3ghmAhUcp .list,
.cid-v3ghmAhUcp .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3ghmAhUcp .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghmAhUcp .mbr-section-title,
.cid-v3ghmAhUcp .logo-wrapper {
  text-align: center;
}
.cid-v3ghmAhUcp .list,
.cid-v3ghmAhUcp .item-wrap {
  color: #000000;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  position: relative !important;
}
.cid-v3gkh9NJRI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3gkh9NJRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover,
.cid-v3gkh9NJRI .dropdown-item:focus {
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover span {
  color: white;
}
.cid-v3gkh9NJRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3gkh9NJRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3gkh9NJRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3gkh9NJRI .nav-link {
  position: relative;
}
.cid-v3gkh9NJRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3gkh9NJRI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3gkh9NJRI .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-menu,
.cid-v3gkh9NJRI .navbar.opened {
  background: #292739 !important;
}
.cid-v3gkh9NJRI .nav-item:focus,
.cid-v3gkh9NJRI .nav-link:focus {
  outline: none;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3gkh9NJRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3gkh9NJRI .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: #292739;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3gkh9NJRI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v3gkh9NJRI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3gkh9NJRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3gkh9NJRI .navbar.collapsed {
  justify-content: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3gkh9NJRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3gkh9NJRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkh9NJRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3gkh9NJRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3gkh9NJRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkh9NJRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-item.active,
.cid-v3gkh9NJRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3gkh9NJRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292739;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3gkh9NJRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3gkh9NJRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3gkh9NJRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3gkh9NJRI .navbar-buttons {
  text-align: center;
}
.cid-v3gkh9NJRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v3gkh9NJRI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3gkh9NJRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3gkh9NJRI 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: #292739 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3gkh9NJRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .navbar {
    height: 70px;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    height: auto;
  }
  .cid-v3gkh9NJRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3gkh9NJRI .navbar-nav {
  margin: 0 auto;
}
.cid-v3gkh9NJRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3gkh9NJRI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3gkh9NJRI .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3gkh9NJRI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item {
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkh9NJRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3gkh9NJRI .content-wrap {
  min-height: 110px;
}
.cid-v3ghuXEGOW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3ghuXEGOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghuXEGOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghuXEGOW .items-wrap {
  justify-content: space-between;
}
.cid-v3ghuXEGOW .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3ghuXEGOW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3ghuXEGOW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3ghuXEGOW .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v3ghuXEGOW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3ghuXEGOW .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-v3ghuXEGOW .image-wrapper {
  margin-bottom: 32px;
}
.cid-v3ghuXEGOW .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3ghuXEGOW .image-wrapper img {
    height: 350px;
  }
}
.cid-v3ghuXEGOW .mbr-section-title {
  color: #ffffff;
}
.cid-v3ghuXEGOW .mbr-text,
.cid-v3ghuXEGOW .text-wrapper {
  color: #ffffff;
}
.cid-v3ghuXEGOW .mbr-section-title,
.cid-v3ghuXEGOW .mbr-section-btn {
  color: #bcfe1e;
}
.cid-v3ghuYzqVa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3ghuYzqVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghuYzqVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghuYzqVa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3ghuYzqVa .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v3ghuYzqVa .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3ghuYzqVa .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v3ghuYzqVa .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3ghuYzqVa .content-wrapper .list .item-wrap:hover,
.cid-v3ghuYzqVa .content-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-v3ghuYzqVa .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-v3ghuYzqVa .border-wrap {
    margin-top: 32px;
  }
}
.cid-v3ghuYzqVa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghuYzqVa .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-v3ghuYzqVa .list,
.cid-v3ghuYzqVa .item-wrap {
  color: #ffffff;
}
.cid-v3ghuYzqVa .mbr-section-title,
.cid-v3ghuYzqVa .mbr-section-btn {
  color: #bcfe1e;
}
.cid-v3ghuYMLj9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3ghuYMLj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghuYMLj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghuYMLj9 .google-map {
  position: relative;
}
.cid-v3ghuYMLj9 .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-v3ghuYMLj9 .google-map iframe {
    height: 350px;
  }
}
.cid-v3ghuZbmZc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3ghuZbmZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghuZbmZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghuZbmZc .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3ghuZbmZc .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3ghuZbmZc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghuZbmZc .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3ghuZbmZc .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghuZbmZc .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3ghuZbmZc .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3ghuZbmZc .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3ghuZbmZc .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3ghuZbmZc .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-v3ghuZbmZc .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3ghuZbmZc .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3ghuZbmZc .list,
.cid-v3ghuZbmZc .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3ghuZbmZc .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghuZbmZc .mbr-section-title,
.cid-v3ghuZbmZc .logo-wrapper {
  text-align: center;
}
.cid-v3ghuZbmZc .list,
.cid-v3ghuZbmZc .item-wrap {
  color: #000000;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  position: relative !important;
}
.cid-v3gkh9NJRI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3gkh9NJRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover,
.cid-v3gkh9NJRI .dropdown-item:focus {
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover span {
  color: white;
}
.cid-v3gkh9NJRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3gkh9NJRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3gkh9NJRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3gkh9NJRI .nav-link {
  position: relative;
}
.cid-v3gkh9NJRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3gkh9NJRI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3gkh9NJRI .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-menu,
.cid-v3gkh9NJRI .navbar.opened {
  background: #292739 !important;
}
.cid-v3gkh9NJRI .nav-item:focus,
.cid-v3gkh9NJRI .nav-link:focus {
  outline: none;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3gkh9NJRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3gkh9NJRI .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: #292739;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3gkh9NJRI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v3gkh9NJRI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3gkh9NJRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3gkh9NJRI .navbar.collapsed {
  justify-content: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3gkh9NJRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3gkh9NJRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkh9NJRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3gkh9NJRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3gkh9NJRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkh9NJRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-item.active,
.cid-v3gkh9NJRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3gkh9NJRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292739;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3gkh9NJRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3gkh9NJRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3gkh9NJRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3gkh9NJRI .navbar-buttons {
  text-align: center;
}
.cid-v3gkh9NJRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v3gkh9NJRI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3gkh9NJRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3gkh9NJRI 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: #292739 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3gkh9NJRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .navbar {
    height: 70px;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    height: auto;
  }
  .cid-v3gkh9NJRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3gkh9NJRI .navbar-nav {
  margin: 0 auto;
}
.cid-v3gkh9NJRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3gkh9NJRI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3gkh9NJRI .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3gkh9NJRI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item {
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkh9NJRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3gkh9NJRI .content-wrap {
  min-height: 110px;
}
.cid-v3ghxvrxD5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3ghxvrxD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghxvrxD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghxvrxD5 .items-wrap {
  justify-content: space-between;
}
.cid-v3ghxvrxD5 .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3ghxvrxD5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3ghxvrxD5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3ghxvrxD5 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v3ghxvrxD5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3ghxvrxD5 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-v3ghxvrxD5 .image-wrapper {
  margin-bottom: 32px;
}
.cid-v3ghxvrxD5 .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3ghxvrxD5 .image-wrapper img {
    height: 350px;
  }
}
.cid-v3ghxvrxD5 .mbr-section-title {
  color: #ffffff;
}
.cid-v3ghxvrxD5 .mbr-text,
.cid-v3ghxvrxD5 .text-wrapper {
  color: #ffffff;
}
.cid-v3ghxvrxD5 .mbr-section-title,
.cid-v3ghxvrxD5 .mbr-section-btn {
  color: #bcfe1e;
}
.cid-v3ghxw5tnq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3ghxw5tnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghxw5tnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghxw5tnq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3ghxw5tnq .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v3ghxw5tnq .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3ghxw5tnq .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v3ghxw5tnq .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3ghxw5tnq .content-wrapper .list .item-wrap:hover,
.cid-v3ghxw5tnq .content-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-v3ghxw5tnq .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-v3ghxw5tnq .border-wrap {
    margin-top: 32px;
  }
}
.cid-v3ghxw5tnq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghxw5tnq .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-v3ghxw5tnq .list,
.cid-v3ghxw5tnq .item-wrap {
  color: #ffffff;
}
.cid-v3ghxw5tnq .mbr-section-title,
.cid-v3ghxw5tnq .mbr-section-btn {
  color: #bcfe1e;
}
.cid-v3ghxwjJBD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3ghxwjJBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghxwjJBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghxwjJBD .google-map {
  position: relative;
}
.cid-v3ghxwjJBD .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-v3ghxwjJBD .google-map iframe {
    height: 350px;
  }
}
.cid-v3ghxwGdDL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3ghxwGdDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghxwGdDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghxwGdDL .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3ghxwGdDL .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3ghxwGdDL .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghxwGdDL .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3ghxwGdDL .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghxwGdDL .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3ghxwGdDL .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3ghxwGdDL .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3ghxwGdDL .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3ghxwGdDL .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-v3ghxwGdDL .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3ghxwGdDL .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3ghxwGdDL .list,
.cid-v3ghxwGdDL .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3ghxwGdDL .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghxwGdDL .mbr-section-title,
.cid-v3ghxwGdDL .logo-wrapper {
  text-align: center;
}
.cid-v3ghxwGdDL .list,
.cid-v3ghxwGdDL .item-wrap {
  color: #000000;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  position: relative !important;
}
.cid-v3gkh9NJRI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3gkh9NJRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover,
.cid-v3gkh9NJRI .dropdown-item:focus {
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover span {
  color: white;
}
.cid-v3gkh9NJRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3gkh9NJRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3gkh9NJRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3gkh9NJRI .nav-link {
  position: relative;
}
.cid-v3gkh9NJRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3gkh9NJRI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3gkh9NJRI .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-menu,
.cid-v3gkh9NJRI .navbar.opened {
  background: #292739 !important;
}
.cid-v3gkh9NJRI .nav-item:focus,
.cid-v3gkh9NJRI .nav-link:focus {
  outline: none;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3gkh9NJRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3gkh9NJRI .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: #292739;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3gkh9NJRI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v3gkh9NJRI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3gkh9NJRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3gkh9NJRI .navbar.collapsed {
  justify-content: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3gkh9NJRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3gkh9NJRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkh9NJRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3gkh9NJRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3gkh9NJRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkh9NJRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-item.active,
.cid-v3gkh9NJRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3gkh9NJRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292739;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3gkh9NJRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3gkh9NJRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3gkh9NJRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3gkh9NJRI .navbar-buttons {
  text-align: center;
}
.cid-v3gkh9NJRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v3gkh9NJRI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3gkh9NJRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3gkh9NJRI 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: #292739 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3gkh9NJRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .navbar {
    height: 70px;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    height: auto;
  }
  .cid-v3gkh9NJRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3gkh9NJRI .navbar-nav {
  margin: 0 auto;
}
.cid-v3gkh9NJRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3gkh9NJRI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3gkh9NJRI .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3gkh9NJRI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item {
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkh9NJRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3gkh9NJRI .content-wrap {
  min-height: 110px;
}
.cid-v3ghAonWLn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v3ghAonWLn .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v3ghAonWLn .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v3ghAonWLn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .cid-v3ghAonWLn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3ghAonWLn .embla__slide .slide-content {
  width: 100%;
}
.cid-v3ghAonWLn .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #7541e5;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v3ghAonWLn .embla__slide .slide-content .item-wrapper {
    padding: 14px;
  }
}
.cid-v3ghAonWLn .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3ghAonWLn .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-v3ghAonWLn .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  height: 80px;
  width: 80px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
}
.cid-v3ghAonWLn .embla__slide .slide-content .item-wrapper .item-img .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3ghAonWLn .embla__slide .slide-content .item-wrapper .item-img .item-text {
    margin-bottom: 16px;
  }
}
.cid-v3ghAonWLn .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3ghAonWLn .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v3ghAonWLn .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v3ghAonWLn .embla__button--next,
.cid-v3ghAonWLn .embla__button--prev {
  display: flex;
}
.cid-v3ghAonWLn .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3ghAonWLn .embla__button:hover {
  opacity: .5 !important;
}
.cid-v3ghAonWLn .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v3ghAonWLn .embla__button.embla__button--next {
  right: 0;
}
.cid-v3ghAonWLn .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v3ghAonWLn .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3ghAonWLn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3ghAonWLn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3ghAonWLn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3ghAonWLn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3ghAonWLn .item-text {
  color: #ffffff;
}
.cid-v3ghAonWLn .item-name {
  color: #bcfe1e;
}
.cid-v3ghAonWLn .item-role {
  color: #f7f7f7;
}
.cid-v3ghAoQoYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3ghAoQoYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghAoQoYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghAoQoYz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3ghAoQoYz .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v3ghAoQoYz .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3ghAoQoYz .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v3ghAoQoYz .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3ghAoQoYz .content-wrapper .list .item-wrap:hover,
.cid-v3ghAoQoYz .content-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-v3ghAoQoYz .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-v3ghAoQoYz .border-wrap {
    margin-top: 32px;
  }
}
.cid-v3ghAoQoYz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghAoQoYz .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-v3ghAoQoYz .list,
.cid-v3ghAoQoYz .item-wrap {
  color: #ffffff;
}
.cid-v3ghAoQoYz .mbr-section-title,
.cid-v3ghAoQoYz .mbr-section-btn {
  color: #bcfe1e;
}
.cid-v3ghAp1ZZS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3ghAp1ZZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghAp1ZZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghAp1ZZS .google-map {
  position: relative;
}
.cid-v3ghAp1ZZS .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-v3ghAp1ZZS .google-map iframe {
    height: 350px;
  }
}
.cid-v3ghApqcQ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3ghApqcQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghApqcQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghApqcQ6 .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3ghApqcQ6 .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3ghApqcQ6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghApqcQ6 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3ghApqcQ6 .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghApqcQ6 .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3ghApqcQ6 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3ghApqcQ6 .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3ghApqcQ6 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3ghApqcQ6 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-v3ghApqcQ6 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3ghApqcQ6 .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3ghApqcQ6 .list,
.cid-v3ghApqcQ6 .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3ghApqcQ6 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghApqcQ6 .mbr-section-title,
.cid-v3ghApqcQ6 .logo-wrapper {
  text-align: center;
}
.cid-v3ghApqcQ6 .list,
.cid-v3ghApqcQ6 .item-wrap {
  color: #000000;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  position: relative !important;
}
.cid-v3gkh9NJRI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3gkh9NJRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover,
.cid-v3gkh9NJRI .dropdown-item:focus {
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover span {
  color: white;
}
.cid-v3gkh9NJRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3gkh9NJRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3gkh9NJRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3gkh9NJRI .nav-link {
  position: relative;
}
.cid-v3gkh9NJRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3gkh9NJRI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3gkh9NJRI .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-menu,
.cid-v3gkh9NJRI .navbar.opened {
  background: #292739 !important;
}
.cid-v3gkh9NJRI .nav-item:focus,
.cid-v3gkh9NJRI .nav-link:focus {
  outline: none;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3gkh9NJRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3gkh9NJRI .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: #292739;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3gkh9NJRI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v3gkh9NJRI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3gkh9NJRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3gkh9NJRI .navbar.collapsed {
  justify-content: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3gkh9NJRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3gkh9NJRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkh9NJRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3gkh9NJRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3gkh9NJRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkh9NJRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-item.active,
.cid-v3gkh9NJRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3gkh9NJRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292739;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3gkh9NJRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3gkh9NJRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3gkh9NJRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3gkh9NJRI .navbar-buttons {
  text-align: center;
}
.cid-v3gkh9NJRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v3gkh9NJRI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3gkh9NJRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3gkh9NJRI 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: #292739 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3gkh9NJRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .navbar {
    height: 70px;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    height: auto;
  }
  .cid-v3gkh9NJRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3gkh9NJRI .navbar-nav {
  margin: 0 auto;
}
.cid-v3gkh9NJRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3gkh9NJRI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3gkh9NJRI .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3gkh9NJRI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item {
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkh9NJRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3gkh9NJRI .content-wrap {
  min-height: 110px;
}
.cid-v3ghGnURwC {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3ghGnURwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghGnURwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghGnURwC .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
}
@media (max-width: 992px) {
  .cid-v3ghGnURwC .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-v3ghGnURwC .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #292739 50%);
  opacity: .5;
}
.cid-v3ghGnURwC .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3ghGnURwC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3ghGnURwC .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3ghGnURwC .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-v3ghGnURwC .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-v3ghGnURwC .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3ghGnURwC .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v3ghGnURwC .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #bcfe1e;
  border-radius: 100%;
}
.cid-v3ghGnURwC .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-v3ghGnURwC .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v3ghGnURwC .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v3ghGnURwC .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-v3ghGnURwC .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3ghGnURwC .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v3ghGnURwC .mbr-section-title {
  color: #bcfe1e;
  text-align: center;
}
.cid-v3ghGnURwC .panel-title-edit {
  color: #ffffff;
}
.cid-v3ghGnURwC .panel-text {
  color: #ffffff;
}
.cid-v3ghGo8XnE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3ghGo8XnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghGo8XnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghGo8XnE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3ghGo8XnE .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v3ghGo8XnE .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3ghGo8XnE .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v3ghGo8XnE .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3ghGo8XnE .content-wrapper .list .item-wrap:hover,
.cid-v3ghGo8XnE .content-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-v3ghGo8XnE .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-v3ghGo8XnE .border-wrap {
    margin-top: 32px;
  }
}
.cid-v3ghGo8XnE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghGo8XnE .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-v3ghGo8XnE .list,
.cid-v3ghGo8XnE .item-wrap {
  color: #ffffff;
}
.cid-v3ghGo8XnE .mbr-section-title,
.cid-v3ghGo8XnE .mbr-section-btn {
  color: #bcfe1e;
}
.cid-v3ghGoiIiY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3ghGoiIiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghGoiIiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghGoiIiY .google-map {
  position: relative;
}
.cid-v3ghGoiIiY .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-v3ghGoiIiY .google-map iframe {
    height: 350px;
  }
}
.cid-v3ghGoCkid {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3ghGoCkid .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ghGoCkid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ghGoCkid .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3ghGoCkid .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3ghGoCkid .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghGoCkid .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3ghGoCkid .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ghGoCkid .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3ghGoCkid .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3ghGoCkid .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3ghGoCkid .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3ghGoCkid .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-v3ghGoCkid .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3ghGoCkid .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3ghGoCkid .list,
.cid-v3ghGoCkid .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3ghGoCkid .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v3ghGoCkid .mbr-section-title,
.cid-v3ghGoCkid .logo-wrapper {
  text-align: center;
}
.cid-v3ghGoCkid .list,
.cid-v3ghGoCkid .item-wrap {
  color: #000000;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  position: relative !important;
}
.cid-v3gkh9NJRI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3gkh9NJRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover,
.cid-v3gkh9NJRI .dropdown-item:focus {
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover span {
  color: white;
}
.cid-v3gkh9NJRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3gkh9NJRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3gkh9NJRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3gkh9NJRI .nav-link {
  position: relative;
}
.cid-v3gkh9NJRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3gkh9NJRI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3gkh9NJRI .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-menu,
.cid-v3gkh9NJRI .navbar.opened {
  background: #292739 !important;
}
.cid-v3gkh9NJRI .nav-item:focus,
.cid-v3gkh9NJRI .nav-link:focus {
  outline: none;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3gkh9NJRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3gkh9NJRI .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: #292739;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3gkh9NJRI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v3gkh9NJRI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3gkh9NJRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3gkh9NJRI .navbar.collapsed {
  justify-content: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3gkh9NJRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3gkh9NJRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkh9NJRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3gkh9NJRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3gkh9NJRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkh9NJRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-item.active,
.cid-v3gkh9NJRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3gkh9NJRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292739;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3gkh9NJRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3gkh9NJRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3gkh9NJRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3gkh9NJRI .navbar-buttons {
  text-align: center;
}
.cid-v3gkh9NJRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v3gkh9NJRI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3gkh9NJRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3gkh9NJRI 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: #292739 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3gkh9NJRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .navbar {
    height: 70px;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    height: auto;
  }
  .cid-v3gkh9NJRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3gkh9NJRI .navbar-nav {
  margin: 0 auto;
}
.cid-v3gkh9NJRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3gkh9NJRI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3gkh9NJRI .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3gkh9NJRI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item {
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkh9NJRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3gkh9NJRI .content-wrap {
  min-height: 110px;
}
.cid-v3gi6nlGV5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3gi6nlGV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3gi6nlGV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3gi6nlGV5 .card-wrapper {
  background: #292739;
}
@media (max-width: 767px) {
  .cid-v3gi6nlGV5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3gi6nlGV5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3gi6nlGV5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3gi6nlGV5 .mbr-text,
.cid-v3gi6nlGV5 .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-v3gi6nlGV5 .card-title,
.cid-v3gi6nlGV5 .card-box {
  text-align: left;
  color: #bcfe1e;
}
.cid-v3gi2upozH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3gi2upozH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3gi2upozH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3gi2upozH .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3gi2upozH .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3gi2upozH .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3gi2upozH .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3gi2upozH .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3gi2upozH .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3gi2upozH .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3gi2upozH .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3gi2upozH .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3gi2upozH .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-v3gi2upozH .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3gi2upozH .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3gi2upozH .list,
.cid-v3gi2upozH .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3gi2upozH .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v3gi2upozH .mbr-section-title,
.cid-v3gi2upozH .logo-wrapper {
  text-align: center;
}
.cid-v3gi2upozH .list,
.cid-v3gi2upozH .item-wrap {
  color: #000000;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  position: relative !important;
}
.cid-v3gkh9NJRI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3gkh9NJRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover,
.cid-v3gkh9NJRI .dropdown-item:focus {
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover span {
  color: white;
}
.cid-v3gkh9NJRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3gkh9NJRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3gkh9NJRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3gkh9NJRI .nav-link {
  position: relative;
}
.cid-v3gkh9NJRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3gkh9NJRI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3gkh9NJRI .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-menu,
.cid-v3gkh9NJRI .navbar.opened {
  background: #292739 !important;
}
.cid-v3gkh9NJRI .nav-item:focus,
.cid-v3gkh9NJRI .nav-link:focus {
  outline: none;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3gkh9NJRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3gkh9NJRI .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: #292739;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3gkh9NJRI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v3gkh9NJRI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3gkh9NJRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3gkh9NJRI .navbar.collapsed {
  justify-content: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3gkh9NJRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3gkh9NJRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkh9NJRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3gkh9NJRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3gkh9NJRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkh9NJRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-item.active,
.cid-v3gkh9NJRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3gkh9NJRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292739;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3gkh9NJRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3gkh9NJRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3gkh9NJRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3gkh9NJRI .navbar-buttons {
  text-align: center;
}
.cid-v3gkh9NJRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v3gkh9NJRI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3gkh9NJRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3gkh9NJRI 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: #292739 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3gkh9NJRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .navbar {
    height: 70px;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    height: auto;
  }
  .cid-v3gkh9NJRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3gkh9NJRI .navbar-nav {
  margin: 0 auto;
}
.cid-v3gkh9NJRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3gkh9NJRI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3gkh9NJRI .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3gkh9NJRI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item {
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkh9NJRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3gkh9NJRI .content-wrap {
  min-height: 110px;
}
.cid-v3gijbmwAA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3gijbmwAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3gijbmwAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3gijbmwAA .card-wrapper {
  background: #292739;
}
@media (max-width: 767px) {
  .cid-v3gijbmwAA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3gijbmwAA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3gijbmwAA .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3gijbmwAA .mbr-text,
.cid-v3gijbmwAA .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-v3gijbmwAA .card-title,
.cid-v3gijbmwAA .card-box {
  text-align: left;
  color: #bcfe1e;
}
.cid-v3gijbChIK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3gijbChIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3gijbChIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3gijbChIK .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3gijbChIK .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3gijbChIK .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3gijbChIK .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3gijbChIK .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3gijbChIK .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3gijbChIK .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3gijbChIK .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3gijbChIK .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3gijbChIK .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-v3gijbChIK .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3gijbChIK .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3gijbChIK .list,
.cid-v3gijbChIK .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3gijbChIK .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v3gijbChIK .mbr-section-title,
.cid-v3gijbChIK .logo-wrapper {
  text-align: center;
}
.cid-v3gijbChIK .list,
.cid-v3gijbChIK .item-wrap {
  color: #000000;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  position: relative !important;
}
.cid-v3gkh9NJRI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3gkh9NJRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover,
.cid-v3gkh9NJRI .dropdown-item:focus {
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover span {
  color: white;
}
.cid-v3gkh9NJRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3gkh9NJRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3gkh9NJRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3gkh9NJRI .nav-link {
  position: relative;
}
.cid-v3gkh9NJRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3gkh9NJRI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3gkh9NJRI .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-menu,
.cid-v3gkh9NJRI .navbar.opened {
  background: #292739 !important;
}
.cid-v3gkh9NJRI .nav-item:focus,
.cid-v3gkh9NJRI .nav-link:focus {
  outline: none;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3gkh9NJRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3gkh9NJRI .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: #292739;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3gkh9NJRI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v3gkh9NJRI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3gkh9NJRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3gkh9NJRI .navbar.collapsed {
  justify-content: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3gkh9NJRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3gkh9NJRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkh9NJRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3gkh9NJRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3gkh9NJRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkh9NJRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-item.active,
.cid-v3gkh9NJRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3gkh9NJRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292739;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3gkh9NJRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3gkh9NJRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3gkh9NJRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3gkh9NJRI .navbar-buttons {
  text-align: center;
}
.cid-v3gkh9NJRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v3gkh9NJRI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3gkh9NJRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3gkh9NJRI 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: #292739 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3gkh9NJRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .navbar {
    height: 70px;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    height: auto;
  }
  .cid-v3gkh9NJRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3gkh9NJRI .navbar-nav {
  margin: 0 auto;
}
.cid-v3gkh9NJRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3gkh9NJRI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3gkh9NJRI .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3gkh9NJRI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item {
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkh9NJRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3gkh9NJRI .content-wrap {
  min-height: 110px;
}
.cid-v3gipcsjkq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3gipcsjkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3gipcsjkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3gipcsjkq .card-wrapper {
  background: #292739;
}
@media (max-width: 767px) {
  .cid-v3gipcsjkq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3gipcsjkq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3gipcsjkq .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3gipcsjkq .mbr-text,
.cid-v3gipcsjkq .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-v3gipcsjkq .card-title,
.cid-v3gipcsjkq .card-box {
  text-align: left;
  color: #bcfe1e;
}
.cid-v3gipcFidE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3gipcFidE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3gipcFidE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3gipcFidE .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3gipcFidE .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3gipcFidE .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3gipcFidE .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3gipcFidE .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3gipcFidE .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3gipcFidE .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3gipcFidE .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3gipcFidE .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3gipcFidE .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-v3gipcFidE .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3gipcFidE .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3gipcFidE .list,
.cid-v3gipcFidE .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3gipcFidE .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v3gipcFidE .mbr-section-title,
.cid-v3gipcFidE .logo-wrapper {
  text-align: center;
}
.cid-v3gipcFidE .list,
.cid-v3gipcFidE .item-wrap {
  color: #000000;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  position: relative !important;
}
.cid-v3gkh9NJRI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3gkh9NJRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover,
.cid-v3gkh9NJRI .dropdown-item:focus {
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover span {
  color: white;
}
.cid-v3gkh9NJRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3gkh9NJRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3gkh9NJRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3gkh9NJRI .nav-link {
  position: relative;
}
.cid-v3gkh9NJRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3gkh9NJRI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3gkh9NJRI .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-menu,
.cid-v3gkh9NJRI .navbar.opened {
  background: #292739 !important;
}
.cid-v3gkh9NJRI .nav-item:focus,
.cid-v3gkh9NJRI .nav-link:focus {
  outline: none;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3gkh9NJRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3gkh9NJRI .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: #292739;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3gkh9NJRI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v3gkh9NJRI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3gkh9NJRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3gkh9NJRI .navbar.collapsed {
  justify-content: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3gkh9NJRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3gkh9NJRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkh9NJRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3gkh9NJRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3gkh9NJRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkh9NJRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-item.active,
.cid-v3gkh9NJRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3gkh9NJRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292739;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3gkh9NJRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3gkh9NJRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3gkh9NJRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3gkh9NJRI .navbar-buttons {
  text-align: center;
}
.cid-v3gkh9NJRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v3gkh9NJRI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3gkh9NJRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3gkh9NJRI 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: #292739 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3gkh9NJRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .navbar {
    height: 70px;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    height: auto;
  }
  .cid-v3gkh9NJRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3gkh9NJRI .navbar-nav {
  margin: 0 auto;
}
.cid-v3gkh9NJRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3gkh9NJRI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3gkh9NJRI .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3gkh9NJRI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item {
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkh9NJRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3gkh9NJRI .content-wrap {
  min-height: 110px;
}
.cid-v3givQKyUM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3givQKyUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3givQKyUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3givQKyUM .card-wrapper {
  background: #292739;
}
@media (max-width: 767px) {
  .cid-v3givQKyUM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3givQKyUM .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3givQKyUM .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3givQKyUM .mbr-text,
.cid-v3givQKyUM .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-v3givQKyUM .card-title,
.cid-v3givQKyUM .card-box {
  text-align: left;
  color: #bcfe1e;
}
.cid-v3givQXvTi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3givQXvTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3givQXvTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3givQXvTi .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3givQXvTi .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3givQXvTi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3givQXvTi .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3givQXvTi .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3givQXvTi .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3givQXvTi .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3givQXvTi .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v3givQXvTi .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3givQXvTi .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-v3givQXvTi .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3givQXvTi .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3givQXvTi .list,
.cid-v3givQXvTi .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3givQXvTi .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v3givQXvTi .mbr-section-title,
.cid-v3givQXvTi .logo-wrapper {
  text-align: center;
}
.cid-v3givQXvTi .list,
.cid-v3givQXvTi .item-wrap {
  color: #000000;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  position: relative !important;
}
.cid-v3gkh9NJRI .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3gkh9NJRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover,
.cid-v3gkh9NJRI .dropdown-item:focus {
  background: #292739 !important;
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .dropdown-item:hover span {
  color: white;
}
.cid-v3gkh9NJRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3gkh9NJRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3gkh9NJRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3gkh9NJRI .nav-link {
  position: relative;
}
.cid-v3gkh9NJRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3gkh9NJRI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3gkh9NJRI .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-menu,
.cid-v3gkh9NJRI .navbar.opened {
  background: #292739 !important;
}
.cid-v3gkh9NJRI .nav-item:focus,
.cid-v3gkh9NJRI .nav-link:focus {
  outline: none;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3gkh9NJRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3gkh9NJRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3gkh9NJRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3gkh9NJRI .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: #292739;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3gkh9NJRI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-v3gkh9NJRI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v3gkh9NJRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3gkh9NJRI .navbar.collapsed {
  justify-content: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3gkh9NJRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3gkh9NJRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3gkh9NJRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3gkh9NJRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3gkh9NJRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkh9NJRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3gkh9NJRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkh9NJRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3gkh9NJRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkh9NJRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkh9NJRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3gkh9NJRI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkh9NJRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .dropdown-item.active,
.cid-v3gkh9NJRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3gkh9NJRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3gkh9NJRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292739;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3gkh9NJRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3gkh9NJRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3gkh9NJRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3gkh9NJRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3gkh9NJRI .navbar-buttons {
  text-align: center;
}
.cid-v3gkh9NJRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-v3gkh9NJRI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3gkh9NJRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3gkh9NJRI 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: #292739 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3gkh9NJRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3gkh9NJRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3gkh9NJRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3gkh9NJRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3gkh9NJRI .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-v3gkh9NJRI .navbar {
    height: 70px;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    height: auto;
  }
  .cid-v3gkh9NJRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3gkh9NJRI .navbar-nav {
  margin: 0 auto;
}
.cid-v3gkh9NJRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3gkh9NJRI .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v3gkh9NJRI .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3gkh9NJRI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-v3gkh9NJRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item {
  color: #bcfe1e !important;
}
.cid-v3gkh9NJRI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-v3gkh9NJRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkh9NJRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkh9NJRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v3gkh9NJRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v3gkh9NJRI .content-wrap {
  min-height: 110px;
}
