body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 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.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e2090d !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: #e2090d !important;
  border-color: #e2090d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #fc5130, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #fc5130, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #fc5130, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #fc5130, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #fc5130, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #fc5130, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #fc5130, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e2090d;
  color: #e2090d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e2090d;
  border-color: #e2090d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #fc5130, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fc5130;
  color: #fc5130;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fc5130;
  border-color: #fc5130;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #fc5130, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #fc5130, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #fc5130, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #fc5130, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #fc5130, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #fc5130, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #e2090d !important;
}
.text-secondary {
  color: #fc5130 !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f8595c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fda695 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.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: #e2090d;
  border-color: #e2090d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2090d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcbbbc;
}
.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;
}
blockquote {
  border-color: #e2090d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2090d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2090d;
  border-bottom-color: #e2090d;
}
.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: #e2090d !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: #fc5130 !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='%23e2090d' %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;
}
.btn {
  transition: none;
}
.cid-shEFqv99FC .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-shEFqv99FC .btn {
  white-space: nowrap;
}
.cid-shEFqv99FC .nav-link,
.cid-shEFqv99FC .icons-menu .mbr-iconfont,
.cid-shEFqv99FC .dropdown-item {
  transition: all 0.1s;
}
.cid-shEFqv99FC .nav-link:hover,
.cid-shEFqv99FC .icons-menu .mbr-iconfont:hover,
.cid-shEFqv99FC .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-shEFqv99FC .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-shEFqv99FC .container {
  display: flex;
  margin: auto;
}
.cid-shEFqv99FC .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
  background: none;
}
.cid-shEFqv99FC .navbar.opened {
  transition: all 0.3s;
}
.cid-shEFqv99FC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-shEFqv99FC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-shEFqv99FC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shEFqv99FC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shEFqv99FC .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: 55%;
}
.cid-shEFqv99FC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-shEFqv99FC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-shEFqv99FC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shEFqv99FC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shEFqv99FC .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: 55%;
  }
  .cid-shEFqv99FC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shEFqv99FC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shEFqv99FC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-shEFqv99FC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shEFqv99FC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-shEFqv99FC .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-shEFqv99FC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shEFqv99FC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shEFqv99FC .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-shEFqv99FC .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-shEFqv99FC .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shEFqv99FC .navbar-caption {
  padding-right: 4rem;
}
.cid-shEFqv99FC .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-shEFqv99FC .dropdown-menu,
.cid-shEFqv99FC .navbar.opened {
  background: #191919 !important;
}
.cid-shEFqv99FC .nav-item:focus,
.cid-shEFqv99FC .nav-link:focus {
  outline: none;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shEFqv99FC .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-shEFqv99FC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shEFqv99FC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-shEFqv99FC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shEFqv99FC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shEFqv99FC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shEFqv99FC .dropdown-item.active,
.cid-shEFqv99FC .dropdown-item:active {
  background-color: transparent;
}
.cid-shEFqv99FC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shEFqv99FC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-shEFqv99FC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shEFqv99FC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shEFqv99FC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shEFqv99FC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-shEFqv99FC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEFqv99FC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-shEFqv99FC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shEFqv99FC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-shEFqv99FC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shEFqv99FC .navbar {
    height: 77px;
  }
  .cid-shEFqv99FC .navbar.opened {
    height: auto;
  }
  .cid-shEFqv99FC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shEFqv99FC .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-shEJY4Gohw {
  overflow: hidden !important;
  background-image: url("../../../assets/images/nle-still.png-2000x2000.png");
}
.cid-shEJY4Gohw .animated-element {
  color: #efefef;
}
.cid-shEJY4Gohw .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-shEJY4Gohw .img-block {
    padding-right: 2rem;
  }
}
.cid-shEJY4Gohw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-shEJY4Gohw .mbr-text,
.cid-shEJY4Gohw .mbr-section-btn {
  color: #ffffff;
}
.cid-shF1ZFGCyK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-shF1ZFGCyK .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-shF1ZFGCyK .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-shF1ZFGCyK .card-wrapper {
    padding: 0;
  }
}
.cid-shF1ZFGCyK .card-text {
  color: #999999;
}
.cid-shF1ZFGCyK .card-title {
  color: #191919;
}
.cid-shS1ATqJwo {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e5e5e5;
}
.cid-shS1ATqJwo .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-shS1ATqJwo .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-shS1ATqJwo .card-wrapper {
    padding: 0;
  }
}
.cid-shS1ATqJwo .card-text {
  color: #999999;
}
.cid-shS1ATqJwo .card-title {
  color: #191919;
}
.cid-shF5LZHVqg {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/la-downtown-1875x1250.jpg");
}
.cid-shF5LZHVqg .mbr-section-title {
  margin: 0;
}
.cid-shF5LZHVqg .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-shF5LZHVqg .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-shF5LZHVqg .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-shF5LZHVqg .card1 {
  background: linear-gradient(45deg, #5b686b, #5b686b);
}
.cid-shF5LZHVqg .card2 {
  background: linear-gradient(45deg, #999999, #999999);
}
.cid-shF5LZHVqg .card3 {
  background: linear-gradient(45deg, #ff4f7b, #ff695c);
}
.cid-shF5LZHVqg .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-shF5LZHVqg .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-shF5LZHVqg .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-shF5LZHVqg .mbr-section-btn {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-top: 1rem;
}
.cid-shF5LZHVqg .card2 > .mbr-text,
.cid-shF5LZHVqg .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-shGjPawDIC {
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/richard-lund-hollywood-sign-at-night-1348x1000.jpg");
}
.cid-shGjPawDIC .mbr-section-title {
  margin: 0;
}
.cid-shGjPawDIC .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-shGjPawDIC .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-shGjPawDIC .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-shGjPawDIC .card1 {
  background: linear-gradient(45deg, #999999, #999999);
}
.cid-shGjPawDIC .card2 {
  background: linear-gradient(45deg, #5b686b, #5b686b);
}
.cid-shGjPawDIC .card3 {
  background: linear-gradient(45deg, #ff4f7b, #ff695c);
}
.cid-shGjPawDIC .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-shGjPawDIC .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-shGjPawDIC .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-shGjPawDIC .card1 > .mbr-card-title {
  color: #ffffff;
}
.cid-shFas1Nz2F {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shFas1Nz2F .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-shFas1Nz2F .mbr-section-title {
  margin: 0;
  color: #5b686b;
}
.cid-shFas1Nz2F .card-img {
  text-align: center;
}
.cid-shFas1Nz2F .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-shFas1Nz2F .row-item.card1 {
  background: #ffffff;
}
.cid-shFas1Nz2F .row-item.card2 {
  background: #5b686b;
}
.cid-shFas1Nz2F .row-item.card3 {
  background: #ffffff;
}
.cid-shFas1Nz2F .row-item.card4 {
  background: #2bdc9d;
}
.cid-shFas1Nz2F .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-shFas1Nz2F .card-img,
  .cid-shFas1Nz2F .mbr-text,
  .cid-shFas1Nz2F .mbr-card-title,
  .cid-shFas1Nz2F .mbr-section-subtitle,
  .cid-shFas1Nz2F .mbr-section-title,
  .cid-shFas1Nz2F .underline {
    text-align: center !important;
  }
}
.cid-shFas1Nz2F .card1 > .mbr-text,
.cid-shFas1Nz2F .card1 > .mbr-section-btn {
  color: #040402;
}
.cid-shFas1Nz2F .card1 > .mbr-card-title,
.cid-shFas1Nz2F .card1 > .card-img {
  color: #040402;
}
.cid-shFas1Nz2F .card3 > .mbr-text,
.cid-shFas1Nz2F .card3 > .mbr-section-btn {
  color: #191919;
}
.cid-shFas1Nz2F .card3 > .mbr-card-title,
.cid-shFas1Nz2F .card3 > .card-img {
  color: #191919;
}
.cid-shG7dmEBaX {
  overflow-x: hidden !important;
}
.cid-shG7dmEBaX,
.cid-shG7dmEBaX .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-shG7dmEBaX .mbr-section-title {
  color: #ffffff;
}
.cid-shG7dmEBaX .mbr-section-title span {
  color: #e2090d;
}
.cid-shG7dmEBaX .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-shG7dmEBaX .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/sunsetboulebard-2000x1000.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-shG7dmEBaX .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-shG7dmEBaX .mbr-overlay {
  z-index: 1;
}
.cid-shG7dmEBaX .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-shG2HWdAbQ {
  padding-top: 30px;
  padding-bottom: 75px;
  position: relative;
  background-color: #e5e5e5;
}
.cid-shG2HWdAbQ p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-shG2HWdAbQ .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-shG2HWdAbQ .collapsed {
  border: none;
}
.cid-shG2HWdAbQ .panel-body {
  padding-top: 0.5rem;
}
.cid-shG2HWdAbQ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-shG2HWdAbQ .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-shG2HWdAbQ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-shG2HWdAbQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-shG2HWdAbQ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-shG2HWdAbQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-shG2HWdAbQ .panel-text {
  color: #767676;
}
.cid-shG2HWdAbQ H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-shG2HWdAbQ H2 {
  color: #5b686b;
}
.cid-shG3IoFIvW {
  padding-top: 30px;
  padding-bottom: 75px;
  position: relative;
  background-color: #cccccc;
}
.cid-shG3IoFIvW p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-shG3IoFIvW .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-shG3IoFIvW .collapsed {
  border: none;
}
.cid-shG3IoFIvW .panel-body {
  padding-top: 0.5rem;
}
.cid-shG3IoFIvW .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-shG3IoFIvW .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-shG3IoFIvW .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-shG3IoFIvW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-shG3IoFIvW .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-shG3IoFIvW .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-shG3IoFIvW .panel-text {
  color: #767676;
}
.cid-shG3IoFIvW H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-shG3IoFIvW H2 {
  color: #5b686b;
}
.cid-shFkW29xPG {
  padding-top: 645px;
  background-image: url("../../../assets/images/ny-downtown-1875x1250.jpg");
}
.cid-shFkW29xPG H2 {
  color: #e2090d;
}
.cid-shFkW29xPG h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-shFkW29xPG section {
  align-items: flex-end !important;
}
.cid-shFkW29xPG .mbr-text,
.cid-shFkW29xPG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-shFkW29xPG .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-shF0tlDZcv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-shF0tlDZcv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-shF0tlDZcv textarea {
  min-height: 150px;
}
.cid-shF0tlDZcv .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-shF0tlDZcv .form-control,
.cid-shF0tlDZcv .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-shF0tlDZcv .form-control input::-webkit-input-placeholder,
.cid-shF0tlDZcv .field-input input::-webkit-input-placeholder,
.cid-shF0tlDZcv .form-control textarea::-webkit-input-placeholder,
.cid-shF0tlDZcv .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-shF0tlDZcv .form-control input:-moz-placeholder,
.cid-shF0tlDZcv .field-input input:-moz-placeholder,
.cid-shF0tlDZcv .form-control textarea:-moz-placeholder,
.cid-shF0tlDZcv .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-shF0tlDZcv .form-control:hover,
.cid-shF0tlDZcv .field-input:hover,
.cid-shF0tlDZcv .form-control:focus,
.cid-shF0tlDZcv .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-shF0tlDZcv .form-control:hover input::-webkit-input-placeholder,
.cid-shF0tlDZcv .field-input:hover input::-webkit-input-placeholder,
.cid-shF0tlDZcv .form-control:focus input::-webkit-input-placeholder,
.cid-shF0tlDZcv .field-input:focus input::-webkit-input-placeholder,
.cid-shF0tlDZcv .form-control:hover textarea::-webkit-input-placeholder,
.cid-shF0tlDZcv .field-input:hover textarea::-webkit-input-placeholder,
.cid-shF0tlDZcv .form-control:focus textarea::-webkit-input-placeholder,
.cid-shF0tlDZcv .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-shF0tlDZcv .form-control:hover input:-moz-placeholder,
.cid-shF0tlDZcv .field-input:hover input:-moz-placeholder,
.cid-shF0tlDZcv .form-control:focus input:-moz-placeholder,
.cid-shF0tlDZcv .field-input:focus input:-moz-placeholder,
.cid-shF0tlDZcv .form-control:hover textarea:-moz-placeholder,
.cid-shF0tlDZcv .field-input:hover textarea:-moz-placeholder,
.cid-shF0tlDZcv .form-control:focus textarea:-moz-placeholder,
.cid-shF0tlDZcv .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-shF0tlDZcv .jq-number__spin:hover,
.cid-shF0tlDZcv .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-shF0tlDZcv .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-shF0tlDZcv .jq-selectbox li,
.cid-shF0tlDZcv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-shF0tlDZcv .jq-selectbox li:hover,
.cid-shF0tlDZcv .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-shF0tlDZcv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-shF0tlDZcv .jq-number__spin.minus:hover:after,
.cid-shF0tlDZcv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-shF0tlDZcv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-shF0tlDZcv .jq-number__spin.minus:after,
.cid-shF0tlDZcv .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-shF0tlDZcv input::-webkit-clear-button {
  display: none;
}
.cid-shF0tlDZcv input::-webkit-inner-spin-button {
  display: none;
}
.cid-shF0tlDZcv input::-webkit-outer-spin-button {
  display: none;
}
.cid-shF0tlDZcv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-shEFqv99FC .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-shEFqv99FC .btn {
  white-space: nowrap;
}
.cid-shEFqv99FC .nav-link,
.cid-shEFqv99FC .icons-menu .mbr-iconfont,
.cid-shEFqv99FC .dropdown-item {
  transition: all 0.1s;
}
.cid-shEFqv99FC .nav-link:hover,
.cid-shEFqv99FC .icons-menu .mbr-iconfont:hover,
.cid-shEFqv99FC .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-shEFqv99FC .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-shEFqv99FC .container {
  display: flex;
  margin: auto;
}
.cid-shEFqv99FC .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
  background: none;
}
.cid-shEFqv99FC .navbar.opened {
  transition: all 0.3s;
}
.cid-shEFqv99FC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-shEFqv99FC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-shEFqv99FC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shEFqv99FC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shEFqv99FC .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: 55%;
}
.cid-shEFqv99FC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-shEFqv99FC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-shEFqv99FC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shEFqv99FC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shEFqv99FC .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: 55%;
  }
  .cid-shEFqv99FC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shEFqv99FC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shEFqv99FC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-shEFqv99FC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shEFqv99FC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-shEFqv99FC .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-shEFqv99FC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shEFqv99FC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shEFqv99FC .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-shEFqv99FC .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-shEFqv99FC .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shEFqv99FC .navbar-caption {
  padding-right: 4rem;
}
.cid-shEFqv99FC .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-shEFqv99FC .dropdown-menu,
.cid-shEFqv99FC .navbar.opened {
  background: #191919 !important;
}
.cid-shEFqv99FC .nav-item:focus,
.cid-shEFqv99FC .nav-link:focus {
  outline: none;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shEFqv99FC .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-shEFqv99FC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shEFqv99FC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-shEFqv99FC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shEFqv99FC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shEFqv99FC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shEFqv99FC .dropdown-item.active,
.cid-shEFqv99FC .dropdown-item:active {
  background-color: transparent;
}
.cid-shEFqv99FC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shEFqv99FC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-shEFqv99FC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shEFqv99FC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shEFqv99FC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shEFqv99FC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-shEFqv99FC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEFqv99FC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-shEFqv99FC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shEFqv99FC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-shEFqv99FC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shEFqv99FC .navbar {
    height: 77px;
  }
  .cid-shEFqv99FC .navbar.opened {
    height: auto;
  }
  .cid-shEFqv99FC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shEFqv99FC .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-shGBfK4wbM {
  overflow: hidden !important;
  background-image: url("../../../assets/images/dj-bw-1563x1041.jpg");
}
.cid-shGBfK4wbM .animated-element {
  color: #efefef;
}
.cid-shGBfK4wbM .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-shGBfK4wbM .img-block {
    padding-right: 2rem;
  }
}
.cid-shGBfK4wbM .mbr-section-subtitle {
  color: #cccccc;
}
.cid-shGBfK4wbM .mbr-text,
.cid-shGBfK4wbM .mbr-section-btn {
  color: #efefef;
}
.cid-shGBfK4wbM .mbr-section-title {
  text-align: center;
}
.cid-shGDdu09qO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shGDdu09qO .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-shGDdu09qO .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shGDdu09qO .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shGDdu09qO .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-shGDdu09qO .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-shGDdu09qO .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-shGDdu09qO .card:hover .card-box {
  bottom: 0;
}
.cid-shGDdu09qO .card:hover .btn {
  opacity: 1;
}
.cid-shGDdu09qO .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-shGDdu09qO .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-shGDdu09qO .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-shGDdu09qO .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-shGDdu09qO .mbr-section-title,
.cid-shGDdu09qO .line-wrap {
  text-align: center;
}
.cid-shGDdu09qO .card-box > p,
.cid-shGDdu09qO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-shGDdu09qO .card-box {
    bottom: 0;
  }
  .cid-shGDdu09qO .btn {
    opacity: 1;
  }
}
.cid-snqGSwrvgn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snqGSwrvgn .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-snqGSwrvgn .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-snqGSwrvgn .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-snqGSwrvgn .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-snqGSwrvgn .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-snqGSwrvgn .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-snqGSwrvgn .card:hover .card-box {
  bottom: 0;
}
.cid-snqGSwrvgn .card:hover .btn {
  opacity: 1;
}
.cid-snqGSwrvgn .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-snqGSwrvgn .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-snqGSwrvgn .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-snqGSwrvgn .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-snqGSwrvgn .mbr-section-title,
.cid-snqGSwrvgn .line-wrap {
  text-align: center;
}
.cid-snqGSwrvgn .card-box > p,
.cid-snqGSwrvgn .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-snqGSwrvgn .card-box {
    bottom: 0;
  }
  .cid-snqGSwrvgn .btn {
    opacity: 1;
  }
}
.cid-shEFqv99FC .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-shEFqv99FC .btn {
  white-space: nowrap;
}
.cid-shEFqv99FC .nav-link,
.cid-shEFqv99FC .icons-menu .mbr-iconfont,
.cid-shEFqv99FC .dropdown-item {
  transition: all 0.1s;
}
.cid-shEFqv99FC .nav-link:hover,
.cid-shEFqv99FC .icons-menu .mbr-iconfont:hover,
.cid-shEFqv99FC .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-shEFqv99FC .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-shEFqv99FC .container {
  display: flex;
  margin: auto;
}
.cid-shEFqv99FC .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
  background: none;
}
.cid-shEFqv99FC .navbar.opened {
  transition: all 0.3s;
}
.cid-shEFqv99FC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-shEFqv99FC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-shEFqv99FC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shEFqv99FC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shEFqv99FC .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: 55%;
}
.cid-shEFqv99FC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-shEFqv99FC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-shEFqv99FC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shEFqv99FC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shEFqv99FC .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: 55%;
  }
  .cid-shEFqv99FC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shEFqv99FC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shEFqv99FC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-shEFqv99FC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shEFqv99FC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-shEFqv99FC .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-shEFqv99FC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shEFqv99FC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shEFqv99FC .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-shEFqv99FC .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-shEFqv99FC .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shEFqv99FC .navbar-caption {
  padding-right: 4rem;
}
.cid-shEFqv99FC .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-shEFqv99FC .dropdown-menu,
.cid-shEFqv99FC .navbar.opened {
  background: #191919 !important;
}
.cid-shEFqv99FC .nav-item:focus,
.cid-shEFqv99FC .nav-link:focus {
  outline: none;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shEFqv99FC .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-shEFqv99FC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shEFqv99FC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-shEFqv99FC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shEFqv99FC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shEFqv99FC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shEFqv99FC .dropdown-item.active,
.cid-shEFqv99FC .dropdown-item:active {
  background-color: transparent;
}
.cid-shEFqv99FC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shEFqv99FC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-shEFqv99FC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shEFqv99FC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shEFqv99FC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shEFqv99FC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-shEFqv99FC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEFqv99FC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-shEFqv99FC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shEFqv99FC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-shEFqv99FC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shEFqv99FC .navbar {
    height: 77px;
  }
  .cid-shEFqv99FC .navbar.opened {
    height: auto;
  }
  .cid-shEFqv99FC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shEFqv99FC .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-shGxulbLsN {
  overflow: hidden !important;
  background-image: url("../../../assets/images/london-1875x1250.jpg");
}
.cid-shGxulbLsN .animated-element {
  color: #efefef;
}
.cid-shGxulbLsN .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-shGxulbLsN .img-block {
    padding-right: 2rem;
  }
}
.cid-shGxulbLsN .mbr-section-subtitle {
  color: #cccccc;
}
.cid-shGxulbLsN .mbr-text,
.cid-shGxulbLsN .mbr-section-btn {
  color: #efefef;
}
.cid-shGxulbLsN .mbr-section-title {
  text-align: center;
}
.cid-shGyqetGMW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shGyqetGMW .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-shGyqetGMW .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-shGyqetGMW .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #fc5130;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-shGyqetGMW .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-shGyqetGMW .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-shGyqetGMW .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-shGyqetGMW .card:hover .card-box {
  bottom: 0;
}
.cid-shGyqetGMW .card:hover .btn {
  opacity: 1;
}
.cid-shGyqetGMW .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-shGyqetGMW .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-shGyqetGMW .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-shGyqetGMW .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-shGyqetGMW .mbr-section-title,
.cid-shGyqetGMW .line-wrap {
  text-align: center;
}
.cid-shGyqetGMW .card-box > p,
.cid-shGyqetGMW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-shGyqetGMW .card-box {
    bottom: 0;
  }
  .cid-shGyqetGMW .btn {
    opacity: 1;
  }
}
.cid-si2iJtjMfR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-si2iJtjMfR .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-si2iJtjMfR .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-si2iJtjMfR .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-si2iJtjMfR .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-si2iJtjMfR .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-si2iJtjMfR .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-si2iJtjMfR .card:hover .card-box {
  bottom: 0;
}
.cid-si2iJtjMfR .card:hover .btn {
  opacity: 1;
}
.cid-si2iJtjMfR .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-si2iJtjMfR .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-si2iJtjMfR .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-si2iJtjMfR .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-si2iJtjMfR .mbr-section-title,
.cid-si2iJtjMfR .line-wrap {
  text-align: center;
}
.cid-si2iJtjMfR .card-box > p,
.cid-si2iJtjMfR .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-si2iJtjMfR .card-box {
    bottom: 0;
  }
  .cid-si2iJtjMfR .btn {
    opacity: 1;
  }
}
.cid-si2iK0AUNQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-si2iK0AUNQ .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-si2iK0AUNQ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-si2iK0AUNQ .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-si2iK0AUNQ .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-si2iK0AUNQ .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-si2iK0AUNQ .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-si2iK0AUNQ .card:hover .card-box {
  bottom: 0;
}
.cid-si2iK0AUNQ .card:hover .btn {
  opacity: 1;
}
.cid-si2iK0AUNQ .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-si2iK0AUNQ .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-si2iK0AUNQ .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-si2iK0AUNQ .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-si2iK0AUNQ .mbr-section-title,
.cid-si2iK0AUNQ .line-wrap {
  text-align: center;
}
.cid-si2iK0AUNQ .card-box > p,
.cid-si2iK0AUNQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-si2iK0AUNQ .card-box {
    bottom: 0;
  }
  .cid-si2iK0AUNQ .btn {
    opacity: 1;
  }
}
.cid-uL6Mjm9ZZr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL6Mjm9ZZr .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-uL6Mjm9ZZr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uL6Mjm9ZZr .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uL6Mjm9ZZr .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-uL6Mjm9ZZr .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uL6Mjm9ZZr .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uL6Mjm9ZZr .card:hover .card-box {
  bottom: 0;
}
.cid-uL6Mjm9ZZr .card:hover .btn {
  opacity: 1;
}
.cid-uL6Mjm9ZZr .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-uL6Mjm9ZZr .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-uL6Mjm9ZZr .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-uL6Mjm9ZZr .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-uL6Mjm9ZZr .mbr-section-title,
.cid-uL6Mjm9ZZr .line-wrap {
  text-align: center;
}
.cid-uL6Mjm9ZZr .card-box > p,
.cid-uL6Mjm9ZZr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uL6Mjm9ZZr .card-box {
    bottom: 0;
  }
  .cid-uL6Mjm9ZZr .btn {
    opacity: 1;
  }
}
.cid-uL6Pq8ccSB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL6Pq8ccSB .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-uL6Pq8ccSB .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uL6Pq8ccSB .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uL6Pq8ccSB .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-uL6Pq8ccSB .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uL6Pq8ccSB .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uL6Pq8ccSB .card:hover .card-box {
  bottom: 0;
}
.cid-uL6Pq8ccSB .card:hover .btn {
  opacity: 1;
}
.cid-uL6Pq8ccSB .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-uL6Pq8ccSB .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-uL6Pq8ccSB .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-uL6Pq8ccSB .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-uL6Pq8ccSB .mbr-section-title,
.cid-uL6Pq8ccSB .line-wrap {
  text-align: center;
}
.cid-uL6Pq8ccSB .card-box > p,
.cid-uL6Pq8ccSB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uL6Pq8ccSB .card-box {
    bottom: 0;
  }
  .cid-uL6Pq8ccSB .btn {
    opacity: 1;
  }
}
.cid-uL7cA1KyNw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL7cA1KyNw .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-uL7cA1KyNw .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uL7cA1KyNw .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uL7cA1KyNw .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-uL7cA1KyNw .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uL7cA1KyNw .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uL7cA1KyNw .card:hover .card-box {
  bottom: 0;
}
.cid-uL7cA1KyNw .card:hover .btn {
  opacity: 1;
}
.cid-uL7cA1KyNw .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-uL7cA1KyNw .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-uL7cA1KyNw .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-uL7cA1KyNw .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-uL7cA1KyNw .mbr-section-title,
.cid-uL7cA1KyNw .line-wrap {
  text-align: center;
}
.cid-uL7cA1KyNw .card-box > p,
.cid-uL7cA1KyNw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uL7cA1KyNw .card-box {
    bottom: 0;
  }
  .cid-uL7cA1KyNw .btn {
    opacity: 1;
  }
}
.cid-uLcOeBNcL5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLcOeBNcL5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-uLcOeBNcL5 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uLcOeBNcL5 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uLcOeBNcL5 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-uLcOeBNcL5 .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uLcOeBNcL5 .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uLcOeBNcL5 .card:hover .card-box {
  bottom: 0;
}
.cid-uLcOeBNcL5 .card:hover .btn {
  opacity: 1;
}
.cid-uLcOeBNcL5 .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-uLcOeBNcL5 .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-uLcOeBNcL5 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-uLcOeBNcL5 .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-uLcOeBNcL5 .mbr-section-title,
.cid-uLcOeBNcL5 .line-wrap {
  text-align: center;
}
.cid-uLcOeBNcL5 .card-box > p,
.cid-uLcOeBNcL5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uLcOeBNcL5 .card-box {
    bottom: 0;
  }
  .cid-uLcOeBNcL5 .btn {
    opacity: 1;
  }
}
.cid-uLjNQYUGGk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLjNQYUGGk .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-uLjNQYUGGk .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uLjNQYUGGk .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uLjNQYUGGk .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-uLjNQYUGGk .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uLjNQYUGGk .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uLjNQYUGGk .card:hover .card-box {
  bottom: 0;
}
.cid-uLjNQYUGGk .card:hover .btn {
  opacity: 1;
}
.cid-uLjNQYUGGk .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-uLjNQYUGGk .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-uLjNQYUGGk .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-uLjNQYUGGk .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-uLjNQYUGGk .mbr-section-title,
.cid-uLjNQYUGGk .line-wrap {
  text-align: center;
}
.cid-uLjNQYUGGk .card-box > p,
.cid-uLjNQYUGGk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uLjNQYUGGk .card-box {
    bottom: 0;
  }
  .cid-uLjNQYUGGk .btn {
    opacity: 1;
  }
}
.cid-shEFqv99FC .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-shEFqv99FC .btn {
  white-space: nowrap;
}
.cid-shEFqv99FC .nav-link,
.cid-shEFqv99FC .icons-menu .mbr-iconfont,
.cid-shEFqv99FC .dropdown-item {
  transition: all 0.1s;
}
.cid-shEFqv99FC .nav-link:hover,
.cid-shEFqv99FC .icons-menu .mbr-iconfont:hover,
.cid-shEFqv99FC .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-shEFqv99FC .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-shEFqv99FC .container {
  display: flex;
  margin: auto;
}
.cid-shEFqv99FC .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
  background: none;
}
.cid-shEFqv99FC .navbar.opened {
  transition: all 0.3s;
}
.cid-shEFqv99FC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-shEFqv99FC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-shEFqv99FC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shEFqv99FC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shEFqv99FC .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: 55%;
}
.cid-shEFqv99FC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shEFqv99FC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-shEFqv99FC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-shEFqv99FC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shEFqv99FC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shEFqv99FC .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: 55%;
  }
  .cid-shEFqv99FC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shEFqv99FC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shEFqv99FC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shEFqv99FC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-shEFqv99FC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shEFqv99FC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-shEFqv99FC .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-shEFqv99FC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shEFqv99FC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shEFqv99FC .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-shEFqv99FC .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-shEFqv99FC .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shEFqv99FC .navbar-caption {
  padding-right: 4rem;
}
.cid-shEFqv99FC .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-shEFqv99FC .dropdown-menu,
.cid-shEFqv99FC .navbar.opened {
  background: #191919 !important;
}
.cid-shEFqv99FC .nav-item:focus,
.cid-shEFqv99FC .nav-link:focus {
  outline: none;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shEFqv99FC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shEFqv99FC .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-shEFqv99FC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shEFqv99FC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-shEFqv99FC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shEFqv99FC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shEFqv99FC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shEFqv99FC .dropdown-item.active,
.cid-shEFqv99FC .dropdown-item:active {
  background-color: transparent;
}
.cid-shEFqv99FC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shEFqv99FC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shEFqv99FC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-shEFqv99FC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shEFqv99FC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shEFqv99FC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shEFqv99FC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-shEFqv99FC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEFqv99FC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shEFqv99FC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEFqv99FC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-shEFqv99FC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shEFqv99FC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-shEFqv99FC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shEFqv99FC .navbar {
    height: 77px;
  }
  .cid-shEFqv99FC .navbar.opened {
    height: auto;
  }
  .cid-shEFqv99FC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shEFqv99FC .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-shGb6TZHEY {
  background-image: url("../../../assets/images/sunset-blvd-1563x938.jpg");
  background-position: right;
}
.cid-shGb6TZHEY .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shGb6TZHEY .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-shGb6TZHEY .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shGb6TZHEY img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-shGb6TZHEY .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sqUfpSNyOo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sqUfpSNyOo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLcYQNNYTP .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-uLcYQNNYTP .btn {
  white-space: nowrap;
}
.cid-uLcYQNNYTP .nav-link,
.cid-uLcYQNNYTP .icons-menu .mbr-iconfont,
.cid-uLcYQNNYTP .dropdown-item {
  transition: all 0.1s;
}
.cid-uLcYQNNYTP .nav-link:hover,
.cid-uLcYQNNYTP .icons-menu .mbr-iconfont:hover,
.cid-uLcYQNNYTP .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLcYQNNYTP .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uLcYQNNYTP .container {
  display: flex;
  margin: auto;
}
.cid-uLcYQNNYTP .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
  background: none;
}
.cid-uLcYQNNYTP .navbar.opened {
  transition: all 0.3s;
}
.cid-uLcYQNNYTP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLcYQNNYTP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLcYQNNYTP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLcYQNNYTP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLcYQNNYTP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLcYQNNYTP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLcYQNNYTP .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: 55%;
}
.cid-uLcYQNNYTP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLcYQNNYTP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLcYQNNYTP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLcYQNNYTP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLcYQNNYTP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLcYQNNYTP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLcYQNNYTP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLcYQNNYTP .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: 55%;
  }
  .cid-uLcYQNNYTP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLcYQNNYTP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLcYQNNYTP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLcYQNNYTP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLcYQNNYTP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLcYQNNYTP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLcYQNNYTP .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLcYQNNYTP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLcYQNNYTP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLcYQNNYTP .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLcYQNNYTP .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-uLcYQNNYTP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLcYQNNYTP .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLcYQNNYTP .navbar-caption {
  padding-right: 4rem;
}
.cid-uLcYQNNYTP .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLcYQNNYTP .dropdown-menu,
.cid-uLcYQNNYTP .navbar.opened {
  background: #191919 !important;
}
.cid-uLcYQNNYTP .nav-item:focus,
.cid-uLcYQNNYTP .nav-link:focus {
  outline: none;
}
.cid-uLcYQNNYTP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLcYQNNYTP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLcYQNNYTP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLcYQNNYTP .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-uLcYQNNYTP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLcYQNNYTP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLcYQNNYTP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLcYQNNYTP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLcYQNNYTP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLcYQNNYTP .dropdown-item.active,
.cid-uLcYQNNYTP .dropdown-item:active {
  background-color: transparent;
}
.cid-uLcYQNNYTP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLcYQNNYTP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLcYQNNYTP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLcYQNNYTP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLcYQNNYTP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLcYQNNYTP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLcYQNNYTP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLcYQNNYTP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLcYQNNYTP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLcYQNNYTP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLcYQNNYTP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLcYQNNYTP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcYQNNYTP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcYQNNYTP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLcYQNNYTP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcYQNNYTP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLcYQNNYTP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLcYQNNYTP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcYQNNYTP .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLcYQNNYTP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLcYQNNYTP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLcYQNNYTP .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLcYQNNYTP .navbar {
    height: 77px;
  }
  .cid-uLcYQNNYTP .navbar.opened {
    height: auto;
  }
  .cid-uLcYQNNYTP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLcYQNNYTP .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLcYQO4ZXO {
  overflow: hidden !important;
  background-image: url("../../../assets/images/dj-bw-1563x1041.jpg");
}
.cid-uLcYQO4ZXO .animated-element {
  color: #efefef;
}
.cid-uLcYQO4ZXO .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-uLcYQO4ZXO .img-block {
    padding-right: 2rem;
  }
}
.cid-uLcYQO4ZXO .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uLcYQO4ZXO .mbr-text,
.cid-uLcYQO4ZXO .mbr-section-btn {
  color: #efefef;
}
.cid-uLcYQO4ZXO .mbr-section-title {
  text-align: center;
}
.cid-uLcYQOHcr7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLcYQOHcr7 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-uLcYQOHcr7 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uLcYQOHcr7 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uLcYQOHcr7 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-uLcYQOHcr7 .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uLcYQOHcr7 .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uLcYQOHcr7 .card:hover .card-box {
  bottom: 0;
}
.cid-uLcYQOHcr7 .card:hover .btn {
  opacity: 1;
}
.cid-uLcYQOHcr7 .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-uLcYQOHcr7 .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-uLcYQOHcr7 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-uLcYQOHcr7 .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-uLcYQOHcr7 .mbr-section-title,
.cid-uLcYQOHcr7 .line-wrap {
  text-align: center;
}
.cid-uLcYQOHcr7 .card-box > p,
.cid-uLcYQOHcr7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uLcYQOHcr7 .card-box {
    bottom: 0;
  }
  .cid-uLcYQOHcr7 .btn {
    opacity: 1;
  }
}
