body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Cairo', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Cairo', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Cairo', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #767676 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #c1c1c1 !important;
}
.bg-warning {
  background-color: #50a0d1 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bd1f2d !important;
  border-color: #bd1f2d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7b141d !important;
  border-color: #7b141d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7b141d !important;
  border-color: #7b141d !important;
}
.btn-info,
.btn-info:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #50a0d1 !important;
  border-color: #50a0d1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2c79a8 !important;
  border-color: #2c79a8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2c79a8 !important;
  border-color: #2c79a8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #651118;
  color: #651118;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bd1f2d;
  border-color: #bd1f2d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bd1f2d !important;
  border-color: #bd1f2d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #276b94;
  color: #276b94;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #50a0d1;
  border-color: #50a0d1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #50a0d1 !important;
  border-color: #50a0d1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.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-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #767676 !important;
}
.text-secondary {
  color: #bd1f2d !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #c1c1c1 !important;
}
.text-warning {
  color: #50a0d1 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #434343 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #651118 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #8e8e8e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #276b94 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c1c1c1;
}
.alert-warning {
  background-color: #50a0d1;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #767676;
  border-color: #767676;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #767676;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b6b6b6;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f2f8fb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #767676;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #767676;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #767676;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #767676;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #767676;
  border-bottom-color: #767676;
}
.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: #767676 !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: #bd1f2d !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23767676' %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.3;
}
.cid-rXufOu73Hz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rXufOu73Hz .nav-item,
.cid-rXufOu73Hz .nav-link,
.cid-rXufOu73Hz .navbar-caption {
  font-weight: normal;
}
.cid-rXufOu73Hz .nav-item:focus,
.cid-rXufOu73Hz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rXufOu73Hz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rXufOu73Hz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rXufOu73Hz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rXufOu73Hz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rXufOu73Hz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rXufOu73Hz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rXufOu73Hz .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-rXufOu73Hz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rXufOu73Hz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rXufOu73Hz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-rXufOu73Hz .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rXufOu73Hz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rXufOu73Hz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rXufOu73Hz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rXufOu73Hz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rXufOu73Hz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.3rem - 1rem);
  }
}
.cid-rXufOu73Hz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rXufOu73Hz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rXufOu73Hz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rXufOu73Hz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rXufOu73Hz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXufOu73Hz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rXufOu73Hz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rXufOu73Hz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rXufOu73Hz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rXufOu73Hz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rXufOu73Hz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rXufOu73Hz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rXufOu73Hz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rXufOu73Hz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rXufOu73Hz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rXufOu73Hz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rXufOu73Hz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rXufOu73Hz .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rXufOu73Hz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rXufOu73Hz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rXufOu73Hz .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-rXufOu73Hz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rXufOu73Hz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rXufOu73Hz .dropdown-item.active,
.cid-rXufOu73Hz .dropdown-item:active {
  background-color: transparent;
}
.cid-rXufOu73Hz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rXufOu73Hz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rXufOu73Hz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rXufOu73Hz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rXufOu73Hz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXufOu73Hz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rXufOu73Hz .navbar-buttons {
  text-align: center;
}
.cid-rXufOu73Hz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXufOu73Hz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be180d;
}
.cid-rXufOu73Hz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXufOu73Hz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXufOu73Hz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXufOu73Hz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXufOu73Hz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXufOu73Hz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXufOu73Hz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXufOu73Hz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXufOu73Hz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rXufOu73Hz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXufOu73Hz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rXufOu73Hz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rXufOu73Hz .soc-item {
  margin: .5rem .3rem;
}
.cid-rXufOu73Hz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rXufOu73Hz .navbar {
    height: 77px;
  }
  .cid-rXufOu73Hz .navbar.opened {
    height: auto;
  }
  .cid-rXufOu73Hz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEsAT3Jw5R {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-tEsAT3Jw5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEsAT3Jw5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tEsAT3Jw5R .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-tEsAT3Jw5R .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.cid-tEsAT3Jw5R .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tEsAT3Jw5R .mbr-section-btn {
  margin-top: 18px;
}
.cid-tEsAT3Jw5R .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tEsAT3Jw5R .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tEEjDIFBpP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #be180d;
}
.cid-tEEjDIFBpP .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tEEjDIFBpP .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tEEjDIFBpP H2 {
  color: #303030;
}
.cid-tF1A1k39PP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-tF1A1k39PP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF1A1k39PP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF1A1k39PP .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tF1A1k39PP .mbr-section-title {
  color: #be180d;
}
.cid-tF1A1k39PP .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tF1A1k39PP .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tF1A1k39PP .card-row {
  align-items: stretch;
}
.cid-tF1A1k39PP .card {
  margin-top: 30px;
}
.cid-tF1A1k39PP .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tF1A1k39PP .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tF1A1k39PP .card-wrapper {
    padding: 20px;
  }
}
.cid-tF1A1k39PP .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tF1A1k39PP .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tF1A1k39PP .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tF1A1k39PP .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tF1A1k39PP .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tF1A1k39PP .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tF1A1k39PP .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tF1A1k39PP .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #be180d;
}
.cid-tF1A1k39PP .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tF1A1k39PP .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tEsOHs0hot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1097.png");
}
.cid-tEsOHs0hot .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEsOHs0hot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tEsOHs0hot .container {
    padding: 0 20px;
  }
}
.cid-tEsOHs0hot .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tEsOHs0hot .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tEsOHs0hot .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tEsOHs0hot .mbr-desc {
  color: #be180d;
  text-align: center;
}
.cid-tEEfL28QVT {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #be180d;
}
.cid-tEEfL28QVT .row {
  flex-direction: row-reverse;
}
.cid-tEEfL28QVT .container-fluid {
  padding: 0;
}
.cid-tEEfL28QVT .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tEEfL28QVT .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tEEfL28QVT .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tEEfL28QVT .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tEEfL28QVT .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tEEfL28QVT .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEEfL28QVT .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tEEfL28QVT .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tEEfL28QVT .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tEEfL28QVT .card-subtitle {
  color: #ffffff;
}
.cid-tEEfL28QVT .mbr-text,
.cid-tEEfL28QVT .mbr-section-btn {
  color: #ffffff;
}
.cid-tEEfL28QVT .card-title {
  color: #ffffff;
}
.cid-tEEfL28QVT .link-title {
  color: #0c3c84;
}
.cid-tEEi6O3jDC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #be180d;
}
.cid-tEEi6O3jDC .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tEEi6O3jDC .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tEEi6O3jDC H2 {
  color: #303030;
}
.cid-tF2mwtxOzz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tF2mwtxOzz .content {
    text-align: center;
  }
  .cid-tF2mwtxOzz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tF2mwtxOzz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tF2mwtxOzz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tF2mwtxOzz .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tF2mwtxOzz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tF2mwtxOzz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tF2mwtxOzz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tF2mwtxOzz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tF2mwtxOzz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tF2mwtxOzz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tF2mwtxOzz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tF2mwtxOzz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tF2mwtxOzz H5 {
  color: #ffffff;
}
.cid-tF2mwtxOzz P {
  color: #ffffff;
}
.cid-tF2mwtxOzz .copyright > p {
  color: #767676;
}
.cid-tF1EAJTzJY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-tF1EAJTzJY .nav-item,
.cid-tF1EAJTzJY .nav-link,
.cid-tF1EAJTzJY .navbar-caption {
  font-weight: normal;
}
.cid-tF1EAJTzJY .nav-item:focus,
.cid-tF1EAJTzJY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tF1EAJTzJY .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tF1EAJTzJY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-tF1EAJTzJY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tF1EAJTzJY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tF1EAJTzJY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tF1EAJTzJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF1EAJTzJY .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-tF1EAJTzJY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF1EAJTzJY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF1EAJTzJY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tF1EAJTzJY .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tF1EAJTzJY .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tF1EAJTzJY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF1EAJTzJY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF1EAJTzJY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF1EAJTzJY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.3rem - 1rem);
  }
}
.cid-tF1EAJTzJY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF1EAJTzJY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF1EAJTzJY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF1EAJTzJY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF1EAJTzJY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tF1EAJTzJY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tF1EAJTzJY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF1EAJTzJY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF1EAJTzJY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF1EAJTzJY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF1EAJTzJY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF1EAJTzJY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF1EAJTzJY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF1EAJTzJY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tF1EAJTzJY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF1EAJTzJY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tF1EAJTzJY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tF1EAJTzJY .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tF1EAJTzJY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF1EAJTzJY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF1EAJTzJY .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-tF1EAJTzJY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF1EAJTzJY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF1EAJTzJY .dropdown-item.active,
.cid-tF1EAJTzJY .dropdown-item:active {
  background-color: transparent;
}
.cid-tF1EAJTzJY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF1EAJTzJY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF1EAJTzJY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tF1EAJTzJY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF1EAJTzJY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF1EAJTzJY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tF1EAJTzJY .navbar-buttons {
  text-align: center;
}
.cid-tF1EAJTzJY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF1EAJTzJY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be180d;
}
.cid-tF1EAJTzJY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tF1EAJTzJY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tF1EAJTzJY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tF1EAJTzJY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tF1EAJTzJY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tF1EAJTzJY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tF1EAJTzJY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tF1EAJTzJY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tF1EAJTzJY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tF1EAJTzJY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tF1EAJTzJY .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tF1EAJTzJY .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tF1EAJTzJY .soc-item {
  margin: .5rem .3rem;
}
.cid-tF1EAJTzJY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF1EAJTzJY .navbar {
    height: 77px;
  }
  .cid-tF1EAJTzJY .navbar.opened {
    height: auto;
  }
  .cid-tF1EAJTzJY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF1EAKWhRs {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-700x394.jpg");
}
.cid-tF1EAKWhRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF1EAKWhRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF1EAKWhRs .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tF1EAKWhRs .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.cid-tF1EAKWhRs .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tF1EAKWhRs .mbr-section-btn {
  margin-top: 18px;
}
.cid-tF1EAKWhRs .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tF1EAKWhRs .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tF1EALqyzS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #be180d;
}
.cid-tF1EALqyzS .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tF1EALqyzS .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tF1EALqyzS H2 {
  color: #303030;
}
.cid-tF1KRVLxdM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tF1KRVLxdM .text {
  padding-top: 0;
}
.cid-tF1KRVLxdM .card-title {
  margin-bottom: 0;
  margin-top: 22px;
  width: 100%;
  font-weight: 700;
  color: #ffffff;
}
.cid-tF1KRVLxdM .card-text {
  margin-top: 14px;
  width: 100%;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-tF1KRVLxdM .bottom {
  margin-bottom: 66px;
}
.cid-tF1KRVLxdM .number {
  width: 100%;
  font-weight: 700;
  color: #b2b2b2;
}
.cid-tF1KRVLxdM .header {
  margin: 5px 0;
  font-weight: 700;
  color: #ffffff;
}
.cid-tF1KRVLxdM .line {
  background-color: #be180d;
  height: 1px;
  width: 100%;
}
@media (max-width: 770px) {
  .cid-tF1KRVLxdM .top {
    padding-top: 60px;
  }
}
.cid-tF1LHYPtiV {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/istock-601015838-2000x1333.jpg");
}
@media (max-width: 991px) {
  .cid-tF1LHYPtiV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tF1LHYPtiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF1LHYPtiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF1LAgjSSS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e5e5e;
}
.cid-tF1LAgjSSS .text {
  padding-top: 0;
}
.cid-tF1LAgjSSS .card-title {
  margin-bottom: 0;
  margin-top: 22px;
  width: 100%;
  font-weight: 700;
  color: #ffffff;
}
.cid-tF1LAgjSSS .card-text {
  margin-top: 14px;
  width: 100%;
  font-weight: 500;
  color: #c1c1c1;
}
.cid-tF1LAgjSSS .bottom {
  margin-bottom: 66px;
}
.cid-tF1LAgjSSS .number {
  width: 100%;
  font-weight: 700;
  color: #000000;
}
.cid-tF1LAgjSSS .header {
  margin: 5px 0;
  font-weight: 700;
  color: #ffffff;
}
.cid-tF1LAgjSSS .line {
  background-color: #000000;
  height: 1px;
  width: 100%;
}
@media (max-width: 770px) {
  .cid-tF1LAgjSSS .top {
    padding-top: 60px;
  }
}
.cid-tF1EAN9eks {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #be180d;
}
.cid-tF1EAN9eks .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tF1EAN9eks .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tF1EAN9eks H2 {
  color: #303030;
}
.cid-tGvKYHpWwU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tGvKYHpWwU .content {
    text-align: center;
  }
  .cid-tGvKYHpWwU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGvKYHpWwU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tGvKYHpWwU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGvKYHpWwU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tGvKYHpWwU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGvKYHpWwU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tGvKYHpWwU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGvKYHpWwU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGvKYHpWwU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGvKYHpWwU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tGvKYHpWwU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGvKYHpWwU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGvKYHpWwU H5 {
  color: #ffffff;
}
.cid-tGvKYHpWwU P {
  color: #ffffff;
}
.cid-tGvKYHpWwU .copyright > p {
  color: #767676;
}
.cid-tF1PdiNEQk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-tF1PdiNEQk .nav-item,
.cid-tF1PdiNEQk .nav-link,
.cid-tF1PdiNEQk .navbar-caption {
  font-weight: normal;
}
.cid-tF1PdiNEQk .nav-item:focus,
.cid-tF1PdiNEQk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tF1PdiNEQk .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tF1PdiNEQk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-tF1PdiNEQk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tF1PdiNEQk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tF1PdiNEQk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tF1PdiNEQk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF1PdiNEQk .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-tF1PdiNEQk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF1PdiNEQk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF1PdiNEQk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tF1PdiNEQk .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tF1PdiNEQk .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tF1PdiNEQk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF1PdiNEQk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF1PdiNEQk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF1PdiNEQk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.3rem - 1rem);
  }
}
.cid-tF1PdiNEQk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF1PdiNEQk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF1PdiNEQk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF1PdiNEQk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF1PdiNEQk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tF1PdiNEQk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tF1PdiNEQk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF1PdiNEQk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF1PdiNEQk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF1PdiNEQk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF1PdiNEQk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF1PdiNEQk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF1PdiNEQk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF1PdiNEQk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tF1PdiNEQk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF1PdiNEQk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tF1PdiNEQk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tF1PdiNEQk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tF1PdiNEQk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF1PdiNEQk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF1PdiNEQk .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-tF1PdiNEQk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF1PdiNEQk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF1PdiNEQk .dropdown-item.active,
.cid-tF1PdiNEQk .dropdown-item:active {
  background-color: transparent;
}
.cid-tF1PdiNEQk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF1PdiNEQk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF1PdiNEQk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tF1PdiNEQk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF1PdiNEQk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF1PdiNEQk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tF1PdiNEQk .navbar-buttons {
  text-align: center;
}
.cid-tF1PdiNEQk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF1PdiNEQk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be180d;
}
.cid-tF1PdiNEQk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tF1PdiNEQk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tF1PdiNEQk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tF1PdiNEQk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tF1PdiNEQk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tF1PdiNEQk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tF1PdiNEQk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tF1PdiNEQk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tF1PdiNEQk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tF1PdiNEQk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tF1PdiNEQk .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tF1PdiNEQk .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tF1PdiNEQk .soc-item {
  margin: .5rem .3rem;
}
.cid-tF1PdiNEQk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF1PdiNEQk .navbar {
    height: 77px;
  }
  .cid-tF1PdiNEQk .navbar.opened {
    height: auto;
  }
  .cid-tF1PdiNEQk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF1PdjKoUr {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/quality-worker-2000x1333.jpg");
}
.cid-tF1PdjKoUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF1PdjKoUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF1PdjKoUr .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tF1PdjKoUr .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.cid-tF1PdjKoUr .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tF1PdjKoUr .mbr-section-btn {
  margin-top: 18px;
}
.cid-tF1PdjKoUr .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tF1PdjKoUr .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tF1Pdk9gZQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #be180d;
}
.cid-tF1Pdk9gZQ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tF1Pdk9gZQ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tF1Pdk9gZQ H2 {
  color: #303030;
}
.cid-tF1PdkvLHa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #1d1d1f;
}
.cid-tF1PdkvLHa .text {
  padding-top: 0;
}
.cid-tF1PdkvLHa .card-title {
  margin-bottom: 0;
  margin-top: 22px;
  width: 100%;
  font-weight: 700;
  color: #ffffff;
}
.cid-tF1PdkvLHa .card-text {
  margin-top: 14px;
  width: 100%;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-tF1PdkvLHa .bottom {
  margin-bottom: 66px;
}
.cid-tF1PdkvLHa .number {
  width: 100%;
  font-weight: 700;
  color: #b2b2b2;
}
.cid-tF1PdkvLHa .header {
  margin: 5px 0;
  font-weight: 700;
  color: #ffffff;
}
.cid-tF1PdkvLHa .line {
  background-color: #be180d;
  height: 1px;
  width: 100%;
}
@media (max-width: 770px) {
  .cid-tF1PdkvLHa .top {
    padding-top: 60px;
  }
}
.cid-tF1VtVRjyd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tF1VtVRjyd .text {
  padding-top: 0;
}
.cid-tF1VtVRjyd .card-title {
  margin-bottom: 0;
  margin-top: 22px;
  width: 100%;
  font-weight: 700;
  color: #ffffff;
}
.cid-tF1VtVRjyd .card-text {
  margin-top: 14px;
  width: 100%;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-tF1VtVRjyd .bottom {
  margin-bottom: 66px;
}
.cid-tF1VtVRjyd .number {
  width: 100%;
  font-weight: 700;
  color: #b2b2b2;
}
.cid-tF1VtVRjyd .header {
  margin: 5px 0;
  font-weight: 700;
  color: #ffffff;
}
.cid-tF1VtVRjyd .line {
  background-color: #be180d;
  height: 1px;
  width: 100%;
}
@media (max-width: 770px) {
  .cid-tF1VtVRjyd .top {
    padding-top: 60px;
  }
}
.cid-tF1PdkSbII {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (max-width: 991px) {
  .cid-tF1PdkSbII .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tF1PdkSbII .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF1PdkSbII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF20eHpecu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tF20eHpecu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF20eHpecu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF20eHpecu .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tF20eHpecu .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tF20eHpecu .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tF20eHpecu .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tF20eHpecu .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #767676 !important;
}
.cid-tF20eHpecu .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tF20eHpecu .title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 160px 110px;
  padding: 20px 40px 0 0;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tF20eHpecu .title-container {
    display: block;
    margin: 0 30px 60px;
    padding: 12px 0 0 0;
  }
}
.cid-tF20eHpecu .title-container .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tF20eHpecu .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-tF20eHpecu .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tF20eHpecu .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tF20eHpecu .cards {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tF20eHpecu .cards {
    margin: 0 30px;
  }
}
.cid-tF20eHpecu .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tF20eHpecu .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-tF20eHpecu .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tF20eHpecu .cards .card .mbr-iconfont {
  width: 100%;
  height: 70px;
  font-size: 70px;
  color: #be180d;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tF20eHpecu .cards .card .mbr-iconfont {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cid-tF20eHpecu .cards .card .mbr-iconfont {
    margin-bottom: 20px;
  }
}
.cid-tF20eHpecu .cards .card .card-title {
  margin-bottom: 0;
}
.cid-tF20eHpecu .cards .card .mbr-text {
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tF20eHpecu .cards .card .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tF20eHpecu .mbr-section-title {
  color: #000000;
}
.cid-tF20eHpecu .card-title {
  color: #000000;
}
.cid-tF20eHpecu .mbr-text {
  color: #000000;
}
.cid-tF2eCbAoxI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #be180d;
}
.cid-tF2eCbAoxI .mbr-section-title {
  color: #ffffff;
}
.cid-tF2eCbAoxI .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tF2eCbAoxI .align-left {
    text-align: center;
  }
}
.cid-tF2eCbAoxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2eCbAoxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGvKTPpJJI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tGvKTPpJJI .content {
    text-align: center;
  }
  .cid-tGvKTPpJJI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGvKTPpJJI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tGvKTPpJJI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGvKTPpJJI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tGvKTPpJJI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGvKTPpJJI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tGvKTPpJJI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGvKTPpJJI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGvKTPpJJI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGvKTPpJJI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tGvKTPpJJI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGvKTPpJJI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGvKTPpJJI H5 {
  color: #ffffff;
}
.cid-tGvKTPpJJI P {
  color: #ffffff;
}
.cid-tGvKTPpJJI .copyright > p {
  color: #767676;
}
.cid-tF2ja8J4Nc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-tF2ja8J4Nc .nav-item,
.cid-tF2ja8J4Nc .nav-link,
.cid-tF2ja8J4Nc .navbar-caption {
  font-weight: normal;
}
.cid-tF2ja8J4Nc .nav-item:focus,
.cid-tF2ja8J4Nc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tF2ja8J4Nc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tF2ja8J4Nc .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-tF2ja8J4Nc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tF2ja8J4Nc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tF2ja8J4Nc .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tF2ja8J4Nc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF2ja8J4Nc .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-tF2ja8J4Nc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF2ja8J4Nc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF2ja8J4Nc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tF2ja8J4Nc .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tF2ja8J4Nc .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tF2ja8J4Nc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF2ja8J4Nc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF2ja8J4Nc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF2ja8J4Nc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.3rem - 1rem);
  }
}
.cid-tF2ja8J4Nc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF2ja8J4Nc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF2ja8J4Nc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF2ja8J4Nc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF2ja8J4Nc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tF2ja8J4Nc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tF2ja8J4Nc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF2ja8J4Nc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF2ja8J4Nc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF2ja8J4Nc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF2ja8J4Nc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF2ja8J4Nc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF2ja8J4Nc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF2ja8J4Nc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tF2ja8J4Nc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF2ja8J4Nc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tF2ja8J4Nc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tF2ja8J4Nc .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tF2ja8J4Nc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF2ja8J4Nc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF2ja8J4Nc .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-tF2ja8J4Nc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF2ja8J4Nc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF2ja8J4Nc .dropdown-item.active,
.cid-tF2ja8J4Nc .dropdown-item:active {
  background-color: transparent;
}
.cid-tF2ja8J4Nc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF2ja8J4Nc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF2ja8J4Nc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tF2ja8J4Nc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF2ja8J4Nc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF2ja8J4Nc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tF2ja8J4Nc .navbar-buttons {
  text-align: center;
}
.cid-tF2ja8J4Nc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF2ja8J4Nc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be180d;
}
.cid-tF2ja8J4Nc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tF2ja8J4Nc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tF2ja8J4Nc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tF2ja8J4Nc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tF2ja8J4Nc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tF2ja8J4Nc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tF2ja8J4Nc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tF2ja8J4Nc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tF2ja8J4Nc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tF2ja8J4Nc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tF2ja8J4Nc .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tF2ja8J4Nc .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tF2ja8J4Nc .soc-item {
  margin: .5rem .3rem;
}
.cid-tF2ja8J4Nc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF2ja8J4Nc .navbar {
    height: 77px;
  }
  .cid-tF2ja8J4Nc .navbar.opened {
    height: auto;
  }
  .cid-tF2ja8J4Nc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF2ja9BAt4 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x801.jpg");
}
.cid-tF2ja9BAt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2ja9BAt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2ja9BAt4 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tF2ja9BAt4 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.cid-tF2ja9BAt4 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tF2ja9BAt4 .mbr-section-btn {
  margin-top: 18px;
}
.cid-tF2ja9BAt4 .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tF2ja9BAt4 .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tF2jaa7Stp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #be180d;
}
.cid-tF2jaa7Stp .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tF2jaa7Stp .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tF2jaa7Stp H2 {
  color: #303030;
}
.cid-tFcGPXZ3pP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tFcGPXZ3pP .text {
  padding-top: 0;
}
.cid-tFcGPXZ3pP .card-title {
  margin-bottom: 0;
  margin-top: 22px;
  width: 100%;
  font-weight: 700;
  color: #ffffff;
}
.cid-tFcGPXZ3pP .card-text {
  margin-top: 14px;
  width: 100%;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-tFcGPXZ3pP .bottom {
  margin-bottom: 66px;
}
.cid-tFcGPXZ3pP .number {
  width: 100%;
  font-weight: 700;
  color: #b2b2b2;
}
.cid-tFcGPXZ3pP .header {
  margin: 5px 0;
  font-weight: 700;
  color: #ffffff;
}
.cid-tFcGPXZ3pP .line {
  background-color: #be180d;
  height: 1px;
  width: 100%;
}
@media (max-width: 770px) {
  .cid-tFcGPXZ3pP .top {
    padding-top: 60px;
  }
}
.cid-tF2jab2gMR {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-tF2jab2gMR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tF2jab2gMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2jab2gMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2jabPPha {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #be180d;
}
.cid-tF2jabPPha .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tF2jabPPha .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tF2jabPPha H2 {
  color: #303030;
}
.cid-tGvL3jtLFC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tGvL3jtLFC .content {
    text-align: center;
  }
  .cid-tGvL3jtLFC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGvL3jtLFC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tGvL3jtLFC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGvL3jtLFC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tGvL3jtLFC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGvL3jtLFC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tGvL3jtLFC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGvL3jtLFC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGvL3jtLFC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGvL3jtLFC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tGvL3jtLFC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGvL3jtLFC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGvL3jtLFC H5 {
  color: #ffffff;
}
.cid-tGvL3jtLFC P {
  color: #ffffff;
}
.cid-tGvL3jtLFC .copyright > p {
  color: #767676;
}
.cid-tF2n9tERlH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-tF2n9tERlH .nav-item,
.cid-tF2n9tERlH .nav-link,
.cid-tF2n9tERlH .navbar-caption {
  font-weight: normal;
}
.cid-tF2n9tERlH .nav-item:focus,
.cid-tF2n9tERlH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tF2n9tERlH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tF2n9tERlH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-tF2n9tERlH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tF2n9tERlH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tF2n9tERlH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tF2n9tERlH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF2n9tERlH .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-tF2n9tERlH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF2n9tERlH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF2n9tERlH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tF2n9tERlH .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tF2n9tERlH .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tF2n9tERlH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF2n9tERlH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF2n9tERlH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF2n9tERlH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.3rem - 1rem);
  }
}
.cid-tF2n9tERlH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF2n9tERlH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF2n9tERlH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF2n9tERlH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF2n9tERlH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tF2n9tERlH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tF2n9tERlH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF2n9tERlH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF2n9tERlH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF2n9tERlH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF2n9tERlH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF2n9tERlH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF2n9tERlH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF2n9tERlH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tF2n9tERlH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF2n9tERlH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tF2n9tERlH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tF2n9tERlH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tF2n9tERlH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF2n9tERlH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF2n9tERlH .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-tF2n9tERlH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF2n9tERlH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF2n9tERlH .dropdown-item.active,
.cid-tF2n9tERlH .dropdown-item:active {
  background-color: transparent;
}
.cid-tF2n9tERlH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF2n9tERlH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF2n9tERlH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tF2n9tERlH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF2n9tERlH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF2n9tERlH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tF2n9tERlH .navbar-buttons {
  text-align: center;
}
.cid-tF2n9tERlH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF2n9tERlH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be180d;
}
.cid-tF2n9tERlH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tF2n9tERlH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tF2n9tERlH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tF2n9tERlH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tF2n9tERlH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tF2n9tERlH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tF2n9tERlH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tF2n9tERlH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tF2n9tERlH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tF2n9tERlH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tF2n9tERlH .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tF2n9tERlH .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tF2n9tERlH .soc-item {
  margin: .5rem .3rem;
}
.cid-tF2n9tERlH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF2n9tERlH .navbar {
    height: 77px;
  }
  .cid-tF2n9tERlH .navbar.opened {
    height: auto;
  }
  .cid-tF2n9tERlH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF2n9ufHYe {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/istock-601015838-2000x1333.jpg");
}
.cid-tF2n9ufHYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2n9ufHYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2n9ufHYe .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tF2n9ufHYe .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.cid-tF2n9ufHYe .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tF2n9ufHYe .mbr-section-btn {
  margin-top: 18px;
}
.cid-tF2n9ufHYe .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tF2n9ufHYe .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tF2n9usq95 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #be180d;
}
.cid-tF2n9usq95 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tF2n9usq95 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tF2n9usq95 H2 {
  color: #303030;
}
.cid-tFcJgzQAQf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #1d1d1f;
}
.cid-tFcJgzQAQf .text {
  padding-top: 0;
}
.cid-tFcJgzQAQf .card-title {
  margin-bottom: 0;
  margin-top: 22px;
  width: 100%;
  font-weight: 700;
  color: #ffffff;
}
.cid-tFcJgzQAQf .card-text {
  margin-top: 14px;
  width: 100%;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-tFcJgzQAQf .bottom {
  margin-bottom: 66px;
}
.cid-tFcJgzQAQf .number {
  width: 100%;
  font-weight: 700;
  color: #b2b2b2;
}
.cid-tFcJgzQAQf .header {
  margin: 5px 0;
  font-weight: 700;
  color: #ffffff;
}
.cid-tFcJgzQAQf .line {
  background-color: #be180d;
  height: 1px;
  width: 100%;
}
@media (max-width: 770px) {
  .cid-tFcJgzQAQf .top {
    padding-top: 60px;
  }
}
.cid-tFcJhFrvWN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d1d1f;
}
.cid-tFcJhFrvWN .text {
  padding-top: 0;
}
.cid-tFcJhFrvWN .card-title {
  margin-bottom: 0;
  margin-top: 22px;
  width: 100%;
  font-weight: 700;
  color: #ffffff;
}
.cid-tFcJhFrvWN .card-text {
  margin-top: 14px;
  width: 100%;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-tFcJhFrvWN .bottom {
  margin-bottom: 66px;
}
.cid-tFcJhFrvWN .number {
  width: 100%;
  font-weight: 700;
  color: #b2b2b2;
}
.cid-tFcJhFrvWN .header {
  margin: 5px 0;
  font-weight: 700;
  color: #ffffff;
}
.cid-tFcJhFrvWN .line {
  background-color: #be180d;
  height: 1px;
  width: 100%;
}
@media (max-width: 770px) {
  .cid-tFcJhFrvWN .top {
    padding-top: 60px;
  }
}
.cid-tF2n9uCXUO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2023-05-16-a-las-19.29.32-700x463.png");
}
@media (max-width: 991px) {
  .cid-tF2n9uCXUO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tF2n9uCXUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2n9uCXUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFcLmzDa8R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e5e5e;
}
.cid-tFcLmzDa8R .text {
  padding-top: 0;
}
.cid-tFcLmzDa8R .card-title {
  margin-bottom: 0;
  margin-top: 22px;
  width: 100%;
  font-weight: 700;
  color: #ffffff;
}
.cid-tFcLmzDa8R .card-text {
  margin-top: 14px;
  width: 100%;
  font-weight: 500;
  color: #c1c1c1;
}
.cid-tFcLmzDa8R .bottom {
  margin-bottom: 66px;
}
.cid-tFcLmzDa8R .number {
  width: 100%;
  font-weight: 700;
  color: #000000;
}
.cid-tFcLmzDa8R .header {
  margin: 5px 0;
  font-weight: 700;
  color: #ffffff;
}
.cid-tFcLmzDa8R .line {
  background-color: #000000;
  height: 1px;
  width: 100%;
}
@media (max-width: 770px) {
  .cid-tFcLmzDa8R .top {
    padding-top: 60px;
  }
}
.cid-tFcMIBJjQv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #be180d;
}
.cid-tFcMIBJjQv .mbr-section-title {
  color: #ffffff;
}
.cid-tFcMIBJjQv .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tFcMIBJjQv .align-left {
    text-align: center;
  }
}
.cid-tFcMIBJjQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFcMIBJjQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2n9uMDtU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #be180d;
}
.cid-tF2n9uMDtU .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tF2n9uMDtU .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tF2n9uMDtU H2 {
  color: #303030;
}
.cid-tGvL7XbqWS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tGvL7XbqWS .content {
    text-align: center;
  }
  .cid-tGvL7XbqWS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGvL7XbqWS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tGvL7XbqWS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGvL7XbqWS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tGvL7XbqWS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGvL7XbqWS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tGvL7XbqWS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGvL7XbqWS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGvL7XbqWS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGvL7XbqWS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tGvL7XbqWS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGvL7XbqWS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGvL7XbqWS H5 {
  color: #ffffff;
}
.cid-tGvL7XbqWS P {
  color: #ffffff;
}
.cid-tGvL7XbqWS .copyright > p {
  color: #767676;
}
.cid-tF2oBgwUux .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-tF2oBgwUux .nav-item,
.cid-tF2oBgwUux .nav-link,
.cid-tF2oBgwUux .navbar-caption {
  font-weight: normal;
}
.cid-tF2oBgwUux .nav-item:focus,
.cid-tF2oBgwUux .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tF2oBgwUux .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tF2oBgwUux .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-tF2oBgwUux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tF2oBgwUux .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tF2oBgwUux .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tF2oBgwUux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF2oBgwUux .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-tF2oBgwUux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF2oBgwUux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF2oBgwUux .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tF2oBgwUux .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tF2oBgwUux .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tF2oBgwUux .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF2oBgwUux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF2oBgwUux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF2oBgwUux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.3rem - 1rem);
  }
}
.cid-tF2oBgwUux .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF2oBgwUux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF2oBgwUux .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF2oBgwUux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF2oBgwUux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tF2oBgwUux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tF2oBgwUux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF2oBgwUux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF2oBgwUux .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF2oBgwUux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF2oBgwUux .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF2oBgwUux .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF2oBgwUux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF2oBgwUux .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tF2oBgwUux .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF2oBgwUux .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tF2oBgwUux .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tF2oBgwUux .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tF2oBgwUux .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF2oBgwUux .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF2oBgwUux .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-tF2oBgwUux .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF2oBgwUux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF2oBgwUux .dropdown-item.active,
.cid-tF2oBgwUux .dropdown-item:active {
  background-color: transparent;
}
.cid-tF2oBgwUux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF2oBgwUux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF2oBgwUux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tF2oBgwUux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF2oBgwUux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF2oBgwUux ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tF2oBgwUux .navbar-buttons {
  text-align: center;
}
.cid-tF2oBgwUux button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF2oBgwUux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be180d;
}
.cid-tF2oBgwUux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tF2oBgwUux button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tF2oBgwUux button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tF2oBgwUux button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tF2oBgwUux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tF2oBgwUux nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tF2oBgwUux nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tF2oBgwUux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tF2oBgwUux .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tF2oBgwUux a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tF2oBgwUux .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tF2oBgwUux .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tF2oBgwUux .soc-item {
  margin: .5rem .3rem;
}
.cid-tF2oBgwUux .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF2oBgwUux .navbar {
    height: 77px;
  }
  .cid-tF2oBgwUux .navbar.opened {
    height: auto;
  }
  .cid-tF2oBgwUux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF2oBhlkFF {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1016.jpg");
}
.cid-tF2oBhlkFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2oBhlkFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2oBhlkFF .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tF2oBhlkFF .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.cid-tF2oBhlkFF .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tF2oBhlkFF .mbr-section-btn {
  margin-top: 18px;
}
.cid-tF2oBhlkFF .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tF2oBhlkFF .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tF2oBhIHE8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #be180d;
}
.cid-tF2oBhIHE8 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tF2oBhIHE8 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tF2oBhIHE8 H2 {
  color: #303030;
}
.cid-tFcNLp5tB1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-tFcNLp5tB1 .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-tFcNLp5tB1 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tFcNLp5tB1 .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-tFcNLp5tB1 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-tFcNLp5tB1 .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-tFcNLp5tB1 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-tFcNLp5tB1 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tFcNLp5tB1 .mbr-section-title {
    text-align: center;
  }
}
.cid-tFcNLp5tB1 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tFcNLp5tB1 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tFcNLp5tB1 .item-card {
  height: 100%;
}
.cid-tFcNLp5tB1 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tFcNLp5tB1 .item-wrap {
    padding: 50px 20px;
  }
}
.cid-tFcNLp5tB1 .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-tFcNLp5tB1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tFcNLp5tB1 .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tFcNLp5tB1 .card-box {
  padding-top: 28px;
}
.cid-tFcNLp5tB1 .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-tFcNLp5tB1 .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-tFcNLp5tB1 .card-text {
  color: #878e99;
  margin-bottom: 20px;
}
.cid-tFcNLp5tB1 .card-contacts {
  color: #878e99;
}
.cid-tFcNLp5tB1 .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-tFcNLp5tB1 .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #767676;
  transition: 0.4s all;
}
.cid-tFcNLp5tB1 .card-contacts a:hover {
  color: #767676 !important;
}
.cid-tFcNLp5tB1 .card-contacts a:hover:before {
  width: 100%;
}
.cid-tFcNLp5tB1 .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-tFcNLp5tB1 .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-tFcNLp5tB1 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-tFcNLp5tB1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tFcNLp5tB1 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tFcNLp5tB1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tFcNLp5tB1 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tFcNLp5tB1 .soc-item:hover .mbr-iconfont {
  color: #767676;
}
.cid-tFcNLp5tB1 .soc-item:hover:before {
  opacity: 1;
}
.cid-tFcNLp5tB1 .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-tFcNLp5tB1 .form-main-container {
    padding-left: 20px;
  }
}
.cid-tFcNLp5tB1 .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tFcNLp5tB1 .form-wrap {
    padding: 20px;
  }
}
.cid-tFcNLp5tB1 form {
  width: 100%;
}
.cid-tFcNLp5tB1 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tFcNLp5tB1 form p {
  color: #878e99;
}
.cid-tFcNLp5tB1 form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-tFcNLp5tB1 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tFcNLp5tB1 form .form-group {
  margin-bottom: 20px !important;
}
.cid-tFcNLp5tB1 form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-tFcNLp5tB1 form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-tFcNLp5tB1 form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-tFcNLp5tB1 form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-tFcNLp5tB1 form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-tFcNLp5tB1 form select {
  color: #878e99 !important;
}
.cid-tFcNLp5tB1 form textarea {
  height: 216px !important;
  resize: none;
}
.cid-tFcNLp5tB1 form input:active,
.cid-tFcNLp5tB1 form textarea:active,
.cid-tFcNLp5tB1 form input:focus,
.cid-tFcNLp5tB1 form textarea:focus {
  border-color: #767676 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-tFcNLp5tB1 form input:active::-webkit-input-placeholder,
.cid-tFcNLp5tB1 form textarea:active::-webkit-input-placeholder,
.cid-tFcNLp5tB1 form input:focus::-webkit-input-placeholder,
.cid-tFcNLp5tB1 form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-tFcNLp5tB1 form input:active::-moz-placeholder,
.cid-tFcNLp5tB1 form textarea:active::-moz-placeholder,
.cid-tFcNLp5tB1 form input:focus::-moz-placeholder,
.cid-tFcNLp5tB1 form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-tFcNLp5tB1 form input:active:-moz-placeholder,
.cid-tFcNLp5tB1 form textarea:active:-moz-placeholder,
.cid-tFcNLp5tB1 form input:focus:-moz-placeholder,
.cid-tFcNLp5tB1 form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-tFcNLp5tB1 form input:active:-ms-input-placeholder,
.cid-tFcNLp5tB1 form textarea:active:-ms-input-placeholder,
.cid-tFcNLp5tB1 form input:focus:-ms-input-placeholder,
.cid-tFcNLp5tB1 form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-tFcNLp5tB1 form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-tFcNLp5tB1 form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tFcNLp5tB1 form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-tFcNLp5tB1 form .form-control-label {
  width: 100%;
}
.cid-tFcNLp5tB1 form .form-check-label {
  margin-bottom: 14px;
}
.cid-tFcNLp5tB1 form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tFcNLp5tB1 form .form-check-input:focus,
.cid-tFcNLp5tB1 form .form-check-input:hover {
  border-color: #767676 !important;
}
.cid-tFcNLp5tB1 form .form-check-input:checked {
  border-color: #767676 !important;
  background-color: #191b1e !important;
}
.cid-tF2oBjbjLg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #be180d;
}
.cid-tF2oBjbjLg .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tF2oBjbjLg .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tF2oBjbjLg H2 {
  color: #303030;
}
.cid-tGvKJWAgGZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tGvKJWAgGZ .content {
    text-align: center;
  }
  .cid-tGvKJWAgGZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGvKJWAgGZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tGvKJWAgGZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGvKJWAgGZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tGvKJWAgGZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGvKJWAgGZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tGvKJWAgGZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGvKJWAgGZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGvKJWAgGZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGvKJWAgGZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tGvKJWAgGZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGvKJWAgGZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGvKJWAgGZ H5 {
  color: #ffffff;
}
.cid-tGvKJWAgGZ P {
  color: #ffffff;
}
.cid-tGvKJWAgGZ .copyright > p {
  color: #767676;
}
