body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #e4330d !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4330d !important;
  border-color: #e4330d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9c2309 !important;
  border-color: #9c2309 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9c2309 !important;
  border-color: #9c2309 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #841d07;
  color: #841d07;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e4330d;
  border-color: #e4330d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e4330d !important;
  border-color: #e4330d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #e4330d !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !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: #841d07 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !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: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e4330d;
  border-color: #e4330d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e4330d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbccc2;
}
.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: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #e4330d;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #e4330d !important;
  -webkit-box-shadow: 0 6px 16px 0 #e4330d !important;
  background-color: #e4330d !important;
  border-color: #e4330d !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e4330d;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e4330d;
  border-bottom-color: #e4330d;
}
.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: #e4330d !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: #5580ff !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e4330d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-u68Xv7zMOt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u68Xv7zMOt .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u68Xv7zMOt .nav-item:focus,
.cid-u68Xv7zMOt .nav-link:focus {
  outline: none;
}
.cid-u68Xv7zMOt .text-white:hover,
.cid-u68Xv7zMOt .text-white:active,
.cid-u68Xv7zMOt .text-white:focus {
  color: white!important;
}
.cid-u68Xv7zMOt .section {
  position: relative;
  overflow: visible!important;
}
.cid-u68Xv7zMOt .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-u68Xv7zMOt .dropdown-item:hover {
  color: white!important;
}
.cid-u68Xv7zMOt .dropdown-menu {
  background-color: black!important;
}
.cid-u68Xv7zMOt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-u68Xv7zMOt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u68Xv7zMOt .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-u68Xv7zMOt .nav-item .nav-link {
    position: relative;
  }
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .collapsed {
  flex-direction: row!important;
}
.cid-u68Xv7zMOt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u68Xv7zMOt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u68Xv7zMOt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-u68Xv7zMOt .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-u68Xv7zMOt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u68Xv7zMOt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u68Xv7zMOt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u68Xv7zMOt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u68Xv7zMOt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u68Xv7zMOt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u68Xv7zMOt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u68Xv7zMOt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u68Xv7zMOt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u68Xv7zMOt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u68Xv7zMOt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u68Xv7zMOt .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-u68Xv7zMOt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u68Xv7zMOt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u68Xv7zMOt .navbar-caption {
  font-weight: 600!important;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u68Xv7zMOt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u68Xv7zMOt .dropdown-item.active,
.cid-u68Xv7zMOt .dropdown-item:active {
  background-color: transparent;
}
.cid-u68Xv7zMOt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u68Xv7zMOt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u68Xv7zMOt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u68Xv7zMOt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-u68Xv7zMOt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u68Xv7zMOt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u68Xv7zMOt .navbar-buttons {
  text-align: center;
}
.cid-u68Xv7zMOt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u68Xv7zMOt .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u68Xv7zMOt .nav-link {
  font-weight: 600!important;
}
.cid-u68Xv7zMOt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u68Xv7zMOt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u68Xv7zMOt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u68Xv7zMOt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u68Xv7zMOt .navbar {
    height: 77px;
  }
  .cid-u68Xv7zMOt .navbar.opened {
    height: auto;
  }
  .cid-u68Xv7zMOt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uO3UXFJTEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO3UXFJTEP .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/jhb-1280x532.webp");
}
.cid-uO3UXFJTEP .mbr-text,
.cid-uO3UXFJTEP .mbr-section-btn {
  color: #e1e8ff;
}
.cid-uO3UXFJTEP H1 {
  text-align: left;
  color: #e4330d;
}
.cid-uO47CHiCZN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uO47CHiCZN .item:focus,
.cid-uO47CHiCZN span:focus {
  outline: none;
}
.cid-uO47CHiCZN .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uO47CHiCZN .content-head {
  max-width: 800px;
}
.cid-uO47CHiCZN .item {
  padding: 10px 0;
  color: #e4330d;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uO47CHiCZN .item {
    min-height: 45px;
  }
}
.cid-v2wGMitEdy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v2wGMitEdy H1 {
  color: #57468b;
}
.cid-v2wGMitEdy .mbr-text,
.cid-v2wGMitEdy .mbr-section-btn {
  color: #716c80;
}
.cid-v2wGMitEdy img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-v2wGMitEdy img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-v2wGMitEdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wGMitEdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnWXwHrU5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uOnWXwHrU5 .mbr-text {
  color: #716c80;
}
.cid-uOnWXwHrU5 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uOnWXwHrU5 p {
  margin: 0;
}
.cid-uOnWXwHrU5 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 3rem !important;
}
.cid-uOnWXwHrU5 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-uOnWXwHrU5 .card:hover .mbr-iconfont {
  color: #e4330d !important;
}
.cid-uOnWXwHrU5 .card-title,
.cid-uOnWXwHrU5 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uOnWXwHrU5 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uOnWXwHrU5 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uOnWXwHrU5 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-uOnWXwHrU5 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uOnWXwHrU5 .card-img span {
    margin-right: 0rem;
  }
  .cid-uOnWXwHrU5 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-uOnWXwHrU5 .card-img {
  width: auto;
}
.cid-uOnWXwHrU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnWXwHrU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnWXwHrU5 .card-title {
  color: #636161;
}
.cid-uTxJO70gH7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uTxJO70gH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxJO70gH7 .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-uTxJO70gH7 .mbr-figure {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uTxJO70gH7 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uTxJO70gH7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTxJO70gH7 .text-wrapper .mbr-card-title {
  margin-bottom: 0.5rem;
}
.cid-uTxJO70gH7 .text-wrapper .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.cid-uTxJO70gH7 .text-wrapper .pb-4 {
  padding-bottom: 1.5rem !important;
}
.cid-uTxJO70gH7 .text-wrapper .pt-4 {
  padding-top: 1.5rem !important;
}
.cid-uTxJO70gH7 .text-wrapper .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uTxJO70gH7 .app-video-wrapper img {
  background-color: #060606;
  padding: 4px;
}
.cid-uTxJO70gH7 .media-content,
.cid-uTxJO70gH7 .mbr-figure {
  align-self: center;
}
.cid-uTxJO70gH7 .mbr-figure {
  overflow: hidden;
}
.cid-uTxJO70gH7 .card {
  background-color: #000000;
  background-color: #060606;
  padding: 4px;
}
.cid-uTxJO70gH7 .icon-title {
  color: #bff747;
}
.cid-uTxJO70gH7 .mbr-text {
  color: #fffff5;
}
.cid-uTxJO70gH7 .mbr-number {
  color: #636161;
}
.cid-uTxJO70gH7 .card-text,
.cid-uTxJO70gH7 .item .mbr-section-btn {
  color: #fdfde1;
}
.cid-uTxJO70gH7 .mbr-section-title {
  color: #f2f6ff;
}
.cid-uTxTIZliY4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uTxTIZliY4 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uTxTIZliY4 H1 {
  color: #ffffff;
}
.cid-uTxTIZliY4 .mbr-text,
.cid-uTxTIZliY4 .mbr-section-btn {
  color: #716c80;
}
.cid-uTxTIZliY4 H3 {
  color: #716c80;
}
.cid-uTxTIZliY4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uTxTIZliY4 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uTxTIZliY4 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uTxTIZliY4 .link:hover {
  color: #e4330d !important;
}
.cid-uTxTIZliY4 .link:hover .link-ico {
  color: #e4330d !important;
  padding-left: 10px;
}
.cid-uTxTIZliY4 DIV {
  color: #57468b;
}
.cid-uTxTIZliY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxTIZliY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxTIZliY4 .mbr-text,
.cid-uTxTIZliY4 .media-content {
  color: #e4330d;
}
.cid-uTxVdQOYxP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTxVdQOYxP H1 {
  color: #060606;
}
.cid-uTxVdQOYxP .align-left {
  margin: auto;
}
.cid-uTxVdQOYxP .row {
  justify-content: space-between;
}
.cid-uTxVdQOYxP .mbr-text,
.cid-uTxVdQOYxP .mbr-section-btn {
  color: #716c80;
}
.cid-uTxVdQOYxP .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-uTxVdQOYxP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uTxVdQOYxP .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uTxVdQOYxP .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uTxVdQOYxP .link:hover {
  color: #e4330d !important;
}
.cid-uTxVdQOYxP .link:hover .link-ico {
  color: #e4330d !important;
  padding-left: 10px;
}
.cid-uTxVdQOYxP DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uTxVdQOYxP .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-uTxVdQOYxP h1 {
    padding-bottom: 1rem;
  }
}
.cid-uTxVdQOYxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxVdQOYxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxVdQOYxP .mbr-text,
.cid-uTxVdQOYxP .media-content {
  color: #e4330d;
}
.cid-uTxVfjA4lD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTxVfjA4lD .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-uTxVfjA4lD h4 {
  text-align: center;
}
.cid-uTxVfjA4lD p {
  text-align: center;
}
.cid-uTxVfjA4lD .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uTxVfjA4lD .mbr-iconfont {
  transition: all 0.3s;
  color: #e4330d !important;
  font-size: 6rem !important;
}
.cid-uTxVfjA4lD .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-uTxVfjA4lD .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uTxVfjA4lD .card:hover .mbr-iconfont {
  color: #636161 !important;
}
.cid-uTxVfjA4lD .card-title,
.cid-uTxVfjA4lD .card-img {
  color: #e4330d;
}
.cid-uTxVfjA4lD .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-uTxVfjA4lD .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-uTxVfjA4lD .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uTxVfjA4lD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxVfjA4lD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxQKq7VCz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/consulting202-2000x1000.webp");
}
.cid-uTxQKq7VCz .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uTxQKq7VCz .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-uTxQKq7VCz .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #e4330d;
}
.cid-uTxQKq7VCz .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uTxQKq7VCz .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #f8d414;
}
.cid-uTxQKq7VCz .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-uTxQKq7VCz .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uTxQKq7VCz .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uTxQKq7VCz img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uTxQKq7VCz .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uTxQKq7VCz .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uTxQKq7VCz .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uTxQKq7VCz .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uTxQKq7VCz .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uTxQKq7VCz .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uTxQKq7VCz .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uTxQKq7VCz .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uTxQKq7VCz .align {
  display: flex;
  align-items: center;
}
.cid-uTxQKq7VCz .mbr-section-title {
  margin-bottom: 56px;
  color: #fffff5;
  text-align: center;
}
.cid-uTxQKq7VCz .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uTxQKq7VCz .card-text,
.cid-uTxQKq7VCz .iconfont-wrapper {
  color: #000000;
}
.cid-uTxQKq7VCz .item-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uTxXilg3py {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #060606;
}
.cid-uTxXilg3py h4 {
  margin-bottom: 0;
}
.cid-uTxXilg3py p {
  color: #767676;
}
.cid-uTxXilg3py .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uTxXilg3py .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uTxXilg3py .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uTxXilg3py .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e4330d !important;
  box-shadow: none!important;
}
.cid-uTxXilg3py .btn-info-outline:active,
.cid-uTxXilg3py .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uTxXilg3py .card-box {
  padding-top: 2rem;
}
.cid-uTxXilg3py .card-wrapper {
  height: 100%;
}
.cid-uTxXilg3py .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uTxXilg3py img {
  border-radius: 8px;
}
.cid-uTxXilg3py .card-title {
  color: #e4330d;
}
.cid-uTxXilg3py .main-title {
  color: #e4330d;
  text-align: center;
}
.cid-uTxXilg3py DIV {
  color: #57468b;
}
.cid-uTxXilg3py .card-img {
  width: auto;
}
.cid-uTxXilg3py .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXilg3py .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUFriT0Mi {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/contact20us202-2000x1000.webp");
}
.cid-uXUFriT0Mi .mbr-overlay {
  background-color: #232323;
  opacity: 0.9;
}
.cid-uXUFriT0Mi input,
.cid-uXUFriT0Mi textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uXUFriT0Mi .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uXUFriT0Mi img {
  width: 90%;
  border-radius: 8px;
}
.cid-uXUFriT0Mi .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uXUFriT0Mi textarea {
  min-height: 160px;
}
.cid-uXUFriT0Mi .form-control,
.cid-uXUFriT0Mi .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXUFriT0Mi .form-control:hover,
.cid-uXUFriT0Mi .field-input:hover,
.cid-uXUFriT0Mi .form-control:focus,
.cid-uXUFriT0Mi .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uXUFriT0Mi input::-webkit-input-placeholder,
.cid-uXUFriT0Mi textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uXUFriT0Mi input:-moz-placeholder,
.cid-uXUFriT0Mi textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uXUFriT0Mi .jq-selectbox li,
.cid-uXUFriT0Mi .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-uXUFriT0Mi .jq-selectbox li:hover,
.cid-uXUFriT0Mi .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-uXUFriT0Mi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-uXUFriT0Mi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-uXUFriT0Mi H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXUFriT0Mi img {
    width: 100%;
  }
}
.cid-uXUFriT0Mi LABEL {
  color: #ffffff;
}
.cid-uTF6IqGe9O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTF6IqGe9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTF6IqGe9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTF6IqGe9O .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTF6IqGe9O .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTF6IqGe9O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uTF6IqGe9O .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTF6IqGe9O .embla__slide .slide-content {
  width: 100%;
}
.cid-uTF6IqGe9O .embla__slide .slide-content:hover .item-wrapper,
.cid-uTF6IqGe9O .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uTF6IqGe9O .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uTF6IqGe9O .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTF6IqGe9O .embla__button--next,
.cid-uTF6IqGe9O .embla__button--prev {
  display: flex;
}
.cid-uTF6IqGe9O .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uTF6IqGe9O .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uTF6IqGe9O .embla__button.embla__button--prev {
  left: 0;
}
.cid-uTF6IqGe9O .embla__button.embla__button--next {
  right: 0;
}
.cid-uTF6IqGe9O .embla {
  position: relative;
  width: 100%;
}
.cid-uTF6IqGe9O .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTF6IqGe9O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTF6IqGe9O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTF6IqGe9O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTF6IqGe9O .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTF6IqGe9O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTF6IqGe9O .mbr-section-title,
.cid-uTF6IqGe9O .mbr-section-btn {
  color: #e4330d;
}
.cid-uP88PsCGsp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uP88PsCGsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP88PsCGsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP88PsCGsp .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP88PsCGsp .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uP88PsCGsp .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uP88PsCGsp .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP88PsCGsp .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uP88PsCGsp .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uP88PsCGsp .items-wrapper .card {
  padding: 0 32px;
}
.cid-uP88PsCGsp .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP88PsCGsp .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP88PsCGsp .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP88PsCGsp .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uP88PsCGsp .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uP88PsCGsp .list-wrapper .list .item-wrap:hover,
.cid-uP88PsCGsp .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uP88PsCGsp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uP88PsCGsp .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP88PsCGsp .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP88PsCGsp .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP88PsCGsp .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uP88PsCGsp .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uP88PsCGsp .mbr-desc {
  color: #ffffff;
}
.cid-uP88PsCGsp .mbr-text,
.cid-uP88PsCGsp .text-wrapper {
  color: #9aa0a6;
}
.cid-uP88PsCGsp .list {
  color: #9aa0a6;
}
.cid-uP88PsCGsp .mbr-text,
.cid-uP88PsCGsp .mbr-section-btn {
  color: #e4330d;
}
.cid-uP88PsCGsp .list,
.cid-uP88PsCGsp .item-wrap {
  color: #e4330d;
}
.cid-u68Xv7zMOt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u68Xv7zMOt .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u68Xv7zMOt .nav-item:focus,
.cid-u68Xv7zMOt .nav-link:focus {
  outline: none;
}
.cid-u68Xv7zMOt .text-white:hover,
.cid-u68Xv7zMOt .text-white:active,
.cid-u68Xv7zMOt .text-white:focus {
  color: white!important;
}
.cid-u68Xv7zMOt .section {
  position: relative;
  overflow: visible!important;
}
.cid-u68Xv7zMOt .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-u68Xv7zMOt .dropdown-item:hover {
  color: white!important;
}
.cid-u68Xv7zMOt .dropdown-menu {
  background-color: black!important;
}
.cid-u68Xv7zMOt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-u68Xv7zMOt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u68Xv7zMOt .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-u68Xv7zMOt .nav-item .nav-link {
    position: relative;
  }
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .collapsed {
  flex-direction: row!important;
}
.cid-u68Xv7zMOt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u68Xv7zMOt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u68Xv7zMOt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-u68Xv7zMOt .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-u68Xv7zMOt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u68Xv7zMOt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u68Xv7zMOt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u68Xv7zMOt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u68Xv7zMOt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u68Xv7zMOt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u68Xv7zMOt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u68Xv7zMOt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u68Xv7zMOt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u68Xv7zMOt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u68Xv7zMOt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u68Xv7zMOt .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-u68Xv7zMOt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u68Xv7zMOt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u68Xv7zMOt .navbar-caption {
  font-weight: 600!important;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u68Xv7zMOt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u68Xv7zMOt .dropdown-item.active,
.cid-u68Xv7zMOt .dropdown-item:active {
  background-color: transparent;
}
.cid-u68Xv7zMOt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u68Xv7zMOt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u68Xv7zMOt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u68Xv7zMOt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-u68Xv7zMOt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u68Xv7zMOt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u68Xv7zMOt .navbar-buttons {
  text-align: center;
}
.cid-u68Xv7zMOt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u68Xv7zMOt .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u68Xv7zMOt .nav-link {
  font-weight: 600!important;
}
.cid-u68Xv7zMOt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u68Xv7zMOt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u68Xv7zMOt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u68Xv7zMOt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u68Xv7zMOt .navbar {
    height: 77px;
  }
  .cid-u68Xv7zMOt .navbar.opened {
    height: auto;
  }
  .cid-u68Xv7zMOt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXhzaqHwW {
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uOXhzaqHwW .container {
  height: 25rem;
}
.cid-uOXhzaqHwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXhzaqHwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOJe4Dmflv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOJe4Dmflv .item:focus,
.cid-uOJe4Dmflv span:focus {
  outline: none;
}
.cid-uOJe4Dmflv .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOJe4Dmflv .content-head {
  max-width: 800px;
}
.cid-uOJe4Dmflv .item {
  padding: 10px 0;
  color: #e4330d;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOJe4Dmflv .item {
    min-height: 45px;
  }
}
.cid-uOhbpoCfha {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uOhbpoCfha H1 {
  color: #e4330d;
}
.cid-uOhbpoCfha .mbr-text,
.cid-uOhbpoCfha .mbr-section-btn {
  color: #fffff5;
}
.cid-uOhbpoCfha img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uOhbpoCfha .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOhbpoCfha img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uOhbpoCfha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhbpoCfha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2B3Rz5H2B {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/contact20us202-2000x1000.webp");
}
.cid-v2B3Rz5H2B .mbr-overlay {
  background-color: #232323;
  opacity: 0.9;
}
.cid-v2B3Rz5H2B input,
.cid-v2B3Rz5H2B textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-v2B3Rz5H2B .col-auto {
  width: 100%;
  text-align: center;
}
.cid-v2B3Rz5H2B img {
  width: 90%;
  border-radius: 8px;
}
.cid-v2B3Rz5H2B .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-v2B3Rz5H2B textarea {
  min-height: 160px;
}
.cid-v2B3Rz5H2B .form-control,
.cid-v2B3Rz5H2B .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2B3Rz5H2B .form-control:hover,
.cid-v2B3Rz5H2B .field-input:hover,
.cid-v2B3Rz5H2B .form-control:focus,
.cid-v2B3Rz5H2B .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v2B3Rz5H2B input::-webkit-input-placeholder,
.cid-v2B3Rz5H2B textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-v2B3Rz5H2B input:-moz-placeholder,
.cid-v2B3Rz5H2B textarea:-moz-placeholder {
  color: #807d78;
}
.cid-v2B3Rz5H2B .jq-selectbox li,
.cid-v2B3Rz5H2B .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B3Rz5H2B .jq-selectbox li:hover,
.cid-v2B3Rz5H2B .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B3Rz5H2B .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B3Rz5H2B .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B3Rz5H2B H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2B3Rz5H2B img {
    width: 100%;
  }
}
.cid-v2B3Rz5H2B LABEL {
  color: #ffffff;
}
.cid-uR6G96XXmA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR6G96XXmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6G96XXmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6G96XXmA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR6G96XXmA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uR6G96XXmA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uR6G96XXmA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uR6G96XXmA .embla__slide .slide-content {
  width: 100%;
}
.cid-uR6G96XXmA .embla__slide .slide-content:hover .item-wrapper,
.cid-uR6G96XXmA .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uR6G96XXmA .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uR6G96XXmA .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uR6G96XXmA .embla__button--next,
.cid-uR6G96XXmA .embla__button--prev {
  display: flex;
}
.cid-uR6G96XXmA .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uR6G96XXmA .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uR6G96XXmA .embla__button.embla__button--prev {
  left: 0;
}
.cid-uR6G96XXmA .embla__button.embla__button--next {
  right: 0;
}
.cid-uR6G96XXmA .embla {
  position: relative;
  width: 100%;
}
.cid-uR6G96XXmA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uR6G96XXmA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR6G96XXmA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR6G96XXmA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR6G96XXmA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uR6G96XXmA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR6G96XXmA .mbr-section-title,
.cid-uR6G96XXmA .mbr-section-btn {
  color: #e4330d;
}
.cid-uP8dHUAogF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uP8dHUAogF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8dHUAogF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8dHUAogF .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP8dHUAogF .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uP8dHUAogF .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP8dHUAogF .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uP8dHUAogF .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP8dHUAogF .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uP8dHUAogF .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uP8dHUAogF .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uP8dHUAogF .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uP8dHUAogF .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP8dHUAogF .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uP8dHUAogF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uP8dHUAogF .items-wrapper .card {
  padding: 0 32px;
}
.cid-uP8dHUAogF .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP8dHUAogF .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP8dHUAogF .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP8dHUAogF .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uP8dHUAogF .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uP8dHUAogF .list-wrapper .list .item-wrap:hover,
.cid-uP8dHUAogF .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uP8dHUAogF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uP8dHUAogF .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP8dHUAogF .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP8dHUAogF .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP8dHUAogF .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uP8dHUAogF .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uP8dHUAogF .mbr-desc {
  color: #ffffff;
}
.cid-uP8dHUAogF .mbr-text,
.cid-uP8dHUAogF .text-wrapper {
  color: #9aa0a6;
}
.cid-uP8dHUAogF .list {
  color: #9aa0a6;
}
.cid-uP8dHUAogF .mbr-text,
.cid-uP8dHUAogF .mbr-section-btn {
  color: #e4330d;
}
.cid-uP8dHUAogF .list,
.cid-uP8dHUAogF .item-wrap {
  color: #e4330d;
}
.cid-u68Xv7zMOt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u68Xv7zMOt .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u68Xv7zMOt .nav-item:focus,
.cid-u68Xv7zMOt .nav-link:focus {
  outline: none;
}
.cid-u68Xv7zMOt .text-white:hover,
.cid-u68Xv7zMOt .text-white:active,
.cid-u68Xv7zMOt .text-white:focus {
  color: white!important;
}
.cid-u68Xv7zMOt .section {
  position: relative;
  overflow: visible!important;
}
.cid-u68Xv7zMOt .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-u68Xv7zMOt .dropdown-item:hover {
  color: white!important;
}
.cid-u68Xv7zMOt .dropdown-menu {
  background-color: black!important;
}
.cid-u68Xv7zMOt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-u68Xv7zMOt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u68Xv7zMOt .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-u68Xv7zMOt .nav-item .nav-link {
    position: relative;
  }
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .collapsed {
  flex-direction: row!important;
}
.cid-u68Xv7zMOt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u68Xv7zMOt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u68Xv7zMOt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-u68Xv7zMOt .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-u68Xv7zMOt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u68Xv7zMOt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u68Xv7zMOt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u68Xv7zMOt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u68Xv7zMOt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u68Xv7zMOt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u68Xv7zMOt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u68Xv7zMOt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u68Xv7zMOt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u68Xv7zMOt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u68Xv7zMOt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u68Xv7zMOt .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-u68Xv7zMOt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u68Xv7zMOt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u68Xv7zMOt .navbar-caption {
  font-weight: 600!important;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u68Xv7zMOt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u68Xv7zMOt .dropdown-item.active,
.cid-u68Xv7zMOt .dropdown-item:active {
  background-color: transparent;
}
.cid-u68Xv7zMOt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u68Xv7zMOt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u68Xv7zMOt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u68Xv7zMOt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-u68Xv7zMOt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u68Xv7zMOt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u68Xv7zMOt .navbar-buttons {
  text-align: center;
}
.cid-u68Xv7zMOt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u68Xv7zMOt .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u68Xv7zMOt .nav-link {
  font-weight: 600!important;
}
.cid-u68Xv7zMOt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u68Xv7zMOt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u68Xv7zMOt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u68Xv7zMOt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u68Xv7zMOt .navbar {
    height: 77px;
  }
  .cid-u68Xv7zMOt .navbar.opened {
    height: auto;
  }
  .cid-u68Xv7zMOt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2B4IVsbSX {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/contact20us202-2000x1000.webp");
}
.cid-v2B4IVsbSX .mbr-overlay {
  background-color: #232323;
  opacity: 0.9;
}
.cid-v2B4IVsbSX input,
.cid-v2B4IVsbSX textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-v2B4IVsbSX .col-auto {
  width: 100%;
  text-align: center;
}
.cid-v2B4IVsbSX img {
  width: 90%;
  border-radius: 8px;
}
.cid-v2B4IVsbSX .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-v2B4IVsbSX textarea {
  min-height: 160px;
}
.cid-v2B4IVsbSX .form-control,
.cid-v2B4IVsbSX .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2B4IVsbSX .form-control:hover,
.cid-v2B4IVsbSX .field-input:hover,
.cid-v2B4IVsbSX .form-control:focus,
.cid-v2B4IVsbSX .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v2B4IVsbSX input::-webkit-input-placeholder,
.cid-v2B4IVsbSX textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-v2B4IVsbSX input:-moz-placeholder,
.cid-v2B4IVsbSX textarea:-moz-placeholder {
  color: #807d78;
}
.cid-v2B4IVsbSX .jq-selectbox li,
.cid-v2B4IVsbSX .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B4IVsbSX .jq-selectbox li:hover,
.cid-v2B4IVsbSX .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B4IVsbSX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B4IVsbSX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B4IVsbSX H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2B4IVsbSX img {
    width: 100%;
  }
}
.cid-v2B4IVsbSX LABEL {
  color: #ffffff;
}
.cid-uR6Gqkd1yo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR6Gqkd1yo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6Gqkd1yo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6Gqkd1yo .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR6Gqkd1yo .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uR6Gqkd1yo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uR6Gqkd1yo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uR6Gqkd1yo .embla__slide .slide-content {
  width: 100%;
}
.cid-uR6Gqkd1yo .embla__slide .slide-content:hover .item-wrapper,
.cid-uR6Gqkd1yo .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uR6Gqkd1yo .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uR6Gqkd1yo .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uR6Gqkd1yo .embla__button--next,
.cid-uR6Gqkd1yo .embla__button--prev {
  display: flex;
}
.cid-uR6Gqkd1yo .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uR6Gqkd1yo .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uR6Gqkd1yo .embla__button.embla__button--prev {
  left: 0;
}
.cid-uR6Gqkd1yo .embla__button.embla__button--next {
  right: 0;
}
.cid-uR6Gqkd1yo .embla {
  position: relative;
  width: 100%;
}
.cid-uR6Gqkd1yo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uR6Gqkd1yo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR6Gqkd1yo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR6Gqkd1yo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR6Gqkd1yo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uR6Gqkd1yo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR6Gqkd1yo .mbr-section-title,
.cid-uR6Gqkd1yo .mbr-section-btn {
  color: #e4330d;
}
.cid-uP8evd9nRc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uP8evd9nRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8evd9nRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8evd9nRc .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP8evd9nRc .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uP8evd9nRc .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP8evd9nRc .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uP8evd9nRc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP8evd9nRc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uP8evd9nRc .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uP8evd9nRc .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uP8evd9nRc .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uP8evd9nRc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP8evd9nRc .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uP8evd9nRc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uP8evd9nRc .items-wrapper .card {
  padding: 0 32px;
}
.cid-uP8evd9nRc .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP8evd9nRc .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP8evd9nRc .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP8evd9nRc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uP8evd9nRc .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uP8evd9nRc .list-wrapper .list .item-wrap:hover,
.cid-uP8evd9nRc .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uP8evd9nRc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uP8evd9nRc .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP8evd9nRc .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP8evd9nRc .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP8evd9nRc .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uP8evd9nRc .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uP8evd9nRc .mbr-desc {
  color: #ffffff;
}
.cid-uP8evd9nRc .mbr-text,
.cid-uP8evd9nRc .text-wrapper {
  color: #9aa0a6;
}
.cid-uP8evd9nRc .list {
  color: #9aa0a6;
}
.cid-uP8evd9nRc .mbr-text,
.cid-uP8evd9nRc .mbr-section-btn {
  color: #e4330d;
}
.cid-uP8evd9nRc .list,
.cid-uP8evd9nRc .item-wrap {
  color: #e4330d;
}
.cid-uOK7bbnLGY .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uOK7bbnLGY .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uOK7bbnLGY .nav-item:focus,
.cid-uOK7bbnLGY .nav-link:focus {
  outline: none;
}
.cid-uOK7bbnLGY .text-white:hover,
.cid-uOK7bbnLGY .text-white:active,
.cid-uOK7bbnLGY .text-white:focus {
  color: white!important;
}
.cid-uOK7bbnLGY .section {
  position: relative;
  overflow: visible!important;
}
.cid-uOK7bbnLGY .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-uOK7bbnLGY .dropdown-item:hover {
  color: white!important;
}
.cid-uOK7bbnLGY .dropdown-menu {
  background-color: black!important;
}
.cid-uOK7bbnLGY .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uOK7bbnLGY .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uOK7bbnLGY .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uOK7bbnLGY .nav-item .nav-link {
    position: relative;
  }
}
.cid-uOK7bbnLGY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOK7bbnLGY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOK7bbnLGY .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uOK7bbnLGY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOK7bbnLGY .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-uOK7bbnLGY .collapsed {
  flex-direction: row!important;
}
.cid-uOK7bbnLGY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOK7bbnLGY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOK7bbnLGY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-uOK7bbnLGY .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-uOK7bbnLGY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uOK7bbnLGY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOK7bbnLGY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOK7bbnLGY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOK7bbnLGY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOK7bbnLGY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOK7bbnLGY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOK7bbnLGY .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-uOK7bbnLGY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOK7bbnLGY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOK7bbnLGY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOK7bbnLGY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOK7bbnLGY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOK7bbnLGY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOK7bbnLGY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOK7bbnLGY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOK7bbnLGY .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-uOK7bbnLGY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOK7bbnLGY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOK7bbnLGY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOK7bbnLGY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOK7bbnLGY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOK7bbnLGY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOK7bbnLGY .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-uOK7bbnLGY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOK7bbnLGY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOK7bbnLGY .navbar-caption {
  font-weight: 600!important;
}
.cid-uOK7bbnLGY .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-uOK7bbnLGY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOK7bbnLGY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOK7bbnLGY .dropdown-item.active,
.cid-uOK7bbnLGY .dropdown-item:active {
  background-color: transparent;
}
.cid-uOK7bbnLGY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOK7bbnLGY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOK7bbnLGY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOK7bbnLGY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-uOK7bbnLGY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOK7bbnLGY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOK7bbnLGY .navbar-buttons {
  text-align: center;
}
.cid-uOK7bbnLGY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOK7bbnLGY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-uOK7bbnLGY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOK7bbnLGY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOK7bbnLGY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOK7bbnLGY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOK7bbnLGY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOK7bbnLGY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOK7bbnLGY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOK7bbnLGY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOK7bbnLGY .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uOK7bbnLGY .nav-link {
  font-weight: 600!important;
}
.cid-uOK7bbnLGY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOK7bbnLGY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOK7bbnLGY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uOK7bbnLGY .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOK7bbnLGY .navbar {
    height: 77px;
  }
  .cid-uOK7bbnLGY .navbar.opened {
    height: auto;
  }
  .cid-uOK7bbnLGY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOK7bbY5Ti {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/consulting202-2000x1000.webp");
}
.cid-uOK7bbY5Ti img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uOK7bbY5Ti H1 {
  color: #e4330d;
  text-align: center;
}
.cid-uOK7bbY5Ti .mbr-text,
.cid-uOK7bbY5Ti .mbr-section-btn {
  color: #716c80;
}
.cid-uOK7bbY5Ti H3 {
  color: #716c80;
}
.cid-uOK7bbY5Ti .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uOK7bbY5Ti .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uOK7bbY5Ti .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uOK7bbY5Ti .link:hover {
  color: #e4330d !important;
}
.cid-uOK7bbY5Ti .link:hover .link-ico {
  color: #e4330d !important;
  padding-left: 10px;
}
.cid-uOK7bbY5Ti DIV {
  color: #57468b;
}
.cid-uOK7bbY5Ti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOK7bbY5Ti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOK7bbY5Ti .mbr-text,
.cid-uOK7bbY5Ti .media-content {
  color: #ffffff;
  text-align: center;
}
.cid-uOK7bcr5Qb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOK7bcr5Qb .item:focus,
.cid-uOK7bcr5Qb span:focus {
  outline: none;
}
.cid-uOK7bcr5Qb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOK7bcr5Qb .content-head {
  max-width: 800px;
}
.cid-uOK7bcr5Qb .item {
  padding: 10px 0;
  color: #e4330d;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOK7bcr5Qb .item {
    min-height: 45px;
  }
}
.cid-uOK9nxGE5E {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/add20hoc-300x300.webp");
}
.cid-uOK9nxGE5E H1 {
  color: #ffffff;
}
.cid-uOK9nxGE5E .mbr-text,
.cid-uOK9nxGE5E .mbr-section-btn {
  color: #716c80;
}
.cid-uOK9nxGE5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOK9nxGE5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOK9nxGE5E H3 {
  color: #ffffff;
}
.cid-uOK7bcNesL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uOK7bcNesL h4 {
  margin-bottom: 0;
}
.cid-uOK7bcNesL p {
  color: #767676;
}
.cid-uOK7bcNesL .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uOK7bcNesL .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uOK7bcNesL .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uOK7bcNesL .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e4330d !important;
  box-shadow: none!important;
}
.cid-uOK7bcNesL .btn-info-outline:active,
.cid-uOK7bcNesL .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uOK7bcNesL .card-box {
  padding-top: 2rem;
}
.cid-uOK7bcNesL .card-wrapper {
  height: 100%;
}
.cid-uOK7bcNesL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uOK7bcNesL img {
  border-radius: 8px;
}
.cid-uOK7bcNesL .card-title {
  color: #e4330d;
}
.cid-uOK7bcNesL .main-title {
  color: #e4330d;
  text-align: center;
}
.cid-uOK7bcNesL DIV {
  color: #57468b;
}
.cid-uOK7bcNesL .card-img {
  width: auto;
}
.cid-uOK7bcNesL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOK7bcNesL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOK7bcNesL .mbr-text,
.cid-uOK7bcNesL .mbr-section-btn {
  color: #fffff5;
}
.cid-v2B0OWrh55 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/contact20us202-2000x1000.webp");
}
.cid-v2B0OWrh55 .mbr-overlay {
  background-color: #232323;
  opacity: 0.9;
}
.cid-v2B0OWrh55 input,
.cid-v2B0OWrh55 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-v2B0OWrh55 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-v2B0OWrh55 img {
  width: 90%;
  border-radius: 8px;
}
.cid-v2B0OWrh55 .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-v2B0OWrh55 textarea {
  min-height: 160px;
}
.cid-v2B0OWrh55 .form-control,
.cid-v2B0OWrh55 .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2B0OWrh55 .form-control:hover,
.cid-v2B0OWrh55 .field-input:hover,
.cid-v2B0OWrh55 .form-control:focus,
.cid-v2B0OWrh55 .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v2B0OWrh55 input::-webkit-input-placeholder,
.cid-v2B0OWrh55 textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-v2B0OWrh55 input:-moz-placeholder,
.cid-v2B0OWrh55 textarea:-moz-placeholder {
  color: #807d78;
}
.cid-v2B0OWrh55 .jq-selectbox li,
.cid-v2B0OWrh55 .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B0OWrh55 .jq-selectbox li:hover,
.cid-v2B0OWrh55 .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B0OWrh55 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B0OWrh55 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B0OWrh55 H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2B0OWrh55 img {
    width: 100%;
  }
}
.cid-v2B0OWrh55 LABEL {
  color: #ffffff;
}
.cid-uR6G0Rgsam {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR6G0Rgsam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6G0Rgsam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6G0Rgsam .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR6G0Rgsam .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uR6G0Rgsam .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uR6G0Rgsam .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uR6G0Rgsam .embla__slide .slide-content {
  width: 100%;
}
.cid-uR6G0Rgsam .embla__slide .slide-content:hover .item-wrapper,
.cid-uR6G0Rgsam .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uR6G0Rgsam .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uR6G0Rgsam .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uR6G0Rgsam .embla__button--next,
.cid-uR6G0Rgsam .embla__button--prev {
  display: flex;
}
.cid-uR6G0Rgsam .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uR6G0Rgsam .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uR6G0Rgsam .embla__button.embla__button--prev {
  left: 0;
}
.cid-uR6G0Rgsam .embla__button.embla__button--next {
  right: 0;
}
.cid-uR6G0Rgsam .embla {
  position: relative;
  width: 100%;
}
.cid-uR6G0Rgsam .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uR6G0Rgsam .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR6G0Rgsam .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR6G0Rgsam .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR6G0Rgsam .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uR6G0Rgsam .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR6G0Rgsam .mbr-section-title,
.cid-uR6G0Rgsam .mbr-section-btn {
  color: #e4330d;
}
.cid-uP8dolhqMm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uP8dolhqMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8dolhqMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8dolhqMm .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP8dolhqMm .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uP8dolhqMm .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP8dolhqMm .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uP8dolhqMm .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP8dolhqMm .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uP8dolhqMm .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uP8dolhqMm .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uP8dolhqMm .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uP8dolhqMm .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP8dolhqMm .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uP8dolhqMm .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uP8dolhqMm .items-wrapper .card {
  padding: 0 32px;
}
.cid-uP8dolhqMm .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP8dolhqMm .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP8dolhqMm .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP8dolhqMm .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uP8dolhqMm .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uP8dolhqMm .list-wrapper .list .item-wrap:hover,
.cid-uP8dolhqMm .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uP8dolhqMm .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uP8dolhqMm .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP8dolhqMm .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP8dolhqMm .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP8dolhqMm .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uP8dolhqMm .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uP8dolhqMm .mbr-desc {
  color: #ffffff;
}
.cid-uP8dolhqMm .mbr-text,
.cid-uP8dolhqMm .text-wrapper {
  color: #9aa0a6;
}
.cid-uP8dolhqMm .list {
  color: #9aa0a6;
}
.cid-uP8dolhqMm .mbr-text,
.cid-uP8dolhqMm .mbr-section-btn {
  color: #e4330d;
}
.cid-uP8dolhqMm .list,
.cid-uP8dolhqMm .item-wrap {
  color: #e4330d;
}
.cid-uOhqipQRdu .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uOhqipQRdu .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uOhqipQRdu .nav-item:focus,
.cid-uOhqipQRdu .nav-link:focus {
  outline: none;
}
.cid-uOhqipQRdu .text-white:hover,
.cid-uOhqipQRdu .text-white:active,
.cid-uOhqipQRdu .text-white:focus {
  color: white!important;
}
.cid-uOhqipQRdu .section {
  position: relative;
  overflow: visible!important;
}
.cid-uOhqipQRdu .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-uOhqipQRdu .dropdown-item:hover {
  color: white!important;
}
.cid-uOhqipQRdu .dropdown-menu {
  background-color: black!important;
}
.cid-uOhqipQRdu .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uOhqipQRdu .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uOhqipQRdu .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uOhqipQRdu .nav-item .nav-link {
    position: relative;
  }
}
.cid-uOhqipQRdu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOhqipQRdu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOhqipQRdu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uOhqipQRdu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOhqipQRdu .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-uOhqipQRdu .collapsed {
  flex-direction: row!important;
}
.cid-uOhqipQRdu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOhqipQRdu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOhqipQRdu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-uOhqipQRdu .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-uOhqipQRdu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uOhqipQRdu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOhqipQRdu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOhqipQRdu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOhqipQRdu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOhqipQRdu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOhqipQRdu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOhqipQRdu .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-uOhqipQRdu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOhqipQRdu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOhqipQRdu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOhqipQRdu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOhqipQRdu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOhqipQRdu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOhqipQRdu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOhqipQRdu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOhqipQRdu .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-uOhqipQRdu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOhqipQRdu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOhqipQRdu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOhqipQRdu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOhqipQRdu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOhqipQRdu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOhqipQRdu .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-uOhqipQRdu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOhqipQRdu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOhqipQRdu .navbar-caption {
  font-weight: 600!important;
}
.cid-uOhqipQRdu .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-uOhqipQRdu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOhqipQRdu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOhqipQRdu .dropdown-item.active,
.cid-uOhqipQRdu .dropdown-item:active {
  background-color: transparent;
}
.cid-uOhqipQRdu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOhqipQRdu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOhqipQRdu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOhqipQRdu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-uOhqipQRdu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOhqipQRdu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOhqipQRdu .navbar-buttons {
  text-align: center;
}
.cid-uOhqipQRdu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOhqipQRdu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-uOhqipQRdu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOhqipQRdu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOhqipQRdu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOhqipQRdu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOhqipQRdu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOhqipQRdu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOhqipQRdu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOhqipQRdu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOhqipQRdu .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uOhqipQRdu .nav-link {
  font-weight: 600!important;
}
.cid-uOhqipQRdu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOhqipQRdu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOhqipQRdu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uOhqipQRdu .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOhqipQRdu .navbar {
    height: 77px;
  }
  .cid-uOhqipQRdu .navbar.opened {
    height: auto;
  }
  .cid-uOhqipQRdu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXgY6GpFj {
  background-image: url("../../../assets/images/faq-2000x1000.webp");
}
.cid-uOXgY6GpFj .container {
  height: 30rem;
}
.cid-uOXgY6GpFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXgY6GpFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXbsksdSZ {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #060606;
}
.cid-uOXbsksdSZ .card-header {
  background: transparent;
}
.cid-uOXbsksdSZ .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uOXbsksdSZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uOXbsksdSZ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uOXbsksdSZ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uOXbsksdSZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uOXbsksdSZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uOXbsksdSZ .card .panel-body {
  color: #767676;
}
.cid-uOXbsksdSZ h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uOXbsksdSZ H4 {
  color: #e4330d;
}
.cid-uOXbsksdSZ H2 {
  color: #e4330d;
}
.cid-uOXbsksdSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXbsksdSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8e6LAuiu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uP8e6LAuiu .item:focus,
.cid-uP8e6LAuiu span:focus {
  outline: none;
}
.cid-uP8e6LAuiu .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uP8e6LAuiu .content-head {
  max-width: 800px;
}
.cid-uP8e6LAuiu .item {
  padding: 10px 0;
  color: #e4330d;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uP8e6LAuiu .item {
    min-height: 45px;
  }
}
.cid-v2B4zhWhGm {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/contact20us202-2000x1000.webp");
}
.cid-v2B4zhWhGm .mbr-overlay {
  background-color: #232323;
  opacity: 0.9;
}
.cid-v2B4zhWhGm input,
.cid-v2B4zhWhGm textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-v2B4zhWhGm .col-auto {
  width: 100%;
  text-align: center;
}
.cid-v2B4zhWhGm img {
  width: 90%;
  border-radius: 8px;
}
.cid-v2B4zhWhGm .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-v2B4zhWhGm textarea {
  min-height: 160px;
}
.cid-v2B4zhWhGm .form-control,
.cid-v2B4zhWhGm .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2B4zhWhGm .form-control:hover,
.cid-v2B4zhWhGm .field-input:hover,
.cid-v2B4zhWhGm .form-control:focus,
.cid-v2B4zhWhGm .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v2B4zhWhGm input::-webkit-input-placeholder,
.cid-v2B4zhWhGm textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-v2B4zhWhGm input:-moz-placeholder,
.cid-v2B4zhWhGm textarea:-moz-placeholder {
  color: #807d78;
}
.cid-v2B4zhWhGm .jq-selectbox li,
.cid-v2B4zhWhGm .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B4zhWhGm .jq-selectbox li:hover,
.cid-v2B4zhWhGm .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B4zhWhGm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B4zhWhGm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B4zhWhGm H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2B4zhWhGm img {
    width: 100%;
  }
}
.cid-v2B4zhWhGm LABEL {
  color: #ffffff;
}
.cid-uR6GhYnGcT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR6GhYnGcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6GhYnGcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6GhYnGcT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR6GhYnGcT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uR6GhYnGcT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uR6GhYnGcT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uR6GhYnGcT .embla__slide .slide-content {
  width: 100%;
}
.cid-uR6GhYnGcT .embla__slide .slide-content:hover .item-wrapper,
.cid-uR6GhYnGcT .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uR6GhYnGcT .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uR6GhYnGcT .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uR6GhYnGcT .embla__button--next,
.cid-uR6GhYnGcT .embla__button--prev {
  display: flex;
}
.cid-uR6GhYnGcT .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uR6GhYnGcT .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uR6GhYnGcT .embla__button.embla__button--prev {
  left: 0;
}
.cid-uR6GhYnGcT .embla__button.embla__button--next {
  right: 0;
}
.cid-uR6GhYnGcT .embla {
  position: relative;
  width: 100%;
}
.cid-uR6GhYnGcT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uR6GhYnGcT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR6GhYnGcT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR6GhYnGcT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR6GhYnGcT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uR6GhYnGcT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR6GhYnGcT .mbr-section-title,
.cid-uR6GhYnGcT .mbr-section-btn {
  color: #e4330d;
}
.cid-uP8dTo5iry {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uP8dTo5iry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8dTo5iry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8dTo5iry .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP8dTo5iry .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uP8dTo5iry .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP8dTo5iry .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uP8dTo5iry .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP8dTo5iry .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uP8dTo5iry .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uP8dTo5iry .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uP8dTo5iry .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uP8dTo5iry .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP8dTo5iry .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uP8dTo5iry .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uP8dTo5iry .items-wrapper .card {
  padding: 0 32px;
}
.cid-uP8dTo5iry .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP8dTo5iry .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP8dTo5iry .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP8dTo5iry .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uP8dTo5iry .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uP8dTo5iry .list-wrapper .list .item-wrap:hover,
.cid-uP8dTo5iry .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uP8dTo5iry .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uP8dTo5iry .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP8dTo5iry .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP8dTo5iry .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP8dTo5iry .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uP8dTo5iry .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uP8dTo5iry .mbr-desc {
  color: #ffffff;
}
.cid-uP8dTo5iry .mbr-text,
.cid-uP8dTo5iry .text-wrapper {
  color: #9aa0a6;
}
.cid-uP8dTo5iry .list {
  color: #9aa0a6;
}
.cid-uP8dTo5iry .mbr-text,
.cid-uP8dTo5iry .mbr-section-btn {
  color: #e4330d;
}
.cid-uP8dTo5iry .list,
.cid-uP8dTo5iry .item-wrap {
  color: #e4330d;
}
.cid-uOhqipQRdu .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uOhqipQRdu .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uOhqipQRdu .nav-item:focus,
.cid-uOhqipQRdu .nav-link:focus {
  outline: none;
}
.cid-uOhqipQRdu .text-white:hover,
.cid-uOhqipQRdu .text-white:active,
.cid-uOhqipQRdu .text-white:focus {
  color: white!important;
}
.cid-uOhqipQRdu .section {
  position: relative;
  overflow: visible!important;
}
.cid-uOhqipQRdu .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-uOhqipQRdu .dropdown-item:hover {
  color: white!important;
}
.cid-uOhqipQRdu .dropdown-menu {
  background-color: black!important;
}
.cid-uOhqipQRdu .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uOhqipQRdu .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uOhqipQRdu .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uOhqipQRdu .nav-item .nav-link {
    position: relative;
  }
}
.cid-uOhqipQRdu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOhqipQRdu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOhqipQRdu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uOhqipQRdu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOhqipQRdu .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-uOhqipQRdu .collapsed {
  flex-direction: row!important;
}
.cid-uOhqipQRdu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOhqipQRdu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOhqipQRdu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-uOhqipQRdu .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-uOhqipQRdu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uOhqipQRdu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOhqipQRdu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOhqipQRdu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOhqipQRdu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOhqipQRdu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOhqipQRdu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOhqipQRdu .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-uOhqipQRdu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOhqipQRdu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOhqipQRdu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOhqipQRdu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOhqipQRdu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOhqipQRdu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOhqipQRdu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOhqipQRdu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOhqipQRdu .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-uOhqipQRdu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOhqipQRdu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOhqipQRdu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOhqipQRdu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOhqipQRdu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOhqipQRdu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOhqipQRdu .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-uOhqipQRdu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOhqipQRdu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOhqipQRdu .navbar-caption {
  font-weight: 600!important;
}
.cid-uOhqipQRdu .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-uOhqipQRdu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOhqipQRdu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOhqipQRdu .dropdown-item.active,
.cid-uOhqipQRdu .dropdown-item:active {
  background-color: transparent;
}
.cid-uOhqipQRdu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOhqipQRdu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOhqipQRdu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOhqipQRdu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-uOhqipQRdu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOhqipQRdu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOhqipQRdu .navbar-buttons {
  text-align: center;
}
.cid-uOhqipQRdu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOhqipQRdu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-uOhqipQRdu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOhqipQRdu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOhqipQRdu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOhqipQRdu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOhqipQRdu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOhqipQRdu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOhqipQRdu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOhqipQRdu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOhqipQRdu .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uOhqipQRdu .nav-link {
  font-weight: 600!important;
}
.cid-uOhqipQRdu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOhqipQRdu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOhqipQRdu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uOhqipQRdu .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOhqipQRdu .navbar {
    height: 77px;
  }
  .cid-uOhqipQRdu .navbar.opened {
    height: auto;
  }
  .cid-uOhqipQRdu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2wuOa7eJu {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/small20biz20it20support2020201-2000x1000.webp");
}
.cid-v2wuOa7eJu H1 {
  color: #e4330d;
  text-align: center;
}
.cid-v2wuOa7eJu .mbr-text,
.cid-v2wuOa7eJu .mbr-section-btn {
  color: #fffff5;
}
.cid-v2wuOa7eJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wuOa7eJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOJdzlIfAQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOJdzlIfAQ .item:focus,
.cid-uOJdzlIfAQ span:focus {
  outline: none;
}
.cid-uOJdzlIfAQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOJdzlIfAQ .content-head {
  max-width: 800px;
}
.cid-uOJdzlIfAQ .item {
  padding: 10px 0;
  color: #e4330d;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOJdzlIfAQ .item {
    min-height: 45px;
  }
}
.cid-v2wtfTPBcA {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v2wtfTPBcA H1 {
  color: #57468b;
}
.cid-v2wtfTPBcA .mbr-text,
.cid-v2wtfTPBcA .mbr-section-btn {
  color: #716c80;
}
.cid-v2wtfTPBcA img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-v2wtfTPBcA img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-v2wtfTPBcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wtfTPBcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wzNAo8Ai {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2wzNAo8Ai .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wzNAo8Ai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wzNAo8Ai .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2wzNAo8Ai .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2wzNAo8Ai .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v2wzNAo8Ai .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2wzNAo8Ai .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2wzNAo8Ai .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2wzNAo8Ai .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2wzNAo8Ai .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2wzNAo8Ai .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v2wzNAo8Ai .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #e4330d;
  color: #e4330d;
  font-size: 11px;
}
.cid-v2wzNAo8Ai .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2wzNAo8Ai .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v2wzNAo8Ai .list_2 {
    padding-left: 0;
  }
}
.cid-v2wzNAo8Ai .mbr-section-title {
  color: #e4330d;
  text-align: center;
}
.cid-v2wzNAo8Ai .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v2wzNAo8Ai .mbr-text,
.cid-v2wzNAo8Ai .text-wrapper {
  color: #e4330d;
  text-align: center;
}
.cid-v2wzNAo8Ai .list {
  color: #666666;
}
.cid-v2wzNAo8Ai .list,
.cid-v2wzNAo8Ai .item-wrap,
.cid-v2wzNAo8Ai .list-wrapper {
  color: #ffffff;
}
.cid-uOhqGIPsP0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uOhqGIPsP0 h4 {
  margin-bottom: 0;
}
.cid-uOhqGIPsP0 p {
  color: #767676;
}
.cid-uOhqGIPsP0 .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uOhqGIPsP0 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uOhqGIPsP0 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uOhqGIPsP0 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e4330d !important;
  box-shadow: none!important;
}
.cid-uOhqGIPsP0 .btn-info-outline:active,
.cid-uOhqGIPsP0 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uOhqGIPsP0 .card-box {
  padding-top: 2rem;
}
.cid-uOhqGIPsP0 .card-wrapper {
  height: 100%;
}
.cid-uOhqGIPsP0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uOhqGIPsP0 img {
  border-radius: 8px;
}
.cid-uOhqGIPsP0 .card-title {
  color: #e4330d;
}
.cid-uOhqGIPsP0 .main-title {
  color: #e4330d;
  text-align: center;
}
.cid-uOhqGIPsP0 DIV {
  color: #57468b;
}
.cid-uOhqGIPsP0 .card-img {
  width: auto;
}
.cid-uOhqGIPsP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhqGIPsP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhqGIPsP0 .mbr-text,
.cid-uOhqGIPsP0 .mbr-section-btn {
  color: #fffff5;
}
.cid-uR6Fa8nppy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR6Fa8nppy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6Fa8nppy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6Fa8nppy .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR6Fa8nppy .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uR6Fa8nppy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uR6Fa8nppy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uR6Fa8nppy .embla__slide .slide-content {
  width: 100%;
}
.cid-uR6Fa8nppy .embla__slide .slide-content:hover .item-wrapper,
.cid-uR6Fa8nppy .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uR6Fa8nppy .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uR6Fa8nppy .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uR6Fa8nppy .embla__button--next,
.cid-uR6Fa8nppy .embla__button--prev {
  display: flex;
}
.cid-uR6Fa8nppy .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uR6Fa8nppy .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uR6Fa8nppy .embla__button.embla__button--prev {
  left: 0;
}
.cid-uR6Fa8nppy .embla__button.embla__button--next {
  right: 0;
}
.cid-uR6Fa8nppy .embla {
  position: relative;
  width: 100%;
}
.cid-uR6Fa8nppy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uR6Fa8nppy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR6Fa8nppy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR6Fa8nppy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR6Fa8nppy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uR6Fa8nppy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR6Fa8nppy .mbr-section-title,
.cid-uR6Fa8nppy .mbr-section-btn {
  color: #e4330d;
}
.cid-v2wCboPLpB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #060606;
}
.cid-v2wCboPLpB h4 {
  margin-bottom: 0;
}
.cid-v2wCboPLpB p {
  color: #767676;
}
.cid-v2wCboPLpB .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-v2wCboPLpB .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-v2wCboPLpB .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-v2wCboPLpB .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e4330d !important;
  box-shadow: none!important;
}
.cid-v2wCboPLpB .btn-info-outline:active,
.cid-v2wCboPLpB .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-v2wCboPLpB .card-box {
  padding-top: 2rem;
}
.cid-v2wCboPLpB .card-wrapper {
  height: 100%;
}
.cid-v2wCboPLpB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v2wCboPLpB img {
  border-radius: 8px;
}
.cid-v2wCboPLpB .card-title {
  color: #e4330d;
}
.cid-v2wCboPLpB .main-title {
  color: #e4330d;
  text-align: center;
}
.cid-v2wCboPLpB DIV {
  color: #57468b;
}
.cid-v2wCboPLpB .card-img {
  width: auto;
}
.cid-v2wCboPLpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wCboPLpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wBdqWel6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/consulting202-2000x1000.webp");
}
.cid-v2wBdqWel6 .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-v2wBdqWel6 .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-v2wBdqWel6 .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #e4330d;
}
.cid-v2wBdqWel6 .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v2wBdqWel6 .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #f8d414;
}
.cid-v2wBdqWel6 .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-v2wBdqWel6 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v2wBdqWel6 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v2wBdqWel6 img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-v2wBdqWel6 .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v2wBdqWel6 .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-v2wBdqWel6 .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-v2wBdqWel6 .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-v2wBdqWel6 .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-v2wBdqWel6 .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v2wBdqWel6 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v2wBdqWel6 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v2wBdqWel6 .align {
  display: flex;
  align-items: center;
}
.cid-v2wBdqWel6 .mbr-section-title {
  margin-bottom: 56px;
  color: #fffff5;
  text-align: center;
}
.cid-v2wBdqWel6 .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-v2wBdqWel6 .card-text,
.cid-v2wBdqWel6 .iconfont-wrapper {
  color: #000000;
}
.cid-v2wBdqWel6 .item-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-v2B096UmUb {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/contact20us202-2000x1000.webp");
}
.cid-v2B096UmUb .mbr-overlay {
  background-color: #232323;
  opacity: 0.9;
}
.cid-v2B096UmUb input,
.cid-v2B096UmUb textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-v2B096UmUb .col-auto {
  width: 100%;
  text-align: center;
}
.cid-v2B096UmUb img {
  width: 90%;
  border-radius: 8px;
}
.cid-v2B096UmUb .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-v2B096UmUb textarea {
  min-height: 160px;
}
.cid-v2B096UmUb .form-control,
.cid-v2B096UmUb .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2B096UmUb .form-control:hover,
.cid-v2B096UmUb .field-input:hover,
.cid-v2B096UmUb .form-control:focus,
.cid-v2B096UmUb .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v2B096UmUb input::-webkit-input-placeholder,
.cid-v2B096UmUb textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-v2B096UmUb input:-moz-placeholder,
.cid-v2B096UmUb textarea:-moz-placeholder {
  color: #807d78;
}
.cid-v2B096UmUb .jq-selectbox li,
.cid-v2B096UmUb .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B096UmUb .jq-selectbox li:hover,
.cid-v2B096UmUb .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B096UmUb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B096UmUb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B096UmUb H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2B096UmUb img {
    width: 100%;
  }
}
.cid-v2B096UmUb LABEL {
  color: #ffffff;
}
.cid-uP88jHuqzP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uP88jHuqzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP88jHuqzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP88jHuqzP .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP88jHuqzP .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uP88jHuqzP .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP88jHuqzP .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uP88jHuqzP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP88jHuqzP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uP88jHuqzP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uP88jHuqzP .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uP88jHuqzP .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uP88jHuqzP .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP88jHuqzP .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uP88jHuqzP .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uP88jHuqzP .items-wrapper .card {
  padding: 0 32px;
}
.cid-uP88jHuqzP .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP88jHuqzP .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP88jHuqzP .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP88jHuqzP .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uP88jHuqzP .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uP88jHuqzP .list-wrapper .list .item-wrap:hover,
.cid-uP88jHuqzP .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uP88jHuqzP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uP88jHuqzP .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP88jHuqzP .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP88jHuqzP .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP88jHuqzP .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uP88jHuqzP .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uP88jHuqzP .mbr-desc {
  color: #ffffff;
}
.cid-uP88jHuqzP .mbr-text,
.cid-uP88jHuqzP .text-wrapper {
  color: #9aa0a6;
}
.cid-uP88jHuqzP .list {
  color: #9aa0a6;
}
.cid-uP88jHuqzP .mbr-text,
.cid-uP88jHuqzP .mbr-section-btn {
  color: #e4330d;
}
.cid-uP88jHuqzP .list,
.cid-uP88jHuqzP .item-wrap {
  color: #e4330d;
}
.cid-uTlDGgrYmE .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uTlDGgrYmE .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uTlDGgrYmE .nav-item:focus,
.cid-uTlDGgrYmE .nav-link:focus {
  outline: none;
}
.cid-uTlDGgrYmE .text-white:hover,
.cid-uTlDGgrYmE .text-white:active,
.cid-uTlDGgrYmE .text-white:focus {
  color: white!important;
}
.cid-uTlDGgrYmE .section {
  position: relative;
  overflow: visible!important;
}
.cid-uTlDGgrYmE .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-uTlDGgrYmE .dropdown-item:hover {
  color: white!important;
}
.cid-uTlDGgrYmE .dropdown-menu {
  background-color: black!important;
}
.cid-uTlDGgrYmE .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uTlDGgrYmE .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uTlDGgrYmE .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uTlDGgrYmE .nav-item .nav-link {
    position: relative;
  }
}
.cid-uTlDGgrYmE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTlDGgrYmE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTlDGgrYmE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uTlDGgrYmE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTlDGgrYmE .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-uTlDGgrYmE .collapsed {
  flex-direction: row!important;
}
.cid-uTlDGgrYmE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTlDGgrYmE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTlDGgrYmE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-uTlDGgrYmE .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-uTlDGgrYmE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uTlDGgrYmE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTlDGgrYmE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTlDGgrYmE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTlDGgrYmE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTlDGgrYmE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTlDGgrYmE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTlDGgrYmE .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-uTlDGgrYmE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTlDGgrYmE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uTlDGgrYmE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uTlDGgrYmE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTlDGgrYmE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTlDGgrYmE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTlDGgrYmE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTlDGgrYmE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTlDGgrYmE .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-uTlDGgrYmE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTlDGgrYmE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTlDGgrYmE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTlDGgrYmE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTlDGgrYmE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTlDGgrYmE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uTlDGgrYmE .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-uTlDGgrYmE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTlDGgrYmE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTlDGgrYmE .navbar-caption {
  font-weight: 600!important;
}
.cid-uTlDGgrYmE .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-uTlDGgrYmE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTlDGgrYmE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTlDGgrYmE .dropdown-item.active,
.cid-uTlDGgrYmE .dropdown-item:active {
  background-color: transparent;
}
.cid-uTlDGgrYmE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTlDGgrYmE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTlDGgrYmE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTlDGgrYmE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-uTlDGgrYmE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTlDGgrYmE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTlDGgrYmE .navbar-buttons {
  text-align: center;
}
.cid-uTlDGgrYmE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTlDGgrYmE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-uTlDGgrYmE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTlDGgrYmE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTlDGgrYmE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTlDGgrYmE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTlDGgrYmE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTlDGgrYmE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTlDGgrYmE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTlDGgrYmE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTlDGgrYmE .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uTlDGgrYmE .nav-link {
  font-weight: 600!important;
}
.cid-uTlDGgrYmE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTlDGgrYmE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uTlDGgrYmE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uTlDGgrYmE .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTlDGgrYmE .navbar {
    height: 77px;
  }
  .cid-uTlDGgrYmE .navbar.opened {
    height: auto;
  }
  .cid-uTlDGgrYmE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTlDGgVLML {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/legal20it-2000x1000.webp");
}
.cid-uTlDGgVLML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTlDGgVLML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTlDGgVLML H1 {
  color: #ffffff;
}
.cid-uTlDGgVLML .mbr-text,
.cid-uTlDGgVLML .mbr-section-btn {
  color: #ffffff;
}
.cid-uTlDGhckSs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTlDGhckSs .item:focus,
.cid-uTlDGhckSs span:focus {
  outline: none;
}
.cid-uTlDGhckSs .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uTlDGhckSs .content-head {
  max-width: 800px;
}
.cid-uTlDGhckSs .item {
  padding: 10px 0;
  color: #e4330d;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uTlDGhckSs .item {
    min-height: 45px;
  }
}
.cid-uTlDGhqkBV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-uTlDGhqkBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTlDGhqkBV .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-uTlDGhqkBV .mbr-figure {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uTlDGhqkBV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uTlDGhqkBV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTlDGhqkBV .text-wrapper .mbr-card-title {
  margin-bottom: 0.5rem;
}
.cid-uTlDGhqkBV .text-wrapper .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.cid-uTlDGhqkBV .text-wrapper .pb-4 {
  padding-bottom: 1.5rem !important;
}
.cid-uTlDGhqkBV .text-wrapper .pt-4 {
  padding-top: 1.5rem !important;
}
.cid-uTlDGhqkBV .text-wrapper .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uTlDGhqkBV .app-video-wrapper img {
  background-color: #060606;
  padding: 4px;
}
.cid-uTlDGhqkBV .media-content,
.cid-uTlDGhqkBV .mbr-figure {
  align-self: center;
}
.cid-uTlDGhqkBV .mbr-figure {
  overflow: hidden;
}
.cid-uTlDGhqkBV .card {
  background-color: #000000;
  background-color: #060606;
  padding: 4px;
}
.cid-uTlDGhqkBV .icon-title {
  color: #bff747;
}
.cid-uTlDGhqkBV .mbr-text {
  color: #c1c1c1;
}
.cid-uTlDGhqkBV .mbr-number {
  color: #636161;
}
.cid-uTlDGhqkBV .card-text,
.cid-uTlDGhqkBV .item .mbr-section-btn {
  color: #fdfde1;
}
.cid-uTlDGhqkBV .mbr-section-title {
  color: #f2f6ff;
}
.cid-uTlDGhLq9s {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uTlDGhLq9s img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uTlDGhLq9s H1 {
  color: #ffffff;
}
.cid-uTlDGhLq9s .mbr-text,
.cid-uTlDGhLq9s .mbr-section-btn {
  color: #716c80;
}
.cid-uTlDGhLq9s H3 {
  color: #716c80;
}
.cid-uTlDGhLq9s .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uTlDGhLq9s .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uTlDGhLq9s .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uTlDGhLq9s .link:hover {
  color: #e4330d !important;
}
.cid-uTlDGhLq9s .link:hover .link-ico {
  color: #e4330d !important;
  padding-left: 10px;
}
.cid-uTlDGhLq9s DIV {
  color: #57468b;
}
.cid-uTlDGhLq9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTlDGhLq9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTlDGhLq9s .mbr-text,
.cid-uTlDGhLq9s .media-content {
  color: #e4330d;
}
.cid-uTlDGhWF1t {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTlDGhWF1t H1 {
  color: #060606;
}
.cid-uTlDGhWF1t .align-left {
  margin: auto;
}
.cid-uTlDGhWF1t .row {
  justify-content: space-between;
}
.cid-uTlDGhWF1t .mbr-text,
.cid-uTlDGhWF1t .mbr-section-btn {
  color: #716c80;
}
.cid-uTlDGhWF1t .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-uTlDGhWF1t .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uTlDGhWF1t .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uTlDGhWF1t .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uTlDGhWF1t .link:hover {
  color: #e4330d !important;
}
.cid-uTlDGhWF1t .link:hover .link-ico {
  color: #e4330d !important;
  padding-left: 10px;
}
.cid-uTlDGhWF1t DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uTlDGhWF1t .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-uTlDGhWF1t h1 {
    padding-bottom: 1rem;
  }
}
.cid-uTlDGhWF1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTlDGhWF1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTlDGhWF1t .mbr-text,
.cid-uTlDGhWF1t .media-content {
  color: #e4330d;
}
.cid-uTlDGi8Zut {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTlDGi8Zut .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-uTlDGi8Zut h4 {
  text-align: center;
}
.cid-uTlDGi8Zut p {
  text-align: center;
}
.cid-uTlDGi8Zut .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uTlDGi8Zut .mbr-iconfont {
  transition: all 0.3s;
  color: #e4330d !important;
  font-size: 6rem !important;
}
.cid-uTlDGi8Zut .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-uTlDGi8Zut .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uTlDGi8Zut .card:hover .mbr-iconfont {
  color: #636161 !important;
}
.cid-uTlDGi8Zut .card-title,
.cid-uTlDGi8Zut .card-img {
  color: #e4330d;
}
.cid-uTlDGi8Zut .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-uTlDGi8Zut .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-uTlDGi8Zut .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uTlDGi8Zut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTlDGi8Zut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTlDGjCVRt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/consulting202-2000x1000.webp");
}
.cid-uTlDGjCVRt .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uTlDGjCVRt .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-uTlDGjCVRt .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #e4330d;
}
.cid-uTlDGjCVRt .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uTlDGjCVRt .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #f8d414;
}
.cid-uTlDGjCVRt .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-uTlDGjCVRt .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uTlDGjCVRt .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uTlDGjCVRt img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uTlDGjCVRt .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uTlDGjCVRt .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uTlDGjCVRt .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uTlDGjCVRt .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uTlDGjCVRt .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uTlDGjCVRt .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uTlDGjCVRt .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uTlDGjCVRt .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uTlDGjCVRt .align {
  display: flex;
  align-items: center;
}
.cid-uTlDGjCVRt .mbr-section-title {
  margin-bottom: 56px;
  color: #fffff5;
  text-align: center;
}
.cid-uTlDGjCVRt .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uTlDGjCVRt .card-text,
.cid-uTlDGjCVRt .iconfont-wrapper {
  color: #000000;
}
.cid-uTlDGjCVRt .item-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uTlDGkga7M {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #060606;
}
.cid-uTlDGkga7M h4 {
  margin-bottom: 0;
}
.cid-uTlDGkga7M p {
  color: #767676;
}
.cid-uTlDGkga7M .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uTlDGkga7M .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uTlDGkga7M .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uTlDGkga7M .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e4330d !important;
  box-shadow: none!important;
}
.cid-uTlDGkga7M .btn-info-outline:active,
.cid-uTlDGkga7M .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uTlDGkga7M .card-box {
  padding-top: 2rem;
}
.cid-uTlDGkga7M .card-wrapper {
  height: 100%;
}
.cid-uTlDGkga7M .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uTlDGkga7M img {
  border-radius: 8px;
}
.cid-uTlDGkga7M .card-title {
  color: #e4330d;
}
.cid-uTlDGkga7M .main-title {
  color: #e4330d;
  text-align: center;
}
.cid-uTlDGkga7M DIV {
  color: #57468b;
}
.cid-uTlDGkga7M .card-img {
  width: auto;
}
.cid-uTlDGkga7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTlDGkga7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFanD2iKV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTFanD2iKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFanD2iKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFanD2iKV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTFanD2iKV .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTFanD2iKV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uTFanD2iKV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTFanD2iKV .embla__slide .slide-content {
  width: 100%;
}
.cid-uTFanD2iKV .embla__slide .slide-content:hover .item-wrapper,
.cid-uTFanD2iKV .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uTFanD2iKV .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uTFanD2iKV .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTFanD2iKV .embla__button--next,
.cid-uTFanD2iKV .embla__button--prev {
  display: flex;
}
.cid-uTFanD2iKV .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uTFanD2iKV .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uTFanD2iKV .embla__button.embla__button--prev {
  left: 0;
}
.cid-uTFanD2iKV .embla__button.embla__button--next {
  right: 0;
}
.cid-uTFanD2iKV .embla {
  position: relative;
  width: 100%;
}
.cid-uTFanD2iKV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTFanD2iKV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTFanD2iKV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTFanD2iKV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTFanD2iKV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTFanD2iKV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTFanD2iKV .mbr-section-title,
.cid-uTFanD2iKV .mbr-section-btn {
  color: #e4330d;
}
.cid-uTlDGkDXNY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/contact20us-2000x1000.webp");
}
.cid-uTlDGkDXNY .mbr-overlay {
  background-color: #060606;
  opacity: 0.6;
}
.cid-uTlDGkDXNY input,
.cid-uTlDGkDXNY textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uTlDGkDXNY .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uTlDGkDXNY img {
  width: 90%;
  border-radius: 8px;
}
.cid-uTlDGkDXNY .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uTlDGkDXNY textarea {
  min-height: 160px;
}
.cid-uTlDGkDXNY .form-control,
.cid-uTlDGkDXNY .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uTlDGkDXNY .form-control:hover,
.cid-uTlDGkDXNY .field-input:hover,
.cid-uTlDGkDXNY .form-control:focus,
.cid-uTlDGkDXNY .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uTlDGkDXNY input::-webkit-input-placeholder,
.cid-uTlDGkDXNY textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uTlDGkDXNY input:-moz-placeholder,
.cid-uTlDGkDXNY textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uTlDGkDXNY .jq-selectbox li,
.cid-uTlDGkDXNY .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-uTlDGkDXNY .jq-selectbox li:hover,
.cid-uTlDGkDXNY .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-uTlDGkDXNY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-uTlDGkDXNY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-uTlDGkDXNY H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTlDGkDXNY img {
    width: 100%;
  }
}
.cid-uTlDGkW5oZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uTlDGkW5oZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTlDGkW5oZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTlDGkW5oZ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTlDGkW5oZ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uTlDGkW5oZ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTlDGkW5oZ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uTlDGkW5oZ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTlDGkW5oZ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTlDGkW5oZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTlDGkW5oZ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uTlDGkW5oZ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uTlDGkW5oZ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTlDGkW5oZ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uTlDGkW5oZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTlDGkW5oZ .items-wrapper .card {
  padding: 0 32px;
}
.cid-uTlDGkW5oZ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTlDGkW5oZ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTlDGkW5oZ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTlDGkW5oZ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTlDGkW5oZ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTlDGkW5oZ .list-wrapper .list .item-wrap:hover,
.cid-uTlDGkW5oZ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTlDGkW5oZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTlDGkW5oZ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTlDGkW5oZ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTlDGkW5oZ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTlDGkW5oZ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uTlDGkW5oZ .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uTlDGkW5oZ .mbr-desc {
  color: #ffffff;
}
.cid-uTlDGkW5oZ .mbr-text,
.cid-uTlDGkW5oZ .text-wrapper {
  color: #9aa0a6;
}
.cid-uTlDGkW5oZ .list {
  color: #9aa0a6;
}
.cid-uTlDGkW5oZ .mbr-text,
.cid-uTlDGkW5oZ .mbr-section-btn {
  color: #e4330d;
}
.cid-uTlDGkW5oZ .list,
.cid-uTlDGkW5oZ .item-wrap {
  color: #e4330d;
}
.cid-u68Xv7zMOt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u68Xv7zMOt .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u68Xv7zMOt .nav-item:focus,
.cid-u68Xv7zMOt .nav-link:focus {
  outline: none;
}
.cid-u68Xv7zMOt .text-white:hover,
.cid-u68Xv7zMOt .text-white:active,
.cid-u68Xv7zMOt .text-white:focus {
  color: white!important;
}
.cid-u68Xv7zMOt .section {
  position: relative;
  overflow: visible!important;
}
.cid-u68Xv7zMOt .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-u68Xv7zMOt .dropdown-item:hover {
  color: white!important;
}
.cid-u68Xv7zMOt .dropdown-menu {
  background-color: black!important;
}
.cid-u68Xv7zMOt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-u68Xv7zMOt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u68Xv7zMOt .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-u68Xv7zMOt .nav-item .nav-link {
    position: relative;
  }
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u68Xv7zMOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .collapsed {
  flex-direction: row!important;
}
.cid-u68Xv7zMOt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u68Xv7zMOt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u68Xv7zMOt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-u68Xv7zMOt .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-u68Xv7zMOt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u68Xv7zMOt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u68Xv7zMOt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u68Xv7zMOt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u68Xv7zMOt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u68Xv7zMOt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u68Xv7zMOt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u68Xv7zMOt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u68Xv7zMOt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u68Xv7zMOt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u68Xv7zMOt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u68Xv7zMOt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u68Xv7zMOt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u68Xv7zMOt .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-u68Xv7zMOt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u68Xv7zMOt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u68Xv7zMOt .navbar-caption {
  font-weight: 600!important;
}
.cid-u68Xv7zMOt .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-u68Xv7zMOt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u68Xv7zMOt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u68Xv7zMOt .dropdown-item.active,
.cid-u68Xv7zMOt .dropdown-item:active {
  background-color: transparent;
}
.cid-u68Xv7zMOt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u68Xv7zMOt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u68Xv7zMOt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u68Xv7zMOt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-u68Xv7zMOt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u68Xv7zMOt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u68Xv7zMOt .navbar-buttons {
  text-align: center;
}
.cid-u68Xv7zMOt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u68Xv7zMOt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u68Xv7zMOt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u68Xv7zMOt .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u68Xv7zMOt .nav-link {
  font-weight: 600!important;
}
.cid-u68Xv7zMOt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u68Xv7zMOt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u68Xv7zMOt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u68Xv7zMOt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u68Xv7zMOt .navbar {
    height: 77px;
  }
  .cid-u68Xv7zMOt .navbar.opened {
    height: auto;
  }
  .cid-u68Xv7zMOt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSTqJfNwxV {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/untitled20design2018-2000x1000.webp");
}
.cid-uSTqJfNwxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTqJfNwxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTqJfNwxV H1 {
  color: #ffffff;
}
.cid-uSTqJfNwxV .mbr-text,
.cid-uSTqJfNwxV .mbr-section-btn {
  color: #ffffff;
}
.cid-uT53dbZJOa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uT53dbZJOa .item:focus,
.cid-uT53dbZJOa span:focus {
  outline: none;
}
.cid-uT53dbZJOa .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uT53dbZJOa .content-head {
  max-width: 800px;
}
.cid-uT53dbZJOa .item {
  padding: 10px 0;
  color: #e4330d;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT53dbZJOa .item {
    min-height: 45px;
  }
}
.cid-uSTxB7cqlt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-uSTxB7cqlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTxB7cqlt .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-uSTxB7cqlt .mbr-figure {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uSTxB7cqlt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uSTxB7cqlt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSTxB7cqlt .text-wrapper .mbr-card-title {
  margin-bottom: 0.5rem;
}
.cid-uSTxB7cqlt .text-wrapper .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.cid-uSTxB7cqlt .text-wrapper .pb-4 {
  padding-bottom: 1.5rem !important;
}
.cid-uSTxB7cqlt .text-wrapper .pt-4 {
  padding-top: 1.5rem !important;
}
.cid-uSTxB7cqlt .text-wrapper .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uSTxB7cqlt .app-video-wrapper img {
  background-color: #060606;
  padding: 4px;
}
.cid-uSTxB7cqlt .media-content,
.cid-uSTxB7cqlt .mbr-figure {
  align-self: center;
}
.cid-uSTxB7cqlt .mbr-figure {
  overflow: hidden;
}
.cid-uSTxB7cqlt .card {
  background-color: #000000;
  background-color: #060606;
  padding: 4px;
}
.cid-uSTxB7cqlt .icon-title {
  color: #bff747;
}
.cid-uSTxB7cqlt .mbr-text {
  color: #c1c1c1;
}
.cid-uSTxB7cqlt .mbr-number {
  color: #636161;
}
.cid-uSTxB7cqlt .card-text,
.cid-uSTxB7cqlt .item .mbr-section-btn {
  color: #fdfde1;
}
.cid-uSTxB7cqlt .mbr-section-title {
  color: #f2f6ff;
}
.cid-uSTDVoFPJb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uSTDVoFPJb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uSTDVoFPJb H1 {
  color: #ffffff;
}
.cid-uSTDVoFPJb .mbr-text,
.cid-uSTDVoFPJb .mbr-section-btn {
  color: #716c80;
}
.cid-uSTDVoFPJb H3 {
  color: #716c80;
}
.cid-uSTDVoFPJb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uSTDVoFPJb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uSTDVoFPJb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uSTDVoFPJb .link:hover {
  color: #e4330d !important;
}
.cid-uSTDVoFPJb .link:hover .link-ico {
  color: #e4330d !important;
  padding-left: 10px;
}
.cid-uSTDVoFPJb DIV {
  color: #57468b;
}
.cid-uSTDVoFPJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTDVoFPJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTDVoFPJb .mbr-text,
.cid-uSTDVoFPJb .media-content {
  color: #e4330d;
}
.cid-uSTPgOqwN4 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uSTPgOqwN4 H1 {
  color: #060606;
}
.cid-uSTPgOqwN4 .align-left {
  margin: auto;
}
.cid-uSTPgOqwN4 .row {
  justify-content: space-between;
}
.cid-uSTPgOqwN4 .mbr-text,
.cid-uSTPgOqwN4 .mbr-section-btn {
  color: #716c80;
}
.cid-uSTPgOqwN4 .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-uSTPgOqwN4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uSTPgOqwN4 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uSTPgOqwN4 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uSTPgOqwN4 .link:hover {
  color: #e4330d !important;
}
.cid-uSTPgOqwN4 .link:hover .link-ico {
  color: #e4330d !important;
  padding-left: 10px;
}
.cid-uSTPgOqwN4 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uSTPgOqwN4 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-uSTPgOqwN4 h1 {
    padding-bottom: 1rem;
  }
}
.cid-uSTPgOqwN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTPgOqwN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTPgOqwN4 .mbr-text,
.cid-uSTPgOqwN4 .media-content {
  color: #e4330d;
}
.cid-uSTB4nUN3m {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSTB4nUN3m .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-uSTB4nUN3m h4 {
  text-align: center;
}
.cid-uSTB4nUN3m p {
  text-align: center;
}
.cid-uSTB4nUN3m .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uSTB4nUN3m .mbr-iconfont {
  transition: all 0.3s;
  color: #e4330d !important;
  font-size: 6rem !important;
}
.cid-uSTB4nUN3m .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-uSTB4nUN3m .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uSTB4nUN3m .card:hover .mbr-iconfont {
  color: #636161 !important;
}
.cid-uSTB4nUN3m .card-title,
.cid-uSTB4nUN3m .card-img {
  color: #e4330d;
}
.cid-uSTB4nUN3m .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-uSTB4nUN3m .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-uSTB4nUN3m .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uSTB4nUN3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTB4nUN3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT53g3hCsV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT53g3hCsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT53g3hCsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT53g3hCsV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT53g3hCsV .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uT53g3hCsV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uT53g3hCsV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uT53g3hCsV .embla__slide .slide-content {
  width: 100%;
}
.cid-uT53g3hCsV .embla__slide .slide-content:hover .item-wrapper,
.cid-uT53g3hCsV .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uT53g3hCsV .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uT53g3hCsV .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uT53g3hCsV .embla__button--next,
.cid-uT53g3hCsV .embla__button--prev {
  display: flex;
}
.cid-uT53g3hCsV .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uT53g3hCsV .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uT53g3hCsV .embla__button.embla__button--prev {
  left: 0;
}
.cid-uT53g3hCsV .embla__button.embla__button--next {
  right: 0;
}
.cid-uT53g3hCsV .embla {
  position: relative;
  width: 100%;
}
.cid-uT53g3hCsV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uT53g3hCsV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT53g3hCsV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT53g3hCsV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT53g3hCsV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uT53g3hCsV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT53g3hCsV .mbr-section-title,
.cid-uT53g3hCsV .mbr-section-btn {
  color: #e4330d;
}
.cid-uT4CXn3EO2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/consulting202-2000x1000.webp");
}
.cid-uT4CXn3EO2 .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uT4CXn3EO2 .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-uT4CXn3EO2 .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #e4330d;
}
.cid-uT4CXn3EO2 .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uT4CXn3EO2 .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #f8d414;
}
.cid-uT4CXn3EO2 .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-uT4CXn3EO2 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uT4CXn3EO2 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uT4CXn3EO2 img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uT4CXn3EO2 .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uT4CXn3EO2 .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uT4CXn3EO2 .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uT4CXn3EO2 .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uT4CXn3EO2 .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uT4CXn3EO2 .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uT4CXn3EO2 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uT4CXn3EO2 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uT4CXn3EO2 .align {
  display: flex;
  align-items: center;
}
.cid-uT4CXn3EO2 .mbr-section-title {
  margin-bottom: 56px;
  color: #fffff5;
  text-align: center;
}
.cid-uT4CXn3EO2 .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uT4CXn3EO2 .card-text,
.cid-uT4CXn3EO2 .iconfont-wrapper {
  color: #000000;
}
.cid-uT4CXn3EO2 .item-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uT4KwEZ83x {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #060606;
}
.cid-uT4KwEZ83x h4 {
  margin-bottom: 0;
}
.cid-uT4KwEZ83x p {
  color: #767676;
}
.cid-uT4KwEZ83x .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uT4KwEZ83x .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uT4KwEZ83x .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uT4KwEZ83x .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e4330d !important;
  box-shadow: none!important;
}
.cid-uT4KwEZ83x .btn-info-outline:active,
.cid-uT4KwEZ83x .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uT4KwEZ83x .card-box {
  padding-top: 2rem;
}
.cid-uT4KwEZ83x .card-wrapper {
  height: 100%;
}
.cid-uT4KwEZ83x .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uT4KwEZ83x img {
  border-radius: 8px;
}
.cid-uT4KwEZ83x .card-title {
  color: #e4330d;
}
.cid-uT4KwEZ83x .main-title {
  color: #e4330d;
  text-align: center;
}
.cid-uT4KwEZ83x DIV {
  color: #57468b;
}
.cid-uT4KwEZ83x .card-img {
  width: auto;
}
.cid-uT4KwEZ83x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4KwEZ83x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFadjPop0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTFadjPop0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFadjPop0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFadjPop0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTFadjPop0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTFadjPop0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uTFadjPop0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTFadjPop0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uTFadjPop0 .embla__slide .slide-content:hover .item-wrapper,
.cid-uTFadjPop0 .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uTFadjPop0 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uTFadjPop0 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTFadjPop0 .embla__button--next,
.cid-uTFadjPop0 .embla__button--prev {
  display: flex;
}
.cid-uTFadjPop0 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uTFadjPop0 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uTFadjPop0 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uTFadjPop0 .embla__button.embla__button--next {
  right: 0;
}
.cid-uTFadjPop0 .embla {
  position: relative;
  width: 100%;
}
.cid-uTFadjPop0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTFadjPop0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTFadjPop0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTFadjPop0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTFadjPop0 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTFadjPop0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTFadjPop0 .mbr-section-title,
.cid-uTFadjPop0 .mbr-section-btn {
  color: #e4330d;
}
.cid-uT4Ni14QoO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/contact20us-2000x1000.webp");
}
.cid-uT4Ni14QoO .mbr-overlay {
  background-color: #060606;
  opacity: 0.6;
}
.cid-uT4Ni14QoO input,
.cid-uT4Ni14QoO textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uT4Ni14QoO .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uT4Ni14QoO img {
  width: 90%;
  border-radius: 8px;
}
.cid-uT4Ni14QoO .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uT4Ni14QoO textarea {
  min-height: 160px;
}
.cid-uT4Ni14QoO .form-control,
.cid-uT4Ni14QoO .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uT4Ni14QoO .form-control:hover,
.cid-uT4Ni14QoO .field-input:hover,
.cid-uT4Ni14QoO .form-control:focus,
.cid-uT4Ni14QoO .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uT4Ni14QoO input::-webkit-input-placeholder,
.cid-uT4Ni14QoO textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uT4Ni14QoO input:-moz-placeholder,
.cid-uT4Ni14QoO textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uT4Ni14QoO .jq-selectbox li,
.cid-uT4Ni14QoO .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-uT4Ni14QoO .jq-selectbox li:hover,
.cid-uT4Ni14QoO .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-uT4Ni14QoO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-uT4Ni14QoO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-uT4Ni14QoO H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT4Ni14QoO img {
    width: 100%;
  }
}
.cid-uP88PsCGsp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uP88PsCGsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP88PsCGsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP88PsCGsp .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP88PsCGsp .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uP88PsCGsp .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uP88PsCGsp .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uP88PsCGsp .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP88PsCGsp .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uP88PsCGsp .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uP88PsCGsp .items-wrapper .card {
  padding: 0 32px;
}
.cid-uP88PsCGsp .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP88PsCGsp .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP88PsCGsp .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP88PsCGsp .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uP88PsCGsp .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uP88PsCGsp .list-wrapper .list .item-wrap:hover,
.cid-uP88PsCGsp .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uP88PsCGsp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uP88PsCGsp .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uP88PsCGsp .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uP88PsCGsp .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP88PsCGsp .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uP88PsCGsp .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uP88PsCGsp .mbr-desc {
  color: #ffffff;
}
.cid-uP88PsCGsp .mbr-text,
.cid-uP88PsCGsp .text-wrapper {
  color: #9aa0a6;
}
.cid-uP88PsCGsp .list {
  color: #9aa0a6;
}
.cid-uP88PsCGsp .mbr-text,
.cid-uP88PsCGsp .mbr-section-btn {
  color: #e4330d;
}
.cid-uP88PsCGsp .list,
.cid-uP88PsCGsp .item-wrap {
  color: #e4330d;
}
.cid-uWQhy2LRE7 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uWQhy2LRE7 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uWQhy2LRE7 .nav-item:focus,
.cid-uWQhy2LRE7 .nav-link:focus {
  outline: none;
}
.cid-uWQhy2LRE7 .text-white:hover,
.cid-uWQhy2LRE7 .text-white:active,
.cid-uWQhy2LRE7 .text-white:focus {
  color: white!important;
}
.cid-uWQhy2LRE7 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uWQhy2LRE7 .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-uWQhy2LRE7 .dropdown-item:hover {
  color: white!important;
}
.cid-uWQhy2LRE7 .dropdown-menu {
  background-color: black!important;
}
.cid-uWQhy2LRE7 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uWQhy2LRE7 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uWQhy2LRE7 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uWQhy2LRE7 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWQhy2LRE7 .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-uWQhy2LRE7 .collapsed {
  flex-direction: row!important;
}
.cid-uWQhy2LRE7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWQhy2LRE7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWQhy2LRE7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-uWQhy2LRE7 .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-uWQhy2LRE7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uWQhy2LRE7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWQhy2LRE7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWQhy2LRE7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWQhy2LRE7 .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-uWQhy2LRE7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWQhy2LRE7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWQhy2LRE7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWQhy2LRE7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWQhy2LRE7 .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-uWQhy2LRE7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWQhy2LRE7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWQhy2LRE7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWQhy2LRE7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWQhy2LRE7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWQhy2LRE7 .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-uWQhy2LRE7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWQhy2LRE7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWQhy2LRE7 .navbar-caption {
  font-weight: 600!important;
}
.cid-uWQhy2LRE7 .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-uWQhy2LRE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWQhy2LRE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWQhy2LRE7 .dropdown-item.active,
.cid-uWQhy2LRE7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWQhy2LRE7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWQhy2LRE7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWQhy2LRE7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWQhy2LRE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-uWQhy2LRE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWQhy2LRE7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWQhy2LRE7 .navbar-buttons {
  text-align: center;
}
.cid-uWQhy2LRE7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWQhy2LRE7 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWQhy2LRE7 .nav-link {
  font-weight: 600!important;
}
.cid-uWQhy2LRE7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWQhy2LRE7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uWQhy2LRE7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uWQhy2LRE7 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWQhy2LRE7 .navbar {
    height: 77px;
  }
  .cid-uWQhy2LRE7 .navbar.opened {
    height: auto;
  }
  .cid-uWQhy2LRE7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWQqmRO5Zx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/small20biz20it20support2020201-2000x1000.webp");
}
.cid-uWQqmRO5Zx H1 {
  color: #e4330d;
  text-align: center;
}
.cid-uWQqmRO5Zx .mbr-text,
.cid-uWQqmRO5Zx .mbr-section-btn {
  color: #fffff5;
}
.cid-uWQqmRO5Zx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQqmRO5Zx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQhy3MurV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uWQhy3MurV .item:focus,
.cid-uWQhy3MurV span:focus {
  outline: none;
}
.cid-uWQhy3MurV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uWQhy3MurV .content-head {
  max-width: 800px;
}
.cid-uWQhy3MurV .item {
  padding: 10px 0;
  color: #e4330d;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uWQhy3MurV .item {
    min-height: 45px;
  }
}
.cid-v2wmlUwLfb {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v2wmlUwLfb H1 {
  color: #57468b;
}
.cid-v2wmlUwLfb .mbr-text,
.cid-v2wmlUwLfb .mbr-section-btn {
  color: #716c80;
}
.cid-v2wmlUwLfb img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-v2wmlUwLfb img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-v2wmlUwLfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wmlUwLfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQhy3Z2sY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWQhy3Z2sY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQhy3Z2sY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQhy3Z2sY .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWQhy3Z2sY .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWQhy3Z2sY .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWQhy3Z2sY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWQhy3Z2sY .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWQhy3Z2sY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWQhy3Z2sY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWQhy3Z2sY .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWQhy3Z2sY .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWQhy3Z2sY .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #e4330d;
  color: #e4330d;
  font-size: 11px;
}
.cid-uWQhy3Z2sY .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWQhy3Z2sY .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWQhy3Z2sY .list_2 {
    padding-left: 0;
  }
}
.cid-uWQhy3Z2sY .mbr-section-title {
  color: #fffff5;
  text-align: center;
}
.cid-uWQhy3Z2sY .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uWQhy3Z2sY .mbr-text,
.cid-uWQhy3Z2sY .text-wrapper {
  color: #e4330d;
  text-align: center;
}
.cid-uWQhy3Z2sY .list {
  color: #666666;
}
.cid-uWQhy3Z2sY .list,
.cid-uWQhy3Z2sY .item-wrap,
.cid-uWQhy3Z2sY .list-wrapper {
  color: #ffffff;
}
.cid-uWQhy4bNdz {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWQhy4bNdz H1 {
  color: #060606;
}
.cid-uWQhy4bNdz .align-left {
  margin: auto;
}
.cid-uWQhy4bNdz .row {
  justify-content: space-between;
}
.cid-uWQhy4bNdz .mbr-text,
.cid-uWQhy4bNdz .mbr-section-btn {
  color: #716c80;
}
.cid-uWQhy4bNdz .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-uWQhy4bNdz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uWQhy4bNdz .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uWQhy4bNdz .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uWQhy4bNdz .link:hover {
  color: #e4330d !important;
}
.cid-uWQhy4bNdz .link:hover .link-ico {
  color: #e4330d !important;
  padding-left: 10px;
}
.cid-uWQhy4bNdz DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uWQhy4bNdz .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-uWQhy4bNdz h1 {
    padding-bottom: 1rem;
  }
}
.cid-uWQhy4bNdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQhy4bNdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQhy4bNdz .mbr-text,
.cid-uWQhy4bNdz .media-content {
  color: #e4330d;
}
.cid-uWQhy4tNJZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWQhy4tNJZ .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-uWQhy4tNJZ h4 {
  text-align: center;
}
.cid-uWQhy4tNJZ p {
  text-align: center;
}
.cid-uWQhy4tNJZ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uWQhy4tNJZ .mbr-iconfont {
  transition: all 0.3s;
  color: #e4330d !important;
  font-size: 6rem !important;
}
.cid-uWQhy4tNJZ .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-uWQhy4tNJZ .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uWQhy4tNJZ .card:hover .mbr-iconfont {
  color: #636161 !important;
}
.cid-uWQhy4tNJZ .card-title,
.cid-uWQhy4tNJZ .card-img {
  color: #e4330d;
}
.cid-uWQhy4tNJZ .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-uWQhy4tNJZ .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-uWQhy4tNJZ .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uWQhy4tNJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQhy4tNJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQhy4TMAS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWQhy4TMAS H1 {
  color: #57468b;
}
.cid-uWQhy4TMAS .mbr-text,
.cid-uWQhy4TMAS .mbr-section-btn {
  color: #716c80;
}
.cid-uWQhy4TMAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQhy4TMAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQhy5es12 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/consulting202-2000x1000.webp");
}
.cid-uWQhy5es12 .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uWQhy5es12 .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-uWQhy5es12 .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #e4330d;
}
.cid-uWQhy5es12 .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uWQhy5es12 .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #f8d414;
}
.cid-uWQhy5es12 .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-uWQhy5es12 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uWQhy5es12 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uWQhy5es12 img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uWQhy5es12 .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uWQhy5es12 .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uWQhy5es12 .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uWQhy5es12 .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uWQhy5es12 .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uWQhy5es12 .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uWQhy5es12 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uWQhy5es12 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uWQhy5es12 .align {
  display: flex;
  align-items: center;
}
.cid-uWQhy5es12 .mbr-section-title {
  margin-bottom: 56px;
  color: #fffff5;
  text-align: center;
}
.cid-uWQhy5es12 .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uWQhy5es12 .card-text,
.cid-uWQhy5es12 .iconfont-wrapper {
  color: #000000;
}
.cid-uWQhy5es12 .item-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uWQhy6d59L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWQhy6d59L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQhy6d59L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQhy6d59L .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWQhy6d59L .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uWQhy6d59L .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uWQhy6d59L .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWQhy6d59L .embla__slide .slide-content {
  width: 100%;
}
.cid-uWQhy6d59L .embla__slide .slide-content:hover .item-wrapper,
.cid-uWQhy6d59L .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uWQhy6d59L .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uWQhy6d59L .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWQhy6d59L .embla__button--next,
.cid-uWQhy6d59L .embla__button--prev {
  display: flex;
}
.cid-uWQhy6d59L .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWQhy6d59L .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWQhy6d59L .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWQhy6d59L .embla__button.embla__button--next {
  right: 0;
}
.cid-uWQhy6d59L .embla {
  position: relative;
  width: 100%;
}
.cid-uWQhy6d59L .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWQhy6d59L .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWQhy6d59L .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWQhy6d59L .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWQhy6d59L .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWQhy6d59L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWQhy6d59L .mbr-section-title,
.cid-uWQhy6d59L .mbr-section-btn {
  color: #e4330d;
}
.cid-v2B4VMHyiy {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/contact20us202-2000x1000.webp");
}
.cid-v2B4VMHyiy .mbr-overlay {
  background-color: #232323;
  opacity: 0.9;
}
.cid-v2B4VMHyiy input,
.cid-v2B4VMHyiy textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-v2B4VMHyiy .col-auto {
  width: 100%;
  text-align: center;
}
.cid-v2B4VMHyiy img {
  width: 90%;
  border-radius: 8px;
}
.cid-v2B4VMHyiy .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-v2B4VMHyiy textarea {
  min-height: 160px;
}
.cid-v2B4VMHyiy .form-control,
.cid-v2B4VMHyiy .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2B4VMHyiy .form-control:hover,
.cid-v2B4VMHyiy .field-input:hover,
.cid-v2B4VMHyiy .form-control:focus,
.cid-v2B4VMHyiy .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v2B4VMHyiy input::-webkit-input-placeholder,
.cid-v2B4VMHyiy textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-v2B4VMHyiy input:-moz-placeholder,
.cid-v2B4VMHyiy textarea:-moz-placeholder {
  color: #807d78;
}
.cid-v2B4VMHyiy .jq-selectbox li,
.cid-v2B4VMHyiy .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B4VMHyiy .jq-selectbox li:hover,
.cid-v2B4VMHyiy .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B4VMHyiy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B4VMHyiy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B4VMHyiy H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2B4VMHyiy img {
    width: 100%;
  }
}
.cid-v2B4VMHyiy LABEL {
  color: #ffffff;
}
.cid-uWQhy816OL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uWQhy816OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQhy816OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uWQhy816OL .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uWQhy816OL .items-wrapper .card {
  padding: 0 32px;
}
.cid-uWQhy816OL .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWQhy816OL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWQhy816OL .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uWQhy816OL .list-wrapper .list .item-wrap:hover,
.cid-uWQhy816OL .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWQhy816OL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWQhy816OL .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWQhy816OL .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWQhy816OL .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uWQhy816OL .mbr-desc {
  color: #ffffff;
}
.cid-uWQhy816OL .mbr-text,
.cid-uWQhy816OL .text-wrapper {
  color: #9aa0a6;
}
.cid-uWQhy816OL .list {
  color: #9aa0a6;
}
.cid-uWQhy816OL .mbr-text,
.cid-uWQhy816OL .mbr-section-btn {
  color: #e4330d;
}
.cid-uWQhy816OL .list,
.cid-uWQhy816OL .item-wrap {
  color: #e4330d;
}
.cid-uWXSHaIWzb .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uWXSHaIWzb .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uWXSHaIWzb .nav-item:focus,
.cid-uWXSHaIWzb .nav-link:focus {
  outline: none;
}
.cid-uWXSHaIWzb .text-white:hover,
.cid-uWXSHaIWzb .text-white:active,
.cid-uWXSHaIWzb .text-white:focus {
  color: white!important;
}
.cid-uWXSHaIWzb .section {
  position: relative;
  overflow: visible!important;
}
.cid-uWXSHaIWzb .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-uWXSHaIWzb .dropdown-item:hover {
  color: white!important;
}
.cid-uWXSHaIWzb .dropdown-menu {
  background-color: black!important;
}
.cid-uWXSHaIWzb .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uWXSHaIWzb .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uWXSHaIWzb .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uWXSHaIWzb .nav-item .nav-link {
    position: relative;
  }
}
.cid-uWXSHaIWzb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWXSHaIWzb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWXSHaIWzb .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uWXSHaIWzb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWXSHaIWzb .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-uWXSHaIWzb .collapsed {
  flex-direction: row!important;
}
.cid-uWXSHaIWzb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWXSHaIWzb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWXSHaIWzb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-uWXSHaIWzb .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-uWXSHaIWzb .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uWXSHaIWzb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWXSHaIWzb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWXSHaIWzb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWXSHaIWzb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWXSHaIWzb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWXSHaIWzb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWXSHaIWzb .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-uWXSHaIWzb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWXSHaIWzb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWXSHaIWzb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWXSHaIWzb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWXSHaIWzb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWXSHaIWzb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWXSHaIWzb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWXSHaIWzb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWXSHaIWzb .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-uWXSHaIWzb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWXSHaIWzb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWXSHaIWzb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWXSHaIWzb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWXSHaIWzb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWXSHaIWzb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWXSHaIWzb .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-uWXSHaIWzb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWXSHaIWzb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWXSHaIWzb .navbar-caption {
  font-weight: 600!important;
}
.cid-uWXSHaIWzb .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-uWXSHaIWzb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWXSHaIWzb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWXSHaIWzb .dropdown-item.active,
.cid-uWXSHaIWzb .dropdown-item:active {
  background-color: transparent;
}
.cid-uWXSHaIWzb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWXSHaIWzb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWXSHaIWzb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWXSHaIWzb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-uWXSHaIWzb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWXSHaIWzb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWXSHaIWzb .navbar-buttons {
  text-align: center;
}
.cid-uWXSHaIWzb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWXSHaIWzb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-uWXSHaIWzb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWXSHaIWzb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWXSHaIWzb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWXSHaIWzb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWXSHaIWzb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWXSHaIWzb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWXSHaIWzb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWXSHaIWzb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWXSHaIWzb .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWXSHaIWzb .nav-link {
  font-weight: 600!important;
}
.cid-uWXSHaIWzb a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWXSHaIWzb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uWXSHaIWzb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uWXSHaIWzb .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWXSHaIWzb .navbar {
    height: 77px;
  }
  .cid-uWXSHaIWzb .navbar.opened {
    height: auto;
  }
  .cid-uWXSHaIWzb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWY7RWzLk0 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/website20image201-2000x1000.webp");
}
.cid-uWY7RWzLk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWY7RWzLk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWY7RWzLk0 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWY7RWzLk0 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWY7RWzLk0 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWY7RWzLk0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWY7RWzLk0 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWY7RWzLk0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWY7RWzLk0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWY7RWzLk0 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWY7RWzLk0 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWY7RWzLk0 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #e4330d;
  color: #e4330d;
  font-size: 11px;
}
.cid-uWY7RWzLk0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWY7RWzLk0 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWY7RWzLk0 .list_2 {
    padding-left: 0;
  }
}
.cid-uWY7RWzLk0 .mbr-section-title {
  color: #cb2c0a;
  text-align: center;
}
.cid-uWY7RWzLk0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWY7RWzLk0 .mbr-text,
.cid-uWY7RWzLk0 .text-wrapper {
  color: #e4330d;
  text-align: center;
}
.cid-uWY7RWzLk0 .list {
  color: #666666;
}
.cid-uWY7RWzLk0 .list,
.cid-uWY7RWzLk0 .item-wrap,
.cid-uWY7RWzLk0 .list-wrapper {
  color: #ffffff;
}
.cid-uWYquIherk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uWYquIherk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYquIherk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYquIherk .row {
  margin: 0 -32px;
}
.cid-uWYquIherk .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uWYquIherk .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWYquIherk .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWYquIherk .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uWYquIherk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uWYquIherk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWYquIherk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWYquIherk .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWYquIherk .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uWYquIherk .image-wrapper {
    padding: 6px;
  }
}
.cid-uWYquIherk .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWYquIherk .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uWYquIherk .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uWYquIherk .mbr-section-title {
  color: #181824;
}
.cid-uWYquIherk .mbr-section-title,
.cid-uWYquIherk .mbr-section-btn {
  text-align: center;
  color: #e4330d;
}
.cid-uWYquIherk .mbr-text,
.cid-uWYquIherk .text-wrapper {
  color: #fffff5;
  text-align: center;
}
.cid-uWXSHbxqwK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uWXSHbxqwK .item:focus,
.cid-uWXSHbxqwK span:focus {
  outline: none;
}
.cid-uWXSHbxqwK .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uWXSHbxqwK .content-head {
  max-width: 800px;
}
.cid-uWXSHbxqwK .item {
  padding: 10px 0;
  color: #e4330d;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uWXSHbxqwK .item {
    min-height: 45px;
  }
}
.cid-v2wmHCokxP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v2wmHCokxP H1 {
  color: #57468b;
}
.cid-v2wmHCokxP .mbr-text,
.cid-v2wmHCokxP .mbr-section-btn {
  color: #716c80;
}
.cid-v2wmHCokxP img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-v2wmHCokxP img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-v2wmHCokxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wmHCokxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXSHbLSe6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/website20image201-2000x1000.webp");
}
.cid-uWXSHbLSe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXSHbLSe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXSHbLSe6 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWXSHbLSe6 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWXSHbLSe6 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWXSHbLSe6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWXSHbLSe6 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWXSHbLSe6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWXSHbLSe6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWXSHbLSe6 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWXSHbLSe6 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWXSHbLSe6 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #e4330d;
  color: #e4330d;
  font-size: 11px;
}
.cid-uWXSHbLSe6 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWXSHbLSe6 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWXSHbLSe6 .list_2 {
    padding-left: 0;
  }
}
.cid-uWXSHbLSe6 .mbr-section-title {
  color: #cb2c0a;
  text-align: center;
}
.cid-uWXSHbLSe6 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uWXSHbLSe6 .mbr-text,
.cid-uWXSHbLSe6 .text-wrapper {
  color: #e4330d;
  text-align: center;
}
.cid-uWXSHbLSe6 .list {
  color: #666666;
}
.cid-uWXSHbLSe6 .list,
.cid-uWXSHbLSe6 .item-wrap,
.cid-uWXSHbLSe6 .list-wrapper {
  color: #ffffff;
}
.cid-uWXZGqr3NU {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #060606;
}
.cid-uWXZGqr3NU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWXZGqr3NU .container-table {
  margin: 0 auto;
}
.cid-uWXZGqr3NU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uWXZGqr3NU .dataTables_wrapper {
  display: block;
}
.cid-uWXZGqr3NU .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uWXZGqr3NU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uWXZGqr3NU table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e4330d;
  margin-bottom: 0;
}
.cid-uWXZGqr3NU table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e4330d;
  transition: all .2s;
}
.cid-uWXZGqr3NU table th:hover {
  background: #e4330d;
  color: #ffffff;
}
.cid-uWXZGqr3NU table td {
  border: 1px solid #e4330d;
}
.cid-uWXZGqr3NU .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uWXZGqr3NU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uWXZGqr3NU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uWXZGqr3NU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uWXZGqr3NU .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uWXZGqr3NU .dataTables_filter {
    text-align: center;
  }
  .cid-uWXZGqr3NU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uWXZGqr3NU .head-item {
  color: #e4330d;
  text-align: center;
}
.cid-uWXZGqr3NU .body-item {
  color: #716c80;
  text-align: center;
}
.cid-uWXZGqr3NU .mbr-section-title {
  color: #e4330d;
}
.cid-uWXZGqr3NU .head-item1 {
  color: #e4330d;
  text-align: left;
}
.cid-uWXZGqr3NU .body-item1 {
  color: #ffffff;
}
.cid-uWXZGqr3NU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXZGqr3NU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYcFdAtg0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uWYcFdAtg0 H1 {
  color: #e4330d;
}
.cid-uWYcFdAtg0 .mbr-text,
.cid-uWYcFdAtg0 .mbr-section-btn {
  color: #716c80;
}
.cid-uWYcFdAtg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYcFdAtg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYaBXTlFT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uWYaBXTlFT H1 {
  color: #e4330d;
}
.cid-uWYaBXTlFT .mbr-text,
.cid-uWYaBXTlFT .mbr-section-btn {
  color: #716c80;
}
.cid-uWYaBXTlFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYaBXTlFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWY9TUOaPE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uWY9TUOaPE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWY9TUOaPE h4 {
  text-align: center;
}
.cid-uWY9TUOaPE p {
  text-align: center;
}
.cid-uWY9TUOaPE .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uWY9TUOaPE .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 5rem !important;
}
.cid-uWY9TUOaPE .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-uWY9TUOaPE .card:hover .card-title {
  color: #e4330d !important;
  cursor: pointer;
}
.cid-uWY9TUOaPE .card-title {
  transition: color 0.3s;
}
.cid-uWY9TUOaPE .card-title,
.cid-uWY9TUOaPE .card-img {
  color: #e4330d;
}
@media (max-width: 576px) {
  .cid-uWY9TUOaPE .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
}
.cid-uWY9TUOaPE .card-img {
  width: auto;
}
.cid-uWY9TUOaPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWY9TUOaPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYjhXGySn {
  padding-top: 30px;
  padding-bottom: 15px;
  position: relative;
  background-color: #060606;
}
.cid-uWYjhXGySn .card-header {
  background: transparent;
}
.cid-uWYjhXGySn .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uWYjhXGySn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uWYjhXGySn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uWYjhXGySn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uWYjhXGySn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uWYjhXGySn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uWYjhXGySn .card .panel-body {
  color: #767676;
}
.cid-uWYjhXGySn h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uWYjhXGySn H4 {
  color: #cb2c0a;
}
.cid-uWYjhXGySn H2 {
  color: #e4330d;
}
.cid-uWYjhXGySn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYjhXGySn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYjhXGySn .panel-text {
  color: #ffffff;
}
.cid-uWYmZNlq1x {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #060606;
}
.cid-uWYmZNlq1x H1 {
  color: #e4330d;
}
.cid-uWYmZNlq1x .mbr-text,
.cid-uWYmZNlq1x .mbr-section-btn {
  color: #716c80;
}
.cid-uWYmZNlq1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYmZNlq1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXSHdt5L2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWXSHdt5L2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXSHdt5L2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXSHdt5L2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWXSHdt5L2 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uWXSHdt5L2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uWXSHdt5L2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWXSHdt5L2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uWXSHdt5L2 .embla__slide .slide-content:hover .item-wrapper,
.cid-uWXSHdt5L2 .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uWXSHdt5L2 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uWXSHdt5L2 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWXSHdt5L2 .embla__button--next,
.cid-uWXSHdt5L2 .embla__button--prev {
  display: flex;
}
.cid-uWXSHdt5L2 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWXSHdt5L2 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWXSHdt5L2 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWXSHdt5L2 .embla__button.embla__button--next {
  right: 0;
}
.cid-uWXSHdt5L2 .embla {
  position: relative;
  width: 100%;
}
.cid-uWXSHdt5L2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWXSHdt5L2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWXSHdt5L2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWXSHdt5L2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWXSHdt5L2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWXSHdt5L2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWXSHdt5L2 .mbr-section-title,
.cid-uWXSHdt5L2 .mbr-section-btn {
  color: #e4330d;
}
.cid-v2AZco9Ddm {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/contact20us202-2000x1000.webp");
}
.cid-v2AZco9Ddm .mbr-overlay {
  background-color: #232323;
  opacity: 0.9;
}
.cid-v2AZco9Ddm input,
.cid-v2AZco9Ddm textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-v2AZco9Ddm .col-auto {
  width: 100%;
  text-align: center;
}
.cid-v2AZco9Ddm img {
  width: 90%;
  border-radius: 8px;
}
.cid-v2AZco9Ddm .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-v2AZco9Ddm textarea {
  min-height: 160px;
}
.cid-v2AZco9Ddm .form-control,
.cid-v2AZco9Ddm .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2AZco9Ddm .form-control:hover,
.cid-v2AZco9Ddm .field-input:hover,
.cid-v2AZco9Ddm .form-control:focus,
.cid-v2AZco9Ddm .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v2AZco9Ddm input::-webkit-input-placeholder,
.cid-v2AZco9Ddm textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-v2AZco9Ddm input:-moz-placeholder,
.cid-v2AZco9Ddm textarea:-moz-placeholder {
  color: #807d78;
}
.cid-v2AZco9Ddm .jq-selectbox li,
.cid-v2AZco9Ddm .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2AZco9Ddm .jq-selectbox li:hover,
.cid-v2AZco9Ddm .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2AZco9Ddm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2AZco9Ddm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2AZco9Ddm H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2AZco9Ddm img {
    width: 100%;
  }
}
.cid-v2AZco9Ddm LABEL {
  color: #ffffff;
}
.cid-uWXSHepxC8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uWXSHepxC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXSHepxC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXSHepxC8 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWXSHepxC8 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uWXSHepxC8 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWXSHepxC8 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uWXSHepxC8 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWXSHepxC8 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWXSHepxC8 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWXSHepxC8 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uWXSHepxC8 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uWXSHepxC8 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWXSHepxC8 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uWXSHepxC8 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uWXSHepxC8 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uWXSHepxC8 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWXSHepxC8 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWXSHepxC8 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWXSHepxC8 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWXSHepxC8 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uWXSHepxC8 .list-wrapper .list .item-wrap:hover,
.cid-uWXSHepxC8 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWXSHepxC8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWXSHepxC8 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWXSHepxC8 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWXSHepxC8 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWXSHepxC8 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWXSHepxC8 .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uWXSHepxC8 .mbr-desc {
  color: #ffffff;
}
.cid-uWXSHepxC8 .mbr-text,
.cid-uWXSHepxC8 .text-wrapper {
  color: #9aa0a6;
}
.cid-uWXSHepxC8 .list {
  color: #9aa0a6;
}
.cid-uWXSHepxC8 .mbr-text,
.cid-uWXSHepxC8 .mbr-section-btn {
  color: #e4330d;
}
.cid-uWXSHepxC8 .list,
.cid-uWXSHepxC8 .item-wrap {
  color: #e4330d;
}
.cid-uWu2JOazZc .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uWu2JOazZc .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uWu2JOazZc .nav-item:focus,
.cid-uWu2JOazZc .nav-link:focus {
  outline: none;
}
.cid-uWu2JOazZc .text-white:hover,
.cid-uWu2JOazZc .text-white:active,
.cid-uWu2JOazZc .text-white:focus {
  color: white!important;
}
.cid-uWu2JOazZc .section {
  position: relative;
  overflow: visible!important;
}
.cid-uWu2JOazZc .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-uWu2JOazZc .dropdown-item:hover {
  color: white!important;
}
.cid-uWu2JOazZc .dropdown-menu {
  background-color: black!important;
}
.cid-uWu2JOazZc .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uWu2JOazZc .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uWu2JOazZc .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uWu2JOazZc .nav-item .nav-link {
    position: relative;
  }
}
.cid-uWu2JOazZc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWu2JOazZc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWu2JOazZc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uWu2JOazZc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWu2JOazZc .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-uWu2JOazZc .collapsed {
  flex-direction: row!important;
}
.cid-uWu2JOazZc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWu2JOazZc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWu2JOazZc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-uWu2JOazZc .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-uWu2JOazZc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uWu2JOazZc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWu2JOazZc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWu2JOazZc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWu2JOazZc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWu2JOazZc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWu2JOazZc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWu2JOazZc .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-uWu2JOazZc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWu2JOazZc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWu2JOazZc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWu2JOazZc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWu2JOazZc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWu2JOazZc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWu2JOazZc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWu2JOazZc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWu2JOazZc .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-uWu2JOazZc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWu2JOazZc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWu2JOazZc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWu2JOazZc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWu2JOazZc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWu2JOazZc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWu2JOazZc .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-uWu2JOazZc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWu2JOazZc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWu2JOazZc .navbar-caption {
  font-weight: 600!important;
}
.cid-uWu2JOazZc .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-uWu2JOazZc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWu2JOazZc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWu2JOazZc .dropdown-item.active,
.cid-uWu2JOazZc .dropdown-item:active {
  background-color: transparent;
}
.cid-uWu2JOazZc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWu2JOazZc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWu2JOazZc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWu2JOazZc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-uWu2JOazZc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWu2JOazZc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWu2JOazZc .navbar-buttons {
  text-align: center;
}
.cid-uWu2JOazZc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWu2JOazZc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-uWu2JOazZc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWu2JOazZc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWu2JOazZc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWu2JOazZc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWu2JOazZc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWu2JOazZc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWu2JOazZc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWu2JOazZc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWu2JOazZc .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWu2JOazZc .nav-link {
  font-weight: 600!important;
}
.cid-uWu2JOazZc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWu2JOazZc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uWu2JOazZc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uWu2JOazZc .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWu2JOazZc .navbar {
    height: 77px;
  }
  .cid-uWu2JOazZc .navbar.opened {
    height: auto;
  }
  .cid-uWu2JOazZc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWubnysqFA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uWubnysqFA H1 {
  color: #cb2c0a;
  text-align: center;
}
.cid-uWubnysqFA .mbr-text,
.cid-uWubnysqFA .mbr-section-btn {
  color: #716c80;
}
.cid-uWubnysqFA H3 {
  color: #716c80;
}
.cid-uWubnysqFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWubnysqFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWu2JOAV0P {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/e20-2000x1000.webp");
}
.cid-uWu2JOAV0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWu2JOAV0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWu2JOAV0P H1 {
  color: #fffff5;
  text-align: center;
}
.cid-uWu2JOAV0P .mbr-text,
.cid-uWu2JOAV0P .mbr-section-btn {
  color: #ffffff;
}
.cid-uWu2JOPN79 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uWu2JOPN79 .item:focus,
.cid-uWu2JOPN79 span:focus {
  outline: none;
}
.cid-uWu2JOPN79 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uWu2JOPN79 .content-head {
  max-width: 800px;
}
.cid-uWu2JOPN79 .item {
  padding: 10px 0;
  color: #e4330d;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uWu2JOPN79 .item {
    min-height: 45px;
  }
}
.cid-v2wjZ423Xr {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v2wjZ423Xr H1 {
  color: #57468b;
}
.cid-v2wjZ423Xr .mbr-text,
.cid-v2wjZ423Xr .mbr-section-btn {
  color: #716c80;
}
.cid-v2wjZ423Xr img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-v2wjZ423Xr img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-v2wjZ423Xr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wjZ423Xr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWumgw1pwW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWumgw1pwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWumgw1pwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWumgw1pwW .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWumgw1pwW .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWumgw1pwW .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWumgw1pwW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWumgw1pwW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWumgw1pwW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWumgw1pwW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWumgw1pwW .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWumgw1pwW .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWumgw1pwW .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #e4330d;
  color: #e4330d;
  font-size: 11px;
}
.cid-uWumgw1pwW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWumgw1pwW .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWumgw1pwW .list_2 {
    padding-left: 0;
  }
}
.cid-uWumgw1pwW .mbr-section-title {
  color: #fffff5;
  text-align: center;
}
.cid-uWumgw1pwW .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uWumgw1pwW .mbr-text,
.cid-uWumgw1pwW .text-wrapper {
  color: #e4330d;
  text-align: center;
}
.cid-uWumgw1pwW .list {
  color: #666666;
}
.cid-uWumgw1pwW .list,
.cid-uWumgw1pwW .item-wrap,
.cid-uWumgw1pwW .list-wrapper {
  color: #ffffff;
}
.cid-uWu2JPBbob {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWu2JPBbob H1 {
  color: #060606;
}
.cid-uWu2JPBbob .align-left {
  margin: auto;
}
.cid-uWu2JPBbob .row {
  justify-content: space-between;
}
.cid-uWu2JPBbob .mbr-text,
.cid-uWu2JPBbob .mbr-section-btn {
  color: #716c80;
}
.cid-uWu2JPBbob .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-uWu2JPBbob .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uWu2JPBbob .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uWu2JPBbob .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uWu2JPBbob .link:hover {
  color: #e4330d !important;
}
.cid-uWu2JPBbob .link:hover .link-ico {
  color: #e4330d !important;
  padding-left: 10px;
}
.cid-uWu2JPBbob DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uWu2JPBbob .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-uWu2JPBbob h1 {
    padding-bottom: 1rem;
  }
}
.cid-uWu2JPBbob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWu2JPBbob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWu2JPBbob .mbr-text,
.cid-uWu2JPBbob .media-content {
  color: #e4330d;
}
.cid-uWu2JPPs2q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWu2JPPs2q .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-uWu2JPPs2q h4 {
  text-align: center;
}
.cid-uWu2JPPs2q p {
  text-align: center;
}
.cid-uWu2JPPs2q .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uWu2JPPs2q .mbr-iconfont {
  transition: all 0.3s;
  color: #e4330d !important;
  font-size: 6rem !important;
}
.cid-uWu2JPPs2q .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-uWu2JPPs2q .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uWu2JPPs2q .card:hover .mbr-iconfont {
  color: #636161 !important;
}
.cid-uWu2JPPs2q .card-title,
.cid-uWu2JPPs2q .card-img {
  color: #e4330d;
}
.cid-uWu2JPPs2q .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-uWu2JPPs2q .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-uWu2JPPs2q .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uWu2JPPs2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWu2JPPs2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvdVVzWHb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWvdVVzWHb H1 {
  color: #57468b;
}
.cid-uWvdVVzWHb .mbr-text,
.cid-uWvdVVzWHb .mbr-section-btn {
  color: #716c80;
}
.cid-uWvdVVzWHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvdVVzWHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWu2JQbk7d {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/consulting202-2000x1000.webp");
}
.cid-uWu2JQbk7d .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uWu2JQbk7d .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #fffff5;
  border: 2px solid #000000;
}
.cid-uWu2JQbk7d .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #e4330d;
}
.cid-uWu2JQbk7d .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uWu2JQbk7d .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #f8d414;
}
.cid-uWu2JQbk7d .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-uWu2JQbk7d .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uWu2JQbk7d .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uWu2JQbk7d img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uWu2JQbk7d .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uWu2JQbk7d .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uWu2JQbk7d .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uWu2JQbk7d .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uWu2JQbk7d .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uWu2JQbk7d .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uWu2JQbk7d .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uWu2JQbk7d .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uWu2JQbk7d .align {
  display: flex;
  align-items: center;
}
.cid-uWu2JQbk7d .mbr-section-title {
  margin-bottom: 56px;
  color: #fffff5;
  text-align: center;
}
.cid-uWu2JQbk7d .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uWu2JQbk7d .card-text,
.cid-uWu2JQbk7d .iconfont-wrapper {
  color: #000000;
}
.cid-uWu2JQbk7d .item-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uWu2JRmkxJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWu2JRmkxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWu2JRmkxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWu2JRmkxJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWu2JRmkxJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uWu2JRmkxJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uWu2JRmkxJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWu2JRmkxJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uWu2JRmkxJ .embla__slide .slide-content:hover .item-wrapper,
.cid-uWu2JRmkxJ .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uWu2JRmkxJ .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uWu2JRmkxJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWu2JRmkxJ .embla__button--next,
.cid-uWu2JRmkxJ .embla__button--prev {
  display: flex;
}
.cid-uWu2JRmkxJ .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWu2JRmkxJ .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uWu2JRmkxJ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWu2JRmkxJ .embla__button.embla__button--next {
  right: 0;
}
.cid-uWu2JRmkxJ .embla {
  position: relative;
  width: 100%;
}
.cid-uWu2JRmkxJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWu2JRmkxJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWu2JRmkxJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWu2JRmkxJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWu2JRmkxJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWu2JRmkxJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWu2JRmkxJ .mbr-section-title,
.cid-uWu2JRmkxJ .mbr-section-btn {
  color: #e4330d;
}
.cid-v2B5sZpmwc {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/contact20us202-2000x1000.webp");
}
.cid-v2B5sZpmwc .mbr-overlay {
  background-color: #232323;
  opacity: 0.9;
}
.cid-v2B5sZpmwc input,
.cid-v2B5sZpmwc textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-v2B5sZpmwc .col-auto {
  width: 100%;
  text-align: center;
}
.cid-v2B5sZpmwc img {
  width: 90%;
  border-radius: 8px;
}
.cid-v2B5sZpmwc .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-v2B5sZpmwc textarea {
  min-height: 160px;
}
.cid-v2B5sZpmwc .form-control,
.cid-v2B5sZpmwc .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2B5sZpmwc .form-control:hover,
.cid-v2B5sZpmwc .field-input:hover,
.cid-v2B5sZpmwc .form-control:focus,
.cid-v2B5sZpmwc .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v2B5sZpmwc input::-webkit-input-placeholder,
.cid-v2B5sZpmwc textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-v2B5sZpmwc input:-moz-placeholder,
.cid-v2B5sZpmwc textarea:-moz-placeholder {
  color: #807d78;
}
.cid-v2B5sZpmwc .jq-selectbox li,
.cid-v2B5sZpmwc .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B5sZpmwc .jq-selectbox li:hover,
.cid-v2B5sZpmwc .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B5sZpmwc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B5sZpmwc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B5sZpmwc H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2B5sZpmwc img {
    width: 100%;
  }
}
.cid-v2B5sZpmwc LABEL {
  color: #ffffff;
}
.cid-uWu2JSsIsW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uWu2JSsIsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWu2JSsIsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWu2JSsIsW .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWu2JSsIsW .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uWu2JSsIsW .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWu2JSsIsW .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uWu2JSsIsW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWu2JSsIsW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWu2JSsIsW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWu2JSsIsW .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uWu2JSsIsW .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uWu2JSsIsW .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWu2JSsIsW .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uWu2JSsIsW .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uWu2JSsIsW .items-wrapper .card {
  padding: 0 32px;
}
.cid-uWu2JSsIsW .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWu2JSsIsW .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWu2JSsIsW .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWu2JSsIsW .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWu2JSsIsW .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uWu2JSsIsW .list-wrapper .list .item-wrap:hover,
.cid-uWu2JSsIsW .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWu2JSsIsW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWu2JSsIsW .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWu2JSsIsW .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWu2JSsIsW .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWu2JSsIsW .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWu2JSsIsW .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uWu2JSsIsW .mbr-desc {
  color: #ffffff;
}
.cid-uWu2JSsIsW .mbr-text,
.cid-uWu2JSsIsW .text-wrapper {
  color: #9aa0a6;
}
.cid-uWu2JSsIsW .list {
  color: #9aa0a6;
}
.cid-uWu2JSsIsW .mbr-text,
.cid-uWu2JSsIsW .mbr-section-btn {
  color: #e4330d;
}
.cid-uWu2JSsIsW .list,
.cid-uWu2JSsIsW .item-wrap {
  color: #e4330d;
}
.cid-uWQhy2LRE7 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uWQhy2LRE7 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uWQhy2LRE7 .nav-item:focus,
.cid-uWQhy2LRE7 .nav-link:focus {
  outline: none;
}
.cid-uWQhy2LRE7 .text-white:hover,
.cid-uWQhy2LRE7 .text-white:active,
.cid-uWQhy2LRE7 .text-white:focus {
  color: white!important;
}
.cid-uWQhy2LRE7 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uWQhy2LRE7 .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-uWQhy2LRE7 .dropdown-item:hover {
  color: white!important;
}
.cid-uWQhy2LRE7 .dropdown-menu {
  background-color: black!important;
}
.cid-uWQhy2LRE7 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uWQhy2LRE7 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uWQhy2LRE7 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uWQhy2LRE7 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWQhy2LRE7 .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-uWQhy2LRE7 .collapsed {
  flex-direction: row!important;
}
.cid-uWQhy2LRE7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWQhy2LRE7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWQhy2LRE7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-uWQhy2LRE7 .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-uWQhy2LRE7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uWQhy2LRE7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWQhy2LRE7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWQhy2LRE7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWQhy2LRE7 .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-uWQhy2LRE7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWQhy2LRE7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWQhy2LRE7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWQhy2LRE7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWQhy2LRE7 .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-uWQhy2LRE7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWQhy2LRE7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWQhy2LRE7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWQhy2LRE7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWQhy2LRE7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWQhy2LRE7 .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-uWQhy2LRE7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWQhy2LRE7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWQhy2LRE7 .navbar-caption {
  font-weight: 600!important;
}
.cid-uWQhy2LRE7 .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-uWQhy2LRE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWQhy2LRE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWQhy2LRE7 .dropdown-item.active,
.cid-uWQhy2LRE7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWQhy2LRE7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWQhy2LRE7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWQhy2LRE7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWQhy2LRE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-uWQhy2LRE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWQhy2LRE7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWQhy2LRE7 .navbar-buttons {
  text-align: center;
}
.cid-uWQhy2LRE7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWQhy2LRE7 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWQhy2LRE7 .nav-link {
  font-weight: 600!important;
}
.cid-uWQhy2LRE7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWQhy2LRE7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uWQhy2LRE7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uWQhy2LRE7 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWQhy2LRE7 .navbar {
    height: 77px;
  }
  .cid-uWQhy2LRE7 .navbar.opened {
    height: auto;
  }
  .cid-uWQhy2LRE7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYlXRIr4LB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design201-2000x1600-800x436-800x436.webp");
}
.cid-uYlXRIr4LB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlXRIr4LB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlXRIr4LB .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYlXRIr4LB .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYlXRIr4LB .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uYlXRIr4LB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYlXRIr4LB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYlXRIr4LB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYlXRIr4LB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYlXRIr4LB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYlXRIr4LB .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uYlXRIr4LB .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #e4330d;
  color: #e4330d;
  font-size: 11px;
}
.cid-uYlXRIr4LB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYlXRIr4LB .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYlXRIr4LB .list_2 {
    padding-left: 0;
  }
}
.cid-uYlXRIr4LB .mbr-section-title {
  color: #cb2c0a;
  text-align: center;
}
.cid-uYlXRIr4LB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYlXRIr4LB .mbr-text,
.cid-uYlXRIr4LB .text-wrapper {
  color: #f2f6ff;
  text-align: center;
}
.cid-uYlXRIr4LB .list {
  color: #666666;
}
.cid-uYlXRIr4LB .list,
.cid-uYlXRIr4LB .item-wrap,
.cid-uYlXRIr4LB .list-wrapper {
  color: #ffffff;
}
.cid-uYmc7oAeZA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYmc7oAeZA H1 {
  color: #e4330d;
}
.cid-uYmc7oAeZA .mbr-text,
.cid-uYmc7oAeZA .mbr-section-btn {
  color: #716c80;
}
.cid-uYmc7oAeZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmc7oAeZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlZ4kJcqm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f2f6ff;
}
.cid-uYlZ4kJcqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlZ4kJcqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlZ4kJcqm .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYlZ4kJcqm .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYlZ4kJcqm .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uYlZ4kJcqm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYlZ4kJcqm .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYlZ4kJcqm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYlZ4kJcqm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYlZ4kJcqm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYlZ4kJcqm .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uYlZ4kJcqm .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #e4330d;
  color: #e4330d;
  font-size: 11px;
}
.cid-uYlZ4kJcqm .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYlZ4kJcqm .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYlZ4kJcqm .list_2 {
    padding-left: 0;
  }
}
.cid-uYlZ4kJcqm .mbr-section-title {
  color: #cb2c0a;
  text-align: center;
}
.cid-uYlZ4kJcqm .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uYlZ4kJcqm .mbr-text,
.cid-uYlZ4kJcqm .text-wrapper {
  color: #e4330d;
  text-align: center;
}
.cid-uYlZ4kJcqm .list {
  color: #666666;
}
.cid-uYlZ4kJcqm .list,
.cid-uYlZ4kJcqm .item-wrap,
.cid-uYlZ4kJcqm .list-wrapper {
  color: #000000;
}
.cid-uYlYoh2OLs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uYlYoh2OLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlYoh2OLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlYoh2OLs .row {
  margin: 0 -32px;
}
.cid-uYlYoh2OLs .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uYlYoh2OLs .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYlYoh2OLs .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYlYoh2OLs .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYlYoh2OLs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYlYoh2OLs .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYlYoh2OLs .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYlYoh2OLs .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uYlYoh2OLs .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYlYoh2OLs .image-wrapper {
    padding: 6px;
  }
}
.cid-uYlYoh2OLs .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYlYoh2OLs .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uYlYoh2OLs .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYlYoh2OLs .mbr-section-title {
  color: #181824;
}
.cid-uYlYoh2OLs .mbr-section-title,
.cid-uYlYoh2OLs .mbr-section-btn {
  text-align: left;
  color: #e4330d;
}
.cid-uYlYoh2OLs .mbr-text,
.cid-uYlYoh2OLs .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uYmc9S2WDp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYmc9S2WDp H1 {
  color: #e4330d;
}
.cid-uYmc9S2WDp .mbr-text,
.cid-uYmc9S2WDp .mbr-section-btn {
  color: #716c80;
}
.cid-uYmc9S2WDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmc9S2WDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYo5fvJxcs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-uYo5fvJxcs img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uYo5fvJxcs H1 {
  color: #e4330d;
  text-align: center;
}
.cid-uYo5fvJxcs .mbr-text,
.cid-uYo5fvJxcs .mbr-section-btn {
  color: #716c80;
}
.cid-uYo5fvJxcs H3 {
  color: #716c80;
}
.cid-uYo5fvJxcs .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uYo5fvJxcs .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uYo5fvJxcs .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uYo5fvJxcs .link:hover {
  color: #e4330d !important;
}
.cid-uYo5fvJxcs .link:hover .link-ico {
  color: #e4330d !important;
  padding-left: 10px;
}
.cid-uYo5fvJxcs DIV {
  color: #57468b;
}
.cid-uYo5fvJxcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo5fvJxcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYo5fvJxcs .mbr-text,
.cid-uYo5fvJxcs .media-content {
  color: #060606;
  text-align: center;
}
.cid-uYmuTbRuRk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uYmuTbRuRk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYmuTbRuRk .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uYmuTbRuRk .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uYmuTbRuRk .btn-primary-outline:active {
  color: gray;
}
.cid-uYmuTbRuRk .btn-primary-outline:hover {
  color: white;
}
.cid-uYmuTbRuRk .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uYmuTbRuRk div {
  overflow: hidden;
}
.cid-uYmuTbRuRk li.active .btn-primary-outline {
  color: white;
}
.cid-uYmuTbRuRk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYmuTbRuRk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYmuTbRuRk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYmuTbRuRk .mbr-gallery-item {
  overflow: hidden;
}
.cid-uYmuTbRuRk .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uYmuTbRuRk .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uYmuTbRuRk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uYmuTbRuRk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uYmuTbRuRk .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uYmuTbRuRk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uYmuTbRuRk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uYmuTbRuRk .mbr-gallery-item > div > span {
  color: #e4330d;
}
.cid-uYmaT5x87f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/copy20of20untitled20design202-2000x1000.webp");
}
.cid-uYmaT5x87f h5,
.cid-uYmaT5x87f h4,
.cid-uYmaT5x87f p {
  margin-bottom: 0;
}
.cid-uYmaT5x87f p {
  color: #767676;
}
.cid-uYmaT5x87f .card-img {
  padding: 0;
  width: auto;
}
.cid-uYmaT5x87f .mbr-section-btn {
  margin: 0;
}
.cid-uYmaT5x87f .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uYmaT5x87f .card-box {
    padding: 2rem 0 0;
  }
  .cid-uYmaT5x87f .card-wrapper {
    display: block !important;
  }
}
.cid-uYmaT5x87f .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uYmaT5x87f img {
  border-radius: 8px;
}
.cid-uYmaT5x87f .card-title,
.cid-uYmaT5x87f .main-title {
  color: #57468b;
}
.cid-uYmaT5x87f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmaT5x87f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmaT5x87f .card-title {
  color: #e4330d;
}
.cid-uYmaT5x87f .main-title {
  color: #e4330d;
  text-align: center;
}
.cid-uYrXshO89k {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-uYrXshO89k h4 {
  margin-bottom: 0;
}
.cid-uYrXshO89k p {
  color: #767676;
}
.cid-uYrXshO89k .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uYrXshO89k .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uYrXshO89k .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uYrXshO89k .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e4330d !important;
  box-shadow: none!important;
}
.cid-uYrXshO89k .btn-info-outline:active,
.cid-uYrXshO89k .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uYrXshO89k .card-box {
  padding-top: 2rem;
}
.cid-uYrXshO89k .card-wrapper {
  height: 100%;
}
.cid-uYrXshO89k .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uYrXshO89k img {
  border-radius: 8px;
}
.cid-uYrXshO89k .card-title {
  color: #e4330d;
}
.cid-uYrXshO89k .main-title {
  color: #e4330d;
  text-align: center;
}
.cid-uYrXshO89k DIV {
  color: #57468b;
}
.cid-uYrXshO89k .card-img {
  width: auto;
}
.cid-uYrXshO89k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYrXshO89k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYrXshO89k .mbr-text,
.cid-uYrXshO89k .mbr-section-btn {
  color: #060606;
}
.cid-uYrXeUmWof {
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
  background-color: #060606;
}
.cid-uYrXeUmWof .card-header {
  background: transparent;
}
.cid-uYrXeUmWof .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uYrXeUmWof .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uYrXeUmWof .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uYrXeUmWof .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uYrXeUmWof .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uYrXeUmWof .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uYrXeUmWof .card .panel-body {
  color: #767676;
}
.cid-uYrXeUmWof h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #e4330d;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uYrXeUmWof H4 {
  color: #fffff5;
  text-align: center;
}
.cid-uYrXeUmWof H2 {
  color: #e4330d;
}
.cid-uYrXeUmWof .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYrXeUmWof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsSXUfvNC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYsSXUfvNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsSXUfvNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsSXUfvNC .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYsSXUfvNC .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYsSXUfvNC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 290px;
  max-width: 290px;
}
@media (max-width: 768px) {
  .cid-uYsSXUfvNC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYsSXUfvNC .embla__slide .slide-content {
  width: 100%;
}
.cid-uYsSXUfvNC .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uYsSXUfvNC .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-uYsSXUfvNC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 125px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uYsSXUfvNC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uYsSXUfvNC .embla__button--next,
.cid-uYsSXUfvNC .embla__button--prev {
  display: flex;
}
.cid-uYsSXUfvNC .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uYsSXUfvNC .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #e6eddc !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uYsSXUfvNC .embla__button:hover {
  background-color: #5c834f !important;
  color: #e6eddc !important;
}
.cid-uYsSXUfvNC .embla__button:disabled {
  opacity: .5 !important;
  background-color: #e6eddc !important;
  color: #5c834f !important;
}
.cid-uYsSXUfvNC .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-uYsSXUfvNC .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uYsSXUfvNC .embla {
  position: relative;
  width: 100%;
}
.cid-uYsSXUfvNC .embla__viewport {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uYsSXUfvNC .embla__viewport {
    padding: 0;
  }
}
.cid-uYsSXUfvNC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYsSXUfvNC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYsSXUfvNC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYsSXUfvNC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uYsSXUfvNC .mbr-section-title,
.cid-uYsSXUfvNC .title-wrapper {
  color: #e4330d;
  text-align: center;
}
.cid-v2B2MmCavb {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/contact20us202-2000x1000.webp");
}
.cid-v2B2MmCavb .mbr-overlay {
  background-color: #232323;
  opacity: 0.9;
}
.cid-v2B2MmCavb input,
.cid-v2B2MmCavb textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-v2B2MmCavb .col-auto {
  width: 100%;
  text-align: center;
}
.cid-v2B2MmCavb img {
  width: 90%;
  border-radius: 8px;
}
.cid-v2B2MmCavb .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-v2B2MmCavb textarea {
  min-height: 160px;
}
.cid-v2B2MmCavb .form-control,
.cid-v2B2MmCavb .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2B2MmCavb .form-control:hover,
.cid-v2B2MmCavb .field-input:hover,
.cid-v2B2MmCavb .form-control:focus,
.cid-v2B2MmCavb .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v2B2MmCavb input::-webkit-input-placeholder,
.cid-v2B2MmCavb textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-v2B2MmCavb input:-moz-placeholder,
.cid-v2B2MmCavb textarea:-moz-placeholder {
  color: #807d78;
}
.cid-v2B2MmCavb .jq-selectbox li,
.cid-v2B2MmCavb .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B2MmCavb .jq-selectbox li:hover,
.cid-v2B2MmCavb .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-v2B2MmCavb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B2MmCavb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-v2B2MmCavb H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2B2MmCavb img {
    width: 100%;
  }
}
.cid-v2B2MmCavb LABEL {
  color: #ffffff;
}
.cid-uWQhy816OL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uWQhy816OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQhy816OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uWQhy816OL .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uWQhy816OL .items-wrapper .card {
  padding: 0 32px;
}
.cid-uWQhy816OL .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWQhy816OL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWQhy816OL .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uWQhy816OL .list-wrapper .list .item-wrap:hover,
.cid-uWQhy816OL .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWQhy816OL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWQhy816OL .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWQhy816OL .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWQhy816OL .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uWQhy816OL .mbr-desc {
  color: #ffffff;
}
.cid-uWQhy816OL .mbr-text,
.cid-uWQhy816OL .text-wrapper {
  color: #9aa0a6;
}
.cid-uWQhy816OL .list {
  color: #9aa0a6;
}
.cid-uWQhy816OL .mbr-text,
.cid-uWQhy816OL .mbr-section-btn {
  color: #e4330d;
}
.cid-uWQhy816OL .list,
.cid-uWQhy816OL .item-wrap {
  color: #e4330d;
}
.cid-uWQhy2LRE7 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uWQhy2LRE7 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uWQhy2LRE7 .nav-item:focus,
.cid-uWQhy2LRE7 .nav-link:focus {
  outline: none;
}
.cid-uWQhy2LRE7 .text-white:hover,
.cid-uWQhy2LRE7 .text-white:active,
.cid-uWQhy2LRE7 .text-white:focus {
  color: white!important;
}
.cid-uWQhy2LRE7 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uWQhy2LRE7 .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-uWQhy2LRE7 .dropdown-item:hover {
  color: white!important;
}
.cid-uWQhy2LRE7 .dropdown-menu {
  background-color: black!important;
}
.cid-uWQhy2LRE7 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uWQhy2LRE7 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3d00;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uWQhy2LRE7 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uWQhy2LRE7 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uWQhy2LRE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWQhy2LRE7 .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-uWQhy2LRE7 .collapsed {
  flex-direction: row!important;
}
.cid-uWQhy2LRE7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWQhy2LRE7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWQhy2LRE7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060606;
}
.cid-uWQhy2LRE7 .navbar.opened {
  transition: all .3s;
  background: #060606 !important;
}
.cid-uWQhy2LRE7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uWQhy2LRE7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWQhy2LRE7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWQhy2LRE7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWQhy2LRE7 .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-uWQhy2LRE7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWQhy2LRE7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWQhy2LRE7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWQhy2LRE7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWQhy2LRE7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWQhy2LRE7 .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-uWQhy2LRE7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWQhy2LRE7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWQhy2LRE7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWQhy2LRE7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWQhy2LRE7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWQhy2LRE7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWQhy2LRE7 .navbar.navbar-short {
  background: #060606 !important;
  min-height: 60px;
}
.cid-uWQhy2LRE7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWQhy2LRE7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWQhy2LRE7 .navbar-caption {
  font-weight: 600!important;
}
.cid-uWQhy2LRE7 .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-uWQhy2LRE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWQhy2LRE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWQhy2LRE7 .dropdown-item.active,
.cid-uWQhy2LRE7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWQhy2LRE7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWQhy2LRE7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWQhy2LRE7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWQhy2LRE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606;
}
.cid-uWQhy2LRE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWQhy2LRE7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWQhy2LRE7 .navbar-buttons {
  text-align: center;
}
.cid-uWQhy2LRE7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a73;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWQhy2LRE7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWQhy2LRE7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWQhy2LRE7 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWQhy2LRE7 .nav-link {
  font-weight: 600!important;
}
.cid-uWQhy2LRE7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWQhy2LRE7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uWQhy2LRE7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uWQhy2LRE7 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWQhy2LRE7 .navbar {
    height: 77px;
  }
  .cid-uWQhy2LRE7 .navbar.opened {
    height: auto;
  }
  .cid-uWQhy2LRE7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYCXQc09dU {
  padding-top: 165px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uYCXQc09dU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCXQc09dU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCXQc09dU H1 {
  color: #e4330d;
}
.cid-uYCX7SMKTH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #060606;
}
@media (max-width: 992px) {
  .cid-uYCX7SMKTH {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-uYCX7SMKTH .box {
  background-image: url("../../../assets/images/msp20sisikela-622x352.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYCX7SMKTH .icon-wrap {
  background-color: #e4330d !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uYCX7SMKTH .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-uYCX7SMKTH .icon-wrap span {
  padding-left: 8px;
}
.cid-uYCX7SMKTH .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uYCX7SMKTH .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uYCX7SMKTH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uYCX7SMKTH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYCX7SMKTH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYCX7SMKTH a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uYCX7SMKTH a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uYCX7SMKTH {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-uYCX7SMKTH .box {
    height: 250px;
  }
  .cid-uYCX7SMKTH .row {
    padding: 1rem!important;
  }
}
.cid-uYCX7SMKTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCX7SMKTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxPKjjNRu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #060606;
}
.cid-uYxPKjjNRu h4 {
  margin-bottom: 0;
}
.cid-uYxPKjjNRu p {
  color: #767676;
}
.cid-uYxPKjjNRu .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uYxPKjjNRu .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uYxPKjjNRu .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uYxPKjjNRu .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e4330d !important;
  box-shadow: none!important;
}
.cid-uYxPKjjNRu .btn-info-outline:active,
.cid-uYxPKjjNRu .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uYxPKjjNRu .card-box {
  padding-top: 2rem;
}
.cid-uYxPKjjNRu .card-wrapper {
  height: 100%;
}
.cid-uYxPKjjNRu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uYxPKjjNRu img {
  border-radius: 8px;
}
.cid-uYxPKjjNRu .card-title {
  color: #e4330d;
}
.cid-uYxPKjjNRu .main-title {
  color: #e4330d;
  text-align: center;
}
.cid-uYxPKjjNRu DIV {
  color: #57468b;
}
.cid-uYxPKjjNRu .card-img {
  width: auto;
}
.cid-uYxPKjjNRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxPKjjNRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxPKjjNRu .mbr-text,
.cid-uYxPKjjNRu .mbr-section-btn {
  color: #ffffff;
}
.cid-uYxS09QSRP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYxS09QSRP img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uYxS09QSRP H1 {
  color: #57468b;
}
.cid-uYxS09QSRP .mbr-text,
.cid-uYxS09QSRP .mbr-section-btn {
  color: #716c80;
}
.cid-uYxS09QSRP H3 {
  color: #716c80;
}
.cid-uYxS09QSRP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uYxS09QSRP .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uYxS09QSRP .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uYxS09QSRP .link:hover {
  color: #e4330d !important;
}
.cid-uYxS09QSRP .link:hover .link-ico {
  color: #e4330d !important;
  padding-left: 10px;
}
.cid-uYxS09QSRP DIV {
  color: #57468b;
}
.cid-uYxS09QSRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxS09QSRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxS09QSRP .mbr-text,
.cid-uYxS09QSRP .media-content {
  color: #ffffff;
  text-align: left;
}
.cid-uYyWJRxEaU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYyWJRxEaU H1 {
  color: #e4330d;
}
.cid-uYyWJRxEaU .mbr-text,
.cid-uYyWJRxEaU .mbr-section-btn {
  color: #716c80;
}
.cid-uYyWJRxEaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyWJRxEaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyUzLZrwN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYyUzLZrwN H1 {
  color: #e4330d;
}
.cid-uYyUzLZrwN .mbr-text,
.cid-uYyUzLZrwN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uYyUzLZrwN img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uYyUzLZrwN img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uYyUzLZrwN H3 {
  color: #716c80;
}
.cid-uYyUzLZrwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyUzLZrwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyY5tzpd2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYyY5tzpd2 H1 {
  color: #e4330d;
}
.cid-uYyY5tzpd2 .mbr-text,
.cid-uYyY5tzpd2 .mbr-section-btn {
  color: #716c80;
}
.cid-uYyY5tzpd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyY5tzpd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxV6186Yz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYxV6186Yz img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uYxV6186Yz H1 {
  color: #e4330d;
}
.cid-uYxV6186Yz .mbr-text,
.cid-uYxV6186Yz .mbr-section-btn {
  color: #716c80;
}
.cid-uYxV6186Yz H3 {
  color: #cb2c0a;
  text-align: left;
}
.cid-uYxV6186Yz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uYxV6186Yz .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uYxV6186Yz .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uYxV6186Yz .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uYxV6186Yz .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e4330d !important;
  box-shadow: none!important;
}
.cid-uYxV6186Yz .btn-info-outline:active,
.cid-uYxV6186Yz .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uYxV6186Yz DIV {
  color: #57468b;
}
.cid-uYxV6186Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxV6186Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxV6186Yz .mbr-text,
.cid-uYxV6186Yz .media-content,
.cid-uYxV6186Yz .mbr-section-btn {
  color: #fffff5;
}
.cid-uYy2pTa8aQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYy2pTa8aQ .mbr-text {
  color: #fffff5;
  text-align: center;
}
.cid-uYy2pTa8aQ h4 {
  text-align: center;
}
.cid-uYy2pTa8aQ p {
  text-align: center;
}
.cid-uYy2pTa8aQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uYy2pTa8aQ .mbr-iconfont {
  transition: all 0.3s;
  color: #fffff5 !important;
  font-size: 6rem !important;
}
.cid-uYy2pTa8aQ .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-uYy2pTa8aQ .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uYy2pTa8aQ .card:hover .mbr-iconfont {
  color: #636161 !important;
}
.cid-uYy2pTa8aQ .card-title,
.cid-uYy2pTa8aQ .card-img {
  color: #e4330d;
}
.cid-uYy2pTa8aQ .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-uYy2pTa8aQ .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-uYy2pTa8aQ .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uYy2pTa8aQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYy2pTa8aQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYy3j7RMpi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYy3j7RMpi .mbr-text {
  color: #fffff5;
  text-align: center;
}
.cid-uYy3j7RMpi h4 {
  text-align: center;
}
.cid-uYy3j7RMpi p {
  text-align: center;
}
.cid-uYy3j7RMpi .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uYy3j7RMpi .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 6rem !important;
}
.cid-uYy3j7RMpi .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-uYy3j7RMpi .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uYy3j7RMpi .card:hover .mbr-iconfont {
  color: #636161 !important;
}
.cid-uYy3j7RMpi .card-title,
.cid-uYy3j7RMpi .card-img {
  color: #e4330d;
}
.cid-uYy3j7RMpi .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-uYy3j7RMpi .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-uYy3j7RMpi .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uYy3j7RMpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYy3j7RMpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYykMrg6rH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYykMrg6rH H1 {
  color: #e4330d;
}
.cid-uYykMrg6rH .mbr-text,
.cid-uYykMrg6rH .mbr-section-btn {
  color: #716c80;
}
.cid-uYykMrg6rH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYykMrg6rH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyk3r17d2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYyk3r17d2 .mbr-text {
  color: #716c80;
}
.cid-uYyk3r17d2 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uYyk3r17d2 p {
  margin: 0;
}
.cid-uYyk3r17d2 .card-img .img1 {
  background-color: #e4330d;
}
.cid-uYyk3r17d2 .cardcolor:hover {
  background-color: #232323;
}
.cid-uYyk3r17d2 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 2rem !important;
}
.cid-uYyk3r17d2 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-uYyk3r17d2 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-uYyk3r17d2 .card-title,
.cid-uYyk3r17d2 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uYyk3r17d2 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uYyk3r17d2 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uYyk3r17d2 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-uYyk3r17d2 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uYyk3r17d2 .card-img span {
    margin-right: 0rem;
  }
  .cid-uYyk3r17d2 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-uYyk3r17d2 .card-img {
  width: auto;
}
.cid-uYyk3r17d2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyk3r17d2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyk3r17d2 .card-title {
  color: #fffff5;
}
.cid-uYyppLIox8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYyppLIox8 H1 {
  color: #e4330d;
}
.cid-uYyppLIox8 .mbr-text,
.cid-uYyppLIox8 .mbr-section-btn {
  color: #716c80;
}
.cid-uYyppLIox8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyppLIox8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYycctlHjo {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #060606;
}
.cid-uYycctlHjo .card-header {
  background: transparent;
}
.cid-uYycctlHjo .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uYycctlHjo .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uYycctlHjo .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uYycctlHjo .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uYycctlHjo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uYycctlHjo .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uYycctlHjo .card .panel-body {
  color: #767676;
}
.cid-uYycctlHjo h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #e4330d;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uYycctlHjo H4 {
  color: #fffff5;
  text-align: left;
}
.cid-uYycctlHjo H2 {
  color: #e4330d;
}
.cid-uYycctlHjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYycctlHjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYycctlHjo .panel-text {
  color: #fffff5;
}
.cid-uYyf1YwJ5t {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #060606;
}
.cid-uYyf1YwJ5t .card-header {
  background: transparent;
}
.cid-uYyf1YwJ5t .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uYyf1YwJ5t .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uYyf1YwJ5t .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uYyf1YwJ5t .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uYyf1YwJ5t .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uYyf1YwJ5t .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uYyf1YwJ5t .card .panel-body {
  color: #767676;
}
.cid-uYyf1YwJ5t h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #e4330d;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uYyf1YwJ5t H4 {
  color: #fffff5;
  text-align: left;
}
.cid-uYyf1YwJ5t H2 {
  color: #e4330d;
}
.cid-uYyf1YwJ5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyf1YwJ5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyf1YwJ5t .panel-text {
  color: #fffff5;
}
.cid-uYyiEXkQ4G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYyiEXkQ4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyiEXkQ4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyiEXkQ4G .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYyiEXkQ4G .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYyiEXkQ4G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uYyiEXkQ4G .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYyiEXkQ4G .embla__slide .slide-content {
  width: 100%;
}
.cid-uYyiEXkQ4G .embla__slide .slide-content:hover .item-wrapper,
.cid-uYyiEXkQ4G .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4330d;
}
.cid-uYyiEXkQ4G .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uYyiEXkQ4G .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYyiEXkQ4G .embla__button--next,
.cid-uYyiEXkQ4G .embla__button--prev {
  display: flex;
}
.cid-uYyiEXkQ4G .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uYyiEXkQ4G .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uYyiEXkQ4G .embla__button.embla__button--prev {
  left: 0;
}
.cid-uYyiEXkQ4G .embla__button.embla__button--next {
  right: 0;
}
.cid-uYyiEXkQ4G .embla {
  position: relative;
  width: 100%;
}
.cid-uYyiEXkQ4G .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYyiEXkQ4G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYyiEXkQ4G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYyiEXkQ4G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYyiEXkQ4G .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uYyiEXkQ4G .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYyiEXkQ4G .mbr-section-title,
.cid-uYyiEXkQ4G .mbr-section-btn {
  color: #e4330d;
}
.cid-uYCMGuqYd2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #060606;
}
.cid-uYCMGuqYd2 H1 {
  color: #e4330d;
}
.cid-uYCMGuqYd2 .mbr-text,
.cid-uYCMGuqYd2 .mbr-section-btn {
  color: #716c80;
}
.cid-uYCMGuqYd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCMGuqYd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCMyQZdFk {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #060606;
}
.cid-uYCMyQZdFk .card-header {
  background: transparent;
}
.cid-uYCMyQZdFk .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uYCMyQZdFk .panel-group {
  border-top: 1px solid #efefef;
}
.cid-uYCMyQZdFk .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uYCMyQZdFk .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uYCMyQZdFk .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uYCMyQZdFk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uYCMyQZdFk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uYCMyQZdFk .card .panel-body {
  color: #767676;
}
.cid-uYCMyQZdFk h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #060606;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-uYCMyQZdFk H4 {
  color: #e4330d;
}
.cid-uYCMyQZdFk H2 {
  color: #57468b;
}
.cid-uYCMyQZdFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCMyQZdFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCMyQZdFk .panel-text {
  color: #fffff5;
}
.cid-uYypV1OitF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/contact20us-2000x1000.webp");
}
.cid-uYypV1OitF .mbr-overlay {
  background-color: #060606;
  opacity: 0.9;
}
.cid-uYypV1OitF input,
.cid-uYypV1OitF textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uYypV1OitF .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uYypV1OitF img {
  width: 90%;
  border-radius: 8px;
}
.cid-uYypV1OitF .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uYypV1OitF textarea {
  min-height: 160px;
}
.cid-uYypV1OitF .form-control,
.cid-uYypV1OitF .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uYypV1OitF .form-control:hover,
.cid-uYypV1OitF .field-input:hover,
.cid-uYypV1OitF .form-control:focus,
.cid-uYypV1OitF .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uYypV1OitF input::-webkit-input-placeholder,
.cid-uYypV1OitF textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-uYypV1OitF input:-moz-placeholder,
.cid-uYypV1OitF textarea:-moz-placeholder {
  color: #807d78;
}
.cid-uYypV1OitF .jq-selectbox li,
.cid-uYypV1OitF .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-uYypV1OitF .jq-selectbox li:hover,
.cid-uYypV1OitF .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-uYypV1OitF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-uYypV1OitF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-uYypV1OitF H5 {
  color: #e4330d;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYypV1OitF img {
    width: 100%;
  }
}
.cid-uWQhy816OL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled20design203-2000x1000.webp");
}
.cid-uWQhy816OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQhy816OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uWQhy816OL .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uWQhy816OL .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uWQhy816OL .items-wrapper .card {
  padding: 0 32px;
}
.cid-uWQhy816OL .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWQhy816OL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWQhy816OL .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uWQhy816OL .list-wrapper .list .item-wrap:hover,
.cid-uWQhy816OL .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWQhy816OL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWQhy816OL .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWQhy816OL .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWQhy816OL .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWQhy816OL .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWQhy816OL .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uWQhy816OL .mbr-desc {
  color: #ffffff;
}
.cid-uWQhy816OL .mbr-text,
.cid-uWQhy816OL .text-wrapper {
  color: #9aa0a6;
}
.cid-uWQhy816OL .list {
  color: #9aa0a6;
}
.cid-uWQhy816OL .mbr-text,
.cid-uWQhy816OL .mbr-section-btn {
  color: #e4330d;
}
.cid-uWQhy816OL .list,
.cid-uWQhy816OL .item-wrap {
  color: #e4330d;
}
