body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e2090d !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #fc5130, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #fc5130, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #fc5130, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #fc5130, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #fc5130, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #fc5130, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #fc5130, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e2090d;
  color: #e2090d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e2090d;
  border-color: #e2090d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #fc5130, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fc5130;
  color: #fc5130;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fc5130;
  border-color: #fc5130;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #fc5130, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #fc5130, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #fc5130, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #fc5130, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #fc5130, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #fc5130, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #e2090d !important;
}
.text-secondary {
  color: #fc5130 !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f8595c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fda695 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2090d;
  border-color: #e2090d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2090d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcbbbc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #e2090d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2090d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2090d;
  border-bottom-color: #e2090d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e2090d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #fc5130 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e2090d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUYiEgzOJd {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/file-7-800x450.jpg");
  position: relative;
}
.cid-uUYiEgzOJd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uUYiEgzOJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYiEgzOJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYiEgzOJd .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uUYiEgzOJd .content-wrapper {
    margin-top: 0;
  }
}
.cid-uUYiEgzOJd .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uUYiEgzOJd .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUYiEgzOJd .mbr-section-title {
  color: #ffffff;
}
.cid-uUYiEgzOJd .mbr-text {
  color: #ffffff;
}
.cid-uUYiEgzOJd .mbr-section-title,
.cid-uUYiEgzOJd .mbr-section-btn {
  color: #e2090d;
}
.cid-uVbwIq7rOp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #040402;
}
.cid-uVbwIq7rOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbwIq7rOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbwIq7rOp .items-wrapper {
  margin: 0 -10px;
}
.cid-uVbwIq7rOp .items-wrapper .item {
  padding: 0 10px;
}
.cid-uVbwIq7rOp .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVbwIq7rOp .item {
    margin-bottom: 15px;
  }
  .cid-uVbwIq7rOp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVbwIq7rOp .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uVbwIq7rOp .item .item-wrapper {
    padding: 15px;
  }
}
.cid-uVbwIq7rOp .item .item-wrapper .item-img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbwIq7rOp .item .item-wrapper .item-img {
    height: 250px;
  }
}
.cid-uVbwIq7rOp .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uVbwIq7rOp .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uVbwIq7rOp .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVbwIq7rOp .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-uVbwIq7rOp .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uVbwIq7rOp .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVbwIq7rOp .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVbwIq7rOp .item .card_1 {
  min-height: 470px;
  background-color: #111111;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .cid-uVbwIq7rOp .item .card_1 {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uVbwIq7rOp .item .card_1 {
    min-height: 250px;
  }
}
.cid-uVbwIq7rOp .item .card_2 {
  min-height: 470px;
  background-color: #040402;
}
@media (max-width: 1440px) {
  .cid-uVbwIq7rOp .item .card_2 {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uVbwIq7rOp .item .card_2 {
    min-height: 250px;
  }
}
.cid-uVbwIq7rOp .item .card_3 {
  min-height: 350px;
  background-color: #465052;
}
@media (max-width: 992px) {
  .cid-uVbwIq7rOp .item .card_3 {
    min-height: 250px;
  }
}
.cid-uVbwIq7rOp .item .card_4 {
  min-height: 350px;
  background-color: #e2090d;
}
@media (max-width: 992px) {
  .cid-uVbwIq7rOp .item .card_4 {
    min-height: 250px;
  }
}
.cid-uVbwIq7rOp .item .card_5 {
  min-height: 350px;
  background-color: #465052;
}
@media (max-width: 992px) {
  .cid-uVbwIq7rOp .item .card_5 {
    min-height: 250px;
  }
}
.cid-uVbwIq7rOp .features-image .item-wrapper {
  min-height: 470px;
}
@media (max-width: 1440px) {
  .cid-uVbwIq7rOp .features-image .item-wrapper {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uVbwIq7rOp .features-image .item-wrapper {
    min-height: auto;
  }
}
.cid-uVbwIq7rOp .card-title {
  color: #000000;
}
.cid-uVbwIq7rOp .card-text {
  color: #000000;
}
.cid-uVbwIq7rOp .card-number {
  color: #ffffff;
}
.cid-uVbwIq7rOp .card-text,
.cid-uVbwIq7rOp .text-wrap {
  color: #ffffff;
}
.cid-uTGhIBXfp3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uTGhIBXfp3 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uTGhIBXfp3 .mbr-text,
.cid-uTGhIBXfp3 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uTGhIBXfp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGhIBXfp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTGhTWipJU {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uTGhTWipJU .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uTGhTWipJU .mbr-text,
.cid-uTGhTWipJU .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uTGhTWipJU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTGhTWipJU img {
    width: 96%;
  }
}
.cid-uTGhTWipJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGhTWipJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlBDAZEx7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uUlBDAZEx7 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUlBDAZEx7 .mbr-text,
.cid-uUlBDAZEx7 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUlBDAZEx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlBDAZEx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YM3FtOOn {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/digital20transformation-612x344.jpg");
}
.cid-s1YM3FtOOn img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YM3FtOOn .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YM3FtOOn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YM3FtOOn .first:hover:before {
  content: none;
}
.cid-s1YM3FtOOn .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: '';
}
.cid-s1YM3FtOOn .last:hover:after {
  content: none;
}
.cid-s1YM3FtOOn .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: '';
}
.cid-s1YM3FtOOn .mbr-section-text {
  color: #999999;
}
.cid-s1YM3FtOOn .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YM3FtOOn .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YM3FtOOn .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YM3FtOOn .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-s1YM3FtOOn .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uVfXg1YT0v {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uVfXg1YT0v .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVfXg1YT0v .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVfXg1YT0v .btn-col {
    justify-content: center;
  }
}
.cid-uVfXg1YT0v .mbr-text,
.cid-uVfXg1YT0v .mbr-section-btn {
  color: #999999;
}
.cid-uVfXg1YT0v p {
  margin: 0;
}
.cid-uVfXg1YT0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfXg1YT0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfXg1YT0v .mbr-section-title,
.cid-uVfXg1YT0v .title-wrapper {
  text-align: right;
}
.cid-uVfXPbqmXq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uVfXPbqmXq .mbr-text {
  color: #767676;
}
.cid-uVfXPbqmXq .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uVfXPbqmXq .link {
  margin: 0;
}
.cid-uVfXPbqmXq .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uVfXPbqmXq .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uVfXPbqmXq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVfXPbqmXq .card {
    margin-bottom: 3rem;
  }
}
.cid-uVfXPbqmXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfXPbqmXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfXPbqmXq .card-title,
.cid-uVfXPbqmXq .card-img {
  color: #f3f6f9;
}
.cid-uVfXPbqmXq .mbr-text,
.cid-uVfXPbqmXq .link {
  color: #cccccc;
}
.cid-uVfXO6ryel {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uVfXO6ryel .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVfXO6ryel .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVfXO6ryel .btn-col {
    justify-content: center;
  }
}
.cid-uVfXO6ryel .mbr-text,
.cid-uVfXO6ryel .mbr-section-btn {
  color: #999999;
}
.cid-uVfXO6ryel p {
  margin: 0;
}
.cid-uVfXO6ryel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfXO6ryel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfXO6ryel .mbr-section-title,
.cid-uVfXO6ryel .title-wrapper {
  text-align: right;
}
.cid-uVfWjufJfD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uVfWjufJfD .mbr-text {
  color: #767676;
}
.cid-uVfWjufJfD .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uVfWjufJfD .link {
  margin: 0;
}
.cid-uVfWjufJfD .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uVfWjufJfD .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uVfWjufJfD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVfWjufJfD .card {
    margin-bottom: 3rem;
  }
}
.cid-uVfWjufJfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfWjufJfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfWjufJfD .card-title,
.cid-uVfWjufJfD .card-img {
  color: #f3f6f9;
}
.cid-uVfWjufJfD .mbr-text,
.cid-uVfWjufJfD .link {
  color: #cccccc;
}
.cid-uV5dp4M9e5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/digital20transformation-612x344.jpg");
}
.cid-uV5dp4M9e5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5dp4M9e5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5dp4M9e5 .row {
  justify-content: center;
}
.cid-uV5dp4M9e5 .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uV5dp4M9e5 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uV5dp4M9e5 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uV5dp4M9e5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV5dp4M9e5 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uV5dp4M9e5 .item {
    margin-bottom: 35px;
  }
}
.cid-uV5dp4M9e5 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV5dp4M9e5 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uV5dp4M9e5 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #e2090d;
  font-size: 60px;
}
.cid-uV5dp4M9e5 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uV5dp4M9e5 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uV5dp4M9e5 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #e2090d;
}
.cid-uV5dp4M9e5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uV5dp4M9e5 .mbr-text {
  color: #e5e5e5;
  text-align: center;
}
.cid-uV5dp4M9e5 .item-title {
  color: #000000;
}
.cid-uV5dp4M9e5 .item-text {
  color: #cccccc;
}
.cid-uV5dp4M9e5 .item-title,
.cid-uV5dp4M9e5 .icon-wrapper {
  color: #e5e5e5;
}
.cid-uUlGMOQCX3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uUlGMOQCX3 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUlGMOQCX3 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUlGMOQCX3 .btn-col {
    justify-content: center;
  }
}
.cid-uUlGMOQCX3 .mbr-text,
.cid-uUlGMOQCX3 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUlGMOQCX3 p {
  margin: 0;
}
.cid-uUlGMOQCX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlGMOQCX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlGMOQCX3 .mbr-section-title,
.cid-uUlGMOQCX3 .title-wrapper {
  text-align: right;
}
.cid-uTGqIAoE14 {
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  background-color: #000000;
}
.cid-uTGqIAoE14 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uTGqIAoE14 .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uTGqIAoE14 .collapsed {
  border: none;
}
.cid-uTGqIAoE14 .collapsed span {
  transform: rotate(0deg);
}
.cid-uTGqIAoE14 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uTGqIAoE14 .panel-body {
  padding-top: 0.5rem;
}
.cid-uTGqIAoE14 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uTGqIAoE14 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uTGqIAoE14 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uTGqIAoE14 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uTGqIAoE14 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uTGqIAoE14 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uTGqIAoE14 .panel-text {
  color: #cccccc;
}
.cid-uTGqIAoE14 H4 {
  color: #ffffff;
}
.cid-uTGqIAoE14 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-uTGqIAoE14 .mbr-section-text {
  color: #999999;
  text-align: center;
}
.cid-uTGqIAoE14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGqIAoE14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTGiGnTV89 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uTGiGnTV89 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uTGiGnTV89 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uTGiGnTV89 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uTGiGnTV89 .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, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uTGiGnTV89 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uTGiGnTV89 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uTGiGnTV89 .first:hover:before {
  content: none;
}
.cid-uTGiGnTV89 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uTGiGnTV89 .last:hover:after {
  content: none;
}
.cid-uTGiGnTV89 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uTGiGnTV89 .mbr-section-text {
  color: #999999;
}
.cid-uTGiGnTV89 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uTGiGnTV89 .card .img-wrapper {
  overflow: hidden;
}
.cid-uTGiGnTV89 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uTGiGnTV89 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uTGiGnTV89 .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uTGiGnTV89 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uTGiGnTV89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGiGnTV89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTGiMIq2FV {
  background-image: url("../../../assets/images/coworkers-2000x1333.jpg");
}
.cid-uTGiMIq2FV H1 {
  color: #e2090d;
}
.cid-uTGiMIq2FV h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uTGiMIq2FV .mbr-text,
.cid-uTGiMIq2FV .mbr-section-btn {
  color: #999999;
}
.cid-uTGiMIq2FV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGiMIq2FV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTGcSUfDhm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uTGcSUfDhm .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uTGcSUfDhm .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uTGcSUfDhm .card-wrapper {
    padding: 0;
  }
}
.cid-uTGcSUfDhm .card-text {
  color: #999999;
}
.cid-uTGcSUfDhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGcSUfDhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YMd28qy4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-s1YMd28qy4 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-s1YMd28qy4 .item p {
  margin: 0;
}
.cid-s1YMd28qy4 .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-s1YMd28qy4 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-s1YMd28qy4 .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-s1YMd28qy4 .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-s1YMd28qy4 .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, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YMd28qy4 .card-text {
  color: #999999;
}
.cid-s1YMd28qy4 .item-text {
  color: #ffffff;
}
.cid-s1YMd28qy4 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YMd28qy4 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YMd28qy4 .card:hover .icon-wrapper .mbr-iconfont,
.cid-s1YMd28qy4 .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YMd28qy4 .card:hover .btn {
  background: transparent!important;
  border: 1px solid #999999 !important;
}
.cid-s1YMd28qy4 .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-s1YMd28qy4 .card:hover .card-wrapper .price,
.cid-s1YMd28qy4 .card:hover .card-wrapper .item-text,
.cid-s1YMd28qy4 .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-s1YMd28qy4 .item-text,
.cid-s1YMd28qy4 .item-icon {
  color: #999999;
}
.cid-s1YMd28qy4 .main-text {
  color: #e5e5e5;
}
.cid-uUSUcdJ5Ml {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uUSUcdJ5Ml .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUSUcdJ5Ml .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uUSUcdJ5Ml .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uUSUcdJ5Ml .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uUSUcdJ5Ml .container {
  max-width: 1400px;
}
.cid-uUSUcdJ5Ml li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uUSUcdJ5Ml .time {
  line-height: 2;
}
.cid-uUSUcdJ5Ml .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uUSUcdJ5Ml .text-wrap {
  width: 100%;
}
.cid-uUSUcdJ5Ml .item-wrap {
  display: inline-block;
}
.cid-uUSUcdJ5Ml .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uUSUcdJ5Ml .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uUSUcdJ5Ml .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uUSUcdJ5Ml .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUSUcdJ5Ml .socicon-wrap {
    margin: auto;
  }
}
.cid-uUSUcdJ5Ml .mbr-text {
  color: #999999;
}
.cid-uUSUcdJ5Ml .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uUSUcdJ5Ml .icon-title,
.cid-uUSUcdJ5Ml .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uUSUcdJ5Ml .item-text,
.cid-uUSUcdJ5Ml .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uUSUcdJ5Ml .mbr-text,
.cid-uUSUcdJ5Ml .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uTGz9bGrr9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uTGz9bGrr9 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uTGz9bGrr9 .card-img {
  padding-bottom: 1rem;
}
.cid-uTGz9bGrr9 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uTGz9bGrr9 .card:hover {
  transform: translateY(-10px);
}
.cid-uTGz9bGrr9 .mbr-text,
.cid-uTGz9bGrr9 .card-title {
  opacity: 0;
}
.cid-uTGz9bGrr9 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uTGz9bGrr9 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uTGz9bGrr9 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uTGz9bGrr9 .card:hover .mbr-text,
  .cid-uTGz9bGrr9 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uTGz9bGrr9 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uTGz9bGrr9 .card .mbr-text,
  .cid-uTGz9bGrr9 .card .card-title {
    opacity: 1;
  }
  .cid-uTGz9bGrr9 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uTGz9bGrr9 .row {
  justify-content: center;
}
.cid-uTGz9bGrr9 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uTGz9bGrr9 .card1 {
  background-image: url("../../../assets/images/tech-1920x1080.jpg");
}
.cid-uTGz9bGrr9 .card2 {
  background-image: url("../../../assets/images/top-20-ai-courses-certs-1024x576.jpg");
}
.cid-uTGz9bGrr9 .card3 {
  background-image: url("../../../assets/images/tech20banner-960x486.jpg");
}
.cid-uTGz9bGrr9 .link,
.cid-uTGz9bGrr9 .card-box {
  color: #ffffff;
}
.cid-uTGz9bGrr9 .mbr-text,
.cid-uTGz9bGrr9 .link-wrap {
  text-align: center;
}
.cid-uTGz9bGrr9 .main-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTGz9bGrr9 .mbr-section-subtitle {
  color: #999999;
}
.cid-uTGz9bGrr9 .mbr-section-text {
  color: #e5e5e5;
}
.cid-uTGz9bGrr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGz9bGrr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlE7GEweN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uUlE7GEweN .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUlE7GEweN .mbr-text,
.cid-uUlE7GEweN .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUlE7GEweN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlE7GEweN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTGOGuj8cf {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uTGOGuj8cf img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uTGOGuj8cf .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uTGOGuj8cf .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uTGOGuj8cf .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, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uTGOGuj8cf .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uTGOGuj8cf .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uTGOGuj8cf .first:hover:before {
  content: none;
}
.cid-uTGOGuj8cf .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uTGOGuj8cf .last:hover:after {
  content: none;
}
.cid-uTGOGuj8cf .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uTGOGuj8cf .mbr-section-text {
  color: #999999;
}
.cid-uTGOGuj8cf .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uTGOGuj8cf .card .img-wrapper {
  overflow: hidden;
}
.cid-uTGOGuj8cf .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uTGOGuj8cf .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uTGOGuj8cf .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uTGOGuj8cf .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uTGOGuj8cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGOGuj8cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlE6rEnpp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uUlE6rEnpp .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUlE6rEnpp .mbr-text,
.cid-uUlE6rEnpp .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUlE6rEnpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlE6rEnpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTGz9Qoyii {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uTGz9Qoyii img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uTGz9Qoyii .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uTGz9Qoyii .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uTGz9Qoyii .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, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uTGz9Qoyii .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uTGz9Qoyii .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uTGz9Qoyii .first:hover:before {
  content: none;
}
.cid-uTGz9Qoyii .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uTGz9Qoyii .last:hover:after {
  content: none;
}
.cid-uTGz9Qoyii .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uTGz9Qoyii .mbr-section-text {
  color: #999999;
}
.cid-uTGz9Qoyii .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uTGz9Qoyii .card .img-wrapper {
  overflow: hidden;
}
.cid-uTGz9Qoyii .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uTGz9Qoyii .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uTGz9Qoyii .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uTGz9Qoyii .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uTGz9Qoyii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGz9Qoyii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlDWFTCWq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uUlDWFTCWq .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUlDWFTCWq .mbr-text,
.cid-uUlDWFTCWq .mbr-section-btn {
  color: #999999;
}
.cid-uUlDWFTCWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlDWFTCWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTGPkJYIQV {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uTGPkJYIQV img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uTGPkJYIQV .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uTGPkJYIQV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uTGPkJYIQV .first:hover:before {
  content: none;
}
.cid-uTGPkJYIQV .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uTGPkJYIQV .last:hover:after {
  content: none;
}
.cid-uTGPkJYIQV .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uTGPkJYIQV .mbr-section-text {
  color: #999999;
}
.cid-uTGPkJYIQV .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uTGPkJYIQV .card .img-wrapper {
  overflow: hidden;
}
.cid-uTGPkJYIQV .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uTGPkJYIQV .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uTGPkJYIQV .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uTGPkJYIQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGPkJYIQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV1OF1tSbx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-uV1OF1tSbx img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uV1OF1tSbx .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uV1OF1tSbx .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uV1OF1tSbx .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uV1OF1tSbx .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-uV1OF1tSbx .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-uV1OF1tSbx .card-box {
  padding-top: 2rem;
}
.cid-uV1OF1tSbx .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV1OF1tSbx .card-title {
  color: #999999;
}
.cid-uV1OF1tSbx .mbr-subtitle {
  color: #ffffff;
}
.cid-uV1OF1tSbx .main-title {
  color: #ffffff;
}
.cid-uV1OF1tSbx .main-subtitle {
  color: #999999;
}
.cid-uV1OF1tSbx .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uV1OF1tSbx .card:hover {
  transform: translateY(-10px);
}
.cid-uV1OF1tSbx .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uV1OF1tSbx .card:hover .card-title,
.cid-uV1OF1tSbx .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uV1OF1tSbx .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uV1OF1tSbx .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uV1OF1tSbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV1OF1tSbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSUcdJ5Ml {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uUSUcdJ5Ml .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUSUcdJ5Ml .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uUSUcdJ5Ml .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uUSUcdJ5Ml .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uUSUcdJ5Ml .container {
  max-width: 1400px;
}
.cid-uUSUcdJ5Ml li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uUSUcdJ5Ml .time {
  line-height: 2;
}
.cid-uUSUcdJ5Ml .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uUSUcdJ5Ml .text-wrap {
  width: 100%;
}
.cid-uUSUcdJ5Ml .item-wrap {
  display: inline-block;
}
.cid-uUSUcdJ5Ml .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uUSUcdJ5Ml .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uUSUcdJ5Ml .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uUSUcdJ5Ml .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUSUcdJ5Ml .socicon-wrap {
    margin: auto;
  }
}
.cid-uUSUcdJ5Ml .mbr-text {
  color: #999999;
}
.cid-uUSUcdJ5Ml .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uUSUcdJ5Ml .icon-title,
.cid-uUSUcdJ5Ml .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uUSUcdJ5Ml .item-text,
.cid-uUSUcdJ5Ml .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uUSUcdJ5Ml .mbr-text,
.cid-uUSUcdJ5Ml .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uTHb5JzGLc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uTHb5JzGLc .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uTHb5JzGLc .mbr-text,
.cid-uTHb5JzGLc .mbr-section-btn {
  color: #cccccc;
}
.cid-uTHb5JzGLc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTHb5JzGLc img {
    width: 96%;
  }
}
.cid-uTHb5JzGLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTHb5JzGLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtXqskett {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uUtXqskett .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUtXqskett .mbr-text,
.cid-uUtXqskett .mbr-section-btn {
  color: #999999;
}
.cid-uUtXqskett .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtXqskett .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV51jowMqb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-uV51jowMqb .mbr-text {
  color: #767676;
}
.cid-uV51jowMqb .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uV51jowMqb .link {
  margin: 0;
}
.cid-uV51jowMqb .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uV51jowMqb .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uV51jowMqb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uV51jowMqb .card {
    margin-bottom: 3rem;
  }
}
.cid-uV51jowMqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51jowMqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV51jowMqb .card-title,
.cid-uV51jowMqb .card-img {
  color: #f3f6f9;
}
.cid-uV51jowMqb .mbr-text,
.cid-uV51jowMqb .link {
  color: #cccccc;
}
.cid-uUtXBiccfj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uUtXBiccfj .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUtXBiccfj .mbr-text,
.cid-uUtXBiccfj .mbr-section-btn {
  color: #cccccc;
}
.cid-uUtXBiccfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtXBiccfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUooIH3rsw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uUooIH3rsw .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uUooIH3rsw .item p {
  margin: 0;
}
.cid-uUooIH3rsw .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uUooIH3rsw .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uUooIH3rsw .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-uUooIH3rsw .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uUooIH3rsw .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, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uUooIH3rsw .card-text {
  color: #999999;
}
.cid-uUooIH3rsw .item-text {
  color: #ffffff;
}
.cid-uUooIH3rsw .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uUooIH3rsw .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uUooIH3rsw .card:hover .icon-wrapper .mbr-iconfont,
.cid-uUooIH3rsw .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uUooIH3rsw .card:hover .btn {
  background: transparent!important;
  border: 1px solid #999999 !important;
}
.cid-uUooIH3rsw .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uUooIH3rsw .card:hover .card-wrapper .price,
.cid-uUooIH3rsw .card:hover .card-wrapper .item-text,
.cid-uUooIH3rsw .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uUooIH3rsw .item-text,
.cid-uUooIH3rsw .item-icon {
  color: #999999;
}
.cid-uUooIH3rsw .main-text {
  color: #e9e9e9;
}
.cid-uUSUcdJ5Ml {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uUSUcdJ5Ml .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUSUcdJ5Ml .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uUSUcdJ5Ml .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uUSUcdJ5Ml .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uUSUcdJ5Ml .container {
  max-width: 1400px;
}
.cid-uUSUcdJ5Ml li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uUSUcdJ5Ml .time {
  line-height: 2;
}
.cid-uUSUcdJ5Ml .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uUSUcdJ5Ml .text-wrap {
  width: 100%;
}
.cid-uUSUcdJ5Ml .item-wrap {
  display: inline-block;
}
.cid-uUSUcdJ5Ml .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uUSUcdJ5Ml .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uUSUcdJ5Ml .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uUSUcdJ5Ml .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUSUcdJ5Ml .socicon-wrap {
    margin: auto;
  }
}
.cid-uUSUcdJ5Ml .mbr-text {
  color: #999999;
}
.cid-uUSUcdJ5Ml .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uUSUcdJ5Ml .icon-title,
.cid-uUSUcdJ5Ml .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uUSUcdJ5Ml .item-text,
.cid-uUSUcdJ5Ml .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uUSUcdJ5Ml .mbr-text,
.cid-uUSUcdJ5Ml .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uTH6Qebnra {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uTH6Qebnra .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uTH6Qebnra .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uTH6Qebnra .btn-col {
    justify-content: center;
  }
}
.cid-uTH6Qebnra .mbr-text,
.cid-uTH6Qebnra .mbr-section-btn {
  color: #999999;
}
.cid-uTH6Qebnra p {
  margin: 0;
}
.cid-uTH6Qebnra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTH6Qebnra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTH6Qebnra .mbr-section-title,
.cid-uTH6Qebnra .title-wrapper {
  text-align: left;
}
.cid-uVaLMJt749 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uVaLMJt749 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVaLMJt749 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVaLMJt749 .btn-col {
    justify-content: center;
  }
}
.cid-uVaLMJt749 .mbr-text,
.cid-uVaLMJt749 .mbr-section-btn {
  color: #999999;
}
.cid-uVaLMJt749 p {
  margin: 0;
}
.cid-uVaLMJt749 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLMJt749 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLGrkZDZ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uVaLGrkZDZ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uVaLGrkZDZ .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uVaLGrkZDZ .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uVaLGrkZDZ .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, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVaLGrkZDZ .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uVaLGrkZDZ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uVaLGrkZDZ .first:hover:before {
  content: none;
}
.cid-uVaLGrkZDZ .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uVaLGrkZDZ .last:hover:after {
  content: none;
}
.cid-uVaLGrkZDZ .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uVaLGrkZDZ .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVaLGrkZDZ .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uVaLGrkZDZ .card .img-wrapper {
  overflow: hidden;
}
.cid-uVaLGrkZDZ .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uVaLGrkZDZ .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uVaLGrkZDZ .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uVaLGrkZDZ .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uVaLGrkZDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLGrkZDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLGrkZDZ .mbr-section-title {
  text-align: left;
}
.cid-uUSUcdJ5Ml {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uUSUcdJ5Ml .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUSUcdJ5Ml .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uUSUcdJ5Ml .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uUSUcdJ5Ml .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uUSUcdJ5Ml .container {
  max-width: 1400px;
}
.cid-uUSUcdJ5Ml li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uUSUcdJ5Ml .time {
  line-height: 2;
}
.cid-uUSUcdJ5Ml .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uUSUcdJ5Ml .text-wrap {
  width: 100%;
}
.cid-uUSUcdJ5Ml .item-wrap {
  display: inline-block;
}
.cid-uUSUcdJ5Ml .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uUSUcdJ5Ml .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uUSUcdJ5Ml .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uUSUcdJ5Ml .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUSUcdJ5Ml .socicon-wrap {
    margin: auto;
  }
}
.cid-uUSUcdJ5Ml .mbr-text {
  color: #999999;
}
.cid-uUSUcdJ5Ml .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uUSUcdJ5Ml .icon-title,
.cid-uUSUcdJ5Ml .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uUSUcdJ5Ml .item-text,
.cid-uUSUcdJ5Ml .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uUSUcdJ5Ml .mbr-text,
.cid-uUSUcdJ5Ml .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUw471JsuJ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uUw471JsuJ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUw471JsuJ .mbr-text,
.cid-uUw471JsuJ .mbr-section-btn {
  color: #cccccc;
}
.cid-uUw471JsuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUw471JsuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUw471JsuJ .mbr-section-title,
.cid-uUw471JsuJ .title-wrapper {
  text-align: left;
}
.cid-uTKObxLn8o {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uTKObxLn8o .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uTKObxLn8o .mbr-text,
.cid-uTKObxLn8o .mbr-section-btn {
  color: #cccccc;
}
.cid-uTKObxLn8o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTKObxLn8o img {
    width: 96%;
  }
}
.cid-uTKObxLn8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKObxLn8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWz73rIOl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #181818;
}
.cid-uVWz73rIOl p {
  font-weight: 300;
}
.cid-uVWz73rIOl .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-uVWz73rIOl .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVWz73rIOl .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-uVWz73rIOl .mbr-text {
  color: #cbcecf;
  text-align: center;
}
.cid-uVWz73rIOl .mbr-iconfont {
  color: #66a0c0;
  font-size: 4rem;
}
.cid-uVWz73rIOl .wrapper {
  background-color: #25282b;
  border-radius: 10px;
  padding: 2rem;
}
@media (max-width: 576px) {
  .cid-uVWz73rIOl .wrapper {
    text-align: center;
  }
}
.cid-uUlAwHP9nV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uUlAwHP9nV .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUlAwHP9nV .mbr-text,
.cid-uUlAwHP9nV .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUlAwHP9nV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUlAwHP9nV img {
    width: 96%;
  }
}
.cid-uUlAwHP9nV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlAwHP9nV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVs22t6Atu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uVs22t6Atu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVs22t6Atu .mbr-text,
.cid-uVs22t6Atu .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVs22t6Atu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVs22t6Atu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVs22t6Atu .mbr-section-title,
.cid-uVs22t6Atu .title-wrapper {
  text-align: left;
}
.cid-uUSUcdJ5Ml {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uUSUcdJ5Ml .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUSUcdJ5Ml .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uUSUcdJ5Ml .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uUSUcdJ5Ml .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uUSUcdJ5Ml .container {
  max-width: 1400px;
}
.cid-uUSUcdJ5Ml li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uUSUcdJ5Ml .time {
  line-height: 2;
}
.cid-uUSUcdJ5Ml .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uUSUcdJ5Ml .text-wrap {
  width: 100%;
}
.cid-uUSUcdJ5Ml .item-wrap {
  display: inline-block;
}
.cid-uUSUcdJ5Ml .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uUSUcdJ5Ml .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uUSUcdJ5Ml .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uUSUcdJ5Ml .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUSUcdJ5Ml .socicon-wrap {
    margin: auto;
  }
}
.cid-uUSUcdJ5Ml .mbr-text {
  color: #999999;
}
.cid-uUSUcdJ5Ml .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uUSUcdJ5Ml .icon-title,
.cid-uUSUcdJ5Ml .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uUSUcdJ5Ml .item-text,
.cid-uUSUcdJ5Ml .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uUSUcdJ5Ml .mbr-text,
.cid-uUSUcdJ5Ml .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUwbm5DhGr {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #191919;
}
.cid-uUwbm5DhGr .mbr-text {
  color: #e5e5e5;
}
.cid-uUwbm5DhGr .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uUwbm5DhGr .mbr-section-title {
  color: #ffffff;
}
.cid-uUzIJx8Nwu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uUzIJx8Nwu .mbr-text {
  color: #e5e5e5;
}
.cid-uUzIJx8Nwu .mbr-section-subtitle {
  color: #838383;
}
.cid-uUzIJx8Nwu .mbr-section-title {
  color: #ffffff;
}
.cid-uUzIJx8Nwu .mbr-card-title {
  color: #ffffff;
}
.cid-uUzIJx8Nwu .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-uUzIJx8Nwu .mbr-card-title,
.cid-uUzIJx8Nwu .line {
  color: #ffffff;
}
.cid-uUzIJx8Nwu p {
  line-height: 1.2;
}
.cid-uUzI6gqTFW {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uUzI6gqTFW .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUzI6gqTFW .mbr-text,
.cid-uUzI6gqTFW .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUzI6gqTFW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUzI6gqTFW img {
    width: 96%;
  }
}
.cid-uUzI6gqTFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUzI6gqTFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSUcdJ5Ml {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uUSUcdJ5Ml .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUSUcdJ5Ml .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uUSUcdJ5Ml .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uUSUcdJ5Ml .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uUSUcdJ5Ml .container {
  max-width: 1400px;
}
.cid-uUSUcdJ5Ml li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uUSUcdJ5Ml .time {
  line-height: 2;
}
.cid-uUSUcdJ5Ml .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uUSUcdJ5Ml .text-wrap {
  width: 100%;
}
.cid-uUSUcdJ5Ml .item-wrap {
  display: inline-block;
}
.cid-uUSUcdJ5Ml .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uUSUcdJ5Ml .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uUSUcdJ5Ml .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uUSUcdJ5Ml .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUSUcdJ5Ml .socicon-wrap {
    margin: auto;
  }
}
.cid-uUSUcdJ5Ml .mbr-text {
  color: #999999;
}
.cid-uUSUcdJ5Ml .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uUSUcdJ5Ml .icon-title,
.cid-uUSUcdJ5Ml .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uUSUcdJ5Ml .item-text,
.cid-uUSUcdJ5Ml .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uUSUcdJ5Ml .mbr-text,
.cid-uUSUcdJ5Ml .mbr-section-btn {
  color: #ffffff;
}
.cid-uUweBMeaFM .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-uUweBMeaFM .btn {
  white-space: nowrap;
}
.cid-uUweBMeaFM .nav-link,
.cid-uUweBMeaFM .icons-menu .mbr-iconfont,
.cid-uUweBMeaFM .dropdown-item {
  transition: all 0.1s;
}
.cid-uUweBMeaFM .nav-link:hover,
.cid-uUweBMeaFM .icons-menu .mbr-iconfont:hover,
.cid-uUweBMeaFM .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uUweBMeaFM .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUweBMeaFM .container {
  display: flex;
  margin: auto;
}
.cid-uUweBMeaFM .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uUweBMeaFM .navbar.opened {
  transition: all .3s;
}
.cid-uUweBMeaFM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUweBMeaFM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUweBMeaFM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUweBMeaFM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUweBMeaFM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUweBMeaFM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUweBMeaFM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUweBMeaFM .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-uUweBMeaFM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUweBMeaFM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUweBMeaFM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUweBMeaFM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUweBMeaFM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUweBMeaFM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUweBMeaFM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUweBMeaFM .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-uUweBMeaFM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUweBMeaFM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUweBMeaFM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUweBMeaFM .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-uUweBMeaFM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUweBMeaFM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUweBMeaFM .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uUweBMeaFM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUweBMeaFM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUweBMeaFM .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUweBMeaFM .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUweBMeaFM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUweBMeaFM .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUweBMeaFM .navbar-caption {
  padding-right: 4rem;
}
.cid-uUweBMeaFM .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUweBMeaFM .dropdown-menu,
.cid-uUweBMeaFM .navbar.opened {
  background: #191919 !important;
}
.cid-uUweBMeaFM .nav-item:focus,
.cid-uUweBMeaFM .nav-link:focus {
  outline: none;
}
.cid-uUweBMeaFM .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-uUweBMeaFM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUweBMeaFM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUweBMeaFM .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-uUweBMeaFM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUweBMeaFM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUweBMeaFM .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-uUweBMeaFM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUweBMeaFM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUweBMeaFM .dropdown-item.active,
.cid-uUweBMeaFM .dropdown-item:active {
  background-color: transparent;
}
.cid-uUweBMeaFM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUweBMeaFM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUweBMeaFM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUweBMeaFM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uUweBMeaFM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUweBMeaFM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUweBMeaFM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUweBMeaFM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUweBMeaFM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUweBMeaFM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUweBMeaFM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUweBMeaFM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUweBMeaFM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUweBMeaFM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUweBMeaFM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUweBMeaFM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUweBMeaFM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUweBMeaFM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUweBMeaFM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUweBMeaFM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUweBMeaFM .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-uUweBMeaFM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUweBMeaFM .navbar {
    height: 77px;
  }
  .cid-uUweBMeaFM .navbar.opened {
    height: auto;
  }
  .cid-uUweBMeaFM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUweBMeaFM .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUweBO4Q90 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-uUweBO4Q90 .mbr-text {
  color: #ffffff;
}
.cid-uUweBO4Q90 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uUweBO4Q90 .mbr-section-title {
  color: #ffffff;
}
.cid-uUwkgOOV0o {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uUwkgOOV0o .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUwkgOOV0o .mbr-text,
.cid-uUwkgOOV0o .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUwkgOOV0o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUwkgOOV0o img {
    width: 96%;
  }
}
.cid-uUwkgOOV0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwkgOOV0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwkw29F9w {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/file-4-1460x1600.jpg");
}
.cid-uUwkw29F9w .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uUwkw29F9w .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.cid-uUwkw29F9w .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uUwkw29F9w .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUwkw29F9w .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uUwkw29F9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwkw29F9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwkw29F9w .mbr-section-title {
  text-align: center;
}
.cid-uUwrBh6pRe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/file-1400x1050.jpg");
}
.cid-uUwrBh6pRe .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uUwrBh6pRe .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.cid-uUwrBh6pRe .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uUwrBh6pRe .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUwrBh6pRe .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uUwrBh6pRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwrBh6pRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwrBh6pRe .mbr-section-title {
  text-align: center;
}
.cid-uUwq7fYN1l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uUwq7fYN1l .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUwq7fYN1l .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUwq7fYN1l .btn-col {
    justify-content: center;
  }
}
.cid-uUwq7fYN1l .mbr-text,
.cid-uUwq7fYN1l .mbr-section-btn {
  color: #e5e5e5;
  text-align: left;
}
.cid-uUwq7fYN1l p {
  margin: 0;
}
.cid-uUwq7fYN1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwq7fYN1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwq7fYN1l .mbr-section-title,
.cid-uUwq7fYN1l .title-wrapper {
  text-align: left;
}
.cid-uUwp4kLMpJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uUwp4kLMpJ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUwp4kLMpJ .mbr-text,
.cid-uUwp4kLMpJ .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUwp4kLMpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwp4kLMpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwpoGLbdj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUwpoGLbdj H1 {
  color: #e2090d;
}
.cid-uUwpoGLbdj h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uUwpoGLbdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwpoGLbdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwhnF8Pko {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/file-7-800x450.jpg");
}
.cid-uUwhnF8Pko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwhnF8Pko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwhnF8Pko .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUwhnF8Pko .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUwhnF8Pko .container {
    padding: 0 30px;
  }
}
.cid-uUwhnF8Pko .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uUwhnF8Pko .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUwhnF8Pko .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUwhnF8Pko .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uUwhnF8Pko .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUwhnF8Pko .mbr-section-title {
  color: #ffffff;
}
.cid-uUwhnF8Pko .mbr-text {
  color: #e5e5e5;
}
.cid-uUwhnF8Pko .mbr-section-title,
.cid-uUwhnF8Pko .mbr-section-btn {
  text-align: left;
}
.cid-uUzMKzWITh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uUzMKzWITh .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUzMKzWITh .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUzMKzWITh .btn-col {
    justify-content: center;
  }
}
.cid-uUzMKzWITh .mbr-text,
.cid-uUzMKzWITh .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUzMKzWITh p {
  margin: 0;
}
.cid-uUzMKzWITh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUzMKzWITh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUzMKzWITh .mbr-section-title,
.cid-uUzMKzWITh .title-wrapper {
  text-align: left;
}
.cid-uUwsVuyDBa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uUwsVuyDBa H1 {
  color: #5b686b;
}
.cid-uUwsVuyDBa h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uUwsVuyDBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwsVuyDBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwtqUxuLL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uUwtqUxuLL .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUwtqUxuLL .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUwtqUxuLL .btn-col {
    justify-content: center;
  }
}
.cid-uUwtqUxuLL .mbr-text,
.cid-uUwtqUxuLL .mbr-section-btn {
  color: #999999;
}
.cid-uUwtqUxuLL p {
  margin: 0;
}
.cid-uUwtqUxuLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwtqUxuLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwtqUxuLL .mbr-section-title,
.cid-uUwtqUxuLL .title-wrapper {
  text-align: left;
}
.cid-uUSUcdJ5Ml {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uUSUcdJ5Ml .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUSUcdJ5Ml .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uUSUcdJ5Ml .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uUSUcdJ5Ml .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uUSUcdJ5Ml .container {
  max-width: 1400px;
}
.cid-uUSUcdJ5Ml li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uUSUcdJ5Ml .time {
  line-height: 2;
}
.cid-uUSUcdJ5Ml .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uUSUcdJ5Ml .text-wrap {
  width: 100%;
}
.cid-uUSUcdJ5Ml .item-wrap {
  display: inline-block;
}
.cid-uUSUcdJ5Ml .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uUSUcdJ5Ml .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uUSUcdJ5Ml .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uUSUcdJ5Ml .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUSUcdJ5Ml .socicon-wrap {
    margin: auto;
  }
}
.cid-uUSUcdJ5Ml .mbr-text {
  color: #999999;
}
.cid-uUSUcdJ5Ml .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uUSUcdJ5Ml .icon-title,
.cid-uUSUcdJ5Ml .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uUSUcdJ5Ml .item-text,
.cid-uUSUcdJ5Ml .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uUSUcdJ5Ml .mbr-text,
.cid-uUSUcdJ5Ml .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUOeAHnkcq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-uUOeAHnkcq .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUOeAHnkcq .mbr-text,
.cid-uUOeAHnkcq .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUOeAHnkcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUOeAHnkcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgiYr9gGR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/neuronsai-700x352.jpg");
}
.cid-uVgiYr9gGR .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-uVgiYr9gGR .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVgiYr9gGR .list-item {
  color: #fff;
  padding: 30px 0;
  border-bottom-color: #ffffff !important;
}
.cid-uVgiYr9gGR .mbr-section-subtitle {
  line-height: 139%;
}
@media (max-width: 992px) {
  .cid-uVgiYr9gGR .mbr-section-subtitle {
    margin-bottom: 14px;
  }
}
.cid-uVgiYr9gGR .mbr-text {
  font-weight: 300;
  line-height: 1.72;
}
.cid-uVgiYr9gGR .content {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uVgiYr9gGR .content {
    padding-left: 0;
  }
}
.cid-uVgkXXPMcX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tech-1920x1080.jpg");
}
.cid-uVgkXXPMcX .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-uVgkXXPMcX .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVgkXXPMcX .list-item {
  color: #fff;
  padding: 30px 0;
  border-bottom-color: #e2090d !important;
}
.cid-uVgkXXPMcX .mbr-section-subtitle {
  line-height: 139%;
}
@media (max-width: 992px) {
  .cid-uVgkXXPMcX .mbr-section-subtitle {
    margin-bottom: 14px;
  }
}
.cid-uVgkXXPMcX .mbr-text {
  font-weight: 300;
  line-height: 1.72;
}
.cid-uVgkXXPMcX .content {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uVgkXXPMcX .content {
    padding-left: 0;
  }
}
.cid-uUSUcdJ5Ml {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uUSUcdJ5Ml .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUSUcdJ5Ml .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uUSUcdJ5Ml .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uUSUcdJ5Ml .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uUSUcdJ5Ml .container {
  max-width: 1400px;
}
.cid-uUSUcdJ5Ml li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uUSUcdJ5Ml .time {
  line-height: 2;
}
.cid-uUSUcdJ5Ml .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uUSUcdJ5Ml .text-wrap {
  width: 100%;
}
.cid-uUSUcdJ5Ml .item-wrap {
  display: inline-block;
}
.cid-uUSUcdJ5Ml .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uUSUcdJ5Ml .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uUSUcdJ5Ml .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uUSUcdJ5Ml .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUSUcdJ5Ml .socicon-wrap {
    margin: auto;
  }
}
.cid-uUSUcdJ5Ml .mbr-text {
  color: #999999;
}
.cid-uUSUcdJ5Ml .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uUSUcdJ5Ml .icon-title,
.cid-uUSUcdJ5Ml .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uUSUcdJ5Ml .item-text,
.cid-uUSUcdJ5Ml .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uUSUcdJ5Ml .mbr-text,
.cid-uUSUcdJ5Ml .mbr-section-btn {
  color: #ffffff;
}
.cid-uUT3dWxzTZ .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-uUT3dWxzTZ .btn {
  white-space: nowrap;
}
.cid-uUT3dWxzTZ .nav-link,
.cid-uUT3dWxzTZ .icons-menu .mbr-iconfont,
.cid-uUT3dWxzTZ .dropdown-item {
  transition: all 0.1s;
}
.cid-uUT3dWxzTZ .nav-link:hover,
.cid-uUT3dWxzTZ .icons-menu .mbr-iconfont:hover,
.cid-uUT3dWxzTZ .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uUT3dWxzTZ .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUT3dWxzTZ .container {
  display: flex;
  margin: auto;
}
.cid-uUT3dWxzTZ .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uUT3dWxzTZ .navbar.opened {
  transition: all .3s;
}
.cid-uUT3dWxzTZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUT3dWxzTZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUT3dWxzTZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUT3dWxzTZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUT3dWxzTZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUT3dWxzTZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUT3dWxzTZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUT3dWxzTZ .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-uUT3dWxzTZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUT3dWxzTZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUT3dWxzTZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUT3dWxzTZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUT3dWxzTZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUT3dWxzTZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUT3dWxzTZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUT3dWxzTZ .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-uUT3dWxzTZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUT3dWxzTZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUT3dWxzTZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUT3dWxzTZ .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-uUT3dWxzTZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUT3dWxzTZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUT3dWxzTZ .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uUT3dWxzTZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUT3dWxzTZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUT3dWxzTZ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUT3dWxzTZ .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUT3dWxzTZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUT3dWxzTZ .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUT3dWxzTZ .navbar-caption {
  padding-right: 4rem;
}
.cid-uUT3dWxzTZ .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUT3dWxzTZ .dropdown-menu,
.cid-uUT3dWxzTZ .navbar.opened {
  background: #191919 !important;
}
.cid-uUT3dWxzTZ .nav-item:focus,
.cid-uUT3dWxzTZ .nav-link:focus {
  outline: none;
}
.cid-uUT3dWxzTZ .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-uUT3dWxzTZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUT3dWxzTZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUT3dWxzTZ .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-uUT3dWxzTZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUT3dWxzTZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUT3dWxzTZ .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-uUT3dWxzTZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUT3dWxzTZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUT3dWxzTZ .dropdown-item.active,
.cid-uUT3dWxzTZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUT3dWxzTZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUT3dWxzTZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUT3dWxzTZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUT3dWxzTZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uUT3dWxzTZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUT3dWxzTZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUT3dWxzTZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUT3dWxzTZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUT3dWxzTZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUT3dWxzTZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUT3dWxzTZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUT3dWxzTZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUT3dWxzTZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUT3dWxzTZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUT3dWxzTZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUT3dWxzTZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUT3dWxzTZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUT3dWxzTZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUT3dWxzTZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUT3dWxzTZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUT3dWxzTZ .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-uUT3dWxzTZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUT3dWxzTZ .navbar {
    height: 77px;
  }
  .cid-uUT3dWxzTZ .navbar.opened {
    height: auto;
  }
  .cid-uUT3dWxzTZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUT3dWxzTZ .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUT3e4JwIa {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uUT3e4JwIa .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUT3e4JwIa .mbr-text,
.cid-uUT3e4JwIa .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUT3e4JwIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUT3e4JwIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUT7rNKJNl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #171717;
}
.cid-uUT7rNKJNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUT7rNKJNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUT7rNKJNl .row {
  justify-content: space-between;
}
.cid-uUT7rNKJNl .line {
  widht: 100%;
  height: 2px;
  background: gray;
  margin-bottom: 2rem;
}
.cid-uUT7rNKJNl .mbr-text,
.cid-uUT7rNKJNl .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uUT7rNKJNl .mbr-section-title {
  color: #ffffff;
}
.cid-uUT7rNKJNl .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVgtL49iRK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #040402;
}
.cid-uVgtL49iRK img {
  width: 180px;
  margin: auto;
}
.cid-uVgtL49iRK .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uVgtL49iRK .mbr-section-title {
  color: #ffffff;
}
.cid-uVgtL49iRK .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fc5130;
}
.cid-uVgtL49iRK .mbr-section-subtitle,
.cid-uVgtL49iRK .subtitle-wrap,
.cid-uVgtL49iRK .mbr-section-btn {
  text-align: center;
}
.cid-uUT3e9uERS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uUT3e9uERS .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUT3e9uERS .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uUT3e9uERS .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uUT3e9uERS .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uUT3e9uERS .container {
  max-width: 1400px;
}
.cid-uUT3e9uERS li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uUT3e9uERS .time {
  line-height: 2;
}
.cid-uUT3e9uERS .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uUT3e9uERS .text-wrap {
  width: 100%;
}
.cid-uUT3e9uERS .item-wrap {
  display: inline-block;
}
.cid-uUT3e9uERS .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uUT3e9uERS .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uUT3e9uERS .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uUT3e9uERS .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUT3e9uERS .socicon-wrap {
    margin: auto;
  }
}
.cid-uUT3e9uERS .mbr-text {
  color: #999999;
}
.cid-uUT3e9uERS .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uUT3e9uERS .icon-title,
.cid-uUT3e9uERS .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uUT3e9uERS .item-text,
.cid-uUT3e9uERS .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uUT3e9uERS .mbr-text,
.cid-uUT3e9uERS .mbr-section-btn {
  color: #ffffff;
}
.cid-uUXSBB5aZK .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-uUXSBB5aZK .btn {
  white-space: nowrap;
}
.cid-uUXSBB5aZK .nav-link,
.cid-uUXSBB5aZK .icons-menu .mbr-iconfont,
.cid-uUXSBB5aZK .dropdown-item {
  transition: all 0.1s;
}
.cid-uUXSBB5aZK .nav-link:hover,
.cid-uUXSBB5aZK .icons-menu .mbr-iconfont:hover,
.cid-uUXSBB5aZK .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uUXSBB5aZK .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUXSBB5aZK .container {
  display: flex;
  margin: auto;
}
.cid-uUXSBB5aZK .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uUXSBB5aZK .navbar.opened {
  transition: all .3s;
}
.cid-uUXSBB5aZK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUXSBB5aZK .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUXSBB5aZK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUXSBB5aZK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUXSBB5aZK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUXSBB5aZK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUXSBB5aZK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUXSBB5aZK .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-uUXSBB5aZK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUXSBB5aZK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUXSBB5aZK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUXSBB5aZK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUXSBB5aZK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUXSBB5aZK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUXSBB5aZK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUXSBB5aZK .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-uUXSBB5aZK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUXSBB5aZK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUXSBB5aZK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUXSBB5aZK .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-uUXSBB5aZK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUXSBB5aZK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUXSBB5aZK .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uUXSBB5aZK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUXSBB5aZK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUXSBB5aZK .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUXSBB5aZK .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUXSBB5aZK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUXSBB5aZK .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUXSBB5aZK .navbar-caption {
  padding-right: 4rem;
}
.cid-uUXSBB5aZK .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUXSBB5aZK .dropdown-menu,
.cid-uUXSBB5aZK .navbar.opened {
  background: #191919 !important;
}
.cid-uUXSBB5aZK .nav-item:focus,
.cid-uUXSBB5aZK .nav-link:focus {
  outline: none;
}
.cid-uUXSBB5aZK .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-uUXSBB5aZK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUXSBB5aZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUXSBB5aZK .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-uUXSBB5aZK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUXSBB5aZK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUXSBB5aZK .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-uUXSBB5aZK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUXSBB5aZK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUXSBB5aZK .dropdown-item.active,
.cid-uUXSBB5aZK .dropdown-item:active {
  background-color: transparent;
}
.cid-uUXSBB5aZK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUXSBB5aZK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUXSBB5aZK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUXSBB5aZK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uUXSBB5aZK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUXSBB5aZK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUXSBB5aZK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUXSBB5aZK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUXSBB5aZK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUXSBB5aZK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUXSBB5aZK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUXSBB5aZK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUXSBB5aZK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUXSBB5aZK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUXSBB5aZK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUXSBB5aZK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUXSBB5aZK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUXSBB5aZK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUXSBB5aZK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUXSBB5aZK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUXSBB5aZK .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-uUXSBB5aZK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUXSBB5aZK .navbar {
    height: 77px;
  }
  .cid-uUXSBB5aZK .navbar.opened {
    height: auto;
  }
  .cid-uUXSBB5aZK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUXSBB5aZK .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUXSBFjpyr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uUXSBFjpyr .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUXSBFjpyr .mbr-text,
