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: #fc5130 !important;
}
.bg-success {
  background-color: #e2090d !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: #fc5130 !important;
  border-color: #fc5130 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-primary:hover {
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #ed651f, #fc5130);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed651f !important;
  border-color: #ed651f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b1460e !important;
  border-color: #b1460e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b1460e !important;
  border-color: #b1460e !important;
}
.btn-secondary:hover {
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #ed651f, #ed651f);
  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: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #ed651f, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-success:hover {
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #ed651f, #e2090d);
  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: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #ed651f, #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: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #ed651f, #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: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #ed651f, #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: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #ed651f, #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: #fc5130;
  color: #fc5130;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fc5130;
  border-color: #fc5130;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #ed651f, #fc5130);
  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: #ed651f;
  color: #ed651f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ed651f;
  border-color: #ed651f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed651f !important;
  border-color: #ed651f !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #ed651f, #ed651f);
  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, #ed651f, #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: #e2090d;
  color: #e2090d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e2090d;
  border-color: #e2090d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #ed651f, #e2090d);
  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, #ed651f, #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, #ed651f, #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, #ed651f, #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, #ed651f, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #fc5130 !important;
}
.text-secondary {
  color: #ed651f !important;
}
.text-success {
  color: #e2090d !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: #fda695 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f5a67d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f8595c !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: #fc5130;
  border-color: #fc5130;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fc5130;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffaf9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcbbbc;
}
.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: #fc5130;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fc5130;
  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: #fc5130;
  border-bottom-color: #fc5130;
}
.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: #fc5130 !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: #ed651f !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='%23fc5130' %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-s1YNw91RvB .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-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #ed651f !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YNmF9EpW {
  background-image: url("../../../assets/images/mbr-1920x1080.jpeg");
}
.cid-s1YNmF9EpW H1 {
  color: #fc5130;
}
.cid-s1YNmF9EpW h1 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNmF9EpW .mbr-text,
.cid-s1YNmF9EpW .mbr-section-btn {
  color: #999999;
}
.cid-s1YNzGfN84 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-s1YNzGfN84 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YNzGfN84 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-s1YNzGfN84 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-s1YNzGfN84 .img-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNzGfN84 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YNzGfN84 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YNzGfN84 .first:hover:before {
  content: none;
}
.cid-s1YNzGfN84 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-s1YNzGfN84 .last:hover:after {
  content: none;
}
.cid-s1YNzGfN84 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-s1YNzGfN84 .mbr-section-text {
  color: #999999;
}
.cid-s1YNzGfN84 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YNzGfN84 .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YNzGfN84 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YNzGfN84 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s1YQ6E1SFC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-s1YQ6E1SFC .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-s1YQ6E1SFC .mbr-text,
.cid-s1YQ6E1SFC .mbr-section-btn {
  color: #999999;
}
.cid-s1YQ6E1SFC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-s1YQ6E1SFC img {
    width: 96%;
  }
}
.cid-s1YPl57Et0 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-s1YPl57Et0 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s1YPl57Et0 .card-wrapper {
    padding: 0;
  }
}
.cid-s1YPl57Et0 img {
  width: 100%;
}
.cid-s1YPl57Et0 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPl57Et0 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-s1YPl57Et0 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-s1YPl57Et0 h4 {
  margin: 0;
}
.cid-s1YPl57Et0 .card-text {
  color: #999999;
}
.cid-s1YPl57Et0 .mbr-text {
  color: #000000;
}
.cid-s1YPl57Et0 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-s1YPl57Et0 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-s1YPl57Et0 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-s1YPl57Et0 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s1YPl57Et0 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-s1YPl57Et0 H3 {
  color: #787324;
}
.cid-s1YPl57Et0 .mbr-section-title,
.cid-s1YPl57Et0 .title-wrapper {
  color: #ffffff;
}
.cid-s1YPl57Et0 .mbr-text,
.cid-s1YPl57Et0 .mbr-section-btn {
  color: #999999;
}
.cid-sP28tioRrf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-sP28tioRrf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sP28tioRrf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sP28tioRrf .mbr-form {
  max-width: 450px;
}
.cid-sP28tioRrf textarea {
  min-height: 150px;
}
.cid-sP28tioRrf .mbr-text {
  color: #cccccc;
}
.cid-sP28tioRrf .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sP28tioRrf .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-s1YPyUn2on {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-s1YPyUn2on img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YPyUn2on .link-wrapper {
  margin-bottom: 1rem;
}
.cid-s1YPyUn2on .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-s1YPyUn2on .img-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPyUn2on .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YPyUn2on .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YPyUn2on .first:hover:before {
  content: none;
}
.cid-s1YPyUn2on .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-s1YPyUn2on .last:hover:after {
  content: none;
}
.cid-s1YPyUn2on .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-s1YPyUn2on .mbr-section-text {
  color: #999999;
}
.cid-s1YPyUn2on .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YPyUn2on .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YPyUn2on .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YPyUn2on .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YPyUn2on .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-s1YPyUn2on .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sMyRkqeOMw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-sMyRkqeOMw .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sMyRkqeOMw .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sMyRkqeOMw .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sMyRkqeOMw .title {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sMyRkqeOMw .container {
  max-width: 1400px;
}
.cid-sMyRkqeOMw li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sMyRkqeOMw .time {
  line-height: 2;
}
.cid-sMyRkqeOMw .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sMyRkqeOMw .text-wrap {
  width: 100%;
}
.cid-sMyRkqeOMw .item-wrap {
  display: inline-block;
}
.cid-sMyRkqeOMw .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sMyRkqeOMw .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sMyRkqeOMw .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sMyRkqeOMw .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMyRkqeOMw .socicon-wrap {
    margin: auto;
  }
}
.cid-sMyRkqeOMw .mbr-text {
  color: #999999;
}
.cid-sMyRkqeOMw .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sMyRkqeOMw .icon-title,
.cid-sMyRkqeOMw .align-wrap {
  color: #fc5130;
  width: 100%;
  text-align: center;
}
.cid-sMyRkqeOMw .item-text,
.cid-sMyRkqeOMw .item-icon {
  color: #999999;
}
.cid-sP2DoeXRSK.popup-builder {
  background-color: #ffffff;
}
.cid-sP2DoeXRSK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sP2DoeXRSK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sP2DoeXRSK .modal-content,
.cid-sP2DoeXRSK .modal-dialog {
  height: auto;
}
.cid-sP2DoeXRSK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sP2DoeXRSK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sP2DoeXRSK .form-wrapper .mbr-form .form-group,
  .cid-sP2DoeXRSK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sP2DoeXRSK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sP2DoeXRSK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sP2DoeXRSK .mbr-text {
  text-align: center;
}
.cid-sP2DoeXRSK .pt-0 {
  padding-top: 0 !important;
}
.cid-sP2DoeXRSK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sP2DoeXRSK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sP2DoeXRSK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sP2DoeXRSK .modal-open {
  overflow: hidden;
}
.cid-sP2DoeXRSK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sP2DoeXRSK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sP2DoeXRSK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sP2DoeXRSK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sP2DoeXRSK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sP2DoeXRSK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sP2DoeXRSK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sP2DoeXRSK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sP2DoeXRSK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sP2DoeXRSK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sP2DoeXRSK .modal-backdrop.fade {
  opacity: 0;
}
.cid-sP2DoeXRSK .modal-backdrop.show {
  opacity: .5;
}
.cid-sP2DoeXRSK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sP2DoeXRSK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sP2DoeXRSK .modal-header {
    padding: 1rem;
  }
}
.cid-sP2DoeXRSK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sP2DoeXRSK .modal-header .close svg {
  fill: #353535;
}
.cid-sP2DoeXRSK .modal-header .close:hover {
  opacity: 1;
}
.cid-sP2DoeXRSK .modal-header .close:focus {
  outline: none;
}
.cid-sP2DoeXRSK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sP2DoeXRSK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sP2DoeXRSK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sP2DoeXRSK .modal-body {
    padding: 1rem;
  }
}
.cid-sP2DoeXRSK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sP2DoeXRSK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sP2DoeXRSK .modal-footer {
    padding: 1rem;
  }
}
.cid-sP2DoeXRSK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sP2DoeXRSK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sP2DoeXRSK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sP2DoeXRSK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sP2DoeXRSK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sP2DoeXRSK .modal-lg,
  .cid-sP2DoeXRSK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sP2DoeXRSK .modal-xl {
    max-width: 1140px;
  }
}
.cid-sP2DoeXRSK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sP2DoeXRSK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sP2DoeXRSK .form-group {
  margin-bottom: 1rem;
}
.cid-sP2DoeXRSK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sP2DoeXRSK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sP2DoeXRSK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sP2DoeXRSK .mbr-section-btn {
  margin: 0;
}
.cid-sP2DoeXRSK .mbr-section-btn .btn {
  margin: 0;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #ed651f !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sP3gugziuL {
  background-image: url("../../../assets/images/business-technology-and-growth-kgs5t69-2000x1125.jpg");
}
.cid-sP3gugziuL H1 {
  color: #e2090d;
}
.cid-sP3gugziuL h1 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3gugziuL .mbr-text,
.cid-sP3gugziuL .mbr-section-btn {
  color: #f3f3f3;
}
.cid-sP3ha93qM9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sP3ha93qM9 h3 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3ha93qM9 .count,
.cid-sP3ha93qM9 .card-img {
  color: #e2090d;
}
.cid-sP3ha93qM9 .mbr-subtitle {
  color: #999999;
}
.cid-sVBFDUgLBW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sVBFDUgLBW .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sVBFDUgLBW .mbr-text,
.cid-sVBFDUgLBW .mbr-section-btn {
  color: #cccccc;
}
.cid-sP3heOsgKG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sP3heOsgKG .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sP3heOsgKG .mbr-text,
.cid-sP3heOsgKG .mbr-section-btn {
  color: #999999;
}
.cid-sP3heOsgKG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sP3heOsgKG img {
    width: 96%;
  }
}
.cid-t7tMNafHhK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-t7tMNafHhK .iconfont-wrapper > .mbr-iconfont {
  font-size: 80px;
}
.cid-t7tMNafHhK .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-t7tMNafHhK .card {
  padding-right: 48px;
  margin-top: 60px;
}
.cid-t7tMNafHhK .card-text {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-t7tMNafHhK .card-title {
  margin-bottom: 20px;
}
.cid-t7tMNafHhK a .mbr-iconfont {
  font-size: 14px !important;
}
.cid-t7tMNafHhK .item .link {
  width: 100%;
  text-align: right;
}
.cid-t7tMNafHhK .link {
  margin-bottom: 10px;
}
.cid-t7tMNafHhK a {
  transition: color 300ms ease !important;
  font-weight: 400;
}
.cid-t7tMNafHhK .custom-link::after {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
}
.cid-t7tMNafHhK .link:hover .custom-link {
  color: #75dbcd !important;
}
.cid-t7tMNafHhK .card-title,
.cid-t7tMNafHhK .iconfont-wrapper {
  color: #ffffff;
}
.cid-t7tMNafHhK .icon1 {
  color: #fc5130;
}
.cid-t7tMNafHhK .icon2 {
  color: #fc5130;
}
.cid-t7tMNafHhK .icon3 {
  color: #fc5130;
}
.cid-t7tMNafHhK .icon4 {
  color: #fc5130;
}
.cid-t7tMNafHhK .icon5 {
  color: #fc5130;
}
.cid-t7tMNafHhK .icon6 {
  color: #fc5130;
}
.cid-t7tMNafHhK .card:nth-child(1) {
  margin-top: 0px;
}
.cid-t7tMNafHhK .card:nth-child(2) {
  margin-top: 0px;
}
.cid-t7tMNafHhK .card:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-t7tMNafHhK .card:nth-child(3) {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .cid-t7tMNafHhK .card:nth-child(2) {
    margin-top: 60px;
  }
  .cid-t7tMNafHhK .card {
    padding-right: 15px;
  }
}
.cid-sP3h76vLc7 {
  padding-top: 645px;
  background-image: url("../../../assets/images/type-on-laptop-computer-5c4ykus-2000x1055.jpg");
}
.cid-sP3h76vLc7 H2 {
  color: #e2090d;
}
.cid-sP3h76vLc7 h1 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3h76vLc7 section {
  align-items: flex-end !important;
}
.cid-sP3h76vLc7 .mbr-text,
.cid-sP3h76vLc7 .mbr-section-btn {
  color: #999999;
}
.cid-sP3h76vLc7 .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-sP3h4yYTus {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-sP3h4yYTus .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-sP3h4yYTus .item p {
  margin: 0;
}
.cid-sP3h4yYTus .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-sP3h4yYTus .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sP3h4yYTus .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-sP3h4yYTus .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-sP3h4yYTus .icon-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3h4yYTus .card-text {
  color: #999999;
}
.cid-sP3h4yYTus .item-text {
  color: #ffffff;
}
.cid-sP3h4yYTus .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sP3h4yYTus .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sP3h4yYTus .card:hover .icon-wrapper .mbr-iconfont,
.cid-sP3h4yYTus .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sP3h4yYTus .card:hover .btn {
  background: transparent !important;
  border: 1px solid #999999 !important;
}
.cid-sP3h4yYTus .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-sP3h4yYTus .card:hover .card-wrapper .price,
.cid-sP3h4yYTus .card:hover .card-wrapper .item-text,
.cid-sP3h4yYTus .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-sP3h4yYTus .item-text,
.cid-sP3h4yYTus .item-icon {
  color: #999999;
  text-align: left;
}
.cid-sP3h4yYTus .main-text {
  color: #999999;
}
.cid-sP3gmYZN7e {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-sP3gmYZN7e img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sP3gmYZN7e .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sP3gmYZN7e .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sP3gmYZN7e .img-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3gmYZN7e .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sP3gmYZN7e .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sP3gmYZN7e .first:hover:before {
  content: none;
}
.cid-sP3gmYZN7e .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3gmYZN7e .last:hover:after {
  content: none;
}
.cid-sP3gmYZN7e .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3gmYZN7e .mbr-section-text {
  color: #999999;
}
.cid-sP3gmYZN7e .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sP3gmYZN7e .card .img-wrapper {
  overflow: hidden;
}
.cid-sP3gmYZN7e .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sP3gmYZN7e .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sP3gmYZN7e .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-sP3gmYZN7e .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sMyRkqeOMw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-sMyRkqeOMw .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sMyRkqeOMw .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sMyRkqeOMw .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sMyRkqeOMw .title {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sMyRkqeOMw .container {
  max-width: 1400px;
}
.cid-sMyRkqeOMw li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sMyRkqeOMw .time {
  line-height: 2;
}
.cid-sMyRkqeOMw .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sMyRkqeOMw .text-wrap {
  width: 100%;
}
.cid-sMyRkqeOMw .item-wrap {
  display: inline-block;
}
.cid-sMyRkqeOMw .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sMyRkqeOMw .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sMyRkqeOMw .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sMyRkqeOMw .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMyRkqeOMw .socicon-wrap {
    margin: auto;
  }
}
.cid-sMyRkqeOMw .mbr-text {
  color: #999999;
}
.cid-sMyRkqeOMw .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sMyRkqeOMw .icon-title,
.cid-sMyRkqeOMw .align-wrap {
  color: #fc5130;
  width: 100%;
  text-align: center;
}
.cid-sMyRkqeOMw .item-text,
.cid-sMyRkqeOMw .item-icon {
  color: #999999;
}
.cid-sPbO2vqPlU.popup-builder {
  background-color: #ffffff;
}
.cid-sPbO2vqPlU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPbO2vqPlU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPbO2vqPlU .modal-content,
.cid-sPbO2vqPlU .modal-dialog {
  height: auto;
}
.cid-sPbO2vqPlU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPbO2vqPlU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPbO2vqPlU .form-wrapper .mbr-form .form-group,
  .cid-sPbO2vqPlU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPbO2vqPlU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPbO2vqPlU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPbO2vqPlU .mbr-text {
  text-align: center;
}
.cid-sPbO2vqPlU .pt-0 {
  padding-top: 0 !important;
}
.cid-sPbO2vqPlU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPbO2vqPlU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPbO2vqPlU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPbO2vqPlU .modal-open {
  overflow: hidden;
}
.cid-sPbO2vqPlU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPbO2vqPlU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPbO2vqPlU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPbO2vqPlU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPbO2vqPlU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPbO2vqPlU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPbO2vqPlU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPbO2vqPlU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPbO2vqPlU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPbO2vqPlU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPbO2vqPlU .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPbO2vqPlU .modal-backdrop.show {
  opacity: .5;
}
.cid-sPbO2vqPlU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPbO2vqPlU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPbO2vqPlU .modal-header {
    padding: 1rem;
  }
}
.cid-sPbO2vqPlU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPbO2vqPlU .modal-header .close svg {
  fill: #353535;
}
.cid-sPbO2vqPlU .modal-header .close:hover {
  opacity: 1;
}
.cid-sPbO2vqPlU .modal-header .close:focus {
  outline: none;
}
.cid-sPbO2vqPlU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPbO2vqPlU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPbO2vqPlU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPbO2vqPlU .modal-body {
    padding: 1rem;
  }
}
.cid-sPbO2vqPlU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPbO2vqPlU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPbO2vqPlU .modal-footer {
    padding: 1rem;
  }
}
.cid-sPbO2vqPlU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPbO2vqPlU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPbO2vqPlU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPbO2vqPlU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPbO2vqPlU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPbO2vqPlU .modal-lg,
  .cid-sPbO2vqPlU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPbO2vqPlU .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPbO2vqPlU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPbO2vqPlU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPbO2vqPlU .form-group {
  margin-bottom: 1rem;
}
.cid-sPbO2vqPlU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPbO2vqPlU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPbO2vqPlU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPbO2vqPlU .mbr-section-btn {
  margin: 0;
}
.cid-sPbO2vqPlU .mbr-section-btn .btn {
  margin: 0;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #ed651f !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sP3gTcEs2A {
  background-image: url("../../../assets/images/developing-programmer-development-website-design-a-qxq67bj-2000x1333.jpg");
}
.cid-sP3gTcEs2A H1 {
  color: #e2090d;
}
.cid-sP3gTcEs2A h1 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3gTcEs2A .mbr-text,
.cid-sP3gTcEs2A .mbr-section-btn {
  color: #f3f3f3;
}
.cid-sVPkvqtgrO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sVPkvqtgrO .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sVPkvqtgrO .mbr-text,
.cid-sVPkvqtgrO .mbr-section-btn {
  color: #e5e5e5;
}
.cid-sVrb72xlsw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sVrb72xlsw .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sVrb72xlsw .mbr-text,
.cid-sVrb72xlsw .mbr-section-btn {
  color: #ffffff;
}
.cid-sP3gSLt8bh {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-sP3gSLt8bh img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sP3gSLt8bh .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sP3gSLt8bh .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sP3gSLt8bh .img-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3gSLt8bh .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sP3gSLt8bh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sP3gSLt8bh .first:hover:before {
  content: none;
}
.cid-sP3gSLt8bh .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3gSLt8bh .last:hover:after {
  content: none;
}
.cid-sP3gSLt8bh .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3gSLt8bh .mbr-section-text {
  color: #999999;
}
.cid-sP3gSLt8bh .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sP3gSLt8bh .card .img-wrapper {
  overflow: hidden;
}
.cid-sP3gSLt8bh .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sP3gSLt8bh .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sP3gSLt8bh .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-sP3gSLt8bh .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sMyRkqeOMw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-sMyRkqeOMw .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sMyRkqeOMw .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sMyRkqeOMw .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sMyRkqeOMw .title {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sMyRkqeOMw .container {
  max-width: 1400px;
}
.cid-sMyRkqeOMw li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sMyRkqeOMw .time {
  line-height: 2;
}
.cid-sMyRkqeOMw .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sMyRkqeOMw .text-wrap {
  width: 100%;
}
.cid-sMyRkqeOMw .item-wrap {
  display: inline-block;
}
.cid-sMyRkqeOMw .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sMyRkqeOMw .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sMyRkqeOMw .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sMyRkqeOMw .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMyRkqeOMw .socicon-wrap {
    margin: auto;
  }
}
.cid-sMyRkqeOMw .mbr-text {
  color: #999999;
}
.cid-sMyRkqeOMw .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sMyRkqeOMw .icon-title,
.cid-sMyRkqeOMw .align-wrap {
  color: #fc5130;
  width: 100%;
  text-align: center;
}
.cid-sMyRkqeOMw .item-text,
.cid-sMyRkqeOMw .item-icon {
  color: #999999;
}
.cid-sPEIcEp3EP.popup-builder {
  background-color: #ffffff;
}
.cid-sPEIcEp3EP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPEIcEp3EP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPEIcEp3EP .modal-content,
.cid-sPEIcEp3EP .modal-dialog {
  height: auto;
}
.cid-sPEIcEp3EP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPEIcEp3EP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPEIcEp3EP .form-wrapper .mbr-form .form-group,
  .cid-sPEIcEp3EP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPEIcEp3EP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPEIcEp3EP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPEIcEp3EP .mbr-text {
  text-align: center;
}
.cid-sPEIcEp3EP .pt-0 {
  padding-top: 0 !important;
}
.cid-sPEIcEp3EP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPEIcEp3EP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPEIcEp3EP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPEIcEp3EP .modal-open {
  overflow: hidden;
}
.cid-sPEIcEp3EP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPEIcEp3EP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPEIcEp3EP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPEIcEp3EP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPEIcEp3EP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPEIcEp3EP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPEIcEp3EP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPEIcEp3EP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPEIcEp3EP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPEIcEp3EP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPEIcEp3EP .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPEIcEp3EP .modal-backdrop.show {
  opacity: .5;
}
.cid-sPEIcEp3EP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPEIcEp3EP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPEIcEp3EP .modal-header {
    padding: 1rem;
  }
}
.cid-sPEIcEp3EP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPEIcEp3EP .modal-header .close svg {
  fill: #353535;
}
.cid-sPEIcEp3EP .modal-header .close:hover {
  opacity: 1;
}
.cid-sPEIcEp3EP .modal-header .close:focus {
  outline: none;
}
.cid-sPEIcEp3EP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPEIcEp3EP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPEIcEp3EP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPEIcEp3EP .modal-body {
    padding: 1rem;
  }
}
.cid-sPEIcEp3EP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPEIcEp3EP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPEIcEp3EP .modal-footer {
    padding: 1rem;
  }
}
.cid-sPEIcEp3EP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPEIcEp3EP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPEIcEp3EP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPEIcEp3EP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPEIcEp3EP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPEIcEp3EP .modal-lg,
  .cid-sPEIcEp3EP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPEIcEp3EP .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPEIcEp3EP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPEIcEp3EP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPEIcEp3EP .form-group {
  margin-bottom: 1rem;
}
.cid-sPEIcEp3EP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPEIcEp3EP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPEIcEp3EP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPEIcEp3EP .mbr-section-btn {
  margin: 0;
}
.cid-sPEIcEp3EP .mbr-section-btn .btn {
  margin: 0;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #ed651f !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sP3ju4yqFX {
  background-image: url("../../../assets/images/behind-the-scenes-of-video-production-in-studio-wh-z3kb2ld-2000x1127.jpg");
}
.cid-sP3ju4yqFX H1 {
  color: #e2090d;
}
.cid-sP3ju4yqFX h1 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3ju4yqFX .mbr-text,
.cid-sP3ju4yqFX .mbr-section-btn {
  color: #f3f3f3;
}
.cid-sVPlrznUcH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sVPlrznUcH .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sVPlrznUcH .mbr-text,
.cid-sVPlrznUcH .mbr-section-btn {
  color: #e5e5e5;
}
.cid-sP3juArQn0 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-sP3juArQn0 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sP3juArQn0 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sP3juArQn0 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sP3juArQn0 .img-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3juArQn0 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sP3juArQn0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sP3juArQn0 .first:hover:before {
  content: none;
}
.cid-sP3juArQn0 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3juArQn0 .last:hover:after {
  content: none;
}
.cid-sP3juArQn0 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3juArQn0 .mbr-section-text {
  color: #999999;
}
.cid-sP3juArQn0 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sP3juArQn0 .card .img-wrapper {
  overflow: hidden;
}
.cid-sP3juArQn0 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sP3juArQn0 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sP3juArQn0 .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-sP3juArQn0 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sMyRkqeOMw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-sMyRkqeOMw .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sMyRkqeOMw .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sMyRkqeOMw .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sMyRkqeOMw .title {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sMyRkqeOMw .container {
  max-width: 1400px;
}
.cid-sMyRkqeOMw li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sMyRkqeOMw .time {
  line-height: 2;
}
.cid-sMyRkqeOMw .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sMyRkqeOMw .text-wrap {
  width: 100%;
}
.cid-sMyRkqeOMw .item-wrap {
  display: inline-block;
}
.cid-sMyRkqeOMw .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sMyRkqeOMw .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sMyRkqeOMw .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sMyRkqeOMw .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMyRkqeOMw .socicon-wrap {
    margin: auto;
  }
}
.cid-sMyRkqeOMw .mbr-text {
  color: #999999;
}
.cid-sMyRkqeOMw .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sMyRkqeOMw .icon-title,
.cid-sMyRkqeOMw .align-wrap {
  color: #fc5130;
  width: 100%;
  text-align: center;
}
.cid-sMyRkqeOMw .item-text,
.cid-sMyRkqeOMw .item-icon {
  color: #999999;
}
.cid-sPEIcUwfvz.popup-builder {
  background-color: #ffffff;
}
.cid-sPEIcUwfvz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPEIcUwfvz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPEIcUwfvz .modal-content,
.cid-sPEIcUwfvz .modal-dialog {
  height: auto;
}
.cid-sPEIcUwfvz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPEIcUwfvz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPEIcUwfvz .form-wrapper .mbr-form .form-group,
  .cid-sPEIcUwfvz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPEIcUwfvz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPEIcUwfvz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPEIcUwfvz .mbr-text {
  text-align: center;
}
.cid-sPEIcUwfvz .pt-0 {
  padding-top: 0 !important;
}
.cid-sPEIcUwfvz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPEIcUwfvz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPEIcUwfvz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPEIcUwfvz .modal-open {
  overflow: hidden;
}
.cid-sPEIcUwfvz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPEIcUwfvz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPEIcUwfvz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPEIcUwfvz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPEIcUwfvz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPEIcUwfvz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPEIcUwfvz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPEIcUwfvz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPEIcUwfvz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPEIcUwfvz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPEIcUwfvz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPEIcUwfvz .modal-backdrop.show {
  opacity: .5;
}
.cid-sPEIcUwfvz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPEIcUwfvz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPEIcUwfvz .modal-header {
    padding: 1rem;
  }
}
.cid-sPEIcUwfvz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPEIcUwfvz .modal-header .close svg {
  fill: #353535;
}
.cid-sPEIcUwfvz .modal-header .close:hover {
  opacity: 1;
}
.cid-sPEIcUwfvz .modal-header .close:focus {
  outline: none;
}
.cid-sPEIcUwfvz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPEIcUwfvz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPEIcUwfvz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPEIcUwfvz .modal-body {
    padding: 1rem;
  }
}
.cid-sPEIcUwfvz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPEIcUwfvz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPEIcUwfvz .modal-footer {
    padding: 1rem;
  }
}
.cid-sPEIcUwfvz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPEIcUwfvz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPEIcUwfvz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPEIcUwfvz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPEIcUwfvz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPEIcUwfvz .modal-lg,
  .cid-sPEIcUwfvz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPEIcUwfvz .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPEIcUwfvz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPEIcUwfvz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPEIcUwfvz .form-group {
  margin-bottom: 1rem;
}
.cid-sPEIcUwfvz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPEIcUwfvz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPEIcUwfvz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPEIcUwfvz .mbr-section-btn {
  margin: 0;
}
.cid-sPEIcUwfvz .mbr-section-btn .btn {
  margin: 0;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #ed651f !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sP3krzoXtQ {
  background-image: url("../../../assets/images/closeup-image-hand-of-woman-designing-on-table-in-m8xrft6-2000x1333.jpg");
}
.cid-sP3krzoXtQ H1 {
  color: #e2090d;
}
.cid-sP3krzoXtQ h1 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3krzoXtQ .mbr-text,
.cid-sP3krzoXtQ .mbr-section-btn {
  color: #f3f3f3;
}
.cid-sVPmavlCot {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sVPmavlCot .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sVPmavlCot .mbr-text,
.cid-sVPmavlCot .mbr-section-btn {
  color: #e5e5e5;
}
.cid-sP3ks8UljZ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-sP3ks8UljZ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sP3ks8UljZ .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sP3ks8UljZ .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sP3ks8UljZ .img-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3ks8UljZ .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sP3ks8UljZ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sP3ks8UljZ .first:hover:before {
  content: none;
}
.cid-sP3ks8UljZ .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3ks8UljZ .last:hover:after {
  content: none;
}
.cid-sP3ks8UljZ .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3ks8UljZ .mbr-section-text {
  color: #999999;
}
.cid-sP3ks8UljZ .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sP3ks8UljZ .card .img-wrapper {
  overflow: hidden;
}
.cid-sP3ks8UljZ .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sP3ks8UljZ .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sP3ks8UljZ .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-sP3ks8UljZ .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sMyRkqeOMw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-sMyRkqeOMw .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sMyRkqeOMw .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sMyRkqeOMw .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sMyRkqeOMw .title {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sMyRkqeOMw .container {
  max-width: 1400px;
}
.cid-sMyRkqeOMw li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sMyRkqeOMw .time {
  line-height: 2;
}
.cid-sMyRkqeOMw .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sMyRkqeOMw .text-wrap {
  width: 100%;
}
.cid-sMyRkqeOMw .item-wrap {
  display: inline-block;
}
.cid-sMyRkqeOMw .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sMyRkqeOMw .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sMyRkqeOMw .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sMyRkqeOMw .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMyRkqeOMw .socicon-wrap {
    margin: auto;
  }
}
.cid-sMyRkqeOMw .mbr-text {
  color: #999999;
}
.cid-sMyRkqeOMw .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sMyRkqeOMw .icon-title,
.cid-sMyRkqeOMw .align-wrap {
  color: #fc5130;
  width: 100%;
  text-align: center;
}
.cid-sMyRkqeOMw .item-text,
.cid-sMyRkqeOMw .item-icon {
  color: #999999;
}
.cid-sPEIdagMF5.popup-builder {
  background-color: #ffffff;
}
.cid-sPEIdagMF5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPEIdagMF5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPEIdagMF5 .modal-content,
.cid-sPEIdagMF5 .modal-dialog {
  height: auto;
}
.cid-sPEIdagMF5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPEIdagMF5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPEIdagMF5 .form-wrapper .mbr-form .form-group,
  .cid-sPEIdagMF5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPEIdagMF5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPEIdagMF5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPEIdagMF5 .mbr-text {
  text-align: center;
}
.cid-sPEIdagMF5 .pt-0 {
  padding-top: 0 !important;
}
.cid-sPEIdagMF5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPEIdagMF5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPEIdagMF5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPEIdagMF5 .modal-open {
  overflow: hidden;
}
.cid-sPEIdagMF5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPEIdagMF5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPEIdagMF5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPEIdagMF5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPEIdagMF5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPEIdagMF5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPEIdagMF5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPEIdagMF5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPEIdagMF5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPEIdagMF5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPEIdagMF5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPEIdagMF5 .modal-backdrop.show {
  opacity: .5;
}
.cid-sPEIdagMF5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPEIdagMF5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPEIdagMF5 .modal-header {
    padding: 1rem;
  }
}
.cid-sPEIdagMF5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPEIdagMF5 .modal-header .close svg {
  fill: #353535;
}
.cid-sPEIdagMF5 .modal-header .close:hover {
  opacity: 1;
}
.cid-sPEIdagMF5 .modal-header .close:focus {
  outline: none;
}
.cid-sPEIdagMF5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPEIdagMF5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPEIdagMF5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPEIdagMF5 .modal-body {
    padding: 1rem;
  }
}
.cid-sPEIdagMF5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPEIdagMF5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPEIdagMF5 .modal-footer {
    padding: 1rem;
  }
}
.cid-sPEIdagMF5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPEIdagMF5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPEIdagMF5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPEIdagMF5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPEIdagMF5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPEIdagMF5 .modal-lg,
  .cid-sPEIdagMF5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPEIdagMF5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPEIdagMF5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPEIdagMF5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPEIdagMF5 .form-group {
  margin-bottom: 1rem;
}
.cid-sPEIdagMF5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPEIdagMF5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPEIdagMF5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPEIdagMF5 .mbr-section-btn {
  margin: 0;
}
.cid-sPEIdagMF5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #ed651f !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sP3fsOSedx {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sP3fsOSedx H1 {
  color: #e2090d;
}
.cid-sP3fsOSedx h1 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3fsOSedx .mbr-text,
.cid-sP3fsOSedx .mbr-section-btn {
  color: #999999;
}
.cid-sP3fqDb8i4 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-sP3fqDb8i4 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sP3fqDb8i4 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sP3fqDb8i4 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sP3fqDb8i4 .img-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3fqDb8i4 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sP3fqDb8i4 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sP3fqDb8i4 .first:hover:before {
  content: none;
}
.cid-sP3fqDb8i4 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3fqDb8i4 .last:hover:after {
  content: none;
}
.cid-sP3fqDb8i4 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3fqDb8i4 .mbr-section-text {
  color: #999999;
}
.cid-sP3fqDb8i4 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sP3fqDb8i4 .card .img-wrapper {
  overflow: hidden;
}
.cid-sP3fqDb8i4 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sP3fqDb8i4 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sP3fqDb8i4 .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-sP3fqDb8i4 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sMyRkqeOMw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-sMyRkqeOMw .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sMyRkqeOMw .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sMyRkqeOMw .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sMyRkqeOMw .title {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sMyRkqeOMw .container {
  max-width: 1400px;
}
.cid-sMyRkqeOMw li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sMyRkqeOMw .time {
  line-height: 2;
}
.cid-sMyRkqeOMw .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sMyRkqeOMw .text-wrap {
  width: 100%;
}
.cid-sMyRkqeOMw .item-wrap {
  display: inline-block;
}
.cid-sMyRkqeOMw .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sMyRkqeOMw .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sMyRkqeOMw .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sMyRkqeOMw .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMyRkqeOMw .socicon-wrap {
    margin: auto;
  }
}
.cid-sMyRkqeOMw .mbr-text {
  color: #999999;
}
.cid-sMyRkqeOMw .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sMyRkqeOMw .icon-title,
.cid-sMyRkqeOMw .align-wrap {
  color: #fc5130;
  width: 100%;
  text-align: center;
}
.cid-sMyRkqeOMw .item-text,
.cid-sMyRkqeOMw .item-icon {
  color: #999999;
}
.cid-sPbO3HmolU.popup-builder {
  background-color: #ffffff;
}
.cid-sPbO3HmolU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPbO3HmolU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPbO3HmolU .modal-content,
.cid-sPbO3HmolU .modal-dialog {
  height: auto;
}
.cid-sPbO3HmolU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPbO3HmolU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPbO3HmolU .form-wrapper .mbr-form .form-group,
  .cid-sPbO3HmolU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPbO3HmolU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPbO3HmolU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPbO3HmolU .mbr-text {
  text-align: center;
}
.cid-sPbO3HmolU .pt-0 {
  padding-top: 0 !important;
}
.cid-sPbO3HmolU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPbO3HmolU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPbO3HmolU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPbO3HmolU .modal-open {
  overflow: hidden;
}
.cid-sPbO3HmolU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPbO3HmolU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPbO3HmolU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPbO3HmolU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPbO3HmolU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPbO3HmolU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPbO3HmolU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPbO3HmolU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPbO3HmolU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPbO3HmolU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPbO3HmolU .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPbO3HmolU .modal-backdrop.show {
  opacity: .5;
}
.cid-sPbO3HmolU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPbO3HmolU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPbO3HmolU .modal-header {
    padding: 1rem;
  }
}
.cid-sPbO3HmolU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPbO3HmolU .modal-header .close svg {
  fill: #353535;
}
.cid-sPbO3HmolU .modal-header .close:hover {
  opacity: 1;
}
.cid-sPbO3HmolU .modal-header .close:focus {
  outline: none;
}
.cid-sPbO3HmolU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPbO3HmolU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPbO3HmolU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPbO3HmolU .modal-body {
    padding: 1rem;
  }
}
.cid-sPbO3HmolU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPbO3HmolU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPbO3HmolU .modal-footer {
    padding: 1rem;
  }
}
.cid-sPbO3HmolU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPbO3HmolU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPbO3HmolU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPbO3HmolU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPbO3HmolU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPbO3HmolU .modal-lg,
  .cid-sPbO3HmolU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPbO3HmolU .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPbO3HmolU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPbO3HmolU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPbO3HmolU .form-group {
  margin-bottom: 1rem;
}
.cid-sPbO3HmolU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPbO3HmolU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPbO3HmolU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPbO3HmolU .mbr-section-btn {
  margin: 0;
}
.cid-sPbO3HmolU .mbr-section-btn .btn {
  margin: 0;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #ed651f !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sNNSuyiI6l {
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-sNNSuyiI6l H1 {
  color: #e2090d;
}
.cid-sNNSuyiI6l h1 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sNNSuyiI6l .mbr-text,
.cid-sNNSuyiI6l .mbr-section-btn {
  color: #999999;
}
.cid-sNNSx6zR6I {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sNNSx6zR6I .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sNNSx6zR6I .mbr-text,
.cid-sNNSx6zR6I .mbr-section-btn {
  color: #999999;
}
.cid-sNNSI8mBoT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sNNSI8mBoT .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sNNSI8mBoT .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sNNSI8mBoT .btn-col {
    justify-content: center;
  }
}
.cid-sNNSI8mBoT .mbr-text,
.cid-sNNSI8mBoT .mbr-section-btn {
  color: #999999;
}
.cid-sNNSI8mBoT p {
  margin: 0;
}
.cid-sP3fazLZi5 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-sP3fazLZi5 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sP3fazLZi5 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sP3fazLZi5 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sP3fazLZi5 .img-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3fazLZi5 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sP3fazLZi5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sP3fazLZi5 .first:hover:before {
  content: none;
}
.cid-sP3fazLZi5 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3fazLZi5 .last:hover:after {
  content: none;
}
.cid-sP3fazLZi5 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3fazLZi5 .mbr-section-text {
  color: #999999;
}
.cid-sP3fazLZi5 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sP3fazLZi5 .card .img-wrapper {
  overflow: hidden;
}
.cid-sP3fazLZi5 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sP3fazLZi5 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sP3fazLZi5 .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-sP3fazLZi5 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sMyRkqeOMw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-sMyRkqeOMw .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sMyRkqeOMw .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sMyRkqeOMw .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sMyRkqeOMw .title {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sMyRkqeOMw .container {
  max-width: 1400px;
}
.cid-sMyRkqeOMw li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sMyRkqeOMw .time {
  line-height: 2;
}
.cid-sMyRkqeOMw .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sMyRkqeOMw .text-wrap {
  width: 100%;
}
.cid-sMyRkqeOMw .item-wrap {
  display: inline-block;
}
.cid-sMyRkqeOMw .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sMyRkqeOMw .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sMyRkqeOMw .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sMyRkqeOMw .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMyRkqeOMw .socicon-wrap {
    margin: auto;
  }
}
.cid-sMyRkqeOMw .mbr-text {
  color: #999999;
}
.cid-sMyRkqeOMw .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sMyRkqeOMw .icon-title,
.cid-sMyRkqeOMw .align-wrap {
  color: #fc5130;
  width: 100%;
  text-align: center;
}
.cid-sMyRkqeOMw .item-text,
.cid-sMyRkqeOMw .item-icon {
  color: #999999;
}
.cid-sPbO2deSdf.popup-builder {
  background-color: #ffffff;
}
.cid-sPbO2deSdf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPbO2deSdf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPbO2deSdf .modal-content,
.cid-sPbO2deSdf .modal-dialog {
  height: auto;
}
.cid-sPbO2deSdf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPbO2deSdf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPbO2deSdf .form-wrapper .mbr-form .form-group,
  .cid-sPbO2deSdf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPbO2deSdf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPbO2deSdf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPbO2deSdf .mbr-text {
  text-align: center;
}
.cid-sPbO2deSdf .pt-0 {
  padding-top: 0 !important;
}
.cid-sPbO2deSdf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPbO2deSdf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPbO2deSdf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPbO2deSdf .modal-open {
  overflow: hidden;
}
.cid-sPbO2deSdf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPbO2deSdf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPbO2deSdf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPbO2deSdf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPbO2deSdf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPbO2deSdf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPbO2deSdf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPbO2deSdf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPbO2deSdf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPbO2deSdf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPbO2deSdf .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPbO2deSdf .modal-backdrop.show {
  opacity: .5;
}
.cid-sPbO2deSdf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPbO2deSdf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPbO2deSdf .modal-header {
    padding: 1rem;
  }
}
.cid-sPbO2deSdf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPbO2deSdf .modal-header .close svg {
  fill: #353535;
}
.cid-sPbO2deSdf .modal-header .close:hover {
  opacity: 1;
}
.cid-sPbO2deSdf .modal-header .close:focus {
  outline: none;
}
.cid-sPbO2deSdf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPbO2deSdf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPbO2deSdf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPbO2deSdf .modal-body {
    padding: 1rem;
  }
}
.cid-sPbO2deSdf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPbO2deSdf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPbO2deSdf .modal-footer {
    padding: 1rem;
  }
}
.cid-sPbO2deSdf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPbO2deSdf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPbO2deSdf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPbO2deSdf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPbO2deSdf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPbO2deSdf .modal-lg,
  .cid-sPbO2deSdf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPbO2deSdf .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPbO2deSdf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPbO2deSdf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPbO2deSdf .form-group {
  margin-bottom: 1rem;
}
.cid-sPbO2deSdf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPbO2deSdf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPbO2deSdf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPbO2deSdf .mbr-section-btn {
  margin: 0;
}
.cid-sPbO2deSdf .mbr-section-btn .btn {
  margin: 0;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #ed651f !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .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-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sP3cPjZe5N {
  background-color: #040402;
}
.cid-sP3cPjZe5N H1 {
  color: #e2090d;
}
.cid-sP3cPjZe5N h1 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3cPjZe5N img {
  width: 100%;
}
.cid-sP3cPjZe5N .mbr-text,
.cid-sP3cPjZe5N .mbr-section-btn {
  color: #999999;
}
.cid-sVPiN1Gynd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sVPiN1Gynd .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sVPiN1Gynd .mbr-text,
.cid-sVPiN1Gynd .mbr-section-btn {
  color: #e5e5e5;
}
.cid-sP3dxdOfR5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sP3dxdOfR5 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sP3dxdOfR5 .mbr-text,
.cid-sP3dxdOfR5 .mbr-section-btn {
  color: #999999;
}
.cid-sP3dxKfHkv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sP3dxKfHkv .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sP3dxKfHkv .mbr-text,
.cid-sP3dxKfHkv .mbr-section-btn {
  color: #999999;
}
.cid-t2A59uzN99 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-t2A59uzN99 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-t2A59uzN99 .mbr-text,
.cid-t2A59uzN99 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-t2A9Z7Q7Vc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-t2A9Z7Q7Vc .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-t2A9Z7Q7Vc .mbr-text,
.cid-t2A9Z7Q7Vc .mbr-section-btn {
  color: #e5e5e5;
}
.cid-sP3duATZDm {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-sP3duATZDm img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sP3duATZDm .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sP3duATZDm .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sP3duATZDm .img-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sP3duATZDm .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sP3duATZDm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sP3duATZDm .first:hover:before {
  content: none;
}
.cid-sP3duATZDm .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3duATZDm .last:hover:after {
  content: none;
}
.cid-sP3duATZDm .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sP3duATZDm .mbr-section-text {
  color: #999999;
}
.cid-sP3duATZDm .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sP3duATZDm .card .img-wrapper {
  overflow: hidden;
}
.cid-sP3duATZDm .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sP3duATZDm .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sP3duATZDm .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-sP3duATZDm .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sMyRkqeOMw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-sMyRkqeOMw .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sMyRkqeOMw .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sMyRkqeOMw .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sMyRkqeOMw .title {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sMyRkqeOMw .container {
  max-width: 1400px;
}
.cid-sMyRkqeOMw li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sMyRkqeOMw .time {
  line-height: 2;
}
.cid-sMyRkqeOMw .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sMyRkqeOMw .text-wrap {
  width: 100%;
}
.cid-sMyRkqeOMw .item-wrap {
  display: inline-block;
}
.cid-sMyRkqeOMw .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sMyRkqeOMw .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sMyRkqeOMw .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sMyRkqeOMw .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMyRkqeOMw .socicon-wrap {
    margin: auto;
  }
}
.cid-sMyRkqeOMw .mbr-text {
  color: #999999;
}
.cid-sMyRkqeOMw .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sMyRkqeOMw .icon-title,
.cid-sMyRkqeOMw .align-wrap {
  color: #fc5130;
  width: 100%;
  text-align: center;
}
.cid-sMyRkqeOMw .item-text,
.cid-sMyRkqeOMw .item-icon {
  color: #999999;
}
.cid-sVPmGGVl4b .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-sVPmGGVl4b .btn {
  white-space: nowrap;
}
.cid-sVPmGGVl4b .nav-link,
.cid-sVPmGGVl4b .icons-menu .mbr-iconfont,
.cid-sVPmGGVl4b .dropdown-item {
  transition: all 0.1s;
}
.cid-sVPmGGVl4b .nav-link:hover,
.cid-sVPmGGVl4b .icons-menu .mbr-iconfont:hover,
.cid-sVPmGGVl4b .dropdown-item:hover {
  color: #ed651f !important;
}
@media (max-width: 992px) {
  .cid-sVPmGGVl4b .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sVPmGGVl4b .container {
  display: flex;
  margin: auto;
}
.cid-sVPmGGVl4b .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sVPmGGVl4b .navbar.opened {
  transition: all .3s;
}
.cid-sVPmGGVl4b .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sVPmGGVl4b .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sVPmGGVl4b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVPmGGVl4b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVPmGGVl4b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVPmGGVl4b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVPmGGVl4b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVPmGGVl4b .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-sVPmGGVl4b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVPmGGVl4b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sVPmGGVl4b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sVPmGGVl4b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVPmGGVl4b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVPmGGVl4b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVPmGGVl4b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVPmGGVl4b .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-sVPmGGVl4b .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVPmGGVl4b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVPmGGVl4b .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVPmGGVl4b .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-sVPmGGVl4b .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVPmGGVl4b .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sVPmGGVl4b .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sVPmGGVl4b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVPmGGVl4b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVPmGGVl4b .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sVPmGGVl4b .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sVPmGGVl4b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVPmGGVl4b .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVPmGGVl4b .navbar-caption {
  padding-right: 4rem;
}
.cid-sVPmGGVl4b .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sVPmGGVl4b .dropdown-menu,
.cid-sVPmGGVl4b .navbar.opened {
  background: #191919 !important;
}
.cid-sVPmGGVl4b .nav-item:focus,
.cid-sVPmGGVl4b .nav-link:focus {
  outline: none;
}
.cid-sVPmGGVl4b .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-sVPmGGVl4b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVPmGGVl4b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVPmGGVl4b .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-sVPmGGVl4b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVPmGGVl4b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sVPmGGVl4b .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVPmGGVl4b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVPmGGVl4b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVPmGGVl4b .dropdown-item.active,
.cid-sVPmGGVl4b .dropdown-item:active {
  background-color: transparent;
}
.cid-sVPmGGVl4b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVPmGGVl4b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVPmGGVl4b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVPmGGVl4b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sVPmGGVl4b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVPmGGVl4b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVPmGGVl4b ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVPmGGVl4b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVPmGGVl4b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVPmGGVl4b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVPmGGVl4b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVPmGGVl4b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVPmGGVl4b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVPmGGVl4b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVPmGGVl4b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVPmGGVl4b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVPmGGVl4b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVPmGGVl4b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVPmGGVl4b .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sVPmGGVl4b a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVPmGGVl4b .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-sVPmGGVl4b .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVPmGGVl4b .navbar {
    height: 77px;
  }
  .cid-sVPmGGVl4b .navbar.opened {
    height: auto;
  }
  .cid-sVPmGGVl4b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVPmGGVl4b .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sVPmGHqiFf {
  background-image: url("../../../assets/images/digital-marketing-media-uw9q4ey-2000x1333.jpg");
}
.cid-sVPmGHqiFf H1 {
  color: #e2090d;
}
.cid-sVPmGHqiFf h1 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sVPmGHqiFf .mbr-text,
.cid-sVPmGHqiFf .mbr-section-btn {
  color: #f3f3f3;
}
.cid-sVPmGHM0ON {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sVPmGHM0ON .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-sVPmGHM0ON .mbr-text,
.cid-sVPmGHM0ON .mbr-section-btn {
  color: #e5e5e5;
}
.cid-sVPmGInlf2 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-sVPmGInlf2 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sVPmGInlf2 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sVPmGInlf2 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sVPmGInlf2 .img-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sVPmGInlf2 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sVPmGInlf2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sVPmGInlf2 .first:hover:before {
  content: none;
}
.cid-sVPmGInlf2 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sVPmGInlf2 .last:hover:after {
  content: none;
}
.cid-sVPmGInlf2 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-sVPmGInlf2 .mbr-section-text {
  color: #999999;
}
.cid-sVPmGInlf2 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sVPmGInlf2 .card .img-wrapper {
  overflow: hidden;
}
.cid-sVPmGInlf2 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sVPmGInlf2 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sVPmGInlf2 .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-sVPmGInlf2 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sVPmGIIMim {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-sVPmGIIMim .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sVPmGIIMim .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sVPmGIIMim .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sVPmGIIMim .title {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sVPmGIIMim .container {
  max-width: 1400px;
}
.cid-sVPmGIIMim li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sVPmGIIMim .time {
  line-height: 2;
}
.cid-sVPmGIIMim .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sVPmGIIMim .text-wrap {
  width: 100%;
}
.cid-sVPmGIIMim .item-wrap {
  display: inline-block;
}
.cid-sVPmGIIMim .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sVPmGIIMim .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sVPmGIIMim .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sVPmGIIMim .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sVPmGIIMim .socicon-wrap {
    margin: auto;
  }
}
.cid-sVPmGIIMim .mbr-text {
  color: #999999;
}
.cid-sVPmGIIMim .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sVPmGIIMim .icon-title,
.cid-sVPmGIIMim .align-wrap {
  color: #fc5130;
  width: 100%;
  text-align: center;
}
.cid-sVPmGIIMim .item-text,
.cid-sVPmGIIMim .item-icon {
  color: #999999;
}
.cid-sVPmGJ8YNC.popup-builder {
  background-color: #ffffff;
}
.cid-sVPmGJ8YNC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVPmGJ8YNC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVPmGJ8YNC .modal-content,
.cid-sVPmGJ8YNC .modal-dialog {
  height: auto;
}
.cid-sVPmGJ8YNC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVPmGJ8YNC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVPmGJ8YNC .form-wrapper .mbr-form .form-group,
  .cid-sVPmGJ8YNC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVPmGJ8YNC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVPmGJ8YNC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVPmGJ8YNC .mbr-text {
  text-align: center;
}
.cid-sVPmGJ8YNC .pt-0 {
  padding-top: 0 !important;
}
.cid-sVPmGJ8YNC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVPmGJ8YNC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVPmGJ8YNC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVPmGJ8YNC .modal-open {
  overflow: hidden;
}
.cid-sVPmGJ8YNC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVPmGJ8YNC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVPmGJ8YNC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVPmGJ8YNC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVPmGJ8YNC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVPmGJ8YNC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVPmGJ8YNC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVPmGJ8YNC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVPmGJ8YNC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVPmGJ8YNC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVPmGJ8YNC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVPmGJ8YNC .modal-backdrop.show {
  opacity: .5;
}
.cid-sVPmGJ8YNC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVPmGJ8YNC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVPmGJ8YNC .modal-header {
    padding: 1rem;
  }
}
.cid-sVPmGJ8YNC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVPmGJ8YNC .modal-header .close svg {
  fill: #353535;
}
.cid-sVPmGJ8YNC .modal-header .close:hover {
  opacity: 1;
}
.cid-sVPmGJ8YNC .modal-header .close:focus {
  outline: none;
}
.cid-sVPmGJ8YNC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVPmGJ8YNC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVPmGJ8YNC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVPmGJ8YNC .modal-body {
    padding: 1rem;
  }
}
.cid-sVPmGJ8YNC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVPmGJ8YNC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVPmGJ8YNC .modal-footer {
    padding: 1rem;
  }
}
.cid-sVPmGJ8YNC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVPmGJ8YNC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVPmGJ8YNC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVPmGJ8YNC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVPmGJ8YNC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVPmGJ8YNC .modal-lg,
  .cid-sVPmGJ8YNC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVPmGJ8YNC .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVPmGJ8YNC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVPmGJ8YNC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVPmGJ8YNC .form-group {
  margin-bottom: 1rem;
}
.cid-sVPmGJ8YNC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVPmGJ8YNC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVPmGJ8YNC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVPmGJ8YNC .mbr-section-btn {
  margin: 0;
}
.cid-sVPmGJ8YNC .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VVEQJfDW .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-t9VVEQJfDW .btn {
  white-space: nowrap;
}
.cid-t9VVEQJfDW .nav-link,
.cid-t9VVEQJfDW .icons-menu .mbr-iconfont,
.cid-t9VVEQJfDW .dropdown-item {
  transition: all 0.1s;
}
.cid-t9VVEQJfDW .nav-link:hover,
.cid-t9VVEQJfDW .icons-menu .mbr-iconfont:hover,
.cid-t9VVEQJfDW .dropdown-item:hover {
  color: #ed651f !important;
}
@media (max-width: 992px) {
  .cid-t9VVEQJfDW .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t9VVEQJfDW .container {
  display: flex;
  margin: auto;
}
.cid-t9VVEQJfDW .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-t9VVEQJfDW .navbar.opened {
  transition: all .3s;
}
.cid-t9VVEQJfDW .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t9VVEQJfDW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t9VVEQJfDW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9VVEQJfDW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9VVEQJfDW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9VVEQJfDW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9VVEQJfDW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9VVEQJfDW .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-t9VVEQJfDW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9VVEQJfDW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t9VVEQJfDW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t9VVEQJfDW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9VVEQJfDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9VVEQJfDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9VVEQJfDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9VVEQJfDW .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-t9VVEQJfDW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t9VVEQJfDW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9VVEQJfDW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9VVEQJfDW .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-t9VVEQJfDW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t9VVEQJfDW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t9VVEQJfDW .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-t9VVEQJfDW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t9VVEQJfDW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t9VVEQJfDW .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t9VVEQJfDW .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-t9VVEQJfDW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9VVEQJfDW .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t9VVEQJfDW .navbar-caption {
  padding-right: 4rem;
}
.cid-t9VVEQJfDW .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-t9VVEQJfDW .dropdown-menu,
.cid-t9VVEQJfDW .navbar.opened {
  background: #191919 !important;
}
.cid-t9VVEQJfDW .nav-item:focus,
.cid-t9VVEQJfDW .nav-link:focus {
  outline: none;
}
.cid-t9VVEQJfDW .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-t9VVEQJfDW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9VVEQJfDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t9VVEQJfDW .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-t9VVEQJfDW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9VVEQJfDW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-t9VVEQJfDW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9VVEQJfDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9VVEQJfDW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9VVEQJfDW .dropdown-item.active,
.cid-t9VVEQJfDW .dropdown-item:active {
  background-color: transparent;
}
.cid-t9VVEQJfDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9VVEQJfDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9VVEQJfDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9VVEQJfDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-t9VVEQJfDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9VVEQJfDW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9VVEQJfDW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t9VVEQJfDW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t9VVEQJfDW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9VVEQJfDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9VVEQJfDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9VVEQJfDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9VVEQJfDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9VVEQJfDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9VVEQJfDW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9VVEQJfDW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9VVEQJfDW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9VVEQJfDW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9VVEQJfDW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t9VVEQJfDW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9VVEQJfDW .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-t9VVEQJfDW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9VVEQJfDW .navbar {
    height: 77px;
  }
  .cid-t9VVEQJfDW .navbar.opened {
    height: auto;
  }
  .cid-t9VVEQJfDW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9VVEQJfDW .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t9VVERbnn1 {
  background-image: url("../../../assets/images/phoenix-ecom-2000x857.jpg");
}
.cid-t9VVERbnn1 H1 {
  color: #e2090d;
}
.cid-t9VVERbnn1 h1 {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t9VVERbnn1 .mbr-text,
.cid-t9VVERbnn1 .mbr-section-btn {
  color: #f3f3f3;
}
.cid-t9VVERsRlC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-t9VVERsRlC .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-t9VVERsRlC .mbr-text,
.cid-t9VVERsRlC .mbr-section-btn {
  color: #e5e5e5;
}
.cid-t9VVERILXv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-t9VVERILXv .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ed651f, #fc5130);
}
.cid-t9VVERILXv .mbr-text,
.cid-t9VVERILXv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t9VVERW6ms {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-t9VVERW6ms img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t9VVERW6ms .link-wrapper {
  margin-bottom: 1rem;
}
.cid-t9VVERW6ms .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-t9VVERW6ms .img-wrapper .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, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t9VVERW6ms .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t9VVERW6ms .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t9VVERW6ms .first:hover:before {
  content: none;
}
.cid-t9VVERW6ms .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-t9VVERW6ms .last:hover:after {
  content: none;
}
.cid-t9VVERW6ms .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ed651f, #fc5130);
  content: '';
}
.cid-t9VVERW6ms .mbr-section-text {
  color: #999999;
}
.cid-t9VVERW6ms .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t9VVERW6ms .card .img-wrapper {
  overflow: hidden;
}
.cid-t9VVERW6ms .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t9VVERW6ms .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t9VVERW6ms .card:hover .card-wrapper {
  background: linear-gradient(to left, #ed651f, #fc5130);
  color: #ffffff !important;
}
.cid-t9VVERW6ms .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t9VVESlfUo {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-t9VVESlfUo .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-t9VVESlfUo .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-t9VVESlfUo .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-t9VVESlfUo .title {
  background: linear-gradient(to left, #ed651f, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-t9VVESlfUo .container {
  max-width: 1400px;
}
.cid-t9VVESlfUo li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-t9VVESlfUo .time {
  line-height: 2;
}
.cid-t9VVESlfUo .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-t9VVESlfUo .text-wrap {
  width: 100%;
}
.cid-t9VVESlfUo .item-wrap {
  display: inline-block;
}
.cid-t9VVESlfUo .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-t9VVESlfUo .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ed651f, #fc5130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-t9VVESlfUo .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-t9VVESlfUo .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t9VVESlfUo .socicon-wrap {
    margin: auto;
  }
}
.cid-t9VVESlfUo .mbr-text {
  color: #999999;
}
.cid-t9VVESlfUo .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-t9VVESlfUo .icon-title,
.cid-t9VVESlfUo .align-wrap {
  color: #fc5130;
  width: 100%;
  text-align: center;
}
.cid-t9VVESlfUo .item-text,
.cid-t9VVESlfUo .item-icon {
  color: #999999;
}
.cid-t9VVESN9AG.popup-builder {
  background-color: #ffffff;
}
.cid-t9VVESN9AG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VVESN9AG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VVESN9AG .modal-content,
.cid-t9VVESN9AG .modal-dialog {
  height: auto;
}
.cid-t9VVESN9AG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VVESN9AG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VVESN9AG .form-wrapper .mbr-form .form-group,
  .cid-t9VVESN9AG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VVESN9AG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VVESN9AG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9VVESN9AG .mbr-text {
  text-align: center;
}
.cid-t9VVESN9AG .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VVESN9AG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VVESN9AG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VVESN9AG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VVESN9AG .modal-open {
  overflow: hidden;
}
.cid-t9VVESN9AG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VVESN9AG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VVESN9AG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VVESN9AG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t9VVESN9AG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VVESN9AG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VVESN9AG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VVESN9AG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t9VVESN9AG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VVESN9AG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VVESN9AG .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VVESN9AG .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VVESN9AG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t9VVESN9AG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VVESN9AG .modal-header {
    padding: 1rem;
  }
}
.cid-t9VVESN9AG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VVESN9AG .modal-header .close svg {
  fill: #353535;
}
.cid-t9VVESN9AG .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VVESN9AG .modal-header .close:focus {
  outline: none;
}
.cid-t9VVESN9AG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t9VVESN9AG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VVESN9AG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VVESN9AG .modal-body {
    padding: 1rem;
  }
}
.cid-t9VVESN9AG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t9VVESN9AG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VVESN9AG .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VVESN9AG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VVESN9AG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VVESN9AG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VVESN9AG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VVESN9AG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VVESN9AG .modal-lg,
  .cid-t9VVESN9AG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VVESN9AG .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VVESN9AG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VVESN9AG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t9VVESN9AG .form-group {
  margin-bottom: 1rem;
}
.cid-t9VVESN9AG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VVESN9AG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VVESN9AG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t9VVESN9AG .mbr-section-btn {
  margin: 0;
}
.cid-t9VVESN9AG .mbr-section-btn .btn {
  margin: 0;
}
