.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.125rem;
  line-height: 1.22;
}
.display-1 > .mbr-iconfont {
  font-size: 6.40625rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.1rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5875rem;
    font-size: calc( 2.44375rem + (5.125 - 2.44375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.22 * (2.44375rem + (5.125 - 2.44375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5875rem;
    font-size: calc( 2.44375rem + (5.125 - 2.44375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.22 * (2.44375rem + (5.125 - 2.44375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0175ff !important;
}
.bg-success {
  background-color: #9ba9c4 !important;
}
.bg-info {
  background-color: #fafafa !important;
}
.bg-warning {
  background-color: #ff6a00 !important;
}
.bg-danger {
  background-color: #fa1800 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0175ff !important;
  border-color: #0175ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3491ff !important;
  border-color: #3491ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3491ff !important;
  border-color: #3491ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffcd7d !important;
  border-color: #ffcd7d !important;
  color: #4a2e00 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffe1b0 !important;
  border-color: #ffe1b0 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4a2e00 !important;
  background-color: #ffe1b0 !important;
  border-color: #ffe1b0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ba9c4 !important;
  border-color: #9ba9c4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bbc5d7 !important;
  border-color: #bbc5d7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bbc5d7 !important;
  border-color: #bbc5d7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fa1800 !important;
  border-color: #fa1800 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff422e !important;
  border-color: #ff422e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff422e !important;
  border-color: #ff422e !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0175ff;
  color: #0175ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #004da9 !important;
  background-color: transparent !important;
  border-color: #004da9 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0175ff !important;
  border-color: #0175ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffcd7d;
  color: #ffcd7d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffac26 !important;
  background-color: transparent !important;
  border-color: #ffac26 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7d4d00 !important;
  background-color: #ffcd7d !important;
  border-color: #ffcd7d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9ba9c4;
  color: #9ba9c4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #647aa4 !important;
  background-color: transparent !important;
  border-color: #647aa4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ba9c4 !important;
  border-color: #9ba9c4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff6a00;
  color: #ff6a00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a84600 !important;
  background-color: transparent !important;
  border-color: #a84600 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fa1800;
  color: #fa1800;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a31000 !important;
  background-color: transparent !important;
  border-color: #a31000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fa1800 !important;
  border-color: #fa1800 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #0175ff !important;
}
.text-secondary {
  color: #ffcd7d !important;
}
.text-success {
  color: #9ba9c4 !important;
}
.text-info {
  color: #fafafa !important;
}
.text-warning {
  color: #ff6a00 !important;
}
.text-danger {
  color: #fa1800 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00469a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffa617 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5c729d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #994000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #940e00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0175ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fafafa;
}
.alert-warning {
  background-color: #ff6a00;
}
.alert-danger {
  background-color: #fa1800;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0175ff;
  border-color: #0175ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0175ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cde4ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ebeef3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe1cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffccc7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0175ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #0175ff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0175ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0175ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0175ff;
  border-bottom-color: #0175ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0175ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffcd7d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230175ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 11px 28px;
  border-radius: 15px !important;
  font-weight: 400;
}
.mbr-section-btn .btn-black {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: inset -4px 3px 9px 0px #0175ff, inset 3px -2px 8px 0px #ffcd7d;
  transition: all .5s ease;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  box-shadow: inset 0px 36px 25px 0px #0175ff, inset 0px -33px 25px 0px #ffcd7d;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: inset -4px 3px 9px 0px #0175ff, inset 3px -2px 8px 0px #ffcd7d;
  transition: all .5s ease;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  box-shadow: inset 0px 36px 25px 0px #0175ff, inset 0px -33px 25px 0px #ffcd7d;
  color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.little-radius,
.google-map iframe,
.dropdown-item {
  border-radius: 10px !important;
}
ul.navbar-nav,
ul.navbar-nav::before {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  ul.navbar-nav,
  ul.navbar-nav::before {
    border-radius: 24px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v5qUdz40Xg {
  z-index: 1000;
  width: 100%;
}
.cid-v5qUdz40Xg nav.navbar {
  position: fixed;
}
.cid-v5qUdz40Xg .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v5qUdz40Xg .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-v5qUdz40Xg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .dropdown-menu {
    text-align: center;
  }
}
.cid-v5qUdz40Xg .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .dropdown-item:hover,
.cid-v5qUdz40Xg .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v5qUdz40Xg .dropdown-item:hover span {
  color: white;
}
.cid-v5qUdz40Xg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5qUdz40Xg .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5qUdz40Xg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5qUdz40Xg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v5qUdz40Xg .nav-link {
  position: relative;
}
.cid-v5qUdz40Xg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v5qUdz40Xg .container {
    flex-wrap: nowrap;
  }
}
.cid-v5qUdz40Xg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5qUdz40Xg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5qUdz40Xg .dropdown-menu,
.cid-v5qUdz40Xg .navbar.opened {
  background: #000000 !important;
}
.cid-v5qUdz40Xg .nav-item:focus,
.cid-v5qUdz40Xg .nav-link:focus {
  outline: none;
}
.cid-v5qUdz40Xg .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v5qUdz40Xg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v5qUdz40Xg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5qUdz40Xg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5qUdz40Xg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5qUdz40Xg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v5qUdz40Xg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .navbar {
    min-height: 80px;
  }
}
.cid-v5qUdz40Xg .navbar.opened {
  transition: all 0.3s;
}
.cid-v5qUdz40Xg .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v5qUdz40Xg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5qUdz40Xg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5qUdz40Xg .navbar.collapsed {
  justify-content: center;
}
.cid-v5qUdz40Xg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5qUdz40Xg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5qUdz40Xg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v5qUdz40Xg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5qUdz40Xg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5qUdz40Xg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-v5qUdz40Xg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5qUdz40Xg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v5qUdz40Xg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5qUdz40Xg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5qUdz40Xg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5qUdz40Xg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5qUdz40Xg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5qUdz40Xg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-v5qUdz40Xg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5qUdz40Xg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5qUdz40Xg .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v5qUdz40Xg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5qUdz40Xg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5qUdz40Xg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5qUdz40Xg .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5qUdz40Xg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5qUdz40Xg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .navbar-brand {
    min-height: 80px;
  }
}
.cid-v5qUdz40Xg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5qUdz40Xg .navbar-brand .navbar-caption:hover,
.cid-v5qUdz40Xg .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5qUdz40Xg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5qUdz40Xg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .dropdown-item.active,
.cid-v5qUdz40Xg .dropdown-item:active {
  background-color: transparent;
}
.cid-v5qUdz40Xg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5qUdz40Xg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5qUdz40Xg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5qUdz40Xg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v5qUdz40Xg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5qUdz40Xg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5qUdz40Xg ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v5qUdz40Xg ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v5qUdz40Xg ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v5qUdz40Xg .navbar-buttons {
  text-align: center;
}
.cid-v5qUdz40Xg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v5qUdz40Xg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5qUdz40Xg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5qUdz40Xg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5qUdz40Xg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5qUdz40Xg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5qUdz40Xg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5qUdz40Xg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5qUdz40Xg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5qUdz40Xg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5qUdz40Xg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5qUdz40Xg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5qUdz40Xg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5qUdz40Xg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5qUdz40Xg .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-v5qUdz40Xg .navbar {
    height: 70px;
  }
  .cid-v5qUdz40Xg .navbar.opened {
    height: auto;
  }
  .cid-v5qUdz40Xg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5qUdz40Xg .navbar-nav {
  margin: 0 auto;
}
.cid-v5qUdz40Xg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5qUdz40Xg .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v5qUdz40Xg .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5qUdz40Xg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v5qUdz40Xg .nav-item .nav-link:hover,
.cid-v5qUdz40Xg .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .nav-item .nav-link:hover::after,
.cid-v5qUdz40Xg .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .nav-item .nav-link:hover::before,
.cid-v5qUdz40Xg .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v5qUdz40Xg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5qUdz40Xg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5qUdz40Xg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v5qUdz40Xg .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v5qUdz40Xg .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v5qUdz40Xg .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5qUdz40Xg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5qUdz40Xg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5qUdz40Xg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5qUdz40Xg .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v5qUdz40Xg .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v5qUdz40Xg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v5qUdz40Xg .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v5qUdz40Xg .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v5qUdz40Xg .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .content-wrap {
    min-height: 80px;
  }
}
.cid-ve1YWm0yBI {
  padding-top: 11rem;
  padding-bottom: 0rem;
}
.cid-ve1YWm0yBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve1YWm0yBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ve1YWm0yBI .content-wrap {
  margin: 0 -30px;
}
.cid-ve1YWm0yBI .content-wrap .card {
  padding: 0 30px;
}
.cid-ve1YWm0yBI .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ve1YWm0yBI .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-ve1YWm0yBI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  background: linear-gradient(to right, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.cid-ve1YWm0yBI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  background: linear-gradient(to right, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
@media (max-width: 992px) {
  .cid-ve1YWm0yBI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ve1YWm0yBI .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-ve1YWm0yBI .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ve1YWm0yBI .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-ve1YWm0yBI .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-ve1YWm0yBI .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-ve1YWm0yBI .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ve1YWm0yBI .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-ve1YWm0yBI .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ve1YWm0yBI .mbr-label,
.cid-ve1YWm0yBI .label-wrapper {
  color: #ffffff;
}
.cid-ve1YWm0yBI .mbr-section-title {
  color: #ffffff;
}
.cid-ve1YWm0yBI .mbr-text,
.cid-ve1YWm0yBI .text-wrapper {
  color: #ffffff;
}
.cid-ve6V1PkMMe {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ve6V1PkMMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve6V1PkMMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve6V1PkMMe .title-wrapper {
  margin-top: 40px;
}
.cid-ve6V1PkMMe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ve6V1PkMMe .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-ve6V1PkMMe .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ve6V1PkMMe .mbr-section-title {
  color: #ffffff;
}
.cid-ve6V1PkMMe .mbr-section-title,
.cid-ve6V1PkMMe .mbr-section-btn {
  text-align: center;
}
.cid-v5qVAi6T1F {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5qVAi6T1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qVAi6T1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qVAi6T1F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v5qVAi6T1F .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5qVAi6T1F .embla__slide .slide-content {
  width: 100%;
}
.cid-v5qVAi6T1F .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5qVAi6T1F .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 1;
  filter: invert(1);
}
.cid-v5qVAi6T1F .embla__button--next,
.cid-v5qVAi6T1F .embla__button--prev {
  display: flex;
}
.cid-v5qVAi6T1F .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v5qVAi6T1F .embla__button:hover {
  opacity: .5 !important;
}
.cid-v5qVAi6T1F .embla__button:disabled {
  opacity: .3 !important;
}
.cid-v5qVAi6T1F .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-v5qVAi6T1F .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-v5qVAi6T1F .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-v5qVAi6T1F .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-v5qVAi6T1F .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v5qVAi6T1F .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v5qVAi6T1F .embla__viewport {
    padding: 0;
  }
}
.cid-v5qVAi6T1F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5qVAi6T1F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5qVAi6T1F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5qVAi6T1F .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v5qVAi6T1F .mbr-text {
  color: #ffffff;
  text-align: justify;
  background: linear-gradient(to right, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5qVAi6T1F .mbr-section-title {
  color: #ff8b39;
}
.cid-ve9Un7GkzT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ve9Un7GkzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9Un7GkzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9Un7GkzT .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-ve9Un7GkzT .container {
    padding: 10px 8px;
  }
}
.cid-ve9Un7GkzT .row {
  border-radius: 25px;
  background-color: #000000;
  box-shadow: inset 0 0 5rem #462914;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ve9Un7GkzT .row {
    padding: 50px 10px;
  }
}
.cid-ve9Un7GkzT .row .card {
  padding: 0;
}
.cid-ve9Un7GkzT .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ve9Un7GkzT .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-ve9Un7GkzT .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(to right, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ve9Un7GkzT .mbr-section-title span {
  opacity: .5;
}
.cid-vepAuFrBMl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c0f16;
  background-image: linear-gradient(90deg, #0c0f16, #000000 100%);
}
.cid-vepAuFrBMl .item:focus,
.cid-vepAuFrBMl span:focus {
  outline: none;
}
.cid-vepAuFrBMl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  position: relative;
}
.cid-vepAuFrBMl .container-fluid::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #ff6a00, #ffcd7d, #0175ff);
  opacity: 0.3;
  z-index: 1;
}
.cid-vepAuFrBMl .container-fluid::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #ff6a00, #ffcd7d, #0175ff);
  opacity: 0.3;
  z-index: 1;
}
.cid-vepAuFrBMl .content-head {
  max-width: 800px;
}
.cid-vepAuFrBMl .futuristic-text {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  z-index: 2;
}
.cid-vepAuFrBMl .futuristic-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff, #ff6a00);
  background-size: 400% 400%;
  animation: gradientShift 3s ease infinite, particleFloat 4s ease-in-out infinite;
  z-index: -1;
  opacity: 0.1;
}
@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes particleFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
  }
}
.cid-vepAuFrBMl .item {
  color: #ff6a00;
  font-size: 0.75rem;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgba(255, 106, 0, 0.5);
  animation: textGlow 2s ease-in-out infinite alternate;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  padding: 0 10px;
}
@keyframes textGlow {
  from {
    text-shadow: 0 0 5px rgba(255, 106, 0, 0.3), 0 0 10px rgba(255, 106, 0, 0.2);
  }
  to {
    text-shadow: 0 0 20px rgba(255, 106, 0, 0.6), 0 0 30px rgba(1, 117, 255, 0.4);
  }
}
@media (min-width: 576px) {
  .cid-vepAuFrBMl .item {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .cid-vepAuFrBMl .item {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vepAuFrBMl .item {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .cid-vepAuFrBMl .item {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .cid-vepAuFrBMl .item {
    font-size: 1.375rem;
  }
}
.cid-vepAuFrBMl .futuristic-text::after {
  content: '★ ☄ ★';
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 1rem;
  animation: particles 6s linear infinite;
  opacity: 0.6;
  z-index: 0;
}
@keyframes particles {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .cid-vepAuFrBMl .container-fluid::before,
  .cid-vepAuFrBMl .container-fluid::after {
    width: 2px;
    opacity: 0.2;
  }
  .cid-vepAuFrBMl .futuristic-text {
    margin: 0 10px;
  }
  .cid-vepAuFrBMl .item {
    padding: 0 5px;
  }
}
@media (max-width: 576px) {
  .cid-vepAuFrBMl .container-fluid::before,
  .cid-vepAuFrBMl .container-fluid::after {
    width: 1px;
  }
  .cid-vepAuFrBMl .futuristic-text {
    margin: 0 5px;
  }
}
.cid-vevSGR0OPL.popup-builder {
  background-color: #ffffff;
}
.cid-vevSGR0OPL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vevSGR0OPL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vevSGR0OPL .modal-content,
.cid-vevSGR0OPL .modal-dialog {
  height: auto;
}
.cid-vevSGR0OPL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vevSGR0OPL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vevSGR0OPL .form-wrapper .mbr-form .form-group,
  .cid-vevSGR0OPL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vevSGR0OPL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vevSGR0OPL .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-vevSGR0OPL .mbr-text {
  text-align: center;
  color: #be1200;
}
.cid-vevSGR0OPL .pt-0 {
  padding-top: 0 !important;
}
.cid-vevSGR0OPL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vevSGR0OPL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vevSGR0OPL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vevSGR0OPL .modal-open {
  overflow: hidden;
}
.cid-vevSGR0OPL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vevSGR0OPL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vevSGR0OPL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vevSGR0OPL .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-vevSGR0OPL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vevSGR0OPL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vevSGR0OPL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vevSGR0OPL .modal-content {
  background: #000000;
  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-vevSGR0OPL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vevSGR0OPL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vevSGR0OPL .modal-backdrop.fade {
  opacity: 0;
}
.cid-vevSGR0OPL .modal-backdrop.show {
  opacity: .5;
}
.cid-vevSGR0OPL .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-vevSGR0OPL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vevSGR0OPL .modal-header {
    padding: 1rem;
  }
}
.cid-vevSGR0OPL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vevSGR0OPL .modal-header .close svg {
  fill: #353535;
}
.cid-vevSGR0OPL .modal-header .close:hover {
  opacity: 1;
}
.cid-vevSGR0OPL .modal-header .close:focus {
  outline: none;
}
.cid-vevSGR0OPL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vevSGR0OPL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vevSGR0OPL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevSGR0OPL .modal-body {
    padding: 1rem;
  }
}
.cid-vevSGR0OPL .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-vevSGR0OPL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevSGR0OPL .modal-footer {
    padding: 1rem;
  }
}
.cid-vevSGR0OPL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vevSGR0OPL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vevSGR0OPL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vevSGR0OPL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vevSGR0OPL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vevSGR0OPL .modal-lg,
  .cid-vevSGR0OPL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vevSGR0OPL .modal-xl {
    max-width: 1140px;
  }
}
.cid-vevSGR0OPL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vevSGR0OPL .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-vevSGR0OPL .form-group {
  margin-bottom: 1rem;
}
.cid-vevSGR0OPL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vevSGR0OPL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vevSGR0OPL .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-vevSGR0OPL .mbr-section-btn {
  margin: 0;
}
.cid-vevSGR0OPL .mbr-section-btn .btn {
  margin: 0;
}
.cid-vevSGR0OPL LABEL {
  text-align: left;
  color: #fa1800;
}
.cid-v5qUf0gF0t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5qUf0gF0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qUf0gF0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qUf0gF0t .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5qUf0gF0t .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v5qUf0gF0t .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v5qUf0gF0t .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v5qUf0gF0t .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v5qUf0gF0t .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5qUf0gF0t .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qUf0gF0t .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5qUf0gF0t .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5qUf0gF0t .content-wrap .card {
  justify-content: center;
}
.cid-v5qUf0gF0t .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5qUf0gF0t .item {
    margin-bottom: 20px;
  }
  .cid-v5qUf0gF0t .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5qUf0gF0t .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 20px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
.cid-v5qUf0gF0t .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff3b26 10%, #433621 25%, #00408d 100%);
  filter: blur(50px);
  pointer-events: none;
}
.cid-v5qUf0gF0t .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(transparent 0, #000000 80%);
  pointer-events: none;
}
.cid-v5qUf0gF0t .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 20px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-v5qUf0gF0t .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-v5qUf0gF0t .item .item-wrapper .item-img img {
  height: 260px;
  width: 60%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5qUf0gF0t .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v5qUf0gF0t .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.cid-v5qUf0gF0t .item .item-wrapper .item-content .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v5qUf0gF0t .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-v5qUf0gF0t .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 6px;
}
.cid-v5qUf0gF0t .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-v5qUf0gF0t .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v5qUf0gF0t .item .item-wrapper .item-content .card-box .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v5qUf0gF0t .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5qUf0gF0t .item .card_2 .item-img img {
  height: 210px;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-v5qUf0gF0t .item .card_2 .item-img img {
    width: 100%;
  }
}
.cid-v5qUf0gF0t .mbr-label {
  color: #9ba9c4;
}
.cid-v5qUf0gF0t .mbr-section-title {
  color: #ff8b39;
  background: linear-gradient(to right, #ff3b26, #433621, #00408d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5qUf0gF0t .mbr-text,
.cid-v5qUf0gF0t .text-wrapper {
  color: #ffffff;
}
.cid-v5qUf0gF0t .item-title {
  color: #ffffff;
}
.cid-v5qUf0gF0t .item-text {
  color: #ffffff;
}
.cid-v5qUf0gF0t .item-title,
.cid-v5qUf0gF0t .mbr-section-btn {
  color: #ffffff;
}
.cid-v5qUf0gF0t .mbr-label,
.cid-v5qUf0gF0t .label-wrapper {
  color: #454545;
}
.cid-ved4R1aJYp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ved4R1aJYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ved4R1aJYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ved4R1aJYp .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ved4R1aJYp .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-ved4R1aJYp .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffcd7d;
  margin-bottom: 24px;
}
.cid-ved4R1aJYp .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-ved4R1aJYp .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-ved4R1aJYp .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-ved4R1aJYp .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  background: linear-gradient(to right, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-ved4R1aJYp .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ved4R1aJYp .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ved4R1aJYp .content-wrap .card {
  justify-content: center;
}
.cid-ved4R1aJYp .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ved4R1aJYp .item {
    margin-bottom: 20px;
  }
  .cid-ved4R1aJYp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ved4R1aJYp .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #ff6a00;
  min-height: 440px;
  min-height: auto;
}
@media (max-width: 992px) {
  .cid-ved4R1aJYp .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-ved4R1aJYp .item .item-wrapper .item-content .item-title {
  margin-bottom: 6px;
}
.cid-ved4R1aJYp .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-ved4R1aJYp .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ved4R1aJYp .item .item-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ved4R1aJYp .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-ved4R1aJYp .mbr-label {
  color: #9ba9c4;
}
.cid-ved4R1aJYp .mbr-section-title {
  color: #ffffff;
}
.cid-ved4R1aJYp .mbr-text,
.cid-ved4R1aJYp .text-wrapper {
  color: #9ba9c4;
}
.cid-ved4R1aJYp .item-title {
  color: #ffffff;
}
.cid-ved4R1aJYp .item-text {
  color: #9ba9c4;
}
.cid-ved4R1aJYp .item-title,
.cid-ved4R1aJYp .mbr-section-btn {
  text-align: left;
}
.cid-ved4R1aJYp .mbr-label,
.cid-ved4R1aJYp .label-wrapper {
  color: #454545;
}
.cid-ve9QWK1Wfv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ve9QWK1Wfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9QWK1Wfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9QWK1Wfv .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ve9QWK1Wfv .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-ve9QWK1Wfv .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-ve9QWK1Wfv .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-ve9QWK1Wfv .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-ve9QWK1Wfv .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-ve9QWK1Wfv .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ve9QWK1Wfv .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ve9QWK1Wfv .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ve9QWK1Wfv .content-wrap .card {
  justify-content: center;
}
.cid-ve9QWK1Wfv .tabs-wrapper {
  margin-bottom: 24px;
  text-align: center;
}
.cid-ve9QWK1Wfv .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cid-ve9QWK1Wfv .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-ve9QWK1Wfv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid #242a3c;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #0c0f16;
}
.cid-ve9QWK1Wfv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
.cid-ve9QWK1Wfv .tab-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ve9QWK1Wfv .tab-content::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-ve9QWK1Wfv .tab-content::before {
    width: 300px;
    height: 300px;
  }
}
.cid-ve9QWK1Wfv .tab-content .tab-pane {
  width: 100%;
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 40px;
  border: 1px solid #454545;
}
@media (max-width: 992px) {
  .cid-ve9QWK1Wfv .tab-content .tab-pane .item-content {
    display: block;
    padding: 20px;
  }
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 16px;
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box .list-wrapper {
    margin-top: 20px;
  }
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
    width: 100%;
  }
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #454545;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .image-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
  }
}
.cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .image-wrap img {
  height: 450px;
  width: 110%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ve9QWK1Wfv .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
    width: 100%;
  }
}
.cid-ve9QWK1Wfv .mbr-label {
  color: #9ba9c4;
}
.cid-ve9QWK1Wfv .mbr-section-title {
  color: transparent;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ve9QWK1Wfv .mbr-text,
.cid-ve9QWK1Wfv .text-wrapper {
  color: #9ba9c4;
}
.cid-ve9QWK1Wfv .item-title {
  color: #ffffff;
}
.cid-ve9QWK1Wfv .item-text {
  color: #9ba9c4;
}
.cid-ve9QWK1Wfv .list {
  color: #d1d4e3;
}
.cid-ve9QWK1Wfv .mbr-number {
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cid-ve9QWK1Wfv .mbr-section-title,
.cid-ve9QWK1Wfv .tabs-wrapper {
  text-align: justify;
}
.cid-veeypObeu5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-veeypObeu5 .mbr-section-title {
  color: #06182d;
}
.cid-veeypObeu5 .mbr-section-title span {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #000000;
  background: linear-gradient(#000000 0%, #353535 69%, #be1200 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-veeypObeu5 .mbr-section-subtitle {
  color: #06182d;
}
.cid-veeypObeu5 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-veeypObeu5 .card:nth-child(even) {
  margin-top: 70px;
}
.cid-veeypObeu5 .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-veeypObeu5 .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-veeypObeu5 .card .card-wrapper {
  height: 100%;
}
.cid-veeypObeu5 .card .card-wrapper .card-img {
  position: relative;
}
.cid-veeypObeu5 .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-veeypObeu5 .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-veeypObeu5 .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-veeypObeu5 .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-veeypObeu5 .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-veeypObeu5 .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-veeypObeu5 .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-veeypObeu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeypObeu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeypObeu5 .mbr-section-title,
.cid-veeypObeu5 .col {
  color: #ffffff;
  background: linear-gradient(to right, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-veeypObeu5 .card .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-veeypObeu5 .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  background: linear-gradient(to right, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ved4P4aJ5X {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ved4P4aJ5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ved4P4aJ5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ved4P4aJ5X .items-wrapper {
  margin: 0 -30px;
}
.cid-ved4P4aJ5X .item {
  padding: 0 30px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ved4P4aJ5X .item {
    margin-bottom: 40px;
  }
  .cid-ved4P4aJ5X .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ved4P4aJ5X .item .item-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-ved4P4aJ5X .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-ved4P4aJ5X .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-ved4P4aJ5X .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-ved4P4aJ5X .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-ved4P4aJ5X .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-ved4P4aJ5X .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-ved4P4aJ5X .item-title {
  color: #ffffff;
}
.cid-ved4P4aJ5X .item-text {
  color: #9ba9c4;
}
.cid-vee48TfXmv {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-vee48TfXmv .container {
  max-width: 1400px;
}
.cid-vee48TfXmv svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-vee48TfXmv #e1_ellipse {
  fill: #000000 !important;
}
.cid-vee48TfXmv .mbr-text {
  background: linear-gradient(to right, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vee48TfXmv .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-vee48TfXmv .card-img .img1 {
  background-color: #3d94fc;
}
.cid-vee48TfXmv .card-img .img2 {
  background-color: #5580ff;
}
.cid-vee48TfXmv .card-img .img3 {
  background-color: #ff8a73;
}
.cid-vee48TfXmv .card-img .img4 {
  background-color: #bfceff;
}
.cid-vee48TfXmv .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 2rem !important;
}
.cid-vee48TfXmv .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-vee48TfXmv .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #000000;
}
.cid-vee48TfXmv .card-title,
.cid-vee48TfXmv .card-img {
  color: #57468b;
}
.cid-vee48TfXmv img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-vee48TfXmv img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-vee48TfXmv .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-vee48TfXmv .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-vee48TfXmv .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-vee48TfXmv .card-img span {
    margin-right: 0rem;
  }
  .cid-vee48TfXmv svg {
    top: -9rem;
  }
}
.cid-vee48TfXmv .card-img {
  width: auto;
}
.cid-vee48TfXmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vee48TfXmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vee48TfXmv .card-title {
  color: #ffffff;
}
.cid-vefwdIIwHn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-vefwdIIwHn .container {
    max-width: 1400px;
  }
}
.cid-vefwdIIwHn .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-vefwdIIwHn .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-vefwdIIwHn .main-title {
  margin-bottom: 56px;
  color: #ffffff;
  background: linear-gradient(to right, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vefwdIIwHn .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0175ff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-vefwdIIwHn .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-vefwdIIwHn img {
  width: 100%;
}
.cid-vefwdIIwHn .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-vefwdIIwHn .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-vefwdIIwHn .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 106, 0, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ff6a00;
}
.cid-vefwdIIwHn .card-wrapper .card-box {
  height: 100%;
}
.cid-vefwdIIwHn .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-vefwdIIwHn .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-vefwdIIwHn .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-vefwdIIwHn .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-vefwdIIwHn .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-vefwdIIwHn .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-vefwdIIwHn .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-vefwdIIwHn .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-vefwdIIwHn .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-vefwdIIwHn .mbr-section-btn {
  text-align: center;
}
.cid-vefwdIIwHn .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-vefwdIIwHn .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-vefwdIIwHn .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-vefwdIIwHn .card-box {
    padding: 1rem;
  }
}
.cid-vefwdIIwHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vefwdIIwHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vefwdIIwHn .card .card-wrapper .card-box .card-title,
.cid-vefwdIIwHn .card-box {
  color: #dddddd;
}
.cid-vep2hr21rK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vep2hr21rK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vep2hr21rK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vep2hr21rK .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vep2hr21rK .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vep2hr21rK .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vep2hr21rK .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vep2hr21rK .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vep2hr21rK .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vep2hr21rK .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vep2hr21rK .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vep2hr21rK .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vep2hr21rK .content-wrap .card {
  justify-content: center;
}
.cid-vep2hr21rK .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vep2hr21rK .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vep2hr21rK .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vep2hr21rK .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 24px;
  background-color: #0c0f16;
  border: 1px solid #242a3c;
  overflow: hidden;
}
.cid-vep2hr21rK .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vep2hr21rK .panel-group .card {
    margin-top: 20px;
  }
  .cid-vep2hr21rK .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-vep2hr21rK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vep2hr21rK .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-vep2hr21rK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vep2hr21rK .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vep2hr21rK .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-vep2hr21rK .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vep2hr21rK .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vep2hr21rK .panel-group .card .panel-collapse .panel-body {
  padding: 20px;
  border-top: 1px solid #242a3c;
}
.cid-vep2hr21rK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vep2hr21rK .mbr-label {
  color: #9ba9c4;
}
.cid-vep2hr21rK .mbr-section-title {
  color: #ffffff;
}
.cid-vep2hr21rK .mbr-text,
.cid-vep2hr21rK .text-wrapper {
  color: #9ba9c4;
}
.cid-vep2hr21rK .panel-title-edit {
  color: #ffffff;
}
.cid-vep2hr21rK .panel-text {
  color: #9ba9c4;
}
.cid-vepABAsJiE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vepABAsJiE .item:focus,
.cid-vepABAsJiE span:focus {
  outline: none;
}
.cid-vepABAsJiE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  position: relative;
  border-left: 2px solid rgba(226, 76, 74, 0.3);
  border-right: 2px solid rgba(18, 18, 18, 0.3);
}
.cid-vepABAsJiE .content-wrap_1,
.cid-vepABAsJiE .content-wrap_2 {
  position: relative;
  z-index: 2;
  margin: 0 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.cid-vepABAsJiE .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vepABAsJiE .item {
    min-height: 45px;
  }
}
.cid-vepABAsJiE .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #e24c4a;
  border-radius: 0 8px 8px 0;
}
.cid-vepABAsJiE .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #000000;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 992px) {
  .cid-vepABAsJiE .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-vepABAsJiE .container_1 {
  background-color: #e24c4a;
  padding: 0 15px;
}
.cid-vepABAsJiE .container_1 .item_1 {
  color: #121212;
  background-color: #e24c4a;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1rem;
}
.cid-vepABAsJiE .container_2 {
  background-color: #000000;
  padding: 0 15px;
}
.cid-vepABAsJiE .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cid-vepABAsJiE .container-fluid {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .cid-vepABAsJiE .content-wrap_1,
  .cid-vepABAsJiE .content-wrap_2 {
    margin: 0 4px;
  }
  .cid-vepABAsJiE .container_1,
  .cid-vepABAsJiE .container_2 {
    padding: 0 10px;
  }
  .cid-vepABAsJiE .item_1,
  .cid-vepABAsJiE .item_2 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.875rem;
  }
}
.cid-vepABAsJiE .content-wrap_1:hover,
.cid-vepABAsJiE .content-wrap_2:hover {
  transform: translateY(-2px) rotate(2deg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.cid-vepABAsJiE .content-wrap_2:hover {
  transform: translateY(-2px) rotate(-2deg);
}
.cid-v5qVdJUUYv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5qVdJUUYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qVdJUUYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qVdJUUYv .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5qVdJUUYv .content-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v5qVdJUUYv .content-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-v5qVdJUUYv .content-wrap {
  position: relative;
  margin: 0 -40px;
}
.cid-v5qVdJUUYv .content-wrap .card {
  padding: 0 40px;
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5qVdJUUYv .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qVdJUUYv .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qVdJUUYv .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v5qVdJUUYv .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v5qVdJUUYv .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #000000;
  border: 1px solid #ff3b26;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v5qVdJUUYv .form-wrap {
    padding: 20px;
  }
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #0c0f16;
  border: 1px solid #ff3b26 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #d1d4e3;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #0175ff !important;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1d4e3;
  border-color: #d1d4e3;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-v5qVdJUUYv .mbr-label {
  color: #9ba9c4;
}
.cid-v5qVdJUUYv .mbr-section-title {
  color: #ffffff;
}
.cid-v5qVdJUUYv .mbr-text,
.cid-v5qVdJUUYv .text-wrapper {
  color: #9ba9c4;
}
.cid-v5qVdJUUYv label {
  color: #9ba9c4;
}
.cid-vepybVdD0X {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vepybVdD0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepybVdD0X .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-vepybVdD0X .container {
    padding: 0 30px;
  }
}
.cid-vepybVdD0X .row {
  justify-content: center;
}
.cid-vepybVdD0X .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-vepybVdD0X .text-wrapper {
    padding-left: 30px;
  }
}
.cid-vepybVdD0X .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #d3d3d3;
}
.cid-vepybVdD0X .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-vepybVdD0X .mbr-text {
  color: #ffffff;
  font-size: 0.5rem;
}
.cid-vercuwUVly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vercuwUVly .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vercuwUVly .social-row .soc-item {
  margin: 8px;
}
.cid-vercuwUVly .social-row .soc-item a:hover .mbr-iconfont,
.cid-vercuwUVly .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vercuwUVly .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #0054b9;
  transition: all 0.3s ease-in-out;
}
.cid-vercuwUVly .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vercuwUVly .mbr-section-title {
  color: #ffffff;
}
.cid-vercuwUVly .mbr-section-title,
.cid-vercuwUVly .social-list {
  color: #ffffff;
  text-align: right;
}
.cid-v5qVEggfYi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v5qVEggfYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qVEggfYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qVEggfYi .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5qVEggfYi .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v5qVEggfYi .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v5qVEggfYi .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:hover,
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:hover::before,
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5qVEggfYi .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-v5qVEggfYi .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-v5qVEggfYi .mbr-copy {
  margin-bottom: 0;
  color: #353535;
  text-align: center;
}
.cid-v5qVEggfYi .mbr-list-title {
  color: #ffffff;
}
.cid-v5qVEggfYi .list {
  color: #9ba9c4;
}
.cid-v5qUdz40Xg {
  z-index: 1000;
  width: 100%;
}
.cid-v5qUdz40Xg nav.navbar {
  position: fixed;
}
.cid-v5qUdz40Xg .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v5qUdz40Xg .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-v5qUdz40Xg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .dropdown-menu {
    text-align: center;
  }
}
.cid-v5qUdz40Xg .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .dropdown-item:hover,
.cid-v5qUdz40Xg .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v5qUdz40Xg .dropdown-item:hover span {
  color: white;
}
.cid-v5qUdz40Xg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5qUdz40Xg .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5qUdz40Xg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5qUdz40Xg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v5qUdz40Xg .nav-link {
  position: relative;
}
.cid-v5qUdz40Xg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v5qUdz40Xg .container {
    flex-wrap: nowrap;
  }
}
.cid-v5qUdz40Xg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5qUdz40Xg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5qUdz40Xg .dropdown-menu,
.cid-v5qUdz40Xg .navbar.opened {
  background: #000000 !important;
}
.cid-v5qUdz40Xg .nav-item:focus,
.cid-v5qUdz40Xg .nav-link:focus {
  outline: none;
}
.cid-v5qUdz40Xg .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v5qUdz40Xg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v5qUdz40Xg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5qUdz40Xg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5qUdz40Xg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5qUdz40Xg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v5qUdz40Xg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .navbar {
    min-height: 80px;
  }
}
.cid-v5qUdz40Xg .navbar.opened {
  transition: all 0.3s;
}
.cid-v5qUdz40Xg .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v5qUdz40Xg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5qUdz40Xg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5qUdz40Xg .navbar.collapsed {
  justify-content: center;
}
.cid-v5qUdz40Xg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5qUdz40Xg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5qUdz40Xg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v5qUdz40Xg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5qUdz40Xg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5qUdz40Xg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-v5qUdz40Xg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5qUdz40Xg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v5qUdz40Xg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5qUdz40Xg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5qUdz40Xg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5qUdz40Xg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5qUdz40Xg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5qUdz40Xg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-v5qUdz40Xg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5qUdz40Xg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5qUdz40Xg .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v5qUdz40Xg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5qUdz40Xg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5qUdz40Xg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5qUdz40Xg .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5qUdz40Xg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5qUdz40Xg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .navbar-brand {
    min-height: 80px;
  }
}
.cid-v5qUdz40Xg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5qUdz40Xg .navbar-brand .navbar-caption:hover,
.cid-v5qUdz40Xg .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5qUdz40Xg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5qUdz40Xg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .dropdown-item.active,
.cid-v5qUdz40Xg .dropdown-item:active {
  background-color: transparent;
}
.cid-v5qUdz40Xg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5qUdz40Xg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5qUdz40Xg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5qUdz40Xg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v5qUdz40Xg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5qUdz40Xg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5qUdz40Xg ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v5qUdz40Xg ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v5qUdz40Xg ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v5qUdz40Xg .navbar-buttons {
  text-align: center;
}
.cid-v5qUdz40Xg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v5qUdz40Xg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5qUdz40Xg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5qUdz40Xg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5qUdz40Xg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5qUdz40Xg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5qUdz40Xg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5qUdz40Xg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5qUdz40Xg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5qUdz40Xg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5qUdz40Xg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5qUdz40Xg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5qUdz40Xg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5qUdz40Xg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5qUdz40Xg .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-v5qUdz40Xg .navbar {
    height: 70px;
  }
  .cid-v5qUdz40Xg .navbar.opened {
    height: auto;
  }
  .cid-v5qUdz40Xg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5qUdz40Xg .navbar-nav {
  margin: 0 auto;
}
.cid-v5qUdz40Xg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5qUdz40Xg .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v5qUdz40Xg .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5qUdz40Xg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v5qUdz40Xg .nav-item .nav-link:hover,
.cid-v5qUdz40Xg .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .nav-item .nav-link:hover::after,
.cid-v5qUdz40Xg .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .nav-item .nav-link:hover::before,
.cid-v5qUdz40Xg .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v5qUdz40Xg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5qUdz40Xg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5qUdz40Xg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v5qUdz40Xg .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v5qUdz40Xg .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v5qUdz40Xg .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v5qUdz40Xg .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5qUdz40Xg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5qUdz40Xg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5qUdz40Xg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5qUdz40Xg .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v5qUdz40Xg .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v5qUdz40Xg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v5qUdz40Xg .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v5qUdz40Xg .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v5qUdz40Xg .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v5qUdz40Xg .content-wrap {
    min-height: 80px;
  }
}
.cid-vercuwUVly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vercuwUVly .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vercuwUVly .social-row .soc-item {
  margin: 8px;
}
.cid-vercuwUVly .social-row .soc-item a:hover .mbr-iconfont,
.cid-vercuwUVly .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vercuwUVly .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #0054b9;
  transition: all 0.3s ease-in-out;
}
.cid-vercuwUVly .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vercuwUVly .mbr-section-title {
  color: #ffffff;
}
.cid-vercuwUVly .mbr-section-title,
.cid-vercuwUVly .social-list {
  color: #ffffff;
  text-align: right;
}
.cid-vev0ZUCzGK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c0f16;
  background-image: linear-gradient(90deg, #0c0f16, #000000 100%);
}
.cid-vev0ZUCzGK .item:focus,
.cid-vev0ZUCzGK span:focus {
  outline: none;
}
.cid-vev0ZUCzGK .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vev0ZUCzGK .content-head {
  max-width: 800px;
}
.cid-vev0ZUCzGK .futuristic-text {
  position: relative;
  overflow: hidden;
}
.cid-vev0ZUCzGK .futuristic-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff, #ff6a00);
  background-size: 400% 400%;
  animation: gradientShift 3s ease infinite, particleFloat 4s ease-in-out infinite;
  z-index: -1;
  opacity: 0.1;
}
@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes particleFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
  }
}
.cid-vev0ZUCzGK .item {
  color: #ff6a00;
  font-size: 0.75rem;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgba(255, 106, 0, 0.5);
  animation: textGlow 2s ease-in-out infinite alternate;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@keyframes textGlow {
  from {
    text-shadow: 0 0 5px rgba(255, 106, 0, 0.3), 0 0 10px rgba(255, 106, 0, 0.2);
  }
  to {
    text-shadow: 0 0 20px rgba(255, 106, 0, 0.6), 0 0 30px rgba(1, 117, 255, 0.4);
  }
}
@media (min-width: 576px) {
  .cid-vev0ZUCzGK .item {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .cid-vev0ZUCzGK .item {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vev0ZUCzGK .item {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .cid-vev0ZUCzGK .item {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .cid-vev0ZUCzGK .item {
    font-size: 1.375rem;
  }
}
.cid-vev0ZUCzGK .futuristic-text::after {
  content: '★ ☄ ★';
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 1rem;
  animation: particles 6s linear infinite;
  opacity: 0.6;
  z-index: 0;
}
@keyframes particles {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
.cid-vev0Lg0mJw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vev0Lg0mJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vev0Lg0mJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vev0Lg0mJw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ff3b26 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vev0Lg0mJw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vev0Lg0mJw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #ff3b26 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vev0Lg0mJw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vev0Lg0mJw .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vev0Lg0mJw .mbr-section-title {
  color: #000000;
}
.cid-vev0Lg0mJw .mbr-text,
.cid-vev0Lg0mJw .text-wrapper {
  color: #515151;
  text-align: justify;
}
.cid-vev0Lg0mJw .mbr-section-title,
.cid-vev0Lg0mJw .title-wrapper,
.cid-vev0Lg0mJw .mbr-section-btn {
  text-align: center;
  color: #fa1800;
}
.cid-v5qVEggfYi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v5qVEggfYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qVEggfYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qVEggfYi .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5qVEggfYi .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v5qVEggfYi .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v5qVEggfYi .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:hover,
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:hover::before,
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5qVEggfYi .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-v5qVEggfYi .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-v5qVEggfYi .mbr-copy {
  margin-bottom: 0;
  color: #353535;
  text-align: center;
}
.cid-v5qVEggfYi .mbr-list-title {
  color: #ffffff;
}
.cid-v5qVEggfYi .list {
  color: #9ba9c4;
}
.cid-vevYg5wevP.popup-builder {
  background-color: #ffffff;
}
.cid-vevYg5wevP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vevYg5wevP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vevYg5wevP .modal-content,
.cid-vevYg5wevP .modal-dialog {
  height: auto;
}
.cid-vevYg5wevP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vevYg5wevP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vevYg5wevP .form-wrapper .mbr-form .form-group,
  .cid-vevYg5wevP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vevYg5wevP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vevYg5wevP .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-vevYg5wevP .mbr-text {
  text-align: center;
  color: #be1200;
}
.cid-vevYg5wevP .pt-0 {
  padding-top: 0 !important;
}
.cid-vevYg5wevP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vevYg5wevP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vevYg5wevP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vevYg5wevP .modal-open {
  overflow: hidden;
}
.cid-vevYg5wevP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vevYg5wevP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vevYg5wevP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vevYg5wevP .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-vevYg5wevP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vevYg5wevP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vevYg5wevP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vevYg5wevP .modal-content {
  background: #000000;
  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-vevYg5wevP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vevYg5wevP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vevYg5wevP .modal-backdrop.fade {
  opacity: 0;
}
.cid-vevYg5wevP .modal-backdrop.show {
  opacity: .5;
}
.cid-vevYg5wevP .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-vevYg5wevP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5wevP .modal-header {
    padding: 1rem;
  }
}
.cid-vevYg5wevP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vevYg5wevP .modal-header .close svg {
  fill: #353535;
}
.cid-vevYg5wevP .modal-header .close:hover {
  opacity: 1;
}
.cid-vevYg5wevP .modal-header .close:focus {
  outline: none;
}
.cid-vevYg5wevP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vevYg5wevP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vevYg5wevP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5wevP .modal-body {
    padding: 1rem;
  }
}
.cid-vevYg5wevP .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-vevYg5wevP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5wevP .modal-footer {
    padding: 1rem;
  }
}
.cid-vevYg5wevP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vevYg5wevP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vevYg5wevP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vevYg5wevP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vevYg5wevP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vevYg5wevP .modal-lg,
  .cid-vevYg5wevP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vevYg5wevP .modal-xl {
    max-width: 1140px;
  }
}
.cid-vevYg5wevP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vevYg5wevP .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-vevYg5wevP .form-group {
  margin-bottom: 1rem;
}
.cid-vevYg5wevP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vevYg5wevP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vevYg5wevP .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-vevYg5wevP .mbr-section-btn {
  margin: 0;
}
.cid-vevYg5wevP .mbr-section-btn .btn {
  margin: 0;
}
.cid-vevYg5wevP LABEL {
  text-align: left;
  color: #fa1800;
}
.cid-veviNvhMse {
  z-index: 1000;
  width: 100%;
}
.cid-veviNvhMse nav.navbar {
  position: fixed;
}
.cid-veviNvhMse .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-veviNvhMse .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-veviNvhMse .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-veviNvhMse .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-veviNvhMse .dropdown-menu {
    text-align: center;
  }
}
.cid-veviNvhMse .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-veviNvhMse .dropdown-item:hover,
.cid-veviNvhMse .dropdown-item:focus {
  background: #000000 !important;
}
.cid-veviNvhMse .dropdown-item:hover span {
  color: white;
}
.cid-veviNvhMse .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veviNvhMse .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veviNvhMse .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veviNvhMse .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veviNvhMse .nav-link {
  position: relative;
}
.cid-veviNvhMse .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-veviNvhMse .container {
    flex-wrap: nowrap;
  }
}
.cid-veviNvhMse .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-veviNvhMse .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veviNvhMse .dropdown-menu,
.cid-veviNvhMse .navbar.opened {
  background: #000000 !important;
}
.cid-veviNvhMse .nav-item:focus,
.cid-veviNvhMse .nav-link:focus {
  outline: none;
}
.cid-veviNvhMse .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-veviNvhMse .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-veviNvhMse .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veviNvhMse .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veviNvhMse .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veviNvhMse .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-veviNvhMse .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-veviNvhMse .navbar {
    min-height: 80px;
  }
}
.cid-veviNvhMse .navbar.opened {
  transition: all 0.3s;
}
.cid-veviNvhMse .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-veviNvhMse .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-veviNvhMse .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veviNvhMse .navbar.collapsed {
  justify-content: center;
}
.cid-veviNvhMse .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veviNvhMse .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veviNvhMse .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-veviNvhMse .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veviNvhMse .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veviNvhMse .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-veviNvhMse .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veviNvhMse .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-veviNvhMse .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veviNvhMse .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veviNvhMse .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veviNvhMse .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veviNvhMse .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veviNvhMse .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-veviNvhMse .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veviNvhMse .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veviNvhMse .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-veviNvhMse .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-veviNvhMse .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veviNvhMse .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veviNvhMse .navbar.navbar-short {
  min-height: 96px;
}
.cid-veviNvhMse .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-veviNvhMse .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-veviNvhMse .navbar-brand {
    min-height: 80px;
  }
}
.cid-veviNvhMse .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-veviNvhMse .navbar-brand .navbar-caption:hover,
.cid-veviNvhMse .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-veviNvhMse .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veviNvhMse .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-veviNvhMse .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-veviNvhMse .dropdown-item.active,
.cid-veviNvhMse .dropdown-item:active {
  background-color: transparent;
}
.cid-veviNvhMse .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veviNvhMse .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veviNvhMse .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veviNvhMse .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-veviNvhMse .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-veviNvhMse .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-veviNvhMse .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veviNvhMse ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-veviNvhMse ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-veviNvhMse ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-veviNvhMse .navbar-buttons {
  text-align: center;
}
.cid-veviNvhMse .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-veviNvhMse .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-veviNvhMse button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veviNvhMse button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veviNvhMse button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-veviNvhMse button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veviNvhMse button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veviNvhMse button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-veviNvhMse nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veviNvhMse nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veviNvhMse nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veviNvhMse nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veviNvhMse .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veviNvhMse a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veviNvhMse .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-veviNvhMse .navbar {
    height: 70px;
  }
  .cid-veviNvhMse .navbar.opened {
    height: auto;
  }
  .cid-veviNvhMse .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veviNvhMse .navbar-nav {
  margin: 0 auto;
}
.cid-veviNvhMse .nav-item {
  padding: 0;
  margin: 0;
}
.cid-veviNvhMse .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-veviNvhMse .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-veviNvhMse .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-veviNvhMse .nav-item .nav-link:hover,
.cid-veviNvhMse .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-veviNvhMse .nav-item .nav-link:hover::after,
.cid-veviNvhMse .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-veviNvhMse .nav-item .nav-link:hover::before,
.cid-veviNvhMse .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-veviNvhMse .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-veviNvhMse .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-veviNvhMse .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-veviNvhMse .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-veviNvhMse .nav-item .dropdown-menu .dropdown-item:hover,
.cid-veviNvhMse .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-veviNvhMse .navbar {
    justify-content: flex-start !important;
  }
  .cid-veviNvhMse .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-veviNvhMse .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-veviNvhMse .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veviNvhMse .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-veviNvhMse .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-veviNvhMse .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-veviNvhMse .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-veviNvhMse .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-veviNvhMse .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-veviNvhMse .content-wrap {
    min-height: 80px;
  }
}
.cid-veviNw5Ied {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-veviNw5Ied .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veviNw5Ied .social-row .soc-item {
  margin: 8px;
}
.cid-veviNw5Ied .social-row .soc-item a:hover .mbr-iconfont,
.cid-veviNw5Ied .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veviNw5Ied .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #0054b9;
  transition: all 0.3s ease-in-out;
}
.cid-veviNw5Ied .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veviNw5Ied .mbr-section-title {
  color: #ffffff;
}
.cid-veviNw5Ied .mbr-section-title,
.cid-veviNw5Ied .social-list {
  color: #ffffff;
  text-align: right;
}
.cid-veviNwA6Ae {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c0f16;
  background-image: linear-gradient(90deg, #0c0f16, #000000 100%);
}
.cid-veviNwA6Ae .item:focus,
.cid-veviNwA6Ae span:focus {
  outline: none;
}
.cid-veviNwA6Ae .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veviNwA6Ae .content-head {
  max-width: 800px;
}
.cid-veviNwA6Ae .futuristic-text {
  position: relative;
  overflow: hidden;
}
.cid-veviNwA6Ae .futuristic-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff, #ff6a00);
  background-size: 400% 400%;
  animation: gradientShift 3s ease infinite, particleFloat 4s ease-in-out infinite;
  z-index: -1;
  opacity: 0.1;
}
@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes particleFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
  }
}
.cid-veviNwA6Ae .item {
  color: #ff6a00;
  font-size: 0.75rem;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgba(255, 106, 0, 0.5);
  animation: textGlow 2s ease-in-out infinite alternate;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@keyframes textGlow {
  from {
    text-shadow: 0 0 5px rgba(255, 106, 0, 0.3), 0 0 10px rgba(255, 106, 0, 0.2);
  }
  to {
    text-shadow: 0 0 20px rgba(255, 106, 0, 0.6), 0 0 30px rgba(1, 117, 255, 0.4);
  }
}
@media (min-width: 576px) {
  .cid-veviNwA6Ae .item {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .cid-veviNwA6Ae .item {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veviNwA6Ae .item {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .cid-veviNwA6Ae .item {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .cid-veviNwA6Ae .item {
    font-size: 1.375rem;
  }
}
.cid-veviNwA6Ae .futuristic-text::after {
  content: '★ ☄ ★';
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 1rem;
  animation: particles 6s linear infinite;
  opacity: 0.6;
  z-index: 0;
}
@keyframes particles {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
.cid-veviNwXa7d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veviNwXa7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-veviNwXa7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veviNwXa7d .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ff3b26 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-veviNwXa7d .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-veviNwXa7d .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #ff3b26 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-veviNwXa7d .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veviNwXa7d .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-veviNwXa7d .mbr-section-title {
  color: #000000;
}
.cid-veviNwXa7d .mbr-text,
.cid-veviNwXa7d .text-wrapper {
  color: #515151;
  text-align: justify;
}
.cid-veviNwXa7d .mbr-section-title,
.cid-veviNwXa7d .title-wrapper,
.cid-veviNwXa7d .mbr-section-btn {
  text-align: center;
  color: #fa1800;
}
.cid-veviNxpSkG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-veviNxpSkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veviNxpSkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veviNxpSkG .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-veviNxpSkG .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-veviNxpSkG .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-veviNxpSkG .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veviNxpSkG .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-veviNxpSkG .nav-wrap .list .item-wrap:hover,
.cid-veviNxpSkG .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-veviNxpSkG .nav-wrap .list .item-wrap:hover::before,
.cid-veviNxpSkG .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-veviNxpSkG .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-veviNxpSkG .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veviNxpSkG .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-veviNxpSkG .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-veviNxpSkG .mbr-copy {
  margin-bottom: 0;
  color: #353535;
  text-align: center;
}
.cid-veviNxpSkG .mbr-list-title {
  color: #ffffff;
}
.cid-veviNxpSkG .list {
  color: #9ba9c4;
}
.cid-vevYg5x3ZX.popup-builder {
  background-color: #ffffff;
}
.cid-vevYg5x3ZX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vevYg5x3ZX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vevYg5x3ZX .modal-content,
.cid-vevYg5x3ZX .modal-dialog {
  height: auto;
}
.cid-vevYg5x3ZX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vevYg5x3ZX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vevYg5x3ZX .form-wrapper .mbr-form .form-group,
  .cid-vevYg5x3ZX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vevYg5x3ZX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vevYg5x3ZX .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-vevYg5x3ZX .mbr-text {
  text-align: center;
  color: #be1200;
}
.cid-vevYg5x3ZX .pt-0 {
  padding-top: 0 !important;
}
.cid-vevYg5x3ZX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vevYg5x3ZX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vevYg5x3ZX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vevYg5x3ZX .modal-open {
  overflow: hidden;
}
.cid-vevYg5x3ZX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vevYg5x3ZX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vevYg5x3ZX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vevYg5x3ZX .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-vevYg5x3ZX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vevYg5x3ZX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vevYg5x3ZX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vevYg5x3ZX .modal-content {
  background: #000000;
  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-vevYg5x3ZX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vevYg5x3ZX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vevYg5x3ZX .modal-backdrop.fade {
  opacity: 0;
}
.cid-vevYg5x3ZX .modal-backdrop.show {
  opacity: .5;
}
.cid-vevYg5x3ZX .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-vevYg5x3ZX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5x3ZX .modal-header {
    padding: 1rem;
  }
}
.cid-vevYg5x3ZX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vevYg5x3ZX .modal-header .close svg {
  fill: #353535;
}
.cid-vevYg5x3ZX .modal-header .close:hover {
  opacity: 1;
}
.cid-vevYg5x3ZX .modal-header .close:focus {
  outline: none;
}
.cid-vevYg5x3ZX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vevYg5x3ZX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vevYg5x3ZX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5x3ZX .modal-body {
    padding: 1rem;
  }
}
.cid-vevYg5x3ZX .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-vevYg5x3ZX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5x3ZX .modal-footer {
    padding: 1rem;
  }
}
.cid-vevYg5x3ZX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vevYg5x3ZX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vevYg5x3ZX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vevYg5x3ZX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vevYg5x3ZX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vevYg5x3ZX .modal-lg,
  .cid-vevYg5x3ZX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vevYg5x3ZX .modal-xl {
    max-width: 1140px;
  }
}
.cid-vevYg5x3ZX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vevYg5x3ZX .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-vevYg5x3ZX .form-group {
  margin-bottom: 1rem;
}
.cid-vevYg5x3ZX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vevYg5x3ZX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vevYg5x3ZX .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-vevYg5x3ZX .mbr-section-btn {
  margin: 0;
}
.cid-vevYg5x3ZX .mbr-section-btn .btn {
  margin: 0;
}
.cid-vevYg5x3ZX LABEL {
  text-align: left;
  color: #fa1800;
}
.cid-vevveTFx9B {
  z-index: 1000;
  width: 100%;
}
.cid-vevveTFx9B nav.navbar {
  position: fixed;
}
.cid-vevveTFx9B .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vevveTFx9B .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vevveTFx9B .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-vevveTFx9B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vevveTFx9B .dropdown-menu {
    text-align: center;
  }
}
.cid-vevveTFx9B .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vevveTFx9B .dropdown-item:hover,
.cid-vevveTFx9B .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vevveTFx9B .dropdown-item:hover span {
  color: white;
}
.cid-vevveTFx9B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vevveTFx9B .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vevveTFx9B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vevveTFx9B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vevveTFx9B .nav-link {
  position: relative;
}
.cid-vevveTFx9B .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vevveTFx9B .container {
    flex-wrap: nowrap;
  }
}
.cid-vevveTFx9B .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vevveTFx9B .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vevveTFx9B .dropdown-menu,
.cid-vevveTFx9B .navbar.opened {
  background: #000000 !important;
}
.cid-vevveTFx9B .nav-item:focus,
.cid-vevveTFx9B .nav-link:focus {
  outline: none;
}
.cid-vevveTFx9B .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vevveTFx9B .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vevveTFx9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vevveTFx9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vevveTFx9B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vevveTFx9B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vevveTFx9B .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vevveTFx9B .navbar {
    min-height: 80px;
  }
}
.cid-vevveTFx9B .navbar.opened {
  transition: all 0.3s;
}
.cid-vevveTFx9B .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vevveTFx9B .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vevveTFx9B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vevveTFx9B .navbar.collapsed {
  justify-content: center;
}
.cid-vevveTFx9B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vevveTFx9B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vevveTFx9B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vevveTFx9B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vevveTFx9B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vevveTFx9B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vevveTFx9B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vevveTFx9B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vevveTFx9B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vevveTFx9B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vevveTFx9B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vevveTFx9B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vevveTFx9B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vevveTFx9B .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vevveTFx9B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vevveTFx9B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vevveTFx9B .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vevveTFx9B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vevveTFx9B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vevveTFx9B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vevveTFx9B .navbar.navbar-short {
  min-height: 96px;
}
.cid-vevveTFx9B .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vevveTFx9B .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vevveTFx9B .navbar-brand {
    min-height: 80px;
  }
}
.cid-vevveTFx9B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vevveTFx9B .navbar-brand .navbar-caption:hover,
.cid-vevveTFx9B .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vevveTFx9B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vevveTFx9B .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vevveTFx9B .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vevveTFx9B .dropdown-item.active,
.cid-vevveTFx9B .dropdown-item:active {
  background-color: transparent;
}
.cid-vevveTFx9B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vevveTFx9B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vevveTFx9B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vevveTFx9B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vevveTFx9B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vevveTFx9B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vevveTFx9B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vevveTFx9B ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vevveTFx9B ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vevveTFx9B ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vevveTFx9B .navbar-buttons {
  text-align: center;
}
.cid-vevveTFx9B .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vevveTFx9B .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vevveTFx9B button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vevveTFx9B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vevveTFx9B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vevveTFx9B button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vevveTFx9B button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vevveTFx9B button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vevveTFx9B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vevveTFx9B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vevveTFx9B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vevveTFx9B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vevveTFx9B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vevveTFx9B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vevveTFx9B .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-vevveTFx9B .navbar {
    height: 70px;
  }
  .cid-vevveTFx9B .navbar.opened {
    height: auto;
  }
  .cid-vevveTFx9B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vevveTFx9B .navbar-nav {
  margin: 0 auto;
}
.cid-vevveTFx9B .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vevveTFx9B .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vevveTFx9B .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vevveTFx9B .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vevveTFx9B .nav-item .nav-link:hover,
.cid-vevveTFx9B .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vevveTFx9B .nav-item .nav-link:hover::after,
.cid-vevveTFx9B .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vevveTFx9B .nav-item .nav-link:hover::before,
.cid-vevveTFx9B .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vevveTFx9B .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vevveTFx9B .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vevveTFx9B .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vevveTFx9B .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vevveTFx9B .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vevveTFx9B .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vevveTFx9B .navbar {
    justify-content: flex-start !important;
  }
  .cid-vevveTFx9B .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vevveTFx9B .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vevveTFx9B .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vevveTFx9B .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vevveTFx9B .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vevveTFx9B .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vevveTFx9B .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vevveTFx9B .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vevveTFx9B .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vevveTFx9B .content-wrap {
    min-height: 80px;
  }
}
.cid-vevveUcqY3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vevveUcqY3 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vevveUcqY3 .social-row .soc-item {
  margin: 8px;
}
.cid-vevveUcqY3 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vevveUcqY3 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vevveUcqY3 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #0054b9;
  transition: all 0.3s ease-in-out;
}
.cid-vevveUcqY3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vevveUcqY3 .mbr-section-title {
  color: #ffffff;
}
.cid-vevveUcqY3 .mbr-section-title,
.cid-vevveUcqY3 .social-list {
  color: #ffffff;
  text-align: right;
}
.cid-vevveUEIIR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c0f16;
  background-image: linear-gradient(90deg, #0c0f16, #000000 100%);
}
.cid-vevveUEIIR .item:focus,
.cid-vevveUEIIR span:focus {
  outline: none;
}
.cid-vevveUEIIR .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vevveUEIIR .content-head {
  max-width: 800px;
}
.cid-vevveUEIIR .futuristic-text {
  position: relative;
  overflow: hidden;
}
.cid-vevveUEIIR .futuristic-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff, #ff6a00);
  background-size: 400% 400%;
  animation: gradientShift 3s ease infinite, particleFloat 4s ease-in-out infinite;
  z-index: -1;
  opacity: 0.1;
}
@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes particleFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
  }
}
.cid-vevveUEIIR .item {
  color: #ff6a00;
  font-size: 0.75rem;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgba(255, 106, 0, 0.5);
  animation: textGlow 2s ease-in-out infinite alternate;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@keyframes textGlow {
  from {
    text-shadow: 0 0 5px rgba(255, 106, 0, 0.3), 0 0 10px rgba(255, 106, 0, 0.2);
  }
  to {
    text-shadow: 0 0 20px rgba(255, 106, 0, 0.6), 0 0 30px rgba(1, 117, 255, 0.4);
  }
}
@media (min-width: 576px) {
  .cid-vevveUEIIR .item {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .cid-vevveUEIIR .item {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vevveUEIIR .item {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .cid-vevveUEIIR .item {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .cid-vevveUEIIR .item {
    font-size: 1.375rem;
  }
}
.cid-vevveUEIIR .futuristic-text::after {
  content: '★ ☄ ★';
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 1rem;
  animation: particles 6s linear infinite;
  opacity: 0.6;
  z-index: 0;
}
@keyframes particles {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
.cid-vevveV00ij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vevveV00ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-vevveV00ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vevveV00ij .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ff3b26 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vevveV00ij .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vevveV00ij .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #ff3b26 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vevveV00ij .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vevveV00ij .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vevveV00ij .mbr-section-title {
  color: #000000;
}
.cid-vevveV00ij .mbr-text,
.cid-vevveV00ij .text-wrapper {
  color: #515151;
  text-align: justify;
}
.cid-vevveV00ij .mbr-section-title,
.cid-vevveV00ij .title-wrapper,
.cid-vevveV00ij .mbr-section-btn {
  text-align: center;
  color: #fa1800;
}
.cid-vevveVrh2e {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vevveVrh2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vevveVrh2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vevveVrh2e .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vevveVrh2e .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vevveVrh2e .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vevveVrh2e .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vevveVrh2e .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vevveVrh2e .nav-wrap .list .item-wrap:hover,
.cid-vevveVrh2e .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vevveVrh2e .nav-wrap .list .item-wrap:hover::before,
.cid-vevveVrh2e .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vevveVrh2e .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vevveVrh2e .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vevveVrh2e .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vevveVrh2e .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vevveVrh2e .mbr-copy {
  margin-bottom: 0;
  color: #353535;
  text-align: center;
}
.cid-vevveVrh2e .mbr-list-title {
  color: #ffffff;
}
.cid-vevveVrh2e .list {
  color: #9ba9c4;
}
.cid-vevYg5xdoY.popup-builder {
  background-color: #ffffff;
}
.cid-vevYg5xdoY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vevYg5xdoY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vevYg5xdoY .modal-content,
.cid-vevYg5xdoY .modal-dialog {
  height: auto;
}
.cid-vevYg5xdoY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vevYg5xdoY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vevYg5xdoY .form-wrapper .mbr-form .form-group,
  .cid-vevYg5xdoY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vevYg5xdoY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vevYg5xdoY .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-vevYg5xdoY .mbr-text {
  text-align: center;
  color: #be1200;
}
.cid-vevYg5xdoY .pt-0 {
  padding-top: 0 !important;
}
.cid-vevYg5xdoY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vevYg5xdoY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vevYg5xdoY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vevYg5xdoY .modal-open {
  overflow: hidden;
}
.cid-vevYg5xdoY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vevYg5xdoY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vevYg5xdoY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vevYg5xdoY .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-vevYg5xdoY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vevYg5xdoY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vevYg5xdoY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vevYg5xdoY .modal-content {
  background: #000000;
  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-vevYg5xdoY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vevYg5xdoY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vevYg5xdoY .modal-backdrop.fade {
  opacity: 0;
}
.cid-vevYg5xdoY .modal-backdrop.show {
  opacity: .5;
}
.cid-vevYg5xdoY .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-vevYg5xdoY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5xdoY .modal-header {
    padding: 1rem;
  }
}
.cid-vevYg5xdoY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vevYg5xdoY .modal-header .close svg {
  fill: #353535;
}
.cid-vevYg5xdoY .modal-header .close:hover {
  opacity: 1;
}
.cid-vevYg5xdoY .modal-header .close:focus {
  outline: none;
}
.cid-vevYg5xdoY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vevYg5xdoY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vevYg5xdoY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5xdoY .modal-body {
    padding: 1rem;
  }
}
.cid-vevYg5xdoY .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-vevYg5xdoY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5xdoY .modal-footer {
    padding: 1rem;
  }
}
.cid-vevYg5xdoY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vevYg5xdoY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vevYg5xdoY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vevYg5xdoY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vevYg5xdoY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vevYg5xdoY .modal-lg,
  .cid-vevYg5xdoY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vevYg5xdoY .modal-xl {
    max-width: 1140px;
  }
}
.cid-vevYg5xdoY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vevYg5xdoY .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-vevYg5xdoY .form-group {
  margin-bottom: 1rem;
}
.cid-vevYg5xdoY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vevYg5xdoY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vevYg5xdoY .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-vevYg5xdoY .mbr-section-btn {
  margin: 0;
}
.cid-vevYg5xdoY .mbr-section-btn .btn {
  margin: 0;
}
.cid-vevYg5xdoY LABEL {
  text-align: left;
  color: #fa1800;
}
.cid-vevz3uPHhq {
  z-index: 1000;
  width: 100%;
}
.cid-vevz3uPHhq nav.navbar {
  position: fixed;
}
.cid-vevz3uPHhq .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vevz3uPHhq .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vevz3uPHhq .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-vevz3uPHhq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vevz3uPHhq .dropdown-menu {
    text-align: center;
  }
}
.cid-vevz3uPHhq .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vevz3uPHhq .dropdown-item:hover,
.cid-vevz3uPHhq .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vevz3uPHhq .dropdown-item:hover span {
  color: white;
}
.cid-vevz3uPHhq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vevz3uPHhq .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vevz3uPHhq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vevz3uPHhq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vevz3uPHhq .nav-link {
  position: relative;
}
.cid-vevz3uPHhq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vevz3uPHhq .container {
    flex-wrap: nowrap;
  }
}
.cid-vevz3uPHhq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vevz3uPHhq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vevz3uPHhq .dropdown-menu,
.cid-vevz3uPHhq .navbar.opened {
  background: #000000 !important;
}
.cid-vevz3uPHhq .nav-item:focus,
.cid-vevz3uPHhq .nav-link:focus {
  outline: none;
}
.cid-vevz3uPHhq .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vevz3uPHhq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vevz3uPHhq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vevz3uPHhq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vevz3uPHhq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vevz3uPHhq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vevz3uPHhq .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vevz3uPHhq .navbar {
    min-height: 80px;
  }
}
.cid-vevz3uPHhq .navbar.opened {
  transition: all 0.3s;
}
.cid-vevz3uPHhq .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vevz3uPHhq .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vevz3uPHhq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vevz3uPHhq .navbar.collapsed {
  justify-content: center;
}
.cid-vevz3uPHhq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vevz3uPHhq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vevz3uPHhq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vevz3uPHhq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vevz3uPHhq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vevz3uPHhq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vevz3uPHhq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vevz3uPHhq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vevz3uPHhq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vevz3uPHhq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vevz3uPHhq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vevz3uPHhq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vevz3uPHhq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vevz3uPHhq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vevz3uPHhq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vevz3uPHhq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vevz3uPHhq .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vevz3uPHhq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vevz3uPHhq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vevz3uPHhq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vevz3uPHhq .navbar.navbar-short {
  min-height: 96px;
}
.cid-vevz3uPHhq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vevz3uPHhq .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vevz3uPHhq .navbar-brand {
    min-height: 80px;
  }
}
.cid-vevz3uPHhq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vevz3uPHhq .navbar-brand .navbar-caption:hover,
.cid-vevz3uPHhq .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vevz3uPHhq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vevz3uPHhq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vevz3uPHhq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vevz3uPHhq .dropdown-item.active,
.cid-vevz3uPHhq .dropdown-item:active {
  background-color: transparent;
}
.cid-vevz3uPHhq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vevz3uPHhq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vevz3uPHhq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vevz3uPHhq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vevz3uPHhq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vevz3uPHhq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vevz3uPHhq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vevz3uPHhq ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vevz3uPHhq ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vevz3uPHhq ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vevz3uPHhq .navbar-buttons {
  text-align: center;
}
.cid-vevz3uPHhq .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vevz3uPHhq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vevz3uPHhq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vevz3uPHhq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vevz3uPHhq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vevz3uPHhq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vevz3uPHhq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vevz3uPHhq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vevz3uPHhq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vevz3uPHhq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vevz3uPHhq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vevz3uPHhq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vevz3uPHhq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vevz3uPHhq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vevz3uPHhq .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-vevz3uPHhq .navbar {
    height: 70px;
  }
  .cid-vevz3uPHhq .navbar.opened {
    height: auto;
  }
  .cid-vevz3uPHhq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vevz3uPHhq .navbar-nav {
  margin: 0 auto;
}
.cid-vevz3uPHhq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vevz3uPHhq .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vevz3uPHhq .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vevz3uPHhq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vevz3uPHhq .nav-item .nav-link:hover,
.cid-vevz3uPHhq .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vevz3uPHhq .nav-item .nav-link:hover::after,
.cid-vevz3uPHhq .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vevz3uPHhq .nav-item .nav-link:hover::before,
.cid-vevz3uPHhq .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vevz3uPHhq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vevz3uPHhq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vevz3uPHhq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vevz3uPHhq .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vevz3uPHhq .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vevz3uPHhq .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vevz3uPHhq .navbar {
    justify-content: flex-start !important;
  }
  .cid-vevz3uPHhq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vevz3uPHhq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vevz3uPHhq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vevz3uPHhq .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vevz3uPHhq .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vevz3uPHhq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vevz3uPHhq .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vevz3uPHhq .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vevz3uPHhq .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vevz3uPHhq .content-wrap {
    min-height: 80px;
  }
}
.cid-vevz3vi0IX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vevz3vi0IX .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vevz3vi0IX .social-row .soc-item {
  margin: 8px;
}
.cid-vevz3vi0IX .social-row .soc-item a:hover .mbr-iconfont,
.cid-vevz3vi0IX .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vevz3vi0IX .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #0054b9;
  transition: all 0.3s ease-in-out;
}
.cid-vevz3vi0IX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vevz3vi0IX .mbr-section-title {
  color: #ffffff;
}
.cid-vevz3vi0IX .mbr-section-title,
.cid-vevz3vi0IX .social-list {
  color: #ffffff;
  text-align: right;
}
.cid-vevz3vHR63 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c0f16;
  background-image: linear-gradient(90deg, #0c0f16, #000000 100%);
}
.cid-vevz3vHR63 .item:focus,
.cid-vevz3vHR63 span:focus {
  outline: none;
}
.cid-vevz3vHR63 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vevz3vHR63 .content-head {
  max-width: 800px;
}
.cid-vevz3vHR63 .futuristic-text {
  position: relative;
  overflow: hidden;
}
.cid-vevz3vHR63 .futuristic-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff, #ff6a00);
  background-size: 400% 400%;
  animation: gradientShift 3s ease infinite, particleFloat 4s ease-in-out infinite;
  z-index: -1;
  opacity: 0.1;
}
@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes particleFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
  }
}
.cid-vevz3vHR63 .item {
  color: #ff6a00;
  font-size: 0.75rem;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgba(255, 106, 0, 0.5);
  animation: textGlow 2s ease-in-out infinite alternate;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@keyframes textGlow {
  from {
    text-shadow: 0 0 5px rgba(255, 106, 0, 0.3), 0 0 10px rgba(255, 106, 0, 0.2);
  }
  to {
    text-shadow: 0 0 20px rgba(255, 106, 0, 0.6), 0 0 30px rgba(1, 117, 255, 0.4);
  }
}
@media (min-width: 576px) {
  .cid-vevz3vHR63 .item {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .cid-vevz3vHR63 .item {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vevz3vHR63 .item {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .cid-vevz3vHR63 .item {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .cid-vevz3vHR63 .item {
    font-size: 1.375rem;
  }
}
.cid-vevz3vHR63 .futuristic-text::after {
  content: '★ ☄ ★';
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 1rem;
  animation: particles 6s linear infinite;
  opacity: 0.6;
  z-index: 0;
}
@keyframes particles {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
.cid-vevz3w3Pwl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vevz3w3Pwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vevz3w3Pwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vevz3w3Pwl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ff3b26 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vevz3w3Pwl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vevz3w3Pwl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #ff3b26 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vevz3w3Pwl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vevz3w3Pwl .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vevz3w3Pwl .mbr-section-title {
  color: #000000;
}
.cid-vevz3w3Pwl .mbr-text,
.cid-vevz3w3Pwl .text-wrapper {
  color: #515151;
  text-align: justify;
}
.cid-vevz3w3Pwl .mbr-section-title,
.cid-vevz3w3Pwl .title-wrapper,
.cid-vevz3w3Pwl .mbr-section-btn {
  text-align: center;
  color: #fa1800;
}
.cid-vevz3wu0hP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vevz3wu0hP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vevz3wu0hP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vevz3wu0hP .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vevz3wu0hP .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vevz3wu0hP .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vevz3wu0hP .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vevz3wu0hP .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vevz3wu0hP .nav-wrap .list .item-wrap:hover,
.cid-vevz3wu0hP .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vevz3wu0hP .nav-wrap .list .item-wrap:hover::before,
.cid-vevz3wu0hP .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vevz3wu0hP .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vevz3wu0hP .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vevz3wu0hP .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vevz3wu0hP .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vevz3wu0hP .mbr-copy {
  margin-bottom: 0;
  color: #353535;
  text-align: center;
}
.cid-vevz3wu0hP .mbr-list-title {
  color: #ffffff;
}
.cid-vevz3wu0hP .list {
  color: #9ba9c4;
}
.cid-vevYg5xmtU.popup-builder {
  background-color: #ffffff;
}
.cid-vevYg5xmtU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vevYg5xmtU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vevYg5xmtU .modal-content,
.cid-vevYg5xmtU .modal-dialog {
  height: auto;
}
.cid-vevYg5xmtU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vevYg5xmtU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vevYg5xmtU .form-wrapper .mbr-form .form-group,
  .cid-vevYg5xmtU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vevYg5xmtU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vevYg5xmtU .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-vevYg5xmtU .mbr-text {
  text-align: center;
  color: #be1200;
}
.cid-vevYg5xmtU .pt-0 {
  padding-top: 0 !important;
}
.cid-vevYg5xmtU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vevYg5xmtU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vevYg5xmtU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vevYg5xmtU .modal-open {
  overflow: hidden;
}
.cid-vevYg5xmtU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vevYg5xmtU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vevYg5xmtU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vevYg5xmtU .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-vevYg5xmtU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vevYg5xmtU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vevYg5xmtU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vevYg5xmtU .modal-content {
  background: #000000;
  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-vevYg5xmtU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vevYg5xmtU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vevYg5xmtU .modal-backdrop.fade {
  opacity: 0;
}
.cid-vevYg5xmtU .modal-backdrop.show {
  opacity: .5;
}
.cid-vevYg5xmtU .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-vevYg5xmtU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5xmtU .modal-header {
    padding: 1rem;
  }
}
.cid-vevYg5xmtU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vevYg5xmtU .modal-header .close svg {
  fill: #353535;
}
.cid-vevYg5xmtU .modal-header .close:hover {
  opacity: 1;
}
.cid-vevYg5xmtU .modal-header .close:focus {
  outline: none;
}
.cid-vevYg5xmtU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vevYg5xmtU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vevYg5xmtU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5xmtU .modal-body {
    padding: 1rem;
  }
}
.cid-vevYg5xmtU .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-vevYg5xmtU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5xmtU .modal-footer {
    padding: 1rem;
  }
}
.cid-vevYg5xmtU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vevYg5xmtU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vevYg5xmtU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vevYg5xmtU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vevYg5xmtU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vevYg5xmtU .modal-lg,
  .cid-vevYg5xmtU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vevYg5xmtU .modal-xl {
    max-width: 1140px;
  }
}
.cid-vevYg5xmtU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vevYg5xmtU .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-vevYg5xmtU .form-group {
  margin-bottom: 1rem;
}
.cid-vevYg5xmtU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vevYg5xmtU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vevYg5xmtU .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-vevYg5xmtU .mbr-section-btn {
  margin: 0;
}
.cid-vevYg5xmtU .mbr-section-btn .btn {
  margin: 0;
}
.cid-vevYg5xmtU LABEL {
  text-align: left;
  color: #fa1800;
}
.cid-vevtAumbaS {
  z-index: 1000;
  width: 100%;
}
.cid-vevtAumbaS nav.navbar {
  position: fixed;
}
.cid-vevtAumbaS .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vevtAumbaS .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vevtAumbaS .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-vevtAumbaS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vevtAumbaS .dropdown-menu {
    text-align: center;
  }
}
.cid-vevtAumbaS .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vevtAumbaS .dropdown-item:hover,
.cid-vevtAumbaS .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vevtAumbaS .dropdown-item:hover span {
  color: white;
}
.cid-vevtAumbaS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vevtAumbaS .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vevtAumbaS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vevtAumbaS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vevtAumbaS .nav-link {
  position: relative;
}
.cid-vevtAumbaS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vevtAumbaS .container {
    flex-wrap: nowrap;
  }
}
.cid-vevtAumbaS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vevtAumbaS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vevtAumbaS .dropdown-menu,
.cid-vevtAumbaS .navbar.opened {
  background: #000000 !important;
}
.cid-vevtAumbaS .nav-item:focus,
.cid-vevtAumbaS .nav-link:focus {
  outline: none;
}
.cid-vevtAumbaS .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vevtAumbaS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vevtAumbaS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vevtAumbaS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vevtAumbaS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vevtAumbaS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vevtAumbaS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vevtAumbaS .navbar {
    min-height: 80px;
  }
}
.cid-vevtAumbaS .navbar.opened {
  transition: all 0.3s;
}
.cid-vevtAumbaS .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vevtAumbaS .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vevtAumbaS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vevtAumbaS .navbar.collapsed {
  justify-content: center;
}
.cid-vevtAumbaS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vevtAumbaS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vevtAumbaS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vevtAumbaS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vevtAumbaS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vevtAumbaS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vevtAumbaS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vevtAumbaS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vevtAumbaS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vevtAumbaS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vevtAumbaS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vevtAumbaS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vevtAumbaS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vevtAumbaS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vevtAumbaS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vevtAumbaS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vevtAumbaS .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vevtAumbaS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vevtAumbaS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vevtAumbaS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vevtAumbaS .navbar.navbar-short {
  min-height: 96px;
}
.cid-vevtAumbaS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vevtAumbaS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vevtAumbaS .navbar-brand {
    min-height: 80px;
  }
}
.cid-vevtAumbaS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vevtAumbaS .navbar-brand .navbar-caption:hover,
.cid-vevtAumbaS .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vevtAumbaS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vevtAumbaS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vevtAumbaS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vevtAumbaS .dropdown-item.active,
.cid-vevtAumbaS .dropdown-item:active {
  background-color: transparent;
}
.cid-vevtAumbaS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vevtAumbaS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vevtAumbaS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vevtAumbaS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vevtAumbaS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vevtAumbaS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vevtAumbaS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vevtAumbaS ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vevtAumbaS ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vevtAumbaS ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vevtAumbaS .navbar-buttons {
  text-align: center;
}
.cid-vevtAumbaS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vevtAumbaS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vevtAumbaS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vevtAumbaS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vevtAumbaS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vevtAumbaS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vevtAumbaS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vevtAumbaS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vevtAumbaS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vevtAumbaS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vevtAumbaS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vevtAumbaS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vevtAumbaS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vevtAumbaS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vevtAumbaS .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-vevtAumbaS .navbar {
    height: 70px;
  }
  .cid-vevtAumbaS .navbar.opened {
    height: auto;
  }
  .cid-vevtAumbaS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vevtAumbaS .navbar-nav {
  margin: 0 auto;
}
.cid-vevtAumbaS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vevtAumbaS .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vevtAumbaS .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vevtAumbaS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vevtAumbaS .nav-item .nav-link:hover,
.cid-vevtAumbaS .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vevtAumbaS .nav-item .nav-link:hover::after,
.cid-vevtAumbaS .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vevtAumbaS .nav-item .nav-link:hover::before,
.cid-vevtAumbaS .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vevtAumbaS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vevtAumbaS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vevtAumbaS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vevtAumbaS .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vevtAumbaS .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vevtAumbaS .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vevtAumbaS .navbar {
    justify-content: flex-start !important;
  }
  .cid-vevtAumbaS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vevtAumbaS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vevtAumbaS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vevtAumbaS .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vevtAumbaS .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vevtAumbaS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vevtAumbaS .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vevtAumbaS .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vevtAumbaS .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vevtAumbaS .content-wrap {
    min-height: 80px;
  }
}
.cid-vevtAuTUri {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vevtAuTUri .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vevtAuTUri .social-row .soc-item {
  margin: 8px;
}
.cid-vevtAuTUri .social-row .soc-item a:hover .mbr-iconfont,
.cid-vevtAuTUri .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vevtAuTUri .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #0054b9;
  transition: all 0.3s ease-in-out;
}
.cid-vevtAuTUri .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vevtAuTUri .mbr-section-title {
  color: #ffffff;
}
.cid-vevtAuTUri .mbr-section-title,
.cid-vevtAuTUri .social-list {
  color: #ffffff;
  text-align: right;
}
.cid-vevtAvhcGV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c0f16;
  background-image: linear-gradient(90deg, #0c0f16, #000000 100%);
}
.cid-vevtAvhcGV .item:focus,
.cid-vevtAvhcGV span:focus {
  outline: none;
}
.cid-vevtAvhcGV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vevtAvhcGV .content-head {
  max-width: 800px;
}
.cid-vevtAvhcGV .futuristic-text {
  position: relative;
  overflow: hidden;
}
.cid-vevtAvhcGV .futuristic-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff, #ff6a00);
  background-size: 400% 400%;
  animation: gradientShift 3s ease infinite, particleFloat 4s ease-in-out infinite;
  z-index: -1;
  opacity: 0.1;
}
@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes particleFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
  }
}
.cid-vevtAvhcGV .item {
  color: #ff6a00;
  font-size: 0.75rem;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgba(255, 106, 0, 0.5);
  animation: textGlow 2s ease-in-out infinite alternate;
  background: linear-gradient(45deg, #ff6a00, #ffcd7d, #0175ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@keyframes textGlow {
  from {
    text-shadow: 0 0 5px rgba(255, 106, 0, 0.3), 0 0 10px rgba(255, 106, 0, 0.2);
  }
  to {
    text-shadow: 0 0 20px rgba(255, 106, 0, 0.6), 0 0 30px rgba(1, 117, 255, 0.4);
  }
}
@media (min-width: 576px) {
  .cid-vevtAvhcGV .item {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .cid-vevtAvhcGV .item {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vevtAvhcGV .item {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .cid-vevtAvhcGV .item {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .cid-vevtAvhcGV .item {
    font-size: 1.375rem;
  }
}
.cid-vevtAvhcGV .futuristic-text::after {
  content: '★ ☄ ★';
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 1rem;
  animation: particles 6s linear infinite;
  opacity: 0.6;
  z-index: 0;
}
@keyframes particles {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
.cid-vevtAvBgtS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vevtAvBgtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vevtAvBgtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vevtAvBgtS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ff3b26 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vevtAvBgtS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vevtAvBgtS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #ff3b26 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vevtAvBgtS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vevtAvBgtS .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vevtAvBgtS .mbr-section-title {
  color: #000000;
}
.cid-vevtAvBgtS .mbr-text,
.cid-vevtAvBgtS .text-wrapper {
  color: #515151;
  text-align: justify;
}
.cid-vevtAvBgtS .mbr-section-title,
.cid-vevtAvBgtS .title-wrapper,
.cid-vevtAvBgtS .mbr-section-btn {
  text-align: center;
  color: #fa1800;
}
.cid-vevtAw5Iao {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vevtAw5Iao .mbr-fallback-image.disabled {
  display: none;
}
.cid-vevtAw5Iao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vevtAw5Iao .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vevtAw5Iao .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vevtAw5Iao .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vevtAw5Iao .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vevtAw5Iao .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vevtAw5Iao .nav-wrap .list .item-wrap:hover,
.cid-vevtAw5Iao .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vevtAw5Iao .nav-wrap .list .item-wrap:hover::before,
.cid-vevtAw5Iao .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vevtAw5Iao .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vevtAw5Iao .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vevtAw5Iao .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-vevtAw5Iao .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-vevtAw5Iao .mbr-copy {
  margin-bottom: 0;
  color: #353535;
  text-align: center;
}
.cid-vevtAw5Iao .mbr-list-title {
  color: #ffffff;
}
.cid-vevtAw5Iao .list {
  color: #9ba9c4;
}
.cid-vevYg5xrWw.popup-builder {
  background-color: #ffffff;
}
.cid-vevYg5xrWw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vevYg5xrWw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vevYg5xrWw .modal-content,
.cid-vevYg5xrWw .modal-dialog {
  height: auto;
}
.cid-vevYg5xrWw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vevYg5xrWw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vevYg5xrWw .form-wrapper .mbr-form .form-group,
  .cid-vevYg5xrWw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vevYg5xrWw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vevYg5xrWw .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-vevYg5xrWw .mbr-text {
  text-align: center;
  color: #be1200;
}
.cid-vevYg5xrWw .pt-0 {
  padding-top: 0 !important;
}
.cid-vevYg5xrWw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vevYg5xrWw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vevYg5xrWw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vevYg5xrWw .modal-open {
  overflow: hidden;
}
.cid-vevYg5xrWw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vevYg5xrWw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vevYg5xrWw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vevYg5xrWw .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-vevYg5xrWw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vevYg5xrWw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vevYg5xrWw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vevYg5xrWw .modal-content {
  background: #000000;
  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-vevYg5xrWw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vevYg5xrWw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vevYg5xrWw .modal-backdrop.fade {
  opacity: 0;
}
.cid-vevYg5xrWw .modal-backdrop.show {
  opacity: .5;
}
.cid-vevYg5xrWw .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-vevYg5xrWw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5xrWw .modal-header {
    padding: 1rem;
  }
}
.cid-vevYg5xrWw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vevYg5xrWw .modal-header .close svg {
  fill: #353535;
}
.cid-vevYg5xrWw .modal-header .close:hover {
  opacity: 1;
}
.cid-vevYg5xrWw .modal-header .close:focus {
  outline: none;
}
.cid-vevYg5xrWw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-vevYg5xrWw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vevYg5xrWw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5xrWw .modal-body {
    padding: 1rem;
  }
}
.cid-vevYg5xrWw .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-vevYg5xrWw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vevYg5xrWw .modal-footer {
    padding: 1rem;
  }
}
.cid-vevYg5xrWw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vevYg5xrWw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vevYg5xrWw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vevYg5xrWw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vevYg5xrWw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vevYg5xrWw .modal-lg,
  .cid-vevYg5xrWw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vevYg5xrWw .modal-xl {
    max-width: 1140px;
  }
}
.cid-vevYg5xrWw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vevYg5xrWw .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-vevYg5xrWw .form-group {
  margin-bottom: 1rem;
}
.cid-vevYg5xrWw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vevYg5xrWw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vevYg5xrWw .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-vevYg5xrWw .mbr-section-btn {
  margin: 0;
}
.cid-vevYg5xrWw .mbr-section-btn .btn {
  margin: 0;
}
.cid-vevYg5xrWw LABEL {
  text-align: left;
  color: #fa1800;
}