.cid-uUXSBFjpyr .mbr-section-btn {
  color: #999999;
}
.cid-uUXSBFjpyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUXSBFjpyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUXSBI2CwM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uUXSBI2CwM .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUXSBI2CwM .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uUXSBI2CwM .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uUXSBI2CwM .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uUXSBI2CwM .container {
  max-width: 1400px;
}
.cid-uUXSBI2CwM li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uUXSBI2CwM .time {
  line-height: 2;
}
.cid-uUXSBI2CwM .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uUXSBI2CwM .text-wrap {
  width: 100%;
}
.cid-uUXSBI2CwM .item-wrap {
  display: inline-block;
}
.cid-uUXSBI2CwM .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uUXSBI2CwM .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uUXSBI2CwM .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uUXSBI2CwM .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUXSBI2CwM .socicon-wrap {
    margin: auto;
  }
}
.cid-uUXSBI2CwM .mbr-text {
  color: #999999;
}
.cid-uUXSBI2CwM .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uUXSBI2CwM .icon-title,
.cid-uUXSBI2CwM .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uUXSBI2CwM .item-text,
.cid-uUXSBI2CwM .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uUXSBI2CwM .mbr-text,
.cid-uUXSBI2CwM .mbr-section-btn {
  color: #ffffff;
}
.cid-uUXTCXcdEn .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-uUXTCXcdEn .btn {
  white-space: nowrap;
}
.cid-uUXTCXcdEn .nav-link,
.cid-uUXTCXcdEn .icons-menu .mbr-iconfont,
.cid-uUXTCXcdEn .dropdown-item {
  transition: all 0.1s;
}
.cid-uUXTCXcdEn .nav-link:hover,
.cid-uUXTCXcdEn .icons-menu .mbr-iconfont:hover,
.cid-uUXTCXcdEn .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uUXTCXcdEn .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUXTCXcdEn .container {
  display: flex;
  margin: auto;
}
.cid-uUXTCXcdEn .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uUXTCXcdEn .navbar.opened {
  transition: all .3s;
}
.cid-uUXTCXcdEn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUXTCXcdEn .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUXTCXcdEn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUXTCXcdEn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUXTCXcdEn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUXTCXcdEn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUXTCXcdEn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUXTCXcdEn .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-uUXTCXcdEn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUXTCXcdEn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUXTCXcdEn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUXTCXcdEn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUXTCXcdEn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUXTCXcdEn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUXTCXcdEn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUXTCXcdEn .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-uUXTCXcdEn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUXTCXcdEn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUXTCXcdEn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUXTCXcdEn .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-uUXTCXcdEn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUXTCXcdEn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUXTCXcdEn .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uUXTCXcdEn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUXTCXcdEn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUXTCXcdEn .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUXTCXcdEn .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUXTCXcdEn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUXTCXcdEn .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUXTCXcdEn .navbar-caption {
  padding-right: 4rem;
}
.cid-uUXTCXcdEn .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUXTCXcdEn .dropdown-menu,
.cid-uUXTCXcdEn .navbar.opened {
  background: #191919 !important;
}
.cid-uUXTCXcdEn .nav-item:focus,
.cid-uUXTCXcdEn .nav-link:focus {
  outline: none;
}
.cid-uUXTCXcdEn .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-uUXTCXcdEn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUXTCXcdEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUXTCXcdEn .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-uUXTCXcdEn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUXTCXcdEn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUXTCXcdEn .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-uUXTCXcdEn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUXTCXcdEn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUXTCXcdEn .dropdown-item.active,
.cid-uUXTCXcdEn .dropdown-item:active {
  background-color: transparent;
}
.cid-uUXTCXcdEn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUXTCXcdEn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUXTCXcdEn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUXTCXcdEn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uUXTCXcdEn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUXTCXcdEn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUXTCXcdEn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUXTCXcdEn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUXTCXcdEn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUXTCXcdEn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUXTCXcdEn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUXTCXcdEn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUXTCXcdEn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUXTCXcdEn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUXTCXcdEn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUXTCXcdEn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUXTCXcdEn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUXTCXcdEn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUXTCXcdEn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUXTCXcdEn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUXTCXcdEn .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-uUXTCXcdEn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUXTCXcdEn .navbar {
    height: 77px;
  }
  .cid-uUXTCXcdEn .navbar.opened {
    height: auto;
  }
  .cid-uUXTCXcdEn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUXTCXcdEn .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUXTD0HKWZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uUXTD0HKWZ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uUXTD0HKWZ .mbr-text,
