body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.75rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 7.6rem;
}
.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.35rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.16rem;
}
/* ---- 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.325rem;
    font-size: calc( 2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.3125rem + (4.75 - 2.3125) * ((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: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((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: #040402;
}
.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: #040402 !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: #040402;
}
.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-sluRqbDF5w {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sluRqbDF5w H1 {
  color: #e2090d;
}
.cid-sluRqbDF5w h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sluRqbDF5w .mbr-text,
.cid-sluRqbDF5w .mbr-section-btn {
  color: #999999;
}
.cid-soqQeko1m5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-soqQeko1m5 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-soqQeko1m5 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-soqQeko1m5 .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-soqQeko1m5 .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-soqQeko1m5 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-soqQeko1m5 .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-soqQeko1m5 .card-box {
  padding-top: 2rem;
}
.cid-soqQeko1m5 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-soqQeko1m5 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-soqQeko1m5 .mbr-subtitle {
  color: #ffffff;
}
.cid-soqQeko1m5 .main-title {
  color: #ffffff;
}
.cid-soqQeko1m5 .main-subtitle {
  color: #999999;
}
.cid-soqQeko1m5 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-soqQeko1m5 .card:hover {
  transform: translateY(-10px);
}
.cid-soqQeko1m5 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-soqQeko1m5 .card:hover .card-title,
.cid-soqQeko1m5 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-soqQeko1m5 .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-soqQeko1m5 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-s1YM3FtOOn {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.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-sqqaOPJP8w {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-sqqaOPJP8w H1 {
  color: #e2090d;
}
.cid-sqqaOPJP8w h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sqqaOPJP8w .mbr-text,
.cid-sqqaOPJP8w .mbr-section-btn {
  color: #999999;
}
.cid-slddoQhFjA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-slddoQhFjA .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-slddoQhFjA .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-slddoQhFjA .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-slddoQhFjA .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-slddoQhFjA .container {
  max-width: 1400px;
}
.cid-slddoQhFjA li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-slddoQhFjA .time {
  line-height: 2;
}
.cid-slddoQhFjA .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-slddoQhFjA .text-wrap {
  width: 100%;
}
.cid-slddoQhFjA .item-wrap {
  display: inline-block;
}
.cid-slddoQhFjA .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-slddoQhFjA .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-slddoQhFjA .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-slddoQhFjA .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slddoQhFjA .socicon-wrap {
    margin: auto;
  }
}
.cid-slddoQhFjA .mbr-text {
  color: #999999;
}
.cid-slddoQhFjA .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-slddoQhFjA .icon-title,
.cid-slddoQhFjA .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-slddoQhFjA .item-text,
.cid-slddoQhFjA .item-icon {
  color: #999999;
}
.cid-slddoQhFjA .mbr-text,
.cid-slddoQhFjA .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: #040402;
}
.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: #040402 !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: #040402;
}
.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-so4qjvGndY {
  padding-top: 225px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-so4qjvGndY H1 {
  color: #e2090d;
}
.cid-so4qjvGndY h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-so4qjvGndY .mbr-text,
.cid-so4qjvGndY .mbr-section-btn {
  color: #999999;
}
.cid-sodxHjz0iy {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-sodxHjz0iy .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sodxHjz0iy .mbr-text,
.cid-sodxHjz0iy .mbr-section-btn {
  color: #999999;
}
.cid-sodxHjz0iy .mbr-section-title,
.cid-sodxHjz0iy .title-wrapper {
  text-align: center;
}
.cid-sodxHjz0iy a {
  text-decoration: underline;
}
.cid-sodxyIdhvI {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-sodxyIdhvI img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sodxyIdhvI .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sodxyIdhvI .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sodxyIdhvI .first:hover:before {
  content: none;
}
.cid-sodxyIdhvI .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sodxyIdhvI .last:hover:after {
  content: none;
}
.cid-sodxyIdhvI .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sodxyIdhvI .mbr-section-text {
  color: #999999;
}
.cid-sodxyIdhvI .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-sodxyIdhvI .card .img-wrapper {
  overflow: hidden;
}
.cid-sodxyIdhvI .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sodxyIdhvI .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-sodxyIdhvI .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sorP9K7yq1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-sorP9K7yq1 .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-sorP9K7yq1 .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sorP9K7yq1 .card-wrapper {
    padding: 0;
  }
}
.cid-sorP9K7yq1 .card-text {
  color: #999999;
}
#custom-html-21 {
  /* TIETOKONENÄYTTÖ */
  /* KAIKKI NÄYTÖT */
}
@media screen and (min-width: 768px) {
  #custom-html-21 .lohko {
    background: #111;
    padding: 100px 100px;
  }
  #custom-html-21 .taulukko {
    max-width: 800px;
    margin: auto;
    font-size: 14pt;
  }
  #custom-html-21 table {
    margin: 0;
    border: 20px solid #222;
  }
}
#custom-html-21 th {
  border: 1px solid #222;
  background: #333;
  text-align: center;
}
#custom-html-21 td {
  border: 1px solid #222;
  background: #444;
}
#custom-html-21 .yes {
  background: #339933;
  text-align: center;
  width: 110px;
}
#custom-html-21 .no {
  background: #993333;
  text-align: center;
  width: 110px;
}
.cid-soqEiSMQh4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-soqEiSMQh4 H1 {
  color: #e2090d;
}
.cid-soqEiSMQh4 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-soqEiSMQh4 .mbr-text,
.cid-soqEiSMQh4 .mbr-section-btn {
  color: #999999;
}
.cid-slddoQhFjA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-slddoQhFjA .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-slddoQhFjA .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-slddoQhFjA .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-slddoQhFjA .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-slddoQhFjA .container {
  max-width: 1400px;
}
.cid-slddoQhFjA li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-slddoQhFjA .time {
  line-height: 2;
}
.cid-slddoQhFjA .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-slddoQhFjA .text-wrap {
  width: 100%;
}
.cid-slddoQhFjA .item-wrap {
  display: inline-block;
}
.cid-slddoQhFjA .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-slddoQhFjA .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-slddoQhFjA .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-slddoQhFjA .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slddoQhFjA .socicon-wrap {
    margin: auto;
  }
}
.cid-slddoQhFjA .mbr-text {
  color: #999999;
}
.cid-slddoQhFjA .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-slddoQhFjA .icon-title,
.cid-slddoQhFjA .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-slddoQhFjA .item-text,
.cid-slddoQhFjA .item-icon {
  color: #999999;
}
.cid-slddoQhFjA .mbr-text,
.cid-slddoQhFjA .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: #040402;
}
.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: #040402 !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: #040402;
}
.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-so9tQXRMxz {
  padding-top: 225px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-so9tQXRMxz H1 {
  color: #e2090d;
}
.cid-so9tQXRMxz h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-so9tQXRMxz .mbr-text,
.cid-so9tQXRMxz .mbr-section-btn {
  color: #999999;
}
.cid-so9uCsGrf2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-so9uCsGrf2 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-so9uCsGrf2 .mbr-text,
.cid-so9uCsGrf2 .mbr-section-btn {
  color: #999999;
}
.cid-so9uCsGrf2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-so9uCsGrf2 img {
    width: 96%;
  }
}
.cid-so9uCsGrf2 a {
  text-decoration: underline;
}
.cid-so2mSJDYtw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-so2mSJDYtw .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-so2mSJDYtw .mbr-text,
.cid-so2mSJDYtw .mbr-section-btn {
  color: #999999;
}
.cid-so2mSJDYtw .mbr-section-title,
.cid-so2mSJDYtw .title-wrapper {
  text-align: center;
}
.cid-so2mSJDYtw a {
  text-decoration: underline;
}
.cid-so2n4t1u55 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-so2n4t1u55 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-so2n4t1u55 .mbr-text,
.cid-so2n4t1u55 .mbr-section-btn {
  color: #999999;
  text-align: center;
}
.cid-so2n4t1u55 .mbr-section-title,
.cid-so2n4t1u55 .title-wrapper {
  text-align: center;
}
.cid-so2n4t1u55 a {
  text-decoration: underline;
}
.cid-so2oX7a9Uh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-so2oX7a9Uh .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-so2oX7a9Uh .mbr-text,
.cid-so2oX7a9Uh .mbr-section-btn {
  color: #999999;
}
.cid-so2oX7a9Uh .mbr-section-title,
.cid-so2oX7a9Uh .title-wrapper {
  text-align: center;
}
.cid-so2oX7a9Uh a {
  text-decoration: underline;
}
.cid-so2plbW6oR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-so2plbW6oR .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-so2plbW6oR .mbr-text,
.cid-so2plbW6oR .mbr-section-btn {
  color: #999999;
}
.cid-so2plbW6oR .mbr-section-title,
.cid-so2plbW6oR .title-wrapper {
  text-align: center;
}
.cid-so2plbW6oR a {
  text-decoration: underline;
}
.cid-so2pLeuuOu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-so2pLeuuOu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-so2pLeuuOu .mbr-text,
.cid-so2pLeuuOu .mbr-section-btn {
  color: #999999;
}
.cid-so2pLeuuOu .mbr-section-title,
.cid-so2pLeuuOu .title-wrapper {
  text-align: center;
}
.cid-so2pLeuuOu a {
  text-decoration: underline;
}
.cid-so2qcB9OBJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-so2qcB9OBJ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-so2qcB9OBJ .mbr-text,
.cid-so2qcB9OBJ .mbr-section-btn {
  color: #999999;
}
.cid-so2qcB9OBJ .mbr-section-title,
.cid-so2qcB9OBJ .title-wrapper {
  text-align: center;
}
.cid-so2qcB9OBJ a {
  text-decoration: underline;
}
.cid-so2qiHBlRg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-so2qiHBlRg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-so2qiHBlRg .mbr-text,
.cid-so2qiHBlRg .mbr-section-btn {
  color: #999999;
}
.cid-so2qiHBlRg .mbr-section-title,
.cid-so2qiHBlRg .title-wrapper {
  text-align: center;
}
.cid-so2qiHBlRg a {
  text-decoration: underline;
}
.cid-so2qtSeV0X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-so2qtSeV0X .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-so2qtSeV0X .mbr-text,
.cid-so2qtSeV0X .mbr-section-btn {
  color: #999999;
}
.cid-so2qtSeV0X .mbr-section-title,
.cid-so2qtSeV0X .title-wrapper {
  text-align: center;
}
.cid-so2qtSeV0X a {
  text-decoration: underline;
}
.cid-so2qBsWy8B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-so2qBsWy8B .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-so2qBsWy8B .mbr-text,
.cid-so2qBsWy8B .mbr-section-btn {
  color: #999999;
}
.cid-so2qBsWy8B .mbr-section-title,
.cid-so2qBsWy8B .title-wrapper {
  text-align: center;
}
.cid-so2qBsWy8B a {
  text-decoration: underline;
}
.cid-so2tThB78l {
  padding-top: 90px;
  padding-bottom: 0px;
  position: relative;
  background-color: #111111;
}
.cid-so2tThB78l p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-so2tThB78l .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-so2tThB78l .collapsed {
  border: none;
}
.cid-so2tThB78l .collapsed span {
  transform: rotate(0deg);
}
.cid-so2tThB78l 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-so2tThB78l .panel-body {
  padding-top: 0.5rem;
}
.cid-so2tThB78l .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-so2tThB78l .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-so2tThB78l .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-so2tThB78l .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-so2tThB78l .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-so2tThB78l .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-so2tThB78l .panel-text {
  color: #767676;
}
.cid-so2tThB78l H4 {
  color: #999999;
}
.cid-so2tThB78l H2 {
  color: #ffffff;
}
.cid-so2tThB78l .mbr-section-text {
  color: #999999;
}
.cid-so2wh6KJxX {
  padding-top: 0px;
  padding-bottom: 135px;
  position: relative;
  background-color: #111111;
}
.cid-so2wh6KJxX p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-so2wh6KJxX .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-so2wh6KJxX .collapsed {
  border: none;
}
.cid-so2wh6KJxX .collapsed span {
  transform: rotate(0deg);
}
.cid-so2wh6KJxX 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-so2wh6KJxX .panel-body {
  padding-top: 0.5rem;
}
.cid-so2wh6KJxX .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-so2wh6KJxX .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-so2wh6KJxX .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-so2wh6KJxX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-so2wh6KJxX .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-so2wh6KJxX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-so2wh6KJxX .panel-text {
  color: #767676;
}
.cid-so2wh6KJxX H4 {
  color: #999999;
}
.cid-so2wh6KJxX H2 {
  color: #ffffff;
}
.cid-so2wh6KJxX .mbr-section-text {
  color: #999999;
}
.cid-sqq89tk5Fv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-sqq89tk5Fv H1 {
  color: #e2090d;
}
.cid-sqq89tk5Fv h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sqq89tk5Fv .mbr-text,
.cid-sqq89tk5Fv .mbr-section-btn {
  color: #999999;
}
.cid-slddoQhFjA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-slddoQhFjA .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-slddoQhFjA .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-slddoQhFjA .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-slddoQhFjA .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-slddoQhFjA .container {
  max-width: 1400px;
}
.cid-slddoQhFjA li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-slddoQhFjA .time {
  line-height: 2;
}
.cid-slddoQhFjA .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-slddoQhFjA .text-wrap {
  width: 100%;
}
.cid-slddoQhFjA .item-wrap {
  display: inline-block;
}
.cid-slddoQhFjA .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-slddoQhFjA .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-slddoQhFjA .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-slddoQhFjA .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slddoQhFjA .socicon-wrap {
    margin: auto;
  }
}
.cid-slddoQhFjA .mbr-text {
  color: #999999;
}
.cid-slddoQhFjA .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-slddoQhFjA .icon-title,
.cid-slddoQhFjA .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-slddoQhFjA .item-text,
.cid-slddoQhFjA .item-icon {
  color: #999999;
}
.cid-slddoQhFjA .mbr-text,
.cid-slddoQhFjA .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: #040402;
}
.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: #040402 !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: #040402;
}
.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-so4pYuFrK4 {
  padding-top: 225px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-so4pYuFrK4 H1 {
  color: #e2090d;
}
.cid-so4pYuFrK4 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-so4pYuFrK4 .mbr-text,
.cid-so4pYuFrK4 .mbr-section-btn {
  color: #999999;
}
.cid-sy1zs65eAb {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-sy1zs65eAb .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sy1zs65eAb .mbr-text,
.cid-sy1zs65eAb .mbr-section-btn {
  color: #999999;
}
.cid-sy1zs65eAb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sy1zs65eAb img {
    width: 96%;
  }
}
.cid-sy1zs65eAb a {
  text-decoration: underline;
}
.cid-sodTjgS6oP {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sodTjgS6oP .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-sodTjgS6oP .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sodTjgS6oP .card-wrapper {
    padding: 0;
  }
}
.cid-sodTjgS6oP .card-text {
  color: #999999;
}
.cid-sodTjgS6oP a {
  text-decoration: underline;
}
.cid-sy1C56YaVP {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-sy1C56YaVP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sy1C56YaVP .mbr-text,
.cid-sy1C56YaVP .mbr-section-btn {
  color: #999999;
}
.cid-sy1C56YaVP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sy1C56YaVP img {
    width: 96%;
  }
}
.cid-sy1C56YaVP a {
  text-decoration: underline;
}
.cid-sy7nFUqUQD {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-sy7nFUqUQD .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-sy7nFUqUQD .card-wrapper {
    padding: 0;
  }
}
.cid-sy7nFUqUQD img {
  width: 100%;
}
.cid-sy7nFUqUQD .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sy7nFUqUQD .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sy7nFUqUQD .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-sy7nFUqUQD h4 {
  margin: 0;
}
.cid-sy7nFUqUQD .card-text {
  color: #999999;
}
.cid-sy7nFUqUQD .mbr-text {
  color: #000000;
}
.cid-sy7nFUqUQD .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sy7nFUqUQD .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-sy7nFUqUQD .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-sy7nFUqUQD .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sy7nFUqUQD .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-sy7nFUqUQD H3 {
  color: #787324;
}
.cid-sy7nFUqUQD .mbr-section-title,
.cid-sy7nFUqUQD .title-wrapper {
  color: #ffffff;
}
.cid-sy7nFUqUQD .mbr-text,
.cid-sy7nFUqUQD .mbr-section-btn {
  color: #999999;
}
.cid-sy7nFUqUQD a {
  text-decoration: underline;
}
.cid-sodXKH6Vdl {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sodXKH6Vdl .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-sodXKH6Vdl .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sodXKH6Vdl .card-wrapper {
    padding: 0;
  }
}
.cid-sodXKH6Vdl .card-text {
  color: #999999;
  text-align: left;
}
.cid-sodXKH6Vdl .card-title {
  text-align: left;
}
.cid-sodXKH6Vdl a {
  text-decoration: underline;
}
.cid-sodK8ko9hC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-sodK8ko9hC .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sodK8ko9hC .mbr-text,
.cid-sodK8ko9hC .mbr-section-btn {
  color: #999999;
}
.cid-sodK8ko9hC .mbr-section-title,
.cid-sodK8ko9hC .title-wrapper {
  text-align: center;
}
.cid-sqq83WJIJY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sqq83WJIJY H1 {
  color: #e2090d;
}
.cid-sqq83WJIJY h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sqq83WJIJY .mbr-text,
.cid-sqq83WJIJY .mbr-section-btn {
  color: #999999;
}
.cid-slddoQhFjA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-slddoQhFjA .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-slddoQhFjA .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-slddoQhFjA .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-slddoQhFjA .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-slddoQhFjA .container {
  max-width: 1400px;
}
.cid-slddoQhFjA li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-slddoQhFjA .time {
  line-height: 2;
}
.cid-slddoQhFjA .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-slddoQhFjA .text-wrap {
  width: 100%;
}
.cid-slddoQhFjA .item-wrap {
  display: inline-block;
}
.cid-slddoQhFjA .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-slddoQhFjA .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-slddoQhFjA .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-slddoQhFjA .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slddoQhFjA .socicon-wrap {
    margin: auto;
  }
}
.cid-slddoQhFjA .mbr-text {
  color: #999999;
}
.cid-slddoQhFjA .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-slddoQhFjA .icon-title,
.cid-slddoQhFjA .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-slddoQhFjA .item-text,
.cid-slddoQhFjA .item-icon {
  color: #999999;
}
.cid-slddoQhFjA .mbr-text,
.cid-slddoQhFjA .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: #040402;
}
.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: #040402 !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: #040402;
}
.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-snLvrPdf36 {
  padding-top: 225px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-snLvrPdf36 H1 {
  color: #e2090d;
}
.cid-snLvrPdf36 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-snLvrPdf36 .mbr-text,
.cid-snLvrPdf36 .mbr-section-btn {
  color: #999999;
}
.cid-snLvt59rSV {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-snLvt59rSV img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-snLvt59rSV .link-wrapper {
  margin-bottom: 1rem;
}
.cid-snLvt59rSV .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-snLvt59rSV .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-snLvt59rSV .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-snLvt59rSV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-snLvt59rSV .first:hover:before {
  content: none;
}
.cid-snLvt59rSV .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-snLvt59rSV .last:hover:after {
  content: none;
}
.cid-snLvt59rSV .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-snLvt59rSV .mbr-section-text {
  color: #999999;
}
.cid-snLvt59rSV .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-snLvt59rSV .card .img-wrapper {
  overflow: hidden;
}
.cid-snLvt59rSV .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-snLvt59rSV .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-snLvt59rSV .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-snLvt59rSV .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-srvWd9Fw53 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-srvWd9Fw53 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-srvWd9Fw53 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-srvWd9Fw53 .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-srvWd9Fw53 .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-srvWd9Fw53 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-srvWd9Fw53 .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-srvWd9Fw53 .card-box {
  padding-top: 2rem;
}
.cid-srvWd9Fw53 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-srvWd9Fw53 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-srvWd9Fw53 .mbr-subtitle {
  color: #ffffff;
}
.cid-srvWd9Fw53 .main-title {
  color: #ffffff;
}
.cid-srvWd9Fw53 .main-subtitle {
  color: #999999;
}
.cid-srvWd9Fw53 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-srvWd9Fw53 .card:hover {
  transform: translateY(-10px);
}
.cid-srvWd9Fw53 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-srvWd9Fw53 .card:hover .card-title,
.cid-srvWd9Fw53 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-srvWd9Fw53 .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-srvWd9Fw53 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-slddoQhFjA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-slddoQhFjA .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-slddoQhFjA .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-slddoQhFjA .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-slddoQhFjA .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-slddoQhFjA .container {
  max-width: 1400px;
}
.cid-slddoQhFjA li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-slddoQhFjA .time {
  line-height: 2;
}
.cid-slddoQhFjA .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-slddoQhFjA .text-wrap {
  width: 100%;
}
.cid-slddoQhFjA .item-wrap {
  display: inline-block;
}
.cid-slddoQhFjA .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-slddoQhFjA .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-slddoQhFjA .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-slddoQhFjA .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slddoQhFjA .socicon-wrap {
    margin: auto;
  }
}
.cid-slddoQhFjA .mbr-text {
  color: #999999;
}
.cid-slddoQhFjA .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-slddoQhFjA .icon-title,
.cid-slddoQhFjA .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-slddoQhFjA .item-text,
.cid-slddoQhFjA .item-icon {
  color: #999999;
}
.cid-slddoQhFjA .mbr-text,
.cid-slddoQhFjA .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: #040402;
}
.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: #040402 !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: #040402;
}
.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-so4rpDmB6K {
  padding-top: 225px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-so4rpDmB6K H1 {
  color: #e2090d;
}
.cid-so4rpDmB6K h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-so4rpDmB6K .mbr-text,
.cid-so4rpDmB6K .mbr-section-btn {
  color: #999999;
}
.cid-so9sg5DCmz {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-so9sg5DCmz .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-so9sg5DCmz .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-so9sg5DCmz .card-wrapper {
    padding: 0;
  }
}
.cid-so9sg5DCmz .card-text {
  color: #999999;
}
.cid-so9zelZpWd {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-so9zelZpWd .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-so9zelZpWd .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-so9zelZpWd .card-wrapper {
    padding: 0;
  }
}
.cid-so9zelZpWd .card-text {
  color: #999999;
}
.cid-so9A94bk2g {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-so9A94bk2g .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-so9A94bk2g .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-so9A94bk2g .card-wrapper {
    padding: 0;
  }
}
.cid-so9A94bk2g .card-text {
  color: #999999;
}
.cid-so9AQGmDlg {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-so9AQGmDlg .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-so9AQGmDlg .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-so9AQGmDlg .card-wrapper {
    padding: 0;
  }
}
.cid-so9AQGmDlg .card-text {
  color: #999999;
}
.cid-so9BlyWHtl {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-so9BlyWHtl .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-so9BlyWHtl .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-so9BlyWHtl .card-wrapper {
    padding: 0;
  }
}
.cid-so9BlyWHtl .card-text {
  color: #999999;
}
.cid-so9CqI03TB {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-so9CqI03TB .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-so9CqI03TB .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-so9CqI03TB .card-wrapper {
    padding: 0;
  }
}
.cid-so9CqI03TB .card-text {
  color: #999999;
}
.cid-so9DWFc2w0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-so9DWFc2w0 .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-so9DWFc2w0 .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-so9DWFc2w0 .card-wrapper {
    padding: 0;
  }
}
.cid-so9DWFc2w0 .card-text {
  color: #999999;
}
.cid-so9Dnormvp {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-so9Dnormvp .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-so9Dnormvp .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-so9Dnormvp .card-wrapper {
    padding: 0;
  }
}
.cid-so9Dnormvp .card-text {
  color: #999999;
}
.cid-so9FoQyA9V {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-so9FoQyA9V .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-so9FoQyA9V .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-so9FoQyA9V .card-wrapper {
    padding: 0;
  }
}
.cid-so9FoQyA9V .card-text {
  color: #999999;
}
.cid-so9MSNWBYQ {
  padding-top: 135px;
  padding-bottom: 150px;
  background-color: #191919;
}
.cid-so9MSNWBYQ .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-so9MSNWBYQ .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-so9MSNWBYQ .card-wrapper {
    padding: 0;
  }
}
.cid-so9MSNWBYQ .card-text {
  color: #999999;
  text-align: left;
}
.cid-so9MSNWBYQ .card-title {
  text-align: left;
}
.cid-so9MSNWBYQ a {
  text-decoration: underline;
}
.cid-sqq8fe8h9j {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sqq8fe8h9j H1 {
  color: #e2090d;
}
.cid-sqq8fe8h9j h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sqq8fe8h9j .mbr-text,
.cid-sqq8fe8h9j .mbr-section-btn {
  color: #999999;
}
.cid-slddoQhFjA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-slddoQhFjA .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-slddoQhFjA .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-slddoQhFjA .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-slddoQhFjA .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-slddoQhFjA .container {
  max-width: 1400px;
}
.cid-slddoQhFjA li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-slddoQhFjA .time {
  line-height: 2;
}
.cid-slddoQhFjA .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-slddoQhFjA .text-wrap {
  width: 100%;
}
.cid-slddoQhFjA .item-wrap {
  display: inline-block;
}
.cid-slddoQhFjA .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-slddoQhFjA .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-slddoQhFjA .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-slddoQhFjA .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slddoQhFjA .socicon-wrap {
    margin: auto;
  }
}
.cid-slddoQhFjA .mbr-text {
  color: #999999;
}
.cid-slddoQhFjA .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-slddoQhFjA .icon-title,
.cid-slddoQhFjA .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-slddoQhFjA .item-text,
.cid-slddoQhFjA .item-icon {
  color: #999999;
}
.cid-slddoQhFjA .mbr-text,
.cid-slddoQhFjA .mbr-section-btn {
  color: #ffffff;
}
.cid-sDZIcJjILs .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-sDZIcJjILs .btn {
  white-space: nowrap;
}
.cid-sDZIcJjILs .nav-link,
.cid-sDZIcJjILs .icons-menu .mbr-iconfont,
.cid-sDZIcJjILs .dropdown-item {
  transition: all 0.1s;
}
.cid-sDZIcJjILs .nav-link:hover,
.cid-sDZIcJjILs .icons-menu .mbr-iconfont:hover,
.cid-sDZIcJjILs .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-sDZIcJjILs .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sDZIcJjILs .container {
  display: flex;
  margin: auto;
}
.cid-sDZIcJjILs .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sDZIcJjILs .navbar.opened {
  transition: all .3s;
}
.cid-sDZIcJjILs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sDZIcJjILs .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sDZIcJjILs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDZIcJjILs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDZIcJjILs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sDZIcJjILs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDZIcJjILs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDZIcJjILs .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-sDZIcJjILs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDZIcJjILs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sDZIcJjILs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDZIcJjILs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDZIcJjILs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDZIcJjILs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDZIcJjILs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDZIcJjILs .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-sDZIcJjILs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sDZIcJjILs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDZIcJjILs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDZIcJjILs .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-sDZIcJjILs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sDZIcJjILs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sDZIcJjILs .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sDZIcJjILs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDZIcJjILs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDZIcJjILs .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sDZIcJjILs .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sDZIcJjILs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDZIcJjILs .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sDZIcJjILs .navbar-caption {
  padding-right: 4rem;
}
.cid-sDZIcJjILs .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sDZIcJjILs .dropdown-menu,
.cid-sDZIcJjILs .navbar.opened {
  background: #191919 !important;
}
.cid-sDZIcJjILs .nav-item:focus,
.cid-sDZIcJjILs .nav-link:focus {
  outline: none;
}
.cid-sDZIcJjILs .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-sDZIcJjILs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDZIcJjILs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDZIcJjILs .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-sDZIcJjILs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDZIcJjILs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sDZIcJjILs .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-sDZIcJjILs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDZIcJjILs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDZIcJjILs .dropdown-item.active,
.cid-sDZIcJjILs .dropdown-item:active {
  background-color: transparent;
}
.cid-sDZIcJjILs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDZIcJjILs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDZIcJjILs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDZIcJjILs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sDZIcJjILs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDZIcJjILs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDZIcJjILs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDZIcJjILs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDZIcJjILs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDZIcJjILs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDZIcJjILs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDZIcJjILs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDZIcJjILs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDZIcJjILs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDZIcJjILs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDZIcJjILs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDZIcJjILs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDZIcJjILs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDZIcJjILs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDZIcJjILs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDZIcJjILs .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-sDZIcJjILs .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDZIcJjILs .navbar {
    height: 77px;
  }
  .cid-sDZIcJjILs .navbar.opened {
    height: auto;
  }
  .cid-sDZIcJjILs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDZIcJjILs .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sDZIcK3j9J {
  padding-top: 225px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-sDZIcK3j9J H1 {
  color: #e2090d;
}
.cid-sDZIcK3j9J h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sDZIcK3j9J .mbr-text,
.cid-sDZIcK3j9J .mbr-section-btn {
  color: #999999;
}
.cid-sDZIcKpIYP {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sDZIcKpIYP img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sDZIcKpIYP .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sDZIcKpIYP .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sDZIcKpIYP .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-sDZIcKpIYP .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sDZIcKpIYP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sDZIcKpIYP .first:hover:before {
  content: none;
}
.cid-sDZIcKpIYP .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sDZIcKpIYP .last:hover:after {
  content: none;
}
.cid-sDZIcKpIYP .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sDZIcKpIYP .mbr-section-text {
  color: #999999;
}
.cid-sDZIcKpIYP .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sDZIcKpIYP .card .img-wrapper {
  overflow: hidden;
}
.cid-sDZIcKpIYP .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sDZIcKpIYP .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sDZIcKpIYP .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-sDZIcKpIYP .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sDZIkSkU2L {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-sDZIkSkU2L .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDZIkSkU2L H4 {
  color: #ffffff;
}
.cid-sDZIcL08rE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sDZIcL08rE img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-sDZIcL08rE .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sDZIcL08rE .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-sDZIcL08rE .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sDZIcL08rE .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-sDZIcL08rE .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-sDZIcL08rE .card-box {
  padding-top: 2rem;
}
.cid-sDZIcL08rE .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sDZIcL08rE .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sDZIcL08rE .mbr-subtitle {
  color: #ffffff;
}
.cid-sDZIcL08rE .main-title {
  color: #ffffff;
}
.cid-sDZIcL08rE .main-subtitle {
  color: #999999;
}
.cid-sDZIcL08rE .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sDZIcL08rE .card:hover {
  transform: translateY(-10px);
}
.cid-sDZIcL08rE .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sDZIcL08rE .card:hover .card-title,
.cid-sDZIcL08rE .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-sDZIcL08rE .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-sDZIcL08rE .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sDZIcMm2nT {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sDZIcMm2nT .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sDZIcMm2nT .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sDZIcMm2nT .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sDZIcMm2nT .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sDZIcMm2nT .container {
  max-width: 1400px;
}
.cid-sDZIcMm2nT li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sDZIcMm2nT .time {
  line-height: 2;
}
.cid-sDZIcMm2nT .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sDZIcMm2nT .text-wrap {
  width: 100%;
}
.cid-sDZIcMm2nT .item-wrap {
  display: inline-block;
}
.cid-sDZIcMm2nT .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sDZIcMm2nT .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-sDZIcMm2nT .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sDZIcMm2nT .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sDZIcMm2nT .socicon-wrap {
    margin: auto;
  }
}
.cid-sDZIcMm2nT .mbr-text {
  color: #999999;
}
.cid-sDZIcMm2nT .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sDZIcMm2nT .icon-title,
.cid-sDZIcMm2nT .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-sDZIcMm2nT .item-text,
.cid-sDZIcMm2nT .item-icon {
  color: #999999;
}
.cid-sDZIcMm2nT .mbr-text,
.cid-sDZIcMm2nT .mbr-section-btn {
  color: #ffffff;
}
.cid-sF89TDrQLv .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-sF89TDrQLv .btn {
  white-space: nowrap;
}
.cid-sF89TDrQLv .nav-link,
.cid-sF89TDrQLv .icons-menu .mbr-iconfont,
.cid-sF89TDrQLv .dropdown-item {
  transition: all 0.1s;
}
.cid-sF89TDrQLv .nav-link:hover,
.cid-sF89TDrQLv .icons-menu .mbr-iconfont:hover,
.cid-sF89TDrQLv .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-sF89TDrQLv .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sF89TDrQLv .container {
  display: flex;
  margin: auto;
}
.cid-sF89TDrQLv .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sF89TDrQLv .navbar.opened {
  transition: all .3s;
}
.cid-sF89TDrQLv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sF89TDrQLv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sF89TDrQLv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF89TDrQLv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF89TDrQLv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sF89TDrQLv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF89TDrQLv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF89TDrQLv .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-sF89TDrQLv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF89TDrQLv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sF89TDrQLv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sF89TDrQLv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF89TDrQLv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF89TDrQLv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF89TDrQLv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF89TDrQLv .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-sF89TDrQLv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sF89TDrQLv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF89TDrQLv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF89TDrQLv .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-sF89TDrQLv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sF89TDrQLv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sF89TDrQLv .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sF89TDrQLv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sF89TDrQLv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sF89TDrQLv .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sF89TDrQLv .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sF89TDrQLv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF89TDrQLv .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sF89TDrQLv .navbar-caption {
  padding-right: 4rem;
}
.cid-sF89TDrQLv .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sF89TDrQLv .dropdown-menu,
.cid-sF89TDrQLv .navbar.opened {
  background: #191919 !important;
}
.cid-sF89TDrQLv .nav-item:focus,
.cid-sF89TDrQLv .nav-link:focus {
  outline: none;
}
.cid-sF89TDrQLv .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-sF89TDrQLv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF89TDrQLv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sF89TDrQLv .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-sF89TDrQLv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF89TDrQLv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sF89TDrQLv .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-sF89TDrQLv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF89TDrQLv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF89TDrQLv .dropdown-item.active,
.cid-sF89TDrQLv .dropdown-item:active {
  background-color: transparent;
}
.cid-sF89TDrQLv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF89TDrQLv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF89TDrQLv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF89TDrQLv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sF89TDrQLv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF89TDrQLv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF89TDrQLv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sF89TDrQLv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF89TDrQLv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sF89TDrQLv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF89TDrQLv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sF89TDrQLv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sF89TDrQLv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sF89TDrQLv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sF89TDrQLv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sF89TDrQLv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sF89TDrQLv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sF89TDrQLv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sF89TDrQLv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sF89TDrQLv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sF89TDrQLv .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-sF89TDrQLv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF89TDrQLv .navbar {
    height: 77px;
  }
  .cid-sF89TDrQLv .navbar.opened {
    height: auto;
  }
  .cid-sF89TDrQLv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF89TDrQLv .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sF89TEJyFS {
  padding-top: 225px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-sF89TEJyFS H1 {
  color: #e2090d;
}
.cid-sF89TEJyFS h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sF89TEJyFS .mbr-text,
.cid-sF89TEJyFS .mbr-section-btn {
  color: #999999;
}
.cid-sF89TFnCEN {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sF89TFnCEN img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sF89TFnCEN .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sF89TFnCEN .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sF89TFnCEN .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-sF89TFnCEN .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sF89TFnCEN .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sF89TFnCEN .first:hover:before {
  content: none;
}
.cid-sF89TFnCEN .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sF89TFnCEN .last:hover:after {
  content: none;
}
.cid-sF89TFnCEN .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sF89TFnCEN .mbr-section-text {
  color: #999999;
}
.cid-sF89TFnCEN .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sF89TFnCEN .card .img-wrapper {
  overflow: hidden;
}
.cid-sF89TFnCEN .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sF89TFnCEN .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sF89TFnCEN .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-sF89TFnCEN .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sF89TG5qQt {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-sF89TG5qQt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sF89TG5qQt H4 {
  color: #ffffff;
}
.cid-sF89TGvkCM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sF89TGvkCM img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-sF89TGvkCM .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sF89TGvkCM .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-sF89TGvkCM .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sF89TGvkCM .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-sF89TGvkCM .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-sF89TGvkCM .card-box {
  padding-top: 2rem;
}
.cid-sF89TGvkCM .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sF89TGvkCM .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sF89TGvkCM .mbr-subtitle {
  color: #ffffff;
}
.cid-sF89TGvkCM .main-title {
  color: #ffffff;
}
.cid-sF89TGvkCM .main-subtitle {
  color: #999999;
}
.cid-sF89TGvkCM .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sF89TGvkCM .card:hover {
  transform: translateY(-10px);
}
.cid-sF89TGvkCM .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sF89TGvkCM .card:hover .card-title,
.cid-sF89TGvkCM .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-sF89TGvkCM .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-sF89TGvkCM .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sF89THUPO6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sF89THUPO6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sF89THUPO6 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sF89THUPO6 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sF89THUPO6 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sF89THUPO6 .container {
  max-width: 1400px;
}
.cid-sF89THUPO6 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sF89THUPO6 .time {
  line-height: 2;
}
.cid-sF89THUPO6 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sF89THUPO6 .text-wrap {
  width: 100%;
}
.cid-sF89THUPO6 .item-wrap {
  display: inline-block;
}
.cid-sF89THUPO6 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sF89THUPO6 .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-sF89THUPO6 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sF89THUPO6 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sF89THUPO6 .socicon-wrap {
    margin: auto;
  }
}
.cid-sF89THUPO6 .mbr-text {
  color: #999999;
}
.cid-sF89THUPO6 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sF89THUPO6 .icon-title,
.cid-sF89THUPO6 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-sF89THUPO6 .item-text,
.cid-sF89THUPO6 .item-icon {
  color: #999999;
}
.cid-sF89THUPO6 .mbr-text,
.cid-sF89THUPO6 .mbr-section-btn {
  color: #ffffff;
}
.cid-sFcRUSW99V .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-sFcRUSW99V .btn {
  white-space: nowrap;
}
.cid-sFcRUSW99V .nav-link,
.cid-sFcRUSW99V .icons-menu .mbr-iconfont,
.cid-sFcRUSW99V .dropdown-item {
  transition: all 0.1s;
}
.cid-sFcRUSW99V .nav-link:hover,
.cid-sFcRUSW99V .icons-menu .mbr-iconfont:hover,
.cid-sFcRUSW99V .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-sFcRUSW99V .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sFcRUSW99V .container {
  display: flex;
  margin: auto;
}
.cid-sFcRUSW99V .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sFcRUSW99V .navbar.opened {
  transition: all .3s;
}
.cid-sFcRUSW99V .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sFcRUSW99V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sFcRUSW99V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFcRUSW99V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFcRUSW99V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFcRUSW99V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFcRUSW99V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFcRUSW99V .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-sFcRUSW99V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFcRUSW99V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sFcRUSW99V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFcRUSW99V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFcRUSW99V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFcRUSW99V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFcRUSW99V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFcRUSW99V .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-sFcRUSW99V .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFcRUSW99V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFcRUSW99V .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFcRUSW99V .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-sFcRUSW99V .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFcRUSW99V .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFcRUSW99V .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sFcRUSW99V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFcRUSW99V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFcRUSW99V .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sFcRUSW99V .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sFcRUSW99V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFcRUSW99V .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFcRUSW99V .navbar-caption {
  padding-right: 4rem;
}
.cid-sFcRUSW99V .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sFcRUSW99V .dropdown-menu,
.cid-sFcRUSW99V .navbar.opened {
  background: #191919 !important;
}
.cid-sFcRUSW99V .nav-item:focus,
.cid-sFcRUSW99V .nav-link:focus {
  outline: none;
}
.cid-sFcRUSW99V .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-sFcRUSW99V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFcRUSW99V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFcRUSW99V .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-sFcRUSW99V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFcRUSW99V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sFcRUSW99V .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-sFcRUSW99V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFcRUSW99V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFcRUSW99V .dropdown-item.active,
.cid-sFcRUSW99V .dropdown-item:active {
  background-color: transparent;
}
.cid-sFcRUSW99V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFcRUSW99V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFcRUSW99V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFcRUSW99V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sFcRUSW99V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFcRUSW99V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFcRUSW99V ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFcRUSW99V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFcRUSW99V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFcRUSW99V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFcRUSW99V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFcRUSW99V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFcRUSW99V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFcRUSW99V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFcRUSW99V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFcRUSW99V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFcRUSW99V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFcRUSW99V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFcRUSW99V .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFcRUSW99V a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFcRUSW99V .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-sFcRUSW99V .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFcRUSW99V .navbar {
    height: 77px;
  }
  .cid-sFcRUSW99V .navbar.opened {
    height: auto;
  }
  .cid-sFcRUSW99V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFcRUSW99V .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sFcRUVntRc {
  padding-top: 225px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-sFcRUVntRc H1 {
  color: #e2090d;
}
.cid-sFcRUVntRc h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sFcRUVntRc .mbr-text,
.cid-sFcRUVntRc .mbr-section-btn {
  color: #999999;
}
.cid-sFcRUWgV80 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sFcRUWgV80 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sFcRUWgV80 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sFcRUWgV80 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sFcRUWgV80 .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-sFcRUWgV80 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sFcRUWgV80 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sFcRUWgV80 .first:hover:before {
  content: none;
}
.cid-sFcRUWgV80 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sFcRUWgV80 .last:hover:after {
  content: none;
}
.cid-sFcRUWgV80 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sFcRUWgV80 .mbr-section-text {
  color: #999999;
}
.cid-sFcRUWgV80 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sFcRUWgV80 .card .img-wrapper {
  overflow: hidden;
}
.cid-sFcRUWgV80 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sFcRUWgV80 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sFcRUWgV80 .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-sFcRUWgV80 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sFcRUWZ8SB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sFcRUWZ8SB img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-sFcRUWZ8SB .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sFcRUWZ8SB .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-sFcRUWZ8SB .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sFcRUWZ8SB .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-sFcRUWZ8SB .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-sFcRUWZ8SB .card-box {
  padding-top: 2rem;
}
.cid-sFcRUWZ8SB .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sFcRUWZ8SB .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sFcRUWZ8SB .mbr-subtitle {
  color: #ffffff;
}
.cid-sFcRUWZ8SB .main-title {
  color: #ffffff;
}
.cid-sFcRUWZ8SB .main-subtitle {
  color: #999999;
}
.cid-sFcRUWZ8SB .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFcRUWZ8SB .card:hover {
  transform: translateY(-10px);
}
.cid-sFcRUWZ8SB .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sFcRUWZ8SB .card:hover .card-title,
.cid-sFcRUWZ8SB .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-sFcRUWZ8SB .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-sFcRUWZ8SB .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sFcRUYsLGi {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sFcRUYsLGi .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sFcRUYsLGi .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sFcRUYsLGi .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sFcRUYsLGi .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sFcRUYsLGi .container {
  max-width: 1400px;
}
.cid-sFcRUYsLGi li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sFcRUYsLGi .time {
  line-height: 2;
}
.cid-sFcRUYsLGi .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sFcRUYsLGi .text-wrap {
  width: 100%;
}
.cid-sFcRUYsLGi .item-wrap {
  display: inline-block;
}
.cid-sFcRUYsLGi .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sFcRUYsLGi .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-sFcRUYsLGi .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sFcRUYsLGi .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFcRUYsLGi .socicon-wrap {
    margin: auto;
  }
}
.cid-sFcRUYsLGi .mbr-text {
  color: #999999;
}
.cid-sFcRUYsLGi .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sFcRUYsLGi .icon-title,
.cid-sFcRUYsLGi .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-sFcRUYsLGi .item-text,
.cid-sFcRUYsLGi .item-icon {
  color: #999999;
}
.cid-sFcRUYsLGi .mbr-text,
.cid-sFcRUYsLGi .mbr-section-btn {
  color: #ffffff;
}
.cid-sFcSvaZcXl .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-sFcSvaZcXl .btn {
  white-space: nowrap;
}
.cid-sFcSvaZcXl .nav-link,
.cid-sFcSvaZcXl .icons-menu .mbr-iconfont,
.cid-sFcSvaZcXl .dropdown-item {
  transition: all 0.1s;
}
.cid-sFcSvaZcXl .nav-link:hover,
.cid-sFcSvaZcXl .icons-menu .mbr-iconfont:hover,
.cid-sFcSvaZcXl .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-sFcSvaZcXl .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sFcSvaZcXl .container {
  display: flex;
  margin: auto;
}
.cid-sFcSvaZcXl .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sFcSvaZcXl .navbar.opened {
  transition: all .3s;
}
.cid-sFcSvaZcXl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sFcSvaZcXl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sFcSvaZcXl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFcSvaZcXl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFcSvaZcXl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFcSvaZcXl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFcSvaZcXl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFcSvaZcXl .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-sFcSvaZcXl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFcSvaZcXl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sFcSvaZcXl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFcSvaZcXl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFcSvaZcXl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFcSvaZcXl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFcSvaZcXl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFcSvaZcXl .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-sFcSvaZcXl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFcSvaZcXl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFcSvaZcXl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFcSvaZcXl .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-sFcSvaZcXl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFcSvaZcXl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFcSvaZcXl .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sFcSvaZcXl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFcSvaZcXl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFcSvaZcXl .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sFcSvaZcXl .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sFcSvaZcXl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFcSvaZcXl .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFcSvaZcXl .navbar-caption {
  padding-right: 4rem;
}
.cid-sFcSvaZcXl .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sFcSvaZcXl .dropdown-menu,
.cid-sFcSvaZcXl .navbar.opened {
  background: #191919 !important;
}
.cid-sFcSvaZcXl .nav-item:focus,
.cid-sFcSvaZcXl .nav-link:focus {
  outline: none;
}
.cid-sFcSvaZcXl .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-sFcSvaZcXl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFcSvaZcXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFcSvaZcXl .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-sFcSvaZcXl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFcSvaZcXl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sFcSvaZcXl .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-sFcSvaZcXl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFcSvaZcXl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFcSvaZcXl .dropdown-item.active,
.cid-sFcSvaZcXl .dropdown-item:active {
  background-color: transparent;
}
.cid-sFcSvaZcXl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFcSvaZcXl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFcSvaZcXl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFcSvaZcXl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sFcSvaZcXl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFcSvaZcXl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFcSvaZcXl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFcSvaZcXl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFcSvaZcXl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFcSvaZcXl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFcSvaZcXl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFcSvaZcXl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFcSvaZcXl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFcSvaZcXl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFcSvaZcXl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFcSvaZcXl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFcSvaZcXl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFcSvaZcXl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFcSvaZcXl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFcSvaZcXl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFcSvaZcXl .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-sFcSvaZcXl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFcSvaZcXl .navbar {
    height: 77px;
  }
  .cid-sFcSvaZcXl .navbar.opened {
    height: auto;
  }
  .cid-sFcSvaZcXl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFcSvaZcXl .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sFcSvbQK8H {
  padding-top: 225px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-sFcSvbQK8H H1 {
  color: #e2090d;
}
.cid-sFcSvbQK8H h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sFcSvbQK8H .mbr-text,
.cid-sFcSvbQK8H .mbr-section-btn {
  color: #999999;
}
.cid-sFcSvciC3S {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sFcSvciC3S img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sFcSvciC3S .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sFcSvciC3S .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sFcSvciC3S .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-sFcSvciC3S .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sFcSvciC3S .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sFcSvciC3S .first:hover:before {
  content: none;
}
.cid-sFcSvciC3S .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sFcSvciC3S .last:hover:after {
  content: none;
}
.cid-sFcSvciC3S .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sFcSvciC3S .mbr-section-text {
  color: #999999;
}
.cid-sFcSvciC3S .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sFcSvciC3S .card .img-wrapper {
  overflow: hidden;
}
.cid-sFcSvciC3S .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sFcSvciC3S .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sFcSvciC3S .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-sFcSvciC3S .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sFcSvd3EyW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sFcSvd3EyW img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-sFcSvd3EyW .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sFcSvd3EyW .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-sFcSvd3EyW .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sFcSvd3EyW .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-sFcSvd3EyW .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-sFcSvd3EyW .card-box {
  padding-top: 2rem;
}
.cid-sFcSvd3EyW .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sFcSvd3EyW .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sFcSvd3EyW .mbr-subtitle {
  color: #ffffff;
}
.cid-sFcSvd3EyW .main-title {
  color: #ffffff;
}
.cid-sFcSvd3EyW .main-subtitle {
  color: #999999;
}
.cid-sFcSvd3EyW .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFcSvd3EyW .card:hover {
  transform: translateY(-10px);
}
.cid-sFcSvd3EyW .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sFcSvd3EyW .card:hover .card-title,
.cid-sFcSvd3EyW .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-sFcSvd3EyW .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-sFcSvd3EyW .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sFcSvezckp {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sFcSvezckp .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sFcSvezckp .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sFcSvezckp .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sFcSvezckp .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sFcSvezckp .container {
  max-width: 1400px;
}
.cid-sFcSvezckp li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sFcSvezckp .time {
  line-height: 2;
}
.cid-sFcSvezckp .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sFcSvezckp .text-wrap {
  width: 100%;
}
.cid-sFcSvezckp .item-wrap {
  display: inline-block;
}
.cid-sFcSvezckp .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sFcSvezckp .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-sFcSvezckp .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sFcSvezckp .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFcSvezckp .socicon-wrap {
    margin: auto;
  }
}
.cid-sFcSvezckp .mbr-text {
  color: #999999;
}
.cid-sFcSvezckp .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sFcSvezckp .icon-title,
.cid-sFcSvezckp .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-sFcSvezckp .item-text,
.cid-sFcSvezckp .item-icon {
  color: #999999;
}
.cid-sFcSvezckp .mbr-text,
.cid-sFcSvezckp .mbr-section-btn {
  color: #ffffff;
}
