body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Teko', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #287eea !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #287eea !important;
  border-color: #287eea !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1155ab !important;
  border-color: #1155ab !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1155ab !important;
  border-color: #1155ab !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #246fc1 !important;
  border-color: #246fc1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #164578 !important;
  border-color: #164578 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #164578 !important;
  border-color: #164578 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2324bd !important;
  border-color: #2324bd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2324bd !important;
  border-color: #2324bd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #333a3c !important;
  border-color: #333a3c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #333a3c !important;
  border-color: #333a3c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1e2223 !important;
  border-color: #1e2223 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e2223 !important;
  border-color: #1e2223 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #287eea;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1155ab !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #287eea !important;
  border-color: #287eea !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #246fc1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #164578 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #246fc1 !important;
  border-color: #246fc1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #534d46 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2324bd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #333a3c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1e2223 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #287eea !important;
}
.text-secondary {
  color: #246fc1 !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f4e9d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #143e6b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2122b0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2c3234 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #171a1b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #287eea;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #287eea;
  border-color: #287eea;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #287eea;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2eefc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #287eea !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #287eea;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #287eea;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #287eea;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #287eea;
  border-bottom-color: #287eea;
}
.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: #287eea !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #246fc1 !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='%23287eea' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sMxBmjoU2F .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMxBmjoU2F .nav-item:focus,
.cid-sMxBmjoU2F .nav-link:focus {
  outline: none;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMxBmjoU2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMxBmjoU2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMxBmjoU2F .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sMxBmjoU2F .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-sMxBmjoU2F .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sMxBmjoU2F .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sMxBmjoU2F .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sMxBmjoU2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMxBmjoU2F .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.show,
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sMxBmjoU2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMxBmjoU2F .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMxBmjoU2F .navbar.collapsed .right-menu,
.cid-sMxBmjoU2F .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F .navbar .navbar-collapse.show,
  .cid-sMxBmjoU2F .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMxBmjoU2F .navbar .navbar-collapse.show .brand-container,
  .cid-sMxBmjoU2F .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sMxBmjoU2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sMxBmjoU2F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sMxBmjoU2F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMxBmjoU2F .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sMxBmjoU2F .navbar .right-menu,
  .cid-sMxBmjoU2F .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sMxBmjoU2F .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMxBmjoU2F .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sMxBmjoU2F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMxBmjoU2F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMxBmjoU2F .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMxBmjoU2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMxBmjoU2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMxBmjoU2F .dropdown-item.active,
.cid-sMxBmjoU2F .dropdown-item:active {
  background-color: transparent;
}
.cid-sMxBmjoU2F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMxBmjoU2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMxBmjoU2F .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMxBmjoU2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMxBmjoU2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMxBmjoU2F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMxBmjoU2F ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sMxBmjoU2F .navbar-buttons {
  margin-left: auto;
}
.cid-sMxBmjoU2F button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F .navbar-dropdown {
  position: fixed;
}
.cid-sMxBmjoU2F a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMxBmjoU2F .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMxBmjoU2F .right-menu,
.cid-sMxBmjoU2F .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sMxBmjoU2F .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMxBmjoU2F .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMxBmjoU2F .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sMxBmjoU2F .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-sMxBmjoU2F .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sMxBmjoU2F .card-wrapper {
  z-index: 3;
}
.cid-sMxBmjoU2F .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sMxBmjoU2F .navbar-collapse {
  padding-top: 0;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMxBmjoU2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unZL9B9HSC {
  background-image: url("../../../assets/images/bulb-2-1200x800.jpeg");
}
.cid-unZL9B9HSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-unZL9B9HSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unZL9B9HSC .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-unZL9B9HSC .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unZL9B9HSC .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-unZL9B9HSC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-unZL9B9HSC .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-unZL9B9HSC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unZL9B9HSC .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-unZL9B9HSC .mbr-section-title {
  color: #ffffff;
}
.cid-unZL9B9HSC .mbr-text,
.cid-unZL9B9HSC .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unZL9B9HSC .mbr-section-title,
.cid-unZL9B9HSC .mbr-section-btn {
  text-align: center;
}
.cid-sMFTLLUlGo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMFTLLUlGo .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sMFTLLUlGo .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sMFTLLUlGo .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sMFTLLUlGo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sMFTLLUlGo .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sMFTLLUlGo .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sMFTLLUlGo .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sMFTLLUlGo .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sMFTLLUlGo .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sMFTLLUlGo .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sMFTLLUlGo .mbr-section-subtitle {
  color: #246fc1;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-sMFTLLUlGo .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sMFTLLUlGo .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sMFTLLUlGo .mbr-section-button {
  margin-top: 25px;
}
.cid-sMFTLLUlGo .desc2,
.cid-sMFTLLUlGo .mbr-section-btn {
  color: #a3a6b2;
}
.cid-sMFUVFke8a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMFUVFke8a .row {
  flex-direction: row-reverse;
}
.cid-sMFUVFke8a .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sMFUVFke8a .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sMFUVFke8a .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sMFUVFke8a .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sMFUVFke8a .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sMFUVFke8a .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sMFUVFke8a .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sMFUVFke8a .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sMFUVFke8a .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sMFUVFke8a .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sMFUVFke8a .mbr-section-subtitle {
  color: #246fc1;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-sMFUVFke8a .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sMFUVFke8a .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sMFUVFke8a .mbr-section-button {
  margin-top: 25px;
}
.cid-sMFUVFke8a .desc2,
.cid-sMFUVFke8a .mbr-section-btn {
  color: #a3a6b2;
}
.cid-sMFVaj1etS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMFVaj1etS .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sMFVaj1etS .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sMFVaj1etS .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sMFVaj1etS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sMFVaj1etS .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sMFVaj1etS .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sMFVaj1etS .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sMFVaj1etS .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sMFVaj1etS .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sMFVaj1etS .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sMFVaj1etS .mbr-section-subtitle {
  color: #246fc1;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-sMFVaj1etS .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sMFVaj1etS .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sMFVaj1etS .mbr-section-button {
  margin-top: 25px;
}
.cid-sMFVaj1etS .desc2,
.cid-sMFVaj1etS .mbr-section-btn {
  color: #a3a6b2;
}
.cid-s1YPFUMG3v {
  padding-top: 90px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-s1YPFUMG3v p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-s1YPFUMG3v .panel-title {
  border-bottom: 2px solid #246fc1;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-s1YPFUMG3v .collapsed {
  border: none;
}
.cid-s1YPFUMG3v .collapsed span {
  transform: rotate(0deg);
}
.cid-s1YPFUMG3v span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #246fc1, #287eea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-s1YPFUMG3v .panel-body {
  padding-top: 0.5rem;
}
.cid-s1YPFUMG3v .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s1YPFUMG3v .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s1YPFUMG3v .panel-text {
  color: #a3a6b2;
}
.cid-s1YPFUMG3v H4 {
  color: #999999;
}
.cid-s1YPFUMG3v H2 {
  color: #246fc1;
}
.cid-s1YPFUMG3v .mbr-section-text {
  color: #999999;
}
.cid-sLo4Aj8Zvo {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-sLo4Aj8Zvo p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sLo4Aj8Zvo .panel-title {
  border-bottom: 2px solid #246fc1;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-sLo4Aj8Zvo .collapsed {
  border: none;
}
.cid-sLo4Aj8Zvo .collapsed span {
  transform: rotate(0deg);
}
.cid-sLo4Aj8Zvo span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #246fc1, #287eea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-sLo4Aj8Zvo .panel-body {
  padding-top: 0.5rem;
}
.cid-sLo4Aj8Zvo .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sLo4Aj8Zvo .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-sLo4Aj8Zvo .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sLo4Aj8Zvo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sLo4Aj8Zvo .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sLo4Aj8Zvo .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sLo4Aj8Zvo .panel-text {
  color: #a3a6b2;
}
.cid-sLo4Aj8Zvo H4 {
  color: #999999;
}
.cid-sLo4Aj8Zvo H2 {
  color: #ffffff;
}
.cid-sLo4Aj8Zvo .mbr-section-text {
  color: #999999;
}
.cid-sLo4JAyGfi {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-sLo4JAyGfi p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sLo4JAyGfi .panel-title {
  border-bottom: 2px solid #246fc1;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-sLo4JAyGfi .collapsed {
  border: none;
}
.cid-sLo4JAyGfi .collapsed span {
  transform: rotate(0deg);
}
.cid-sLo4JAyGfi span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #246fc1, #287eea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-sLo4JAyGfi .panel-body {
  padding-top: 0.5rem;
}
.cid-sLo4JAyGfi .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sLo4JAyGfi .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-sLo4JAyGfi .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sLo4JAyGfi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sLo4JAyGfi .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sLo4JAyGfi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sLo4JAyGfi .panel-text {
  color: #a3a6b2;
}
.cid-sLo4JAyGfi H4 {
  color: #999999;
}
.cid-sLo4JAyGfi H2 {
  color: #ffffff;
}
.cid-sLo4JAyGfi .mbr-section-text {
  color: #999999;
}
.cid-sLWf4WCm4b {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sLWf4WCm4b .container {
  max-width: 1400px;
}
.cid-sLWf4WCm4b .mbr-iconfont {
  display: block;
  font-size: 7rem;
  color: #246fc1;
  margin-bottom: 2rem;
}
.cid-sLWf4WCm4b .row {
  justify-content: center;
}
.cid-sLWf4WCm4b .card-text {
  color: #a3a6b2;
  text-align: left;
}
.cid-sLWf4WCm4b .mbr-section-title {
  color: #246fc1;
}
.cid-sLWf4WCm4b .card-title,
.cid-sLWf4WCm4b .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-sLWf4WCm4b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umRAGVKElq {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-umRAGVKElq .container {
  max-width: 1400px;
}
.cid-umRAGVKElq .mbr-iconfont {
  display: block;
  font-size: 7rem;
  color: #246fc1;
  margin-bottom: 2rem;
}
.cid-umRAGVKElq .row {
  justify-content: center;
}
.cid-umRAGVKElq .card-text {
  color: #a3a6b2;
  text-align: left;
}
.cid-umRAGVKElq .mbr-section-title {
  color: #246fc1;
}
.cid-umRAGVKElq .card-title,
.cid-umRAGVKElq .iconfont-wrapper {
  color: #ffffff;
}
.cid-umRAGVKElq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umYM3z0khX {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-umYM3z0khX img,
.cid-umYM3z0khX .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umYM3z0khX .item:focus,
.cid-umYM3z0khX span:focus {
  outline: none;
}
.cid-umYM3z0khX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umYM3z0khX .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #246fc1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umYM3z0khX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umYM3z0khX .mbr-section-title {
  color: #246fc1;
  padding-bottom: 50px;
  text-align: center;
}
.cid-umYM3z0khX .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #ffffff;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-sMxBmjoU2F .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMxBmjoU2F .nav-item:focus,
.cid-sMxBmjoU2F .nav-link:focus {
  outline: none;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMxBmjoU2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMxBmjoU2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMxBmjoU2F .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sMxBmjoU2F .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-sMxBmjoU2F .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sMxBmjoU2F .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sMxBmjoU2F .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sMxBmjoU2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMxBmjoU2F .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.show,
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sMxBmjoU2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMxBmjoU2F .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMxBmjoU2F .navbar.collapsed .right-menu,
.cid-sMxBmjoU2F .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F .navbar .navbar-collapse.show,
  .cid-sMxBmjoU2F .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMxBmjoU2F .navbar .navbar-collapse.show .brand-container,
  .cid-sMxBmjoU2F .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sMxBmjoU2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sMxBmjoU2F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sMxBmjoU2F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMxBmjoU2F .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sMxBmjoU2F .navbar .right-menu,
  .cid-sMxBmjoU2F .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sMxBmjoU2F .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMxBmjoU2F .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sMxBmjoU2F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMxBmjoU2F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMxBmjoU2F .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMxBmjoU2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMxBmjoU2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMxBmjoU2F .dropdown-item.active,
.cid-sMxBmjoU2F .dropdown-item:active {
  background-color: transparent;
}
.cid-sMxBmjoU2F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMxBmjoU2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMxBmjoU2F .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMxBmjoU2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMxBmjoU2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMxBmjoU2F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMxBmjoU2F ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sMxBmjoU2F .navbar-buttons {
  margin-left: auto;
}
.cid-sMxBmjoU2F button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F .navbar-dropdown {
  position: fixed;
}
.cid-sMxBmjoU2F a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMxBmjoU2F .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMxBmjoU2F .right-menu,
.cid-sMxBmjoU2F .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sMxBmjoU2F .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMxBmjoU2F .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMxBmjoU2F .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sMxBmjoU2F .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-sMxBmjoU2F .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sMxBmjoU2F .card-wrapper {
  z-index: 3;
}
.cid-sMxBmjoU2F .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sMxBmjoU2F .navbar-collapse {
  padding-top: 0;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMxBmjoU2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMrBfTe82q {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sMrBfTe82q .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sMrBfTe82q .card-wrapper {
  background-color: #246fc1;
  border-radius: 16px;
}
.cid-sMrBfTe82q .image-wrapper {
  height: 100%;
}
.cid-sMrBfTe82q .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sMrBfTe82q .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #afe1ed;
  transition: all 0.3s;
}
.cid-sMrBfTe82q .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #afe1ed;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sMrBfTe82q .social-row .soc-item:hover {
  background-color: #afe1ed;
}
.cid-sMrBfTe82q .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-sMrBfTe82q .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-sMrBfTe82q .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMrBfTe82q .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.cid-sMrBfTe82q .card-title {
  color: #ffffff;
}
.cid-sMrBfTe82q .card-subtitle {
  color: #a3a6b2;
}
.cid-sMrBfTe82q .mbr-text,
.cid-sMrBfTe82q .social-row {
  text-align: left;
}
.cid-sMrBfTe82q .mbr-section-title {
  color: #ffffff;
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #ffffff;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-sMxBmjoU2F .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMxBmjoU2F .nav-item:focus,
.cid-sMxBmjoU2F .nav-link:focus {
  outline: none;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMxBmjoU2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMxBmjoU2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMxBmjoU2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMxBmjoU2F .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sMxBmjoU2F .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-sMxBmjoU2F .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sMxBmjoU2F .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sMxBmjoU2F .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sMxBmjoU2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMxBmjoU2F .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.show,
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sMxBmjoU2F .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sMxBmjoU2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMxBmjoU2F .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMxBmjoU2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMxBmjoU2F .navbar.collapsed .right-menu,
.cid-sMxBmjoU2F .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F .navbar .navbar-collapse.show,
  .cid-sMxBmjoU2F .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMxBmjoU2F .navbar .navbar-collapse.show .brand-container,
  .cid-sMxBmjoU2F .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sMxBmjoU2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sMxBmjoU2F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sMxBmjoU2F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMxBmjoU2F .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMxBmjoU2F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sMxBmjoU2F .navbar .right-menu,
  .cid-sMxBmjoU2F .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sMxBmjoU2F .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMxBmjoU2F .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sMxBmjoU2F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMxBmjoU2F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMxBmjoU2F .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMxBmjoU2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMxBmjoU2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMxBmjoU2F .dropdown-item.active,
.cid-sMxBmjoU2F .dropdown-item:active {
  background-color: transparent;
}
.cid-sMxBmjoU2F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMxBmjoU2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMxBmjoU2F .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMxBmjoU2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMxBmjoU2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMxBmjoU2F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMxBmjoU2F ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sMxBmjoU2F .navbar-buttons {
  margin-left: auto;
}
.cid-sMxBmjoU2F button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMxBmjoU2F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sMxBmjoU2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMxBmjoU2F .navbar-dropdown {
  position: fixed;
}
.cid-sMxBmjoU2F a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMxBmjoU2F .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMxBmjoU2F .right-menu,
.cid-sMxBmjoU2F .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sMxBmjoU2F .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMxBmjoU2F .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMxBmjoU2F .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sMxBmjoU2F .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-sMxBmjoU2F .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sMxBmjoU2F .card-wrapper {
  z-index: 3;
}
.cid-sMxBmjoU2F .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sMxBmjoU2F .navbar-collapse {
  padding-top: 0;
}
@media (max-width: 991px) {
  .cid-sMxBmjoU2F .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMxBmjoU2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #ffffff;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-vsSRvdCRJK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bulb-2-1200x800.jpeg");
}
.cid-vsSRvdCRJK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vsSRvdCRJK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vsSRvdCRJK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vsSEk1HPax {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-vsSEk1HPax .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vsSEk1HPax H4 {
  color: #246fc1;
  text-align: center;
}
.cid-vsSEk1HPax LABEL {
  color: #ffffff;
}