.cid-uUXTD0HKWZ .mbr-section-btn {
  color: #999999;
}
.cid-uUXTD0HKWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUXTD0HKWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUXTD3a0Td {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uUXTD3a0Td .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUXTD3a0Td .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uUXTD3a0Td .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uUXTD3a0Td .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uUXTD3a0Td .container {
  max-width: 1400px;
}
.cid-uUXTD3a0Td li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uUXTD3a0Td .time {
  line-height: 2;
}
.cid-uUXTD3a0Td .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uUXTD3a0Td .text-wrap {
  width: 100%;
}
.cid-uUXTD3a0Td .item-wrap {
  display: inline-block;
}
.cid-uUXTD3a0Td .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uUXTD3a0Td .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uUXTD3a0Td .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uUXTD3a0Td .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUXTD3a0Td .socicon-wrap {
    margin: auto;
  }
}
.cid-uUXTD3a0Td .mbr-text {
  color: #999999;
}
.cid-uUXTD3a0Td .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uUXTD3a0Td .icon-title,
.cid-uUXTD3a0Td .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uUXTD3a0Td .item-text,
.cid-uUXTD3a0Td .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uUXTD3a0Td .mbr-text,
.cid-uUXTD3a0Td .mbr-section-btn {
  color: #ffffff;
}
.cid-uV29uJAFF8 .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-uV29uJAFF8 .btn {
  white-space: nowrap;
}
.cid-uV29uJAFF8 .nav-link,
.cid-uV29uJAFF8 .icons-menu .mbr-iconfont,
.cid-uV29uJAFF8 .dropdown-item {
  transition: all 0.1s;
}
.cid-uV29uJAFF8 .nav-link:hover,
.cid-uV29uJAFF8 .icons-menu .mbr-iconfont:hover,
.cid-uV29uJAFF8 .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uV29uJAFF8 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uV29uJAFF8 .container {
  display: flex;
  margin: auto;
}
.cid-uV29uJAFF8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uV29uJAFF8 .navbar.opened {
  transition: all .3s;
}
.cid-uV29uJAFF8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uV29uJAFF8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uV29uJAFF8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV29uJAFF8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV29uJAFF8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV29uJAFF8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV29uJAFF8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV29uJAFF8 .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-uV29uJAFF8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV29uJAFF8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uV29uJAFF8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uV29uJAFF8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV29uJAFF8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV29uJAFF8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV29uJAFF8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV29uJAFF8 .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-uV29uJAFF8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV29uJAFF8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV29uJAFF8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV29uJAFF8 .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-uV29uJAFF8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV29uJAFF8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uV29uJAFF8 .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uV29uJAFF8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uV29uJAFF8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uV29uJAFF8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uV29uJAFF8 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uV29uJAFF8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV29uJAFF8 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uV29uJAFF8 .navbar-caption {
  padding-right: 4rem;
}
.cid-uV29uJAFF8 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uV29uJAFF8 .dropdown-menu,
.cid-uV29uJAFF8 .navbar.opened {
  background: #191919 !important;
}
.cid-uV29uJAFF8 .nav-item:focus,
.cid-uV29uJAFF8 .nav-link:focus {
  outline: none;
}
.cid-uV29uJAFF8 .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-uV29uJAFF8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV29uJAFF8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV29uJAFF8 .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-uV29uJAFF8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV29uJAFF8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uV29uJAFF8 .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-uV29uJAFF8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV29uJAFF8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV29uJAFF8 .dropdown-item.active,
.cid-uV29uJAFF8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uV29uJAFF8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV29uJAFF8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV29uJAFF8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV29uJAFF8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uV29uJAFF8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV29uJAFF8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV29uJAFF8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV29uJAFF8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV29uJAFF8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV29uJAFF8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV29uJAFF8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV29uJAFF8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV29uJAFF8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV29uJAFF8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV29uJAFF8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV29uJAFF8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV29uJAFF8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV29uJAFF8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV29uJAFF8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uV29uJAFF8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV29uJAFF8 .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-uV29uJAFF8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV29uJAFF8 .navbar {
    height: 77px;
  }
  .cid-uV29uJAFF8 .navbar.opened {
    height: auto;
  }
  .cid-uV29uJAFF8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV29uJAFF8 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uV29uJWFM1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uV29uJWFM1 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uV29uJWFM1 .mbr-text,
.cid-uV29uJWFM1 .mbr-section-btn {
  color: #999999;
}
.cid-uV29uJWFM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV29uJWFM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV29uKjgvv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uV29uKjgvv .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uV29uKjgvv .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uV29uKjgvv .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uV29uKjgvv .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uV29uKjgvv .container {
  max-width: 1400px;
}
.cid-uV29uKjgvv li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uV29uKjgvv .time {
  line-height: 2;
}
.cid-uV29uKjgvv .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uV29uKjgvv .text-wrap {
  width: 100%;
}
.cid-uV29uKjgvv .item-wrap {
  display: inline-block;
}
.cid-uV29uKjgvv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uV29uKjgvv .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uV29uKjgvv .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uV29uKjgvv .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV29uKjgvv .socicon-wrap {
    margin: auto;
  }
}
.cid-uV29uKjgvv .mbr-text {
  color: #999999;
}
.cid-uV29uKjgvv .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uV29uKjgvv .icon-title,
.cid-uV29uKjgvv .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uV29uKjgvv .item-text,
.cid-uV29uKjgvv .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uV29uKjgvv .mbr-text,
.cid-uV29uKjgvv .mbr-section-btn {
  color: #ffffff;
}
.cid-uV8ITRuCcz .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-uV8ITRuCcz .btn {
  white-space: nowrap;
}
.cid-uV8ITRuCcz .nav-link,
.cid-uV8ITRuCcz .icons-menu .mbr-iconfont,
.cid-uV8ITRuCcz .dropdown-item {
  transition: all 0.1s;
}
.cid-uV8ITRuCcz .nav-link:hover,
.cid-uV8ITRuCcz .icons-menu .mbr-iconfont:hover,
.cid-uV8ITRuCcz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uV8ITRuCcz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uV8ITRuCcz .container {
  display: flex;
  margin: auto;
}
.cid-uV8ITRuCcz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uV8ITRuCcz .navbar.opened {
  transition: all .3s;
}
.cid-uV8ITRuCcz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uV8ITRuCcz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uV8ITRuCcz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV8ITRuCcz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV8ITRuCcz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV8ITRuCcz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV8ITRuCcz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV8ITRuCcz .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-uV8ITRuCcz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV8ITRuCcz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uV8ITRuCcz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uV8ITRuCcz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV8ITRuCcz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV8ITRuCcz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV8ITRuCcz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV8ITRuCcz .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-uV8ITRuCcz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV8ITRuCcz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV8ITRuCcz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV8ITRuCcz .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-uV8ITRuCcz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV8ITRuCcz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uV8ITRuCcz .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uV8ITRuCcz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uV8ITRuCcz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uV8ITRuCcz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uV8ITRuCcz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uV8ITRuCcz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV8ITRuCcz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uV8ITRuCcz .navbar-caption {
  padding-right: 4rem;
}
.cid-uV8ITRuCcz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uV8ITRuCcz .dropdown-menu,
.cid-uV8ITRuCcz .navbar.opened {
  background: #191919 !important;
}
.cid-uV8ITRuCcz .nav-item:focus,
.cid-uV8ITRuCcz .nav-link:focus {
  outline: none;
}
.cid-uV8ITRuCcz .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-uV8ITRuCcz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV8ITRuCcz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV8ITRuCcz .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-uV8ITRuCcz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV8ITRuCcz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uV8ITRuCcz .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-uV8ITRuCcz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV8ITRuCcz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV8ITRuCcz .dropdown-item.active,
.cid-uV8ITRuCcz .dropdown-item:active {
  background-color: transparent;
}
.cid-uV8ITRuCcz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV8ITRuCcz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV8ITRuCcz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV8ITRuCcz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uV8ITRuCcz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV8ITRuCcz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV8ITRuCcz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV8ITRuCcz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV8ITRuCcz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV8ITRuCcz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV8ITRuCcz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV8ITRuCcz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV8ITRuCcz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV8ITRuCcz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV8ITRuCcz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV8ITRuCcz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV8ITRuCcz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV8ITRuCcz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV8ITRuCcz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uV8ITRuCcz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV8ITRuCcz .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-uV8ITRuCcz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV8ITRuCcz .navbar {
    height: 77px;
  }
  .cid-uV8ITRuCcz .navbar.opened {
    height: auto;
  }
  .cid-uV8ITRuCcz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV8ITRuCcz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uVaXh4isvp {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uVaXh4isvp .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uVaXh4isvp .card-wrapper {
    padding: 0;
  }
}
.cid-uVaXh4isvp img {
  width: 100%;
}
.cid-uVaXh4isvp .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVaXh4isvp .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVaXh4isvp .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uVaXh4isvp h4 {
  margin: 0;
}
.cid-uVaXh4isvp .card-text {
  color: #cccccc;
}
.cid-uVaXh4isvp .mbr-text {
  color: #000000;
}
.cid-uVaXh4isvp .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uVaXh4isvp .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uVaXh4isvp .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uVaXh4isvp .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVaXh4isvp .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uVaXh4isvp H3 {
  color: #787324;
}
.cid-uVaXh4isvp .mbr-section-title,
.cid-uVaXh4isvp .title-wrapper {
  color: #ffffff;
}
.cid-uVaXh4isvp .mbr-text,
.cid-uVaXh4isvp .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVaXh4isvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaXh4isvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVh3X5QmXv {
  padding-top: 645px;
  background-image: url("../../../assets/images/tech-1920x1080.jpg");
}
.cid-uVh3X5QmXv H2 {
  color: #e2090d;
}
.cid-uVh3X5QmXv h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVh3X5QmXv section {
  align-items: flex-end !important;
}
.cid-uVh3X5QmXv .mbr-text,
.cid-uVh3X5QmXv .mbr-section-btn {
  color: #999999;
}
.cid-uVh3X5QmXv .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-uVh3X5QmXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVh3X5QmXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeEoqAdQT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uVeEoqAdQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeEoqAdQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeEoqAdQT .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uVeEoqAdQT .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVeEoqAdQT .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVeEoqAdQT .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uVeEoqAdQT .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-uVeEoqAdQT .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 575px) {
  .cid-uVeEoqAdQT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uVeEoqAdQT .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uVeEoqAdQT .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uVeEoqAdQT .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVeEoqAdQT .mbr-text {
  color: #C4CFDE;
  margin-top: 20px;
}
.cid-uVeEoqAdQT .card-row {
  align-items: stretch;
}
.cid-uVeEoqAdQT .card {
  padding: 10px;
}
.cid-uVeEoqAdQT .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uVeEoqAdQT .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uVeEoqAdQT .card-wrapper {
    padding: 30px;
  }
}
.cid-uVeEoqAdQT .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-uVeEoqAdQT .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uVeEoqAdQT .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-uVeEoqAdQT .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uVeEoqAdQT .card-text {
    margin-top: 20px;
  }
}
.cid-uVeEoqAdQT .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-uVeEoqAdQT .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-uVeEoqAdQT .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uVeEoqAdQT .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-uVeEoqAdQT .list-item-text {
  color: #C4CFDE;
  width: fit-content;
  text-align: left;
}
.cid-uVeEoqAdQT .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-uVeEoqAdQT .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-uVfMIB5OdB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uVfMIB5OdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfMIB5OdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfMIB5OdB .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uVfMIB5OdB .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVfMIB5OdB .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfMIB5OdB .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uVfMIB5OdB .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-uVfMIB5OdB .mbr-section-title {
  color: #999999;
}
@media (max-width: 575px) {
  .cid-uVfMIB5OdB .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uVfMIB5OdB .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uVfMIB5OdB .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uVfMIB5OdB .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVfMIB5OdB .mbr-text {
  color: #C4CFDE;
  margin-top: 20px;
}
.cid-uVfMIB5OdB .card-row {
  align-items: stretch;
}
.cid-uVfMIB5OdB .card {
  padding: 10px;
}
.cid-uVfMIB5OdB .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uVfMIB5OdB .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uVfMIB5OdB .card-wrapper {
    padding: 30px;
  }
}
.cid-uVfMIB5OdB .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-uVfMIB5OdB .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uVfMIB5OdB .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-uVfMIB5OdB .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uVfMIB5OdB .card-text {
    margin-top: 20px;
  }
}
.cid-uVfMIB5OdB .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-uVfMIB5OdB .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-uVfMIB5OdB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uVfMIB5OdB .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-uVfMIB5OdB .list-item-text {
  color: #C4CFDE;
  width: fit-content;
  text-align: left;
}
.cid-uVfMIB5OdB .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-uVfMIB5OdB .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-uVfOcd6qoS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uVfOcd6qoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfOcd6qoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfOcd6qoS .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uVfOcd6qoS .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVfOcd6qoS .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfOcd6qoS .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uVfOcd6qoS .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-uVfOcd6qoS .mbr-section-title {
  color: #999999;
}
@media (max-width: 575px) {
  .cid-uVfOcd6qoS .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uVfOcd6qoS .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uVfOcd6qoS .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uVfOcd6qoS .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVfOcd6qoS .mbr-text {
  color: #C4CFDE;
  margin-top: 20px;
}
.cid-uVfOcd6qoS .card-row {
  align-items: stretch;
}
.cid-uVfOcd6qoS .card {
  padding: 10px;
}
.cid-uVfOcd6qoS .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uVfOcd6qoS .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uVfOcd6qoS .card-wrapper {
    padding: 30px;
  }
}
.cid-uVfOcd6qoS .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-uVfOcd6qoS .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uVfOcd6qoS .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-uVfOcd6qoS .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uVfOcd6qoS .card-text {
    margin-top: 20px;
  }
}
.cid-uVfOcd6qoS .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-uVfOcd6qoS .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-uVfOcd6qoS .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uVfOcd6qoS .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-uVfOcd6qoS .list-item-text {
  color: #C4CFDE;
  width: fit-content;
  text-align: left;
}
.cid-uVfOcd6qoS .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-uVfOcd6qoS .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-uV8ITS1oEn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uV8ITS1oEn .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uV8ITS1oEn .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uV8ITS1oEn .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uV8ITS1oEn .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uV8ITS1oEn .container {
  max-width: 1400px;
}
.cid-uV8ITS1oEn li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uV8ITS1oEn .time {
  line-height: 2;
}
.cid-uV8ITS1oEn .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uV8ITS1oEn .text-wrap {
  width: 100%;
}
.cid-uV8ITS1oEn .item-wrap {
  display: inline-block;
}
.cid-uV8ITS1oEn .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uV8ITS1oEn .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uV8ITS1oEn .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uV8ITS1oEn .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV8ITS1oEn .socicon-wrap {
    margin: auto;
  }
}
.cid-uV8ITS1oEn .mbr-text {
  color: #999999;
}
.cid-uV8ITS1oEn .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uV8ITS1oEn .icon-title,
.cid-uV8ITS1oEn .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uV8ITS1oEn .item-text,
.cid-uV8ITS1oEn .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uV8ITS1oEn .mbr-text,
.cid-uV8ITS1oEn .mbr-section-btn {
  color: #ffffff;
}
.cid-uV8K6WZfb3 .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-uV8K6WZfb3 .btn {
  white-space: nowrap;
}
.cid-uV8K6WZfb3 .nav-link,
.cid-uV8K6WZfb3 .icons-menu .mbr-iconfont,
.cid-uV8K6WZfb3 .dropdown-item {
  transition: all 0.1s;
}
.cid-uV8K6WZfb3 .nav-link:hover,
.cid-uV8K6WZfb3 .icons-menu .mbr-iconfont:hover,
.cid-uV8K6WZfb3 .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uV8K6WZfb3 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uV8K6WZfb3 .container {
  display: flex;
  margin: auto;
}
.cid-uV8K6WZfb3 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uV8K6WZfb3 .navbar.opened {
  transition: all .3s;
}
.cid-uV8K6WZfb3 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uV8K6WZfb3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uV8K6WZfb3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV8K6WZfb3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV8K6WZfb3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV8K6WZfb3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV8K6WZfb3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV8K6WZfb3 .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-uV8K6WZfb3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV8K6WZfb3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uV8K6WZfb3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uV8K6WZfb3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV8K6WZfb3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV8K6WZfb3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV8K6WZfb3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV8K6WZfb3 .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-uV8K6WZfb3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV8K6WZfb3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV8K6WZfb3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV8K6WZfb3 .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-uV8K6WZfb3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV8K6WZfb3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uV8K6WZfb3 .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uV8K6WZfb3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uV8K6WZfb3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uV8K6WZfb3 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uV8K6WZfb3 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uV8K6WZfb3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV8K6WZfb3 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uV8K6WZfb3 .navbar-caption {
  padding-right: 4rem;
}
.cid-uV8K6WZfb3 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uV8K6WZfb3 .dropdown-menu,
.cid-uV8K6WZfb3 .navbar.opened {
  background: #191919 !important;
}
.cid-uV8K6WZfb3 .nav-item:focus,
.cid-uV8K6WZfb3 .nav-link:focus {
  outline: none;
}
.cid-uV8K6WZfb3 .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-uV8K6WZfb3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV8K6WZfb3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV8K6WZfb3 .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-uV8K6WZfb3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV8K6WZfb3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uV8K6WZfb3 .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-uV8K6WZfb3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV8K6WZfb3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV8K6WZfb3 .dropdown-item.active,
.cid-uV8K6WZfb3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uV8K6WZfb3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV8K6WZfb3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV8K6WZfb3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV8K6WZfb3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uV8K6WZfb3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV8K6WZfb3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV8K6WZfb3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV8K6WZfb3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV8K6WZfb3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV8K6WZfb3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV8K6WZfb3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV8K6WZfb3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV8K6WZfb3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV8K6WZfb3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV8K6WZfb3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV8K6WZfb3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV8K6WZfb3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV8K6WZfb3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV8K6WZfb3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uV8K6WZfb3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV8K6WZfb3 .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-uV8K6WZfb3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV8K6WZfb3 .navbar {
    height: 77px;
  }
  .cid-uV8K6WZfb3 .navbar.opened {
    height: auto;
  }
  .cid-uV8K6WZfb3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV8K6WZfb3 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uVbK7HADHu {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uVbK7HADHu .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uVbK7HADHu .card-wrapper {
    padding: 0;
  }
}
.cid-uVbK7HADHu .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-uVbK7HADHu .content {
    padding: 0 1rem;
  }
}
.cid-uVbK7HADHu .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uVbK7HADHu .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #e2090d;
  z-index: 2;
  pointer-events: none;
}
.cid-uVbK7HADHu img {
  width: 100%;
}
.cid-uVbK7HADHu .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVbK7HADHu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVbK7HADHu .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uVbK7HADHu h4 {
  margin: 0;
}
.cid-uVbK7HADHu .card-text {
  color: #999999;
}
.cid-uVbK7HADHu .mbr-text {
  color: #000000;
}
.cid-uVbK7HADHu .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uVbK7HADHu .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uVbK7HADHu .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uVbK7HADHu .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVbK7HADHu .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uVbK7HADHu .icon-wrap {
  background: linear-gradient(to left, #fc5130, #e2090d);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-uVbK7HADHu .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-uVbK7HADHu H3 {
  color: #787324;
}
.cid-uVbK7HADHu .mbr-section-title,
.cid-uVbK7HADHu .title-wrapper {
  color: #ffffff;
}
.cid-uVbK7HADHu .mbr-text,
.cid-uVbK7HADHu .mbr-section-btn {
  color: #999999;
}
.cid-uVbK7HADHu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uVbK7HADHu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uVbK7HADHu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uVbK7HADHu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uVbK7HADHu a.close:hover {
  color: #ffffff;
}
.cid-uVbK7HADHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbK7HADHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVe8vJ18ke {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dataassets-981x547.png");
}
.cid-uVe8vJ18ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVe8vJ18ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVe8vJ18ke .card {
  justify-content: flex-end;
}
.cid-uVe8vJ18ke .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVe8vJ18ke .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVe8vJ18ke .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uVe8vJ18ke .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVe8vJ18ke .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uVe8vJ18ke .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uVe8vJ18ke .items-wrapper .item {
  padding: 0 15px;
}
.cid-uVe8vJ18ke .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVe8vJ18ke .item {
    margin-bottom: 15px;
  }
}
.cid-uVe8vJ18ke .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVe8vJ18ke .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uVe8vJ18ke .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  background-color: #000000;
}
.cid-uVe8vJ18ke .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uVe8vJ18ke .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #e2090d;
}
.cid-uVe8vJ18ke .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uVe8vJ18ke .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uVe8vJ18ke .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVe8vJ18ke .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVe8vJ18ke .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVe8vJ18ke .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #15f409;
  display: inline-flex;
}
.cid-uVe8vJ18ke .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uVe8vJ18ke .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uVe8vJ18ke .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e2090d;
  transition: all .6s ease;
}
.cid-uVe8vJ18ke .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uVe8vJ18ke .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uVe8vJ18ke .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVe8vJ18ke .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVe8vJ18ke .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uVe8vJ18ke .card-title {
  color: #ffffff;
}
.cid-uVe8vJ18ke .card-text {
  color: #ffffff;
}
.cid-uV8K6XKM7u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uV8K6XKM7u .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uV8K6XKM7u .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uV8K6XKM7u .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uV8K6XKM7u .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uV8K6XKM7u .container {
  max-width: 1400px;
}
.cid-uV8K6XKM7u li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uV8K6XKM7u .time {
  line-height: 2;
}
.cid-uV8K6XKM7u .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uV8K6XKM7u .text-wrap {
  width: 100%;
}
.cid-uV8K6XKM7u .item-wrap {
  display: inline-block;
}
.cid-uV8K6XKM7u .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uV8K6XKM7u .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uV8K6XKM7u .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uV8K6XKM7u .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV8K6XKM7u .socicon-wrap {
    margin: auto;
  }
}
.cid-uV8K6XKM7u .mbr-text {
  color: #999999;
}
.cid-uV8K6XKM7u .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uV8K6XKM7u .icon-title,
.cid-uV8K6XKM7u .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uV8K6XKM7u .item-text,
.cid-uV8K6XKM7u .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uV8K6XKM7u .mbr-text,
.cid-uV8K6XKM7u .mbr-section-btn {
  color: #ffffff;
}
.cid-uV8Kf1DPxx .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-uV8Kf1DPxx .btn {
  white-space: nowrap;
}
.cid-uV8Kf1DPxx .nav-link,
.cid-uV8Kf1DPxx .icons-menu .mbr-iconfont,
.cid-uV8Kf1DPxx .dropdown-item {
  transition: all 0.1s;
}
.cid-uV8Kf1DPxx .nav-link:hover,
.cid-uV8Kf1DPxx .icons-menu .mbr-iconfont:hover,
.cid-uV8Kf1DPxx .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uV8Kf1DPxx .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uV8Kf1DPxx .container {
  display: flex;
  margin: auto;
}
.cid-uV8Kf1DPxx .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uV8Kf1DPxx .navbar.opened {
  transition: all .3s;
}
.cid-uV8Kf1DPxx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uV8Kf1DPxx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uV8Kf1DPxx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV8Kf1DPxx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV8Kf1DPxx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV8Kf1DPxx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV8Kf1DPxx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV8Kf1DPxx .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-uV8Kf1DPxx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV8Kf1DPxx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uV8Kf1DPxx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uV8Kf1DPxx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV8Kf1DPxx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV8Kf1DPxx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV8Kf1DPxx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV8Kf1DPxx .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-uV8Kf1DPxx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV8Kf1DPxx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV8Kf1DPxx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV8Kf1DPxx .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-uV8Kf1DPxx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV8Kf1DPxx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uV8Kf1DPxx .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uV8Kf1DPxx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uV8Kf1DPxx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uV8Kf1DPxx .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uV8Kf1DPxx .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uV8Kf1DPxx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV8Kf1DPxx .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uV8Kf1DPxx .navbar-caption {
  padding-right: 4rem;
}
.cid-uV8Kf1DPxx .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uV8Kf1DPxx .dropdown-menu,
.cid-uV8Kf1DPxx .navbar.opened {
  background: #191919 !important;
}
.cid-uV8Kf1DPxx .nav-item:focus,
.cid-uV8Kf1DPxx .nav-link:focus {
  outline: none;
}
.cid-uV8Kf1DPxx .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-uV8Kf1DPxx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV8Kf1DPxx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV8Kf1DPxx .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-uV8Kf1DPxx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV8Kf1DPxx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uV8Kf1DPxx .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-uV8Kf1DPxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV8Kf1DPxx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV8Kf1DPxx .dropdown-item.active,
.cid-uV8Kf1DPxx .dropdown-item:active {
  background-color: transparent;
}
.cid-uV8Kf1DPxx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV8Kf1DPxx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV8Kf1DPxx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV8Kf1DPxx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uV8Kf1DPxx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV8Kf1DPxx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV8Kf1DPxx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV8Kf1DPxx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV8Kf1DPxx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV8Kf1DPxx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV8Kf1DPxx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV8Kf1DPxx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV8Kf1DPxx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV8Kf1DPxx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV8Kf1DPxx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV8Kf1DPxx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV8Kf1DPxx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV8Kf1DPxx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV8Kf1DPxx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uV8Kf1DPxx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV8Kf1DPxx .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-uV8Kf1DPxx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV8Kf1DPxx .navbar {
    height: 77px;
  }
  .cid-uV8Kf1DPxx .navbar.opened {
    height: auto;
  }
  .cid-uV8Kf1DPxx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV8Kf1DPxx .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uVaZhVQIsm {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-uVaZhVQIsm .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uVaZhVQIsm .card-wrapper {
    padding: 0;
  }
}
.cid-uVaZhVQIsm img {
  width: 100%;
}
.cid-uVaZhVQIsm .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVaZhVQIsm .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVaZhVQIsm .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uVaZhVQIsm h4 {
  margin: 0;
}
.cid-uVaZhVQIsm .card-text {
  color: #999999;
}
.cid-uVaZhVQIsm .mbr-text {
  color: #000000;
}
.cid-uVaZhVQIsm .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uVaZhVQIsm .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uVaZhVQIsm .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uVaZhVQIsm .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVaZhVQIsm .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uVaZhVQIsm H3 {
  color: #787324;
}
.cid-uVaZhVQIsm .mbr-section-title,
.cid-uVaZhVQIsm .title-wrapper {
  color: #ffffff;
}
.cid-uVaZhVQIsm .mbr-text,
.cid-uVaZhVQIsm .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVaZhVQIsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZhVQIsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV8Kf2fNA9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uV8Kf2fNA9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uV8Kf2fNA9 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uV8Kf2fNA9 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uV8Kf2fNA9 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uV8Kf2fNA9 .container {
  max-width: 1400px;
}
.cid-uV8Kf2fNA9 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uV8Kf2fNA9 .time {
  line-height: 2;
}
.cid-uV8Kf2fNA9 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uV8Kf2fNA9 .text-wrap {
  width: 100%;
}
.cid-uV8Kf2fNA9 .item-wrap {
  display: inline-block;
}
.cid-uV8Kf2fNA9 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uV8Kf2fNA9 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uV8Kf2fNA9 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uV8Kf2fNA9 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV8Kf2fNA9 .socicon-wrap {
    margin: auto;
  }
}
.cid-uV8Kf2fNA9 .mbr-text {
  color: #999999;
}
.cid-uV8Kf2fNA9 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uV8Kf2fNA9 .icon-title,
.cid-uV8Kf2fNA9 .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uV8Kf2fNA9 .item-text,
.cid-uV8Kf2fNA9 .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uV8Kf2fNA9 .mbr-text,
.cid-uV8Kf2fNA9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uV8Kn5fAZ2 .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-uV8Kn5fAZ2 .btn {
  white-space: nowrap;
}
.cid-uV8Kn5fAZ2 .nav-link,
.cid-uV8Kn5fAZ2 .icons-menu .mbr-iconfont,
.cid-uV8Kn5fAZ2 .dropdown-item {
  transition: all 0.1s;
}
.cid-uV8Kn5fAZ2 .nav-link:hover,
.cid-uV8Kn5fAZ2 .icons-menu .mbr-iconfont:hover,
.cid-uV8Kn5fAZ2 .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uV8Kn5fAZ2 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uV8Kn5fAZ2 .container {
  display: flex;
  margin: auto;
}
.cid-uV8Kn5fAZ2 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uV8Kn5fAZ2 .navbar.opened {
  transition: all .3s;
}
.cid-uV8Kn5fAZ2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uV8Kn5fAZ2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uV8Kn5fAZ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV8Kn5fAZ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV8Kn5fAZ2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV8Kn5fAZ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV8Kn5fAZ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV8Kn5fAZ2 .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-uV8Kn5fAZ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV8Kn5fAZ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uV8Kn5fAZ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uV8Kn5fAZ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV8Kn5fAZ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV8Kn5fAZ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV8Kn5fAZ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV8Kn5fAZ2 .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-uV8Kn5fAZ2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV8Kn5fAZ2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV8Kn5fAZ2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV8Kn5fAZ2 .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-uV8Kn5fAZ2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV8Kn5fAZ2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uV8Kn5fAZ2 .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uV8Kn5fAZ2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uV8Kn5fAZ2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uV8Kn5fAZ2 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uV8Kn5fAZ2 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uV8Kn5fAZ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV8Kn5fAZ2 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uV8Kn5fAZ2 .navbar-caption {
  padding-right: 4rem;
}
.cid-uV8Kn5fAZ2 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uV8Kn5fAZ2 .dropdown-menu,
.cid-uV8Kn5fAZ2 .navbar.opened {
  background: #191919 !important;
}
.cid-uV8Kn5fAZ2 .nav-item:focus,
.cid-uV8Kn5fAZ2 .nav-link:focus {
  outline: none;
}
.cid-uV8Kn5fAZ2 .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-uV8Kn5fAZ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV8Kn5fAZ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV8Kn5fAZ2 .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-uV8Kn5fAZ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV8Kn5fAZ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uV8Kn5fAZ2 .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-uV8Kn5fAZ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV8Kn5fAZ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV8Kn5fAZ2 .dropdown-item.active,
.cid-uV8Kn5fAZ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uV8Kn5fAZ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV8Kn5fAZ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV8Kn5fAZ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV8Kn5fAZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uV8Kn5fAZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV8Kn5fAZ2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV8Kn5fAZ2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV8Kn5fAZ2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV8Kn5fAZ2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV8Kn5fAZ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV8Kn5fAZ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV8Kn5fAZ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV8Kn5fAZ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV8Kn5fAZ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV8Kn5fAZ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV8Kn5fAZ2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV8Kn5fAZ2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV8Kn5fAZ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV8Kn5fAZ2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uV8Kn5fAZ2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV8Kn5fAZ2 .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-uV8Kn5fAZ2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV8Kn5fAZ2 .navbar {
    height: 77px;
  }
  .cid-uV8Kn5fAZ2 .navbar.opened {
    height: auto;
  }
  .cid-uV8Kn5fAZ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV8Kn5fAZ2 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uVaZLVFBDB {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-uVaZLVFBDB .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uVaZLVFBDB .card-wrapper {
    padding: 0;
  }
}
.cid-uVaZLVFBDB img {
  width: 100%;
}
.cid-uVaZLVFBDB .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVaZLVFBDB .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVaZLVFBDB .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uVaZLVFBDB h4 {
  margin: 0;
}
.cid-uVaZLVFBDB .card-text {
  color: #999999;
}
.cid-uVaZLVFBDB .mbr-text {
  color: #000000;
}
.cid-uVaZLVFBDB .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uVaZLVFBDB .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uVaZLVFBDB .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uVaZLVFBDB .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVaZLVFBDB .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uVaZLVFBDB H3 {
  color: #787324;
}
.cid-uVaZLVFBDB .mbr-section-title,
.cid-uVaZLVFBDB .title-wrapper {
  color: #ffffff;
}
.cid-uVaZLVFBDB .mbr-text,
.cid-uVaZLVFBDB .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVaZLVFBDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZLVFBDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV8Kn5QgI0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uV8Kn5QgI0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uV8Kn5QgI0 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uV8Kn5QgI0 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uV8Kn5QgI0 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uV8Kn5QgI0 .container {
  max-width: 1400px;
}
.cid-uV8Kn5QgI0 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uV8Kn5QgI0 .time {
  line-height: 2;
}
.cid-uV8Kn5QgI0 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uV8Kn5QgI0 .text-wrap {
  width: 100%;
}
.cid-uV8Kn5QgI0 .item-wrap {
  display: inline-block;
}
.cid-uV8Kn5QgI0 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uV8Kn5QgI0 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uV8Kn5QgI0 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uV8Kn5QgI0 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV8Kn5QgI0 .socicon-wrap {
    margin: auto;
  }
}
.cid-uV8Kn5QgI0 .mbr-text {
  color: #999999;
}
.cid-uV8Kn5QgI0 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uV8Kn5QgI0 .icon-title,
.cid-uV8Kn5QgI0 .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uV8Kn5QgI0 .item-text,
.cid-uV8Kn5QgI0 .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uV8Kn5QgI0 .mbr-text,
.cid-uV8Kn5QgI0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uV8Kv15nI3 .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-uV8Kv15nI3 .btn {
  white-space: nowrap;
}
.cid-uV8Kv15nI3 .nav-link,
.cid-uV8Kv15nI3 .icons-menu .mbr-iconfont,
.cid-uV8Kv15nI3 .dropdown-item {
  transition: all 0.1s;
}
.cid-uV8Kv15nI3 .nav-link:hover,
.cid-uV8Kv15nI3 .icons-menu .mbr-iconfont:hover,
.cid-uV8Kv15nI3 .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uV8Kv15nI3 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uV8Kv15nI3 .container {
  display: flex;
  margin: auto;
}
.cid-uV8Kv15nI3 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uV8Kv15nI3 .navbar.opened {
  transition: all .3s;
}
.cid-uV8Kv15nI3 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uV8Kv15nI3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uV8Kv15nI3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV8Kv15nI3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV8Kv15nI3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV8Kv15nI3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV8Kv15nI3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV8Kv15nI3 .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-uV8Kv15nI3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV8Kv15nI3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uV8Kv15nI3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uV8Kv15nI3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV8Kv15nI3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV8Kv15nI3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV8Kv15nI3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV8Kv15nI3 .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-uV8Kv15nI3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV8Kv15nI3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV8Kv15nI3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV8Kv15nI3 .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-uV8Kv15nI3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV8Kv15nI3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uV8Kv15nI3 .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uV8Kv15nI3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uV8Kv15nI3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uV8Kv15nI3 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uV8Kv15nI3 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uV8Kv15nI3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV8Kv15nI3 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uV8Kv15nI3 .navbar-caption {
  padding-right: 4rem;
}
.cid-uV8Kv15nI3 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uV8Kv15nI3 .dropdown-menu,
.cid-uV8Kv15nI3 .navbar.opened {
  background: #191919 !important;
}
.cid-uV8Kv15nI3 .nav-item:focus,
.cid-uV8Kv15nI3 .nav-link:focus {
  outline: none;
}
.cid-uV8Kv15nI3 .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-uV8Kv15nI3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV8Kv15nI3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV8Kv15nI3 .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-uV8Kv15nI3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV8Kv15nI3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uV8Kv15nI3 .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-uV8Kv15nI3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV8Kv15nI3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV8Kv15nI3 .dropdown-item.active,
.cid-uV8Kv15nI3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uV8Kv15nI3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV8Kv15nI3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV8Kv15nI3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV8Kv15nI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uV8Kv15nI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV8Kv15nI3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV8Kv15nI3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV8Kv15nI3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV8Kv15nI3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV8Kv15nI3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV8Kv15nI3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV8Kv15nI3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV8Kv15nI3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV8Kv15nI3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV8Kv15nI3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV8Kv15nI3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV8Kv15nI3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV8Kv15nI3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV8Kv15nI3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uV8Kv15nI3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV8Kv15nI3 .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-uV8Kv15nI3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV8Kv15nI3 .navbar {
    height: 77px;
  }
  .cid-uV8Kv15nI3 .navbar.opened {
    height: auto;
  }
  .cid-uV8Kv15nI3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV8Kv15nI3 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uVb0MoT9fe {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-uVb0MoT9fe .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uVb0MoT9fe .card-wrapper {
    padding: 0;
  }
}
.cid-uVb0MoT9fe img {
  width: 100%;
}
.cid-uVb0MoT9fe .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVb0MoT9fe .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVb0MoT9fe .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uVb0MoT9fe h4 {
  margin: 0;
}
.cid-uVb0MoT9fe .card-text {
  color: #999999;
}
.cid-uVb0MoT9fe .mbr-text {
  color: #000000;
}
.cid-uVb0MoT9fe .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uVb0MoT9fe .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uVb0MoT9fe .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uVb0MoT9fe .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVb0MoT9fe .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uVb0MoT9fe H3 {
  color: #787324;
}
.cid-uVb0MoT9fe .mbr-section-title,
.cid-uVb0MoT9fe .title-wrapper {
  color: #ffffff;
}
.cid-uVb0MoT9fe .mbr-text,
.cid-uVb0MoT9fe .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVb0MoT9fe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb0MoT9fe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV8Kv1J3JP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uV8Kv1J3JP .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uV8Kv1J3JP .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uV8Kv1J3JP .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uV8Kv1J3JP .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uV8Kv1J3JP .container {
  max-width: 1400px;
}
.cid-uV8Kv1J3JP li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uV8Kv1J3JP .time {
  line-height: 2;
}
.cid-uV8Kv1J3JP .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uV8Kv1J3JP .text-wrap {
  width: 100%;
}
.cid-uV8Kv1J3JP .item-wrap {
  display: inline-block;
}
.cid-uV8Kv1J3JP .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uV8Kv1J3JP .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uV8Kv1J3JP .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uV8Kv1J3JP .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV8Kv1J3JP .socicon-wrap {
    margin: auto;
  }
}
.cid-uV8Kv1J3JP .mbr-text {
  color: #999999;
}
.cid-uV8Kv1J3JP .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uV8Kv1J3JP .icon-title,
.cid-uV8Kv1J3JP .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uV8Kv1J3JP .item-text,
.cid-uV8Kv1J3JP .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uV8Kv1J3JP .mbr-text,
.cid-uV8Kv1J3JP .mbr-section-btn {
  color: #ffffff;
}
.cid-uVbF6WyXRg .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-uVbF6WyXRg .btn {
  white-space: nowrap;
}
.cid-uVbF6WyXRg .nav-link,
.cid-uVbF6WyXRg .icons-menu .mbr-iconfont,
.cid-uVbF6WyXRg .dropdown-item {
  transition: all 0.1s;
}
.cid-uVbF6WyXRg .nav-link:hover,
.cid-uVbF6WyXRg .icons-menu .mbr-iconfont:hover,
.cid-uVbF6WyXRg .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uVbF6WyXRg .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uVbF6WyXRg .container {
  display: flex;
  margin: auto;
}
.cid-uVbF6WyXRg .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uVbF6WyXRg .navbar.opened {
  transition: all .3s;
}
.cid-uVbF6WyXRg .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVbF6WyXRg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVbF6WyXRg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVbF6WyXRg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVbF6WyXRg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uVbF6WyXRg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVbF6WyXRg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVbF6WyXRg .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-uVbF6WyXRg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVbF6WyXRg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVbF6WyXRg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVbF6WyXRg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVbF6WyXRg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVbF6WyXRg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVbF6WyXRg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVbF6WyXRg .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-uVbF6WyXRg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVbF6WyXRg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVbF6WyXRg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVbF6WyXRg .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-uVbF6WyXRg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uVbF6WyXRg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVbF6WyXRg .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uVbF6WyXRg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVbF6WyXRg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVbF6WyXRg .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uVbF6WyXRg .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uVbF6WyXRg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVbF6WyXRg .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVbF6WyXRg .navbar-caption {
  padding-right: 4rem;
}
.cid-uVbF6WyXRg .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uVbF6WyXRg .dropdown-menu,
.cid-uVbF6WyXRg .navbar.opened {
  background: #191919 !important;
}
.cid-uVbF6WyXRg .nav-item:focus,
.cid-uVbF6WyXRg .nav-link:focus {
  outline: none;
}
.cid-uVbF6WyXRg .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-uVbF6WyXRg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVbF6WyXRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVbF6WyXRg .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-uVbF6WyXRg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVbF6WyXRg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uVbF6WyXRg .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-uVbF6WyXRg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVbF6WyXRg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVbF6WyXRg .dropdown-item.active,
.cid-uVbF6WyXRg .dropdown-item:active {
  background-color: transparent;
}
.cid-uVbF6WyXRg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVbF6WyXRg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVbF6WyXRg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVbF6WyXRg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uVbF6WyXRg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVbF6WyXRg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVbF6WyXRg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVbF6WyXRg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVbF6WyXRg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVbF6WyXRg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVbF6WyXRg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVbF6WyXRg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVbF6WyXRg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVbF6WyXRg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVbF6WyXRg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVbF6WyXRg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVbF6WyXRg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVbF6WyXRg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVbF6WyXRg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVbF6WyXRg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVbF6WyXRg .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-uVbF6WyXRg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVbF6WyXRg .navbar {
    height: 77px;
  }
  .cid-uVbF6WyXRg .navbar.opened {
    height: auto;
  }
  .cid-uVbF6WyXRg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVbF6WyXRg .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uVbMKwWzEW {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVbMKwWzEW .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVbMKwWzEW .mbr-text,
.cid-uVbMKwWzEW .mbr-section-btn {
  color: #cccccc;
}
.cid-uVbMKwWzEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbMKwWzEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgYTUnC2J {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/tech-1920x1080.jpg");
}
.cid-uVgYTUnC2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgYTUnC2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgYTUnC2J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uVgYTUnC2J .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVgYTUnC2J .embla__slide .slide-content {
  width: 100%;
}
.cid-uVgYTUnC2J .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uVgYTUnC2J .embla__slide .slide-content .item-wrapper .item-img img {
  height: 485px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVgYTUnC2J .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVgYTUnC2J .embla__slide .slide-content .item-wrapper .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 10px 0 30px;
  background-color: #121212;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uVgYTUnC2J .embla__slide .slide-content .item-wrapper .btn-wrap {
    padding: 10px 0 0 20px;
  }
}
.cid-uVgYTUnC2J .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVgYTUnC2J .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 path {
  fill: #121212;
}
.cid-uVgYTUnC2J .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVgYTUnC2J .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 path {
  fill: #121212;
}
.cid-uVgYTUnC2J .embla__button--next,
.cid-uVgYTUnC2J .embla__button--prev {
  display: flex;
}
.cid-uVgYTUnC2J .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVgYTUnC2J .embla__button:hover {
  color: #e24c4a !important;
}
.cid-uVgYTUnC2J .embla__button.embla__button--prev {
  left: 0;
  bottom: 140px;
  border-radius: 0 25px 0 0;
}
.cid-uVgYTUnC2J .embla__button.embla__button--next {
  left: 0;
  bottom: 80px;
  border-radius: 0 0 25px 0;
}
.cid-uVgYTUnC2J .svg3 {
  position: absolute;
  top: 255px;
  left: 0;
  transform: rotate(-90deg);
  width: 30px;
}
.cid-uVgYTUnC2J .svg3 path {
  fill: #121212;
}
@media (max-width: 992px) {
  .cid-uVgYTUnC2J .svg3 {
    top: 120px;
  }
}
.cid-uVgYTUnC2J .svg4 {
  position: absolute;
  width: 30px;
  bottom: 50px;
  left: 0;
}
.cid-uVgYTUnC2J .svg4 path {
  fill: #121212;
}
.cid-uVgYTUnC2J .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uVgYTUnC2J .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uVgYTUnC2J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVgYTUnC2J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVgYTUnC2J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVgYTUnC2J .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVgYTUnC2J .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgYTUnC2J .mbr-section-btn .btn::after,
.cid-uVgYTUnC2J .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uVgYTUnC2J .mbr-section-btn .btn:hover,
.cid-uVgYTUnC2J .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uVgYTUnC2J .mbr-section-btn .btn:hover::after,
.cid-uVgYTUnC2J .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uVbF702Tio {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uVbF702Tio .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVbF702Tio .mbr-text,
.cid-uVbF702Tio .mbr-section-btn {
  color: #cccccc;
}
.cid-uVbF702Tio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbF702Tio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbOdXCa93 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uVbOdXCa93 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVbOdXCa93 .mbr-text,
.cid-uVbOdXCa93 .mbr-section-btn {
  color: #cccccc;
}
.cid-uVbOdXCa93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbOdXCa93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbF70slFo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uVbF70slFo .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uVbF70slFo .item p {
  margin: 0;
}
.cid-uVbF70slFo .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uVbF70slFo .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uVbF70slFo .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-uVbF70slFo .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uVbF70slFo .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, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVbF70slFo .card-text {
  color: #999999;
}
.cid-uVbF70slFo .item-text {
  color: #ffffff;
}
.cid-uVbF70slFo .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uVbF70slFo .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uVbF70slFo .card:hover .icon-wrapper .mbr-iconfont,
.cid-uVbF70slFo .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uVbF70slFo .card:hover .btn {
  background: transparent!important;
  border: 1px solid #999999 !important;
}
.cid-uVbF70slFo .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uVbF70slFo .card:hover .card-wrapper .price,
.cid-uVbF70slFo .card:hover .card-wrapper .item-text,
.cid-uVbF70slFo .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uVbF70slFo .item-text,
.cid-uVbF70slFo .item-icon {
  color: #999999;
}
.cid-uVbF70slFo .main-text {
  color: #e9e9e9;
}
.cid-uVbF71kQ6t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uVbF71kQ6t .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uVbF71kQ6t .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uVbF71kQ6t .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uVbF71kQ6t .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uVbF71kQ6t .container {
  max-width: 1400px;
}
.cid-uVbF71kQ6t li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uVbF71kQ6t .time {
  line-height: 2;
}
.cid-uVbF71kQ6t .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uVbF71kQ6t .text-wrap {
  width: 100%;
}
.cid-uVbF71kQ6t .item-wrap {
  display: inline-block;
}
.cid-uVbF71kQ6t .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uVbF71kQ6t .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uVbF71kQ6t .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uVbF71kQ6t .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVbF71kQ6t .socicon-wrap {
    margin: auto;
  }
}
.cid-uVbF71kQ6t .mbr-text {
  color: #999999;
}
.cid-uVbF71kQ6t .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uVbF71kQ6t .icon-title,
.cid-uVbF71kQ6t .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uVbF71kQ6t .item-text,
.cid-uVbF71kQ6t .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uVbF71kQ6t .mbr-text,
.cid-uVbF71kQ6t .mbr-section-btn {
  color: #ffffff;
}
.cid-uVsjh17f7i .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-uVsjh17f7i .btn {
  white-space: nowrap;
}
.cid-uVsjh17f7i .nav-link,
.cid-uVsjh17f7i .icons-menu .mbr-iconfont,
.cid-uVsjh17f7i .dropdown-item {
  transition: all 0.1s;
}
.cid-uVsjh17f7i .nav-link:hover,
.cid-uVsjh17f7i .icons-menu .mbr-iconfont:hover,
.cid-uVsjh17f7i .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uVsjh17f7i .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uVsjh17f7i .container {
  display: flex;
  margin: auto;
}
.cid-uVsjh17f7i .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uVsjh17f7i .navbar.opened {
  transition: all .3s;
}
.cid-uVsjh17f7i .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVsjh17f7i .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVsjh17f7i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVsjh17f7i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVsjh17f7i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uVsjh17f7i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVsjh17f7i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVsjh17f7i .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-uVsjh17f7i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVsjh17f7i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVsjh17f7i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVsjh17f7i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVsjh17f7i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVsjh17f7i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVsjh17f7i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVsjh17f7i .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-uVsjh17f7i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVsjh17f7i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVsjh17f7i .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVsjh17f7i .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-uVsjh17f7i .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uVsjh17f7i .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVsjh17f7i .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uVsjh17f7i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVsjh17f7i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVsjh17f7i .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uVsjh17f7i .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uVsjh17f7i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVsjh17f7i .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVsjh17f7i .navbar-caption {
  padding-right: 4rem;
}
.cid-uVsjh17f7i .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uVsjh17f7i .dropdown-menu,
.cid-uVsjh17f7i .navbar.opened {
  background: #191919 !important;
}
.cid-uVsjh17f7i .nav-item:focus,
.cid-uVsjh17f7i .nav-link:focus {
  outline: none;
}
.cid-uVsjh17f7i .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-uVsjh17f7i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVsjh17f7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVsjh17f7i .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-uVsjh17f7i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVsjh17f7i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uVsjh17f7i .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-uVsjh17f7i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVsjh17f7i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVsjh17f7i .dropdown-item.active,
.cid-uVsjh17f7i .dropdown-item:active {
  background-color: transparent;
}
.cid-uVsjh17f7i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVsjh17f7i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVsjh17f7i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVsjh17f7i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uVsjh17f7i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVsjh17f7i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVsjh17f7i ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVsjh17f7i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVsjh17f7i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVsjh17f7i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVsjh17f7i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVsjh17f7i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVsjh17f7i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVsjh17f7i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVsjh17f7i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVsjh17f7i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVsjh17f7i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVsjh17f7i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVsjh17f7i .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVsjh17f7i a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVsjh17f7i .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-uVsjh17f7i .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVsjh17f7i .navbar {
    height: 77px;
  }
  .cid-uVsjh17f7i .navbar.opened {
    height: auto;
  }
  .cid-uVsjh17f7i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVsjh17f7i .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uVsjh1wod0 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-uVsjh1wod0 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uVsjh1wod0 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uVsjh1wod0 .mbr-section-title {
  color: #ffffff;
}
.cid-uVsnQO3Qt7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVsnQO3Qt7 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVsnQO3Qt7 .mbr-text,
.cid-uVsnQO3Qt7 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVsnQO3Qt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVsnQO3Qt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVsobfS7Zm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVsobfS7Zm .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVsobfS7Zm .mbr-text,
.cid-uVsobfS7Zm .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVsobfS7Zm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVsobfS7Zm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVsoZpyhra {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVsoZpyhra .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVsoZpyhra .mbr-text,
.cid-uVsoZpyhra .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVsoZpyhra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVsoZpyhra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVspDkZl3t {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/top-20-ai-courses-certs-1024x576.jpg");
}
.cid-uVspDkZl3t .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVspDkZl3t .mbr-text,
.cid-uVspDkZl3t .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVspDkZl3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVspDkZl3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVsCTiiU7I {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVsCTiiU7I .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVsCTiiU7I .mbr-text,
.cid-uVsCTiiU7I .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVsCTiiU7I img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVsCTiiU7I img {
    width: 96%;
  }
}
.cid-uVsCTiiU7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVsCTiiU7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVspRyggXT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVspRyggXT .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVspRyggXT .mbr-text,
.cid-uVspRyggXT .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVspRyggXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVspRyggXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVsq4U5XCR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVsq4U5XCR .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVsq4U5XCR .mbr-text,
.cid-uVsq4U5XCR .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVsq4U5XCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVsq4U5XCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVsqf8PuIB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVsqf8PuIB .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVsqf8PuIB .mbr-text,
.cid-uVsqf8PuIB .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVsqf8PuIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVsqf8PuIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVsqp5fAbk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/radmis20business20to20application20flow-2000x1125.png");
}
.cid-uVsqp5fAbk .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVsqp5fAbk .mbr-text,
.cid-uVsqp5fAbk .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVsqp5fAbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVsqp5fAbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVsqyQDY7S {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVsqyQDY7S .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVsqyQDY7S .mbr-text,
.cid-uVsqyQDY7S .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVsqyQDY7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVsqyQDY7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVsn7iufSt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uVsn7iufSt .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVsn7iufSt .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVsn7iufSt .btn-col {
    justify-content: center;
  }
}
.cid-uVsn7iufSt .mbr-text,
.cid-uVsn7iufSt .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVsn7iufSt p {
  margin: 0;
}
.cid-uVsn7iufSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVsn7iufSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVsn7iufSt .mbr-section-title,
.cid-uVsn7iufSt .title-wrapper {
  text-align: left;
}
.cid-uVsjh3J17s {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uVsjh3J17s .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uVsjh3J17s .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uVsjh3J17s .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uVsjh3J17s .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uVsjh3J17s .container {
  max-width: 1400px;
}
.cid-uVsjh3J17s li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uVsjh3J17s .time {
  line-height: 2;
}
.cid-uVsjh3J17s .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uVsjh3J17s .text-wrap {
  width: 100%;
}
.cid-uVsjh3J17s .item-wrap {
  display: inline-block;
}
.cid-uVsjh3J17s .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uVsjh3J17s .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uVsjh3J17s .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uVsjh3J17s .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVsjh3J17s .socicon-wrap {
    margin: auto;
  }
}
.cid-uVsjh3J17s .mbr-text {
  color: #999999;
}
.cid-uVsjh3J17s .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uVsjh3J17s .icon-title,
.cid-uVsjh3J17s .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uVsjh3J17s .item-text,
.cid-uVsjh3J17s .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uVsjh3J17s .mbr-text,
.cid-uVsjh3J17s .mbr-section-btn {
  color: #ffffff;
}
.cid-uVGW0Ftf4R .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-uVGW0Ftf4R .btn {
  white-space: nowrap;
}
.cid-uVGW0Ftf4R .nav-link,
.cid-uVGW0Ftf4R .icons-menu .mbr-iconfont,
.cid-uVGW0Ftf4R .dropdown-item {
  transition: all 0.1s;
}
.cid-uVGW0Ftf4R .nav-link:hover,
.cid-uVGW0Ftf4R .icons-menu .mbr-iconfont:hover,
.cid-uVGW0Ftf4R .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uVGW0Ftf4R .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uVGW0Ftf4R .container {
  display: flex;
  margin: auto;
}
.cid-uVGW0Ftf4R .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #272020;
}
.cid-uVGW0Ftf4R .navbar.opened {
  transition: all .3s;
}
.cid-uVGW0Ftf4R .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVGW0Ftf4R .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVGW0Ftf4R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVGW0Ftf4R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVGW0Ftf4R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uVGW0Ftf4R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVGW0Ftf4R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVGW0Ftf4R .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-uVGW0Ftf4R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVGW0Ftf4R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVGW0Ftf4R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVGW0Ftf4R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVGW0Ftf4R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVGW0Ftf4R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVGW0Ftf4R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVGW0Ftf4R .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-uVGW0Ftf4R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVGW0Ftf4R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVGW0Ftf4R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVGW0Ftf4R .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-uVGW0Ftf4R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uVGW0Ftf4R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVGW0Ftf4R .navbar.navbar-short {
  background: #272020 !important;
  min-height: 60px;
}
.cid-uVGW0Ftf4R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVGW0Ftf4R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVGW0Ftf4R .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uVGW0Ftf4R .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uVGW0Ftf4R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVGW0Ftf4R .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVGW0Ftf4R .navbar-caption {
  padding-right: 4rem;
}
.cid-uVGW0Ftf4R .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uVGW0Ftf4R .dropdown-menu,
.cid-uVGW0Ftf4R .navbar.opened {
  background: #191919 !important;
}
.cid-uVGW0Ftf4R .nav-item:focus,
.cid-uVGW0Ftf4R .nav-link:focus {
  outline: none;
}
.cid-uVGW0Ftf4R .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-uVGW0Ftf4R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVGW0Ftf4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVGW0Ftf4R .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-uVGW0Ftf4R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVGW0Ftf4R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uVGW0Ftf4R .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-uVGW0Ftf4R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVGW0Ftf4R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVGW0Ftf4R .dropdown-item.active,
.cid-uVGW0Ftf4R .dropdown-item:active {
  background-color: transparent;
}
.cid-uVGW0Ftf4R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVGW0Ftf4R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVGW0Ftf4R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVGW0Ftf4R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272020;
}
.cid-uVGW0Ftf4R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVGW0Ftf4R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVGW0Ftf4R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVGW0Ftf4R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVGW0Ftf4R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVGW0Ftf4R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVGW0Ftf4R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVGW0Ftf4R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVGW0Ftf4R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVGW0Ftf4R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVGW0Ftf4R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVGW0Ftf4R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVGW0Ftf4R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVGW0Ftf4R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVGW0Ftf4R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVGW0Ftf4R a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVGW0Ftf4R .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-uVGW0Ftf4R .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVGW0Ftf4R .navbar {
    height: 77px;
  }
  .cid-uVGW0Ftf4R .navbar.opened {
    height: auto;
  }
  .cid-uVGW0Ftf4R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVGW0Ftf4R .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uVGW0FZJtj {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-uVGW0FZJtj .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uVGW0FZJtj .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uVGW0FZJtj .mbr-section-title {
  color: #ffffff;
}
.cid-uVGW0GiaY7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVGW0GiaY7 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVGW0GiaY7 .mbr-text,
.cid-uVGW0GiaY7 .mbr-section-btn {
  color: #e5e5e5;
  text-align: left;
}
.cid-uVGW0GiaY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGW0GiaY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGW0GEriE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVGW0GEriE .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVGW0GEriE .mbr-text,
.cid-uVGW0GEriE .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVGW0GEriE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGW0GEriE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGW0H0y0v {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-20250905-134708-1024x935.jpg");
}
.cid-uVGW0H0y0v .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVGW0H0y0v .mbr-text,
.cid-uVGW0H0y0v .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVGW0H0y0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGW0H0y0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGW0HEZU1 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVGW0HEZU1 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVGW0HEZU1 .mbr-text,
.cid-uVGW0HEZU1 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVGW0HEZU1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVGW0HEZU1 img {
    width: 96%;
  }
}
.cid-uVGW0HEZU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGW0HEZU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGW0HYHW8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-20250905-134621-512x470.jpg");
}
.cid-uVGW0HYHW8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVGW0HYHW8 .mbr-text,
.cid-uVGW0HYHW8 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVGW0HYHW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGW0HYHW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGW0IjpgQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVGW0IjpgQ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVGW0IjpgQ .mbr-text,
.cid-uVGW0IjpgQ .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVGW0IjpgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGW0IjpgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGW0JjcgD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uVGW0JjcgD .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVGW0JjcgD .mbr-text,
.cid-uVGW0JjcgD .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVGW0JjcgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGW0JjcgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGW0JCN7F {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uVGW0JCN7F .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uVGW0JCN7F .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVGW0JCN7F .btn-col {
    justify-content: center;
  }
}
.cid-uVGW0JCN7F .mbr-text,
.cid-uVGW0JCN7F .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uVGW0JCN7F p {
  margin: 0;
}
.cid-uVGW0JCN7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGW0JCN7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGW0JCN7F .mbr-section-title,
.cid-uVGW0JCN7F .title-wrapper {
  text-align: left;
}
.cid-uVGW0JU5Ll {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uVGW0JU5Ll .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uVGW0JU5Ll .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uVGW0JU5Ll .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uVGW0JU5Ll .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-uVGW0JU5Ll .container {
  max-width: 1400px;
}
.cid-uVGW0JU5Ll li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uVGW0JU5Ll .time {
  line-height: 2;
}
.cid-uVGW0JU5Ll .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uVGW0JU5Ll .text-wrap {
  width: 100%;
}
.cid-uVGW0JU5Ll .item-wrap {
  display: inline-block;
}
.cid-uVGW0JU5Ll .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uVGW0JU5Ll .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -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-uVGW0JU5Ll .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uVGW0JU5Ll .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVGW0JU5Ll .socicon-wrap {
    margin: auto;
  }
}
.cid-uVGW0JU5Ll .mbr-text {
  color: #999999;
}
.cid-uVGW0JU5Ll .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uVGW0JU5Ll .icon-title,
.cid-uVGW0JU5Ll .align-wrap {
  color: #e5e5e5;
  width: 100%;
  text-align: center;
}
.cid-uVGW0JU5Ll .item-text,
.cid-uVGW0JU5Ll .item-icon {
  color: #999999;
  text-align: right;
}
.cid-uVGW0JU5Ll .mbr-text,
.cid-uVGW0JU5Ll .mbr-section-btn {
  color: #ffffff;
}
