body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 4.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: '212 Moon Child Sans';
  font-size: 3.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #980101 !important;
}
.bg-success {
  background-color: #ffcb05 !important;
}
.bg-info {
  background-color: #0079bf !important;
}
.bg-warning {
  background-color: #980101 !important;
}
.bg-danger {
  background-color: #dc4900 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #980101 !important;
  border-color: #980101 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #980101 !important;
  border-color: #980101 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #0079bf !important;
  border-color: #0079bf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffcb05 !important;
  border-color: #ffcb05 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #980101 !important;
  border-color: #980101 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #dc4900 !important;
  border-color: #dc4900 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #980101;
  color: #980101 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #980101;
  border-color: #980101;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #980101;
  color: #980101 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #980101;
  border-color: #980101;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #0079bf;
  color: #0079bf !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #0079bf;
  border-color: #0079bf;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0079bf !important;
  border-color: #0079bf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #ffcb05;
  color: #ffcb05 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #050400 !important;
  background-color: #ffcb05;
  border-color: #ffcb05;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #050400 !important;
  background-color: #ffcb05 !important;
  border-color: #ffcb05 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #980101;
  color: #980101 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #980101;
  border-color: #980101;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #980101 !important;
  border-color: #980101 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #dc4900;
  color: #dc4900 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #dc4900;
  border-color: #dc4900;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc4900 !important;
  border-color: #dc4900 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #980101 !important;
}
.text-secondary {
  color: #980101 !important;
}
.text-success {
  color: #ffcb05 !important;
}
.text-info {
  color: #0079bf !important;
}
.text-warning {
  color: #980101 !important;
}
.text-danger {
  color: #dc4900 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #0079bf;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #980101 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #980101 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffcb05 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #980101 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #980101 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #dc4900 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0079bf;
}
.alert-warning {
  background-color: #980101;
}
.alert-danger {
  background-color: #dc4900;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #980101;
  border-color: #980101;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fe1b1b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff5d1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #40b9ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fe1b1b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffc6a9;
}
/* Scroll to top button*/
#scrollToTop a {
  background: #980101;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #980101;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #000000;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #980101;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #980101;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #980101;
  border-bottom-color: #980101;
}
.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: #980101 !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: #980101 !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(152, 1, 1, 0.5), rgba(152, 1, 1, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(152, 1, 1, 0.5), rgba(152, 1, 1, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sJ5gZtrihE .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sJ5gZtrihE .collapsed {
  flex-direction: row!important;
}
.cid-sJ5gZtrihE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ5gZtrihE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ5gZtrihE .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sJ5gZtrihE .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJ5gZtrihE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sJ5gZtrihE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJ5gZtrihE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ5gZtrihE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ5gZtrihE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ5gZtrihE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ5gZtrihE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ5gZtrihE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ5gZtrihE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ5gZtrihE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJ5gZtrihE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJ5gZtrihE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ5gZtrihE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJ5gZtrihE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ5gZtrihE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ5gZtrihE .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ5gZtrihE .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sJ5gZtrihE .nav-item:focus,
.cid-sJ5gZtrihE .nav-link:focus {
  outline: none;
}
.cid-sJ5gZtrihE .text-white:hover,
.cid-sJ5gZtrihE .text-white:active,
.cid-sJ5gZtrihE .text-white:focus {
  color: white!important;
}
.cid-sJ5gZtrihE .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sJ5gZtrihE .dropdown-item:hover {
  color: black!important;
}
.cid-sJ5gZtrihE .dropdown-menu {
  background-color: white!important;
}
.cid-sJ5gZtrihE .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(203, 1, 1, 0.35);
  display: block;
}
.cid-sJ5gZtrihE .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ5gZtrihE .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sJ5gZtrihE .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sJ5gZtrihE .nav-item {
    position: relative;
  }
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ5gZtrihE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sJ5gZtrihE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar-caption {
  font-weight: 600!important;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ5gZtrihE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ5gZtrihE .dropdown-item.active,
.cid-sJ5gZtrihE .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ5gZtrihE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ5gZtrihE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ5gZtrihE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ5gZtrihE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJ5gZtrihE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ5gZtrihE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ5gZtrihE .navbar-buttons {
  text-align: center;
}
.cid-sJ5gZtrihE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0050f;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ5gZtrihE .nav-link {
  font-weight: 600!important;
}
.cid-sJ5gZtrihE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ5gZtrihE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ5gZtrihE .navbar {
    height: 77px;
  }
  .cid-sJ5gZtrihE .navbar.opened {
    height: auto;
  }
  .cid-sJ5gZtrihE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWvzJAiwU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1.png-1-1920x600.png");
}
.cid-uWvzJAiwU0 .row {
  flex-direction: row-reverse;
}
.cid-uWvzJAiwU0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWvzJAiwU0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWvzJAiwU0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWvzJAiwU0 .mbr-section-title {
  color: #ffffff;
}
.cid-uWvzJAiwU0 .mbr-text,
.cid-uWvzJAiwU0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWvzJAiwU0 .mbr-section-title DIV {
  text-align: left;
}
.cid-rHBb1WT6Q1 {
  background-color: #ffffff;
}
.cid-rHBb1WT6Q1 .mbr-text {
  text-align: center;
  padding: 0 2rem;
}
.cid-rHBb1WT6Q1 h4 {
  text-align: center;
}
.cid-rHBb1WT6Q1 p {
  text-align: center;
  margin: 0;
}
.cid-rHBb1WT6Q1 .row {
  justify-content: center;
}
.cid-rHBb1WT6Q1 .mbr-iconfont {
  transition: all 0.3s;
  color: #fff;
  font-size: 2rem;
  margin-left: 1rem;
}
.cid-rHBb1WT6Q1 .mbr-fonts-style {
  color: #fff;
}
.cid-rHBb1WT6Q1 .card-inner {
  border-radius: 30px;
}
.cid-rHBb1WT6Q1 .card-inner1 {
  background: #980101;
}
.cid-rHBb1WT6Q1 .card-inner2 {
  background: #980101;
}
.cid-rHBb1WT6Q1 .card-inner3 {
  background: #980101;
}
.cid-rHBb1WT6Q1 img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
}
.cid-rHBb1WT6Q1 .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-rHBb1WT6Q1 .container-fluid {
  max-width: 1200px;
}
.cid-rHBb1WT6Q1 .btn {
  color: #fff;
}
.cid-rHBb1WT6Q1 .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-rHBb1WT6Q1 .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 75px;
    padding-bottom: 45px;
  }
  .cid-rHBb1WT6Q1 .card {
    margin-bottom: 1rem;
  }
  .cid-rHBb1WT6Q1 .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBb1WT6Q1 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-rHBb1WT6Q1 .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 75px;
    padding-bottom: 45px;
  }
  .cid-rHBb1WT6Q1 .card {
    margin-bottom: 1rem;
  }
  .cid-rHBb1WT6Q1 .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBb1WT6Q1 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 75px;
    padding-bottom: 45px;
  }
}
.cid-rHBb1WT6Q1 .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-rHBb1WT6Q1 .card-img {
  text-align: center;
  margin-top: 2.5rem;
}
.cid-rHBb1WT6Q1 .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBb1WT6Q1 .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBb1WT6Q1 svg {
  position: relative;
}
.cid-rHBb1WT6Q1 rect {
  position: absolute;
}
.cid-rHBb1WT6Q1 .circle-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-rHBb1WT6Q1 .svg1 {
  padding: 1.5rem 2.5rem;
  position: absolute;
}
.cid-rHBb1WT6Q1 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBb1WT6Q1 .card-box {
  width: 100%;
}
.cid-rHBb1WT6Q1 .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-rHBb1WT6Q1 .mbr-text,
.cid-rHBb1WT6Q1 mbr-selection-btn {
  color: #ffffff;
}
.cid-sIw84U5PZe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sIw84U5PZe .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-sIw84U5PZe .mbr-section-title {
  margin: 0;
}
.cid-sIw84U5PZe .card-img {
  text-align: center;
}
.cid-sIw84U5PZe .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-sIw84U5PZe .row-item.card1 {
  background: #dc4900;
}
.cid-sIw84U5PZe .row-item.card2 {
  background: #ffcb05;
}
.cid-sIw84U5PZe .row-item.card3 {
  background: #980101;
}
.cid-sIw84U5PZe .row-item.card4 {
  background: #2bdc9d;
}
.cid-sIw84U5PZe .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sIw84U5PZe .card-img,
  .cid-sIw84U5PZe .mbr-text,
  .cid-sIw84U5PZe .mbr-card-title,
  .cid-sIw84U5PZe .mbr-section-subtitle,
  .cid-sIw84U5PZe .mbr-section-title,
  .cid-sIw84U5PZe .underline {
    text-align: center !important;
  }
}
.cid-sIw9cxeVqy {
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sIw9cxeVqy .mbr-section-title {
  color: #980101;
}
.cid-sIw9cxeVqy .mbr-section-subtitle {
  color: #ffcb05;
}
.cid-sIw9cxeVqy .mbr-text {
  color: #70747f;
}
.cid-sIw9cxeVqy .nav-tabs {
  display: table;
  border-bottom: none;
}
.cid-sIw9cxeVqy .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sIw9cxeVqy .card-img {
  overflow: hidden;
  border-radius: 30px;
}
.cid-sIw9cxeVqy .tab-content {
  display: flex;
  background-color: #ffffff;
  border-radius: 30px;
  align-items: center;
}
.cid-sIw9cxeVqy .nav-tabs .nav-link {
  display: block;
  color: #0079bf;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  margin: 0px;
  border: 2px dashed #980101;
  border-radius: 25px !important;
  transition: all .3s;
  text-align: center;
}
.cid-sIw9cxeVqy .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #980101;
}
.cid-sIw9cxeVqy .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  background: #980101;
}
@media (max-width: 767px) {
  .cid-sIw9cxeVqy {
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .cid-sIw9cxeVqy .last-navitem {
    width: 100%;
  }
  .cid-sIw9cxeVqy li {
    width: 140px;
  }
  .cid-sIw9cxeVqy .nav-tabs {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .cid-sIw9cxeVqy .container-fluid {
    padding: 0rem;
  }
  .cid-sIw9cxeVqy .title-content {
    text-align: left;
  }
  .cid-sIw9cxeVqy .mbr-text {
    text-align: left;
  }
  .cid-sIw9cxeVqy .nav-link {
    margin-bottom: 1rem !important;
  }
  .cid-sIw9cxeVqy .icon1 {
    margin-top: 0.4rem;
  }
  .cid-sIw9cxeVqy .card-img2 {
    margin-bottom: 1.5rem;
  }
  .cid-sIw9cxeVqy .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
  }
  .cid-sIw9cxeVqy .card-img {
    margin-top: 0.6rem;
  }
}
.cid-sIw9cxeVqy h4 {
  color: #12265a;
}
.cid-sIw9cxeVqy img {
  width: 100%;
}
.cid-sIw9cxeVqy .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-sIw9cxeVqy .wrapper {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-sIw9cxeVqy .card-title {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-sIw9cxeVqy .container-fluid {
  max-width: 1200px;
}
.cid-sIw9cxeVqy .row {
  align-items: center;
}
@media (min-width: 767px) {
  .cid-sIw9cxeVqy {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-sIw9cxeVqy .left-column {
    padding-right: 4rem;
  }
}
.cid-sIw9cxeVqy .image-icon {
  width: 50px;
  height: 50px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sIw9cxeVqy .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
  }
  .cid-sIw9cxeVqy .nav-tabs {
    margin-bottom: 1rem;
    padding: 3px;
  }
  .cid-sIw9cxeVqy .nav-item {
    padding: 0.5rem;
  }
  .cid-sIw9cxeVqy .card-img {
    margin-top: 0.6rem;
  }
  .cid-sIw9cxeVqy .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-sIw9cxeVqy .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2.5rem;
    margin: 0 1rem;
  }
  .cid-sIw9cxeVqy .tab-content {
    padding: 3.5rem;
  }
  .cid-sIw9cxeVqy .nav-tabs {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    padding: 3px;
  }
  .cid-sIw9cxeVqy .right-column {
    padding-left: 4rem;
  }
}
.cid-sIw9cxeVqy .name {
  margin-top: 1rem;
}
.cid-sIw9cxeVqy .title-content {
  color: #dc4900;
}
.cid-sIw9cxeVqy .card-title,
.cid-sIw9cxeVqy .wrapper {
  color: #ee1b22;
}
.cid-sIwetMw4a2 {
  background-color: #ffcb05;
}
.cid-sIwetMw4a2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIwetMw4a2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIwetMw4a2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIwetMw4a2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIwetMw4a2 .row > .row {
  display: block;
}
.cid-sIwetMw4a2 .mbr-gallery-item {
  width: 100%;
}
.cid-sIwetMw4a2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0079bf;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sIwetMw4a2 .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sIwetMw4a2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sIwetMw4a2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sIwetMw4a2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sIwetMw4a2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #0079bf !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sIwetMw4a2 .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sIwetMw4a2 .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sIwetMw4a2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-sIwetMw4a2 .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-sIwetMw4a2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-sJ5xx56zY8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJ5xx56zY8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sJ5xx56zY8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sJ5xx56zY8 .mbr-section-btn {
  margin: 0;
}
.cid-sJ5xx56zY8 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sJ5xx56zY8 .form-control:focus,
.cid-sJ5xx56zY8 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sJ5xx56zY8 .form-group {
  margin-bottom: 1rem;
}
.cid-sJ5xx56zY8 input::-webkit-input-placeholder,
.cid-sJ5xx56zY8 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sJ5xx56zY8 input:-moz-placeholder,
.cid-sJ5xx56zY8 textarea:-moz-placeholder {
  color: #656565;
}
.cid-sJ5xx56zY8 .jq-selectbox li,
.cid-sJ5xx56zY8 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJ5xx56zY8 .jq-selectbox li:hover,
.cid-sJ5xx56zY8 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJ5xx56zY8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJ5xx56zY8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJ5xx56zY8 .form-group,
.cid-sJ5xx56zY8 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sJ5xx56zY8 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sJ5xx56zY8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sJ5xx56zY8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sJ5xx56zY8 .form-block {
    padding: 1rem;
  }
}
.cid-sJ5xx56zY8 P {
  color: #dc4900;
}
.cid-sJ5xx56zY8 H4 {
  color: #980101;
}
.cid-uSilPRXyXe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #980101;
}
@media (max-width: 767px) {
  .cid-uSilPRXyXe .content {
    text-align: center;
  }
  .cid-uSilPRXyXe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSilPRXyXe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uSilPRXyXe .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uSilPRXyXe .media-wrap img {
  height: 6rem;
}
.cid-uSilPRXyXe .mbr-text {
  color: #8d97ad;
}
.cid-uSilPRXyXe .p-title {
  font-size: 17px;
}
.cid-uSilPRXyXe .p-title span {
  color: #111111;
}
.cid-uSilPRXyXe .title-card {
  font-size: 1.3rem;
}
.cid-uSilPRXyXe .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uSilPRXyXe .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uSilPRXyXe .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uSilPRXyXe .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uSilPRXyXe .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uSilPRXyXe .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSilPRXyXe .copyright img {
  margin-right: 10px;
}
.cid-uSilPRXyXe .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uSilPRXyXe .icon-transition span:hover {
  background-color: #ffcb05;
}
@media (max-width: 767px) {
  .cid-uSilPRXyXe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uSilPRXyXe .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uSilPRXyXe .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uSilPRXyXe SPAN {
  color: #ffcb05;
}
.cid-uSilPRXyXe .copyright > p {
  color: #ffffff;
}
.cid-uSilPRXyXe .p-title,
.cid-uSilPRXyXe .social-media {
  color: #ffffff;
}
.cid-uSilPRXyXe H5 {
  color: #ffcb05;
}
.cid-uvx3fETRps {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffcb05;
}
.cid-uvx3fETRps svg {
  position: absolute;
  top: 0;
}
.cid-uvx3fETRps .svg-1 {
  fill: #980101;
}
.cid-uvx3fETRps .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uvx3fETRps {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-uvx3fETRps .mbr-text {
  color: #000000;
}
.cid-uvx3fETRps a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-uK2G3UTvuH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uK2G3UTvuH .collapsed {
  flex-direction: row!important;
}
.cid-uK2G3UTvuH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK2G3UTvuH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK2G3UTvuH .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uK2G3UTvuH .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uK2G3UTvuH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uK2G3UTvuH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uK2G3UTvuH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK2G3UTvuH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK2G3UTvuH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uK2G3UTvuH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uK2G3UTvuH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK2G3UTvuH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK2G3UTvuH .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-uK2G3UTvuH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK2G3UTvuH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uK2G3UTvuH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uK2G3UTvuH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK2G3UTvuH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK2G3UTvuH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uK2G3UTvuH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK2G3UTvuH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK2G3UTvuH .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-uK2G3UTvuH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uK2G3UTvuH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK2G3UTvuH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK2G3UTvuH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uK2G3UTvuH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uK2G3UTvuH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uK2G3UTvuH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uK2G3UTvuH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uK2G3UTvuH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uK2G3UTvuH .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uK2G3UTvuH .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uK2G3UTvuH .nav-item:focus,
.cid-uK2G3UTvuH .nav-link:focus {
  outline: none;
}
.cid-uK2G3UTvuH .text-white:hover,
.cid-uK2G3UTvuH .text-white:active,
.cid-uK2G3UTvuH .text-white:focus {
  color: white!important;
}
.cid-uK2G3UTvuH .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uK2G3UTvuH .dropdown-item:hover {
  color: black!important;
}
.cid-uK2G3UTvuH .dropdown-menu {
  background-color: white!important;
}
.cid-uK2G3UTvuH .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(203, 1, 1, 0.35);
  display: block;
}
.cid-uK2G3UTvuH .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uK2G3UTvuH .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uK2G3UTvuH .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uK2G3UTvuH .nav-item {
    position: relative;
  }
}
.cid-uK2G3UTvuH .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-uK2G3UTvuH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK2G3UTvuH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uK2G3UTvuH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uK2G3UTvuH .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-uK2G3UTvuH .navbar-caption {
  font-weight: 600!important;
}
.cid-uK2G3UTvuH .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-uK2G3UTvuH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK2G3UTvuH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK2G3UTvuH .dropdown-item.active,
.cid-uK2G3UTvuH .dropdown-item:active {
  background-color: transparent;
}
.cid-uK2G3UTvuH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK2G3UTvuH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK2G3UTvuH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK2G3UTvuH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK2G3UTvuH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK2G3UTvuH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uK2G3UTvuH .navbar-buttons {
  text-align: center;
}
.cid-uK2G3UTvuH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK2G3UTvuH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0050f;
}
.cid-uK2G3UTvuH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK2G3UTvuH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK2G3UTvuH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK2G3UTvuH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK2G3UTvuH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK2G3UTvuH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK2G3UTvuH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK2G3UTvuH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK2G3UTvuH .nav-link {
  font-weight: 600!important;
}
.cid-uK2G3UTvuH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK2G3UTvuH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uK2G3UTvuH .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-uK2G3UTvuH .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK2G3UTvuH .navbar {
    height: 77px;
  }
  .cid-uK2G3UTvuH .navbar.opened {
    height: auto;
  }
  .cid-uK2G3UTvuH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK2HungCRh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uK2HungCRh {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uK2HungCRh .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-uK2HungCRh .container-fluid {
  max-width: 1200px;
}
.cid-uK2HungCRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2HungCRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2G3Vwjah {
  background-color: #ffcb05;
}
.cid-uK2G3Vwjah .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uK2G3Vwjah .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uK2G3Vwjah .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uK2G3Vwjah .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uK2G3Vwjah .row > .row {
  display: block;
}
.cid-uK2G3Vwjah .mbr-gallery-item {
  width: 100%;
}
.cid-uK2G3Vwjah .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #980101;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uK2G3Vwjah .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uK2G3Vwjah .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uK2G3Vwjah .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uK2G3Vwjah .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uK2G3Vwjah .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #980101 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uK2G3Vwjah .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uK2G3Vwjah .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uK2G3Vwjah {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-uK2G3Vwjah .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-uK2G3Vwjah {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-uVc5NnrrHc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #980101;
}
@media (max-width: 767px) {
  .cid-uVc5NnrrHc .content {
    text-align: center;
  }
  .cid-uVc5NnrrHc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVc5NnrrHc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uVc5NnrrHc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uVc5NnrrHc .media-wrap img {
  height: 6rem;
}
.cid-uVc5NnrrHc .mbr-text {
  color: #8d97ad;
}
.cid-uVc5NnrrHc .p-title {
  font-size: 17px;
}
.cid-uVc5NnrrHc .p-title span {
  color: #111111;
}
.cid-uVc5NnrrHc .title-card {
  font-size: 1.3rem;
}
.cid-uVc5NnrrHc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVc5NnrrHc .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uVc5NnrrHc .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uVc5NnrrHc .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uVc5NnrrHc .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uVc5NnrrHc .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVc5NnrrHc .copyright img {
  margin-right: 10px;
}
.cid-uVc5NnrrHc .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVc5NnrrHc .icon-transition span:hover {
  background-color: #ffcb05;
}
@media (max-width: 767px) {
  .cid-uVc5NnrrHc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVc5NnrrHc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uVc5NnrrHc .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVc5NnrrHc SPAN {
  color: #ffcb05;
}
.cid-uVc5NnrrHc .copyright > p {
  color: #ffffff;
}
.cid-uVc5NnrrHc .p-title,
.cid-uVc5NnrrHc .social-media {
  color: #ffffff;
}
.cid-uVc5NnrrHc H5 {
  color: #ffcb05;
}
.cid-uK2G3XpQ1E {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffcb05;
}
.cid-uK2G3XpQ1E svg {
  position: absolute;
  top: 0;
}
.cid-uK2G3XpQ1E .svg-1 {
  fill: #980101;
}
.cid-uK2G3XpQ1E .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uK2G3XpQ1E {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-uK2G3XpQ1E .mbr-text {
  color: #000000;
}
.cid-uK2G3XpQ1E a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sJ6LsCTNRe .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sJ6LsCTNRe .collapsed {
  flex-direction: row!important;
}
.cid-sJ6LsCTNRe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ6LsCTNRe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ6LsCTNRe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sJ6LsCTNRe .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJ6LsCTNRe .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sJ6LsCTNRe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJ6LsCTNRe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ6LsCTNRe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ6LsCTNRe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ6LsCTNRe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJ6LsCTNRe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ6LsCTNRe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ6LsCTNRe .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-sJ6LsCTNRe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ6LsCTNRe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ6LsCTNRe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ6LsCTNRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ6LsCTNRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ6LsCTNRe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJ6LsCTNRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ6LsCTNRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ6LsCTNRe .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-sJ6LsCTNRe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ6LsCTNRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ6LsCTNRe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ6LsCTNRe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJ6LsCTNRe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJ6LsCTNRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ6LsCTNRe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJ6LsCTNRe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ6LsCTNRe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ6LsCTNRe .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6LsCTNRe .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sJ6LsCTNRe .nav-item:focus,
.cid-sJ6LsCTNRe .nav-link:focus {
  outline: none;
}
.cid-sJ6LsCTNRe .text-white:hover,
.cid-sJ6LsCTNRe .text-white:active,
.cid-sJ6LsCTNRe .text-white:focus {
  color: white!important;
}
.cid-sJ6LsCTNRe .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sJ6LsCTNRe .dropdown-item:hover {
  color: black!important;
}
.cid-sJ6LsCTNRe .dropdown-menu {
  background-color: white!important;
}
.cid-sJ6LsCTNRe .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(203, 1, 1, 0.35);
  display: block;
}
.cid-sJ6LsCTNRe .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6LsCTNRe .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sJ6LsCTNRe .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sJ6LsCTNRe .nav-item {
    position: relative;
  }
}
.cid-sJ6LsCTNRe .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-sJ6LsCTNRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ6LsCTNRe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sJ6LsCTNRe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ6LsCTNRe .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-sJ6LsCTNRe .navbar-caption {
  font-weight: 600!important;
}
.cid-sJ6LsCTNRe .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-sJ6LsCTNRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ6LsCTNRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ6LsCTNRe .dropdown-item.active,
.cid-sJ6LsCTNRe .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ6LsCTNRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ6LsCTNRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ6LsCTNRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ6LsCTNRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJ6LsCTNRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ6LsCTNRe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ6LsCTNRe .navbar-buttons {
  text-align: center;
}
.cid-sJ6LsCTNRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ6LsCTNRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0050f;
}
.cid-sJ6LsCTNRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ6LsCTNRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6LsCTNRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6LsCTNRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ6LsCTNRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6LsCTNRe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ6LsCTNRe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ6LsCTNRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6LsCTNRe .nav-link {
  font-weight: 600!important;
}
.cid-sJ6LsCTNRe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ6LsCTNRe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ6LsCTNRe .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-sJ6LsCTNRe .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ6LsCTNRe .navbar {
    height: 77px;
  }
  .cid-sJ6LsCTNRe .navbar.opened {
    height: auto;
  }
  .cid-sJ6LsCTNRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ5MXjYLv2 {
  padding-top: 75px;
  background-image: url("../../../assets/images/banners-site-bg2-1900x620.png");
}
.cid-sJ5MXjYLv2 .text-content {
  padding-bottom: 0px;
}
.cid-sJ5MXjYLv2 .content-container .btn-bgr {
  z-index: 0;
}
.cid-sJ5MXjYLv2 .box-item-text {
  color: #dc4900;
  text-align: left;
}
.cid-sJ5MXjYLv2 .box-item {
  padding: 2.5rem;
}
.cid-sJ5MXjYLv2 .box-item:first-child {
  background-color: #ffffff;
}
.cid-sJ5MXjYLv2 .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-sJ5MXjYLv2 .box-item:last-child {
  background-color: #ffffff;
}
.cid-sJ5MXjYLv2 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sJ5MXjYLv2 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sJ5MXjYLv2 .box-list li:last-child {
  border-bottom: none;
}
.cid-sJ5MXjYLv2 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sJ5MXjYLv2 .mbr-iconfont {
  color: #980101;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-sJ5MXjYLv2 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-sJ5MXjYLv2 .mbr-section-subtitle,
  .cid-sJ5MXjYLv2 .mbr-section-title,
  .cid-sJ5MXjYLv2 .mbr-text,
  .cid-sJ5MXjYLv2 .mbr-section-btn,
  .cid-sJ5MXjYLv2 .icon-block-top,
  .cid-sJ5MXjYLv2 .box-item-title,
  .cid-sJ5MXjYLv2 .box-item-text {
    text-align: center !important;
  }
}
.cid-sJ5MXjYLv2 .mbr-section-title {
  color: #980101;
  text-align: center;
}
.cid-sJ5MXjYLv2 .mbr-text,
.cid-sJ5MXjYLv2 .mbr-section-btn {
  color: #980101;
  text-align: center;
}
.cid-sJ5MXjYLv2 .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ5MXjYLv2 .icon-block-top,
.cid-sJ5MXjYLv2 .box-item-title {
  color: #ffcb05;
}
.cid-sJ5DQND3xB {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #980101;
}
.cid-sJ5DQND3xB .container {
  max-width: 1500px;
}
.cid-sJ5DQND3xB img {
  width: 100%;
}
.cid-sJ5DQND3xB h2 {
  padding: 0;
  margin: 0;
}
.cid-sJ5DQND3xB .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sJ5DQND3xB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sJ5DQND3xB .img-col {
  position: relative;
}
.cid-sJ5DQND3xB .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sJ5DQND3xB .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sJ5DQND3xB .img-col {
    margin-top: 3rem;
  }
  .cid-sJ5DQND3xB .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sJ5DQND3xB .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sJ5DQND3xB .number {
    margin: auto;
  }
}
.cid-sJ5DQND3xB H2 {
  color: #ffcb05;
  text-align: right;
}
.cid-sJ5DQND3xB .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sJ5DTiNPqp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sJ5DRBPcD5 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffcb05;
}
.cid-sJ5DRBPcD5 .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-sJ5DRBPcD5 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sJ5DRBPcD5 .card-img {
  margin-bottom: 1rem;
}
.cid-sJ5DRBPcD5 .card-img span {
  font-size: 60px;
}
.cid-sJ5YgkopFK {
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sJ5YgkopFK .mbr-section-title {
  color: #980101;
}
.cid-sJ5YgkopFK .nav {
  border: 2px dashed #ffcb05;
  border-radius: 30px;
}
.cid-sJ5YgkopFK .nav-tabs {
  display: table;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-sJ5YgkopFK .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sJ5YgkopFK .card-img {
  overflow: hidden;
  border-radius: 30px;
}
.cid-sJ5YgkopFK .tab-content {
  display: flex;
  border-radius: 30px;
  align-items: center;
}
.cid-sJ5YgkopFK .nav-tabs .nav-link {
  display: block;
  color: #980101;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  margin: 0px;
  border-radius: 30px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-sJ5YgkopFK .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #980101;
}
.cid-sJ5YgkopFK .nav-tabs .nav-link.active {
  color: #000000;
  font-style: normal;
  background: #ffcb05;
  border-bottom: none;
}
.cid-sJ5YgkopFK .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sJ5YgkopFK {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .cid-sJ5YgkopFK .mbr-section-title {
    text-align: center;
  }
  .cid-sJ5YgkopFK .mbr-section-subtitle {
    text-align: center;
  }
  .cid-sJ5YgkopFK .nav-tabs {
    width: 100%;
  }
  .cid-sJ5YgkopFK .container-fluid {
    padding: 0;
  }
  .cid-sJ5YgkopFK .imageContainer {
    margin-left: 1rem;
  }
  .cid-sJ5YgkopFK .mbr-text {
    text-align: left;
  }
  .cid-sJ5YgkopFK .mbr-section-btn {
    margin: 0;
  }
}
.cid-sJ5YgkopFK h4 {
  color: #12265a;
}
.cid-sJ5YgkopFK img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sJ5YgkopFK .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-sJ5YgkopFK .wrapper {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-sJ5YgkopFK .card-title {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-sJ5YgkopFK .container-fluid {
  max-width: 1200px;
}
.cid-sJ5YgkopFK .row {
  align-items: center;
}
@media (min-width: 767px) {
  .cid-sJ5YgkopFK {
    padding-top: 90px;
    padding-bottom: 75px;
  }
  .cid-sJ5YgkopFK .container-fluid {
    padding-left: 0.5rem;
  }
}
@media (max-width: 992px) {
  .cid-sJ5YgkopFK .left-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJ5YgkopFK .left-wrapper {
    padding-left: 5rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-sJ5YgkopFK .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-bottom: calc(2rem + 5%);
  }
  .cid-sJ5YgkopFK .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #980101;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-sJ5YgkopFK .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-sJ5YgkopFK .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #980101;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-sJ5YgkopFK .mbr-section-subtitle span {
  margin-bottom: 2rem;
}
.cid-sJ5YgkopFK .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: 900;
}
.cid-sJ5YgkopFK .mbr-iconfont {
  transition: all 0.3s;
  color: currentColor;
  font-size: 2rem;
  margin-left: 1rem;
  font-weight: 900;
}
.cid-sJ5YgkopFK .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-sJ5YgkopFK .mbr-section-btn {
  margin: 0;
}
.cid-sJ5YgkopFK .mbr-section-subtitle {
  color: #980101;
}
.cid-sJ5XfI6QBt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sJ5XfI6QBt .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sJ5XfI6QBt .icon2 {
  color: #ffffff;
}
.cid-sJ5XfI6QBt .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sJ5XfI6QBt p {
  font-weight: 400;
}
.cid-sJ5XfI6QBt .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sJ5XfI6QBt .line2 {
  background: #ffffff;
}
.cid-sJ5XfI6QBt .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #dc4900;
}
.cid-sJ5XfI6QBt .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-sJ5XfI6QBt .card2 {
  background: #dc4900;
}
.cid-sJ5XfI6QBt .card-title,
.cid-sJ5XfI6QBt .card-ico,
.cid-sJ5XfI6QBt .line-wrap {
  text-align: center;
}
.cid-sJ5XfI6QBt .mbr-text,
.cid-sJ5XfI6QBt .card-link {
  text-align: center;
}
.cid-uVc5ak2law {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #980101;
}
@media (max-width: 767px) {
  .cid-uVc5ak2law .content {
    text-align: center;
  }
  .cid-uVc5ak2law .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVc5ak2law .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uVc5ak2law .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uVc5ak2law .media-wrap img {
  height: 6rem;
}
.cid-uVc5ak2law .mbr-text {
  color: #8d97ad;
}
.cid-uVc5ak2law .p-title {
  font-size: 17px;
}
.cid-uVc5ak2law .p-title span {
  color: #111111;
}
.cid-uVc5ak2law .title-card {
  font-size: 1.3rem;
}
.cid-uVc5ak2law .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVc5ak2law .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uVc5ak2law .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uVc5ak2law .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uVc5ak2law .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uVc5ak2law .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVc5ak2law .copyright img {
  margin-right: 10px;
}
.cid-uVc5ak2law .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVc5ak2law .icon-transition span:hover {
  background-color: #ffcb05;
}
@media (max-width: 767px) {
  .cid-uVc5ak2law .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVc5ak2law .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uVc5ak2law .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVc5ak2law SPAN {
  color: #ffcb05;
}
.cid-uVc5ak2law .copyright > p {
  color: #ffffff;
}
.cid-uVc5ak2law .p-title,
.cid-uVc5ak2law .social-media {
  color: #ffffff;
}
.cid-uVc5ak2law H5 {
  color: #ffcb05;
}
.cid-uvx3fETRps {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffcb05;
}
.cid-uvx3fETRps svg {
  position: absolute;
  top: 0;
}
.cid-uvx3fETRps .svg-1 {
  fill: #980101;
}
.cid-uvx3fETRps .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uvx3fETRps {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-uvx3fETRps .mbr-text {
  color: #000000;
}
.cid-uvx3fETRps a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sJ5gZtrihE .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sJ5gZtrihE .collapsed {
  flex-direction: row!important;
}
.cid-sJ5gZtrihE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ5gZtrihE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ5gZtrihE .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sJ5gZtrihE .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJ5gZtrihE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sJ5gZtrihE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJ5gZtrihE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ5gZtrihE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ5gZtrihE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ5gZtrihE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ5gZtrihE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ5gZtrihE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ5gZtrihE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ5gZtrihE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJ5gZtrihE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJ5gZtrihE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ5gZtrihE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJ5gZtrihE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ5gZtrihE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ5gZtrihE .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ5gZtrihE .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sJ5gZtrihE .nav-item:focus,
.cid-sJ5gZtrihE .nav-link:focus {
  outline: none;
}
.cid-sJ5gZtrihE .text-white:hover,
.cid-sJ5gZtrihE .text-white:active,
.cid-sJ5gZtrihE .text-white:focus {
  color: white!important;
}
.cid-sJ5gZtrihE .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sJ5gZtrihE .dropdown-item:hover {
  color: black!important;
}
.cid-sJ5gZtrihE .dropdown-menu {
  background-color: white!important;
}
.cid-sJ5gZtrihE .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(203, 1, 1, 0.35);
  display: block;
}
.cid-sJ5gZtrihE .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ5gZtrihE .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sJ5gZtrihE .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sJ5gZtrihE .nav-item {
    position: relative;
  }
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ5gZtrihE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sJ5gZtrihE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar-caption {
  font-weight: 600!important;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ5gZtrihE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ5gZtrihE .dropdown-item.active,
.cid-sJ5gZtrihE .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ5gZtrihE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ5gZtrihE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ5gZtrihE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ5gZtrihE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJ5gZtrihE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ5gZtrihE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ5gZtrihE .navbar-buttons {
  text-align: center;
}
.cid-sJ5gZtrihE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0050f;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ5gZtrihE .nav-link {
  font-weight: 600!important;
}
.cid-sJ5gZtrihE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ5gZtrihE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ5gZtrihE .navbar {
    height: 77px;
  }
  .cid-sJ5gZtrihE .navbar.opened {
    height: auto;
  }
  .cid-sJ5gZtrihE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ65W0ypdj {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #dc4900;
}
@media (max-width: 767px) {
  .cid-sJ65W0ypdj {
    padding-top: 64px;
    padding-bottom: 96px;
  }
}
.cid-sJ65W0ypdj img {
  width: 100%;
  border-radius: 30px;
}
.cid-sJ65W0ypdj h1 {
  color: #fff;
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-sJ65W0ypdj h3 {
  font-family: '212 Moon Child Sans';
  font-weight: 900;
  width: fit-content;
  position: relative;
  color: #fff;
}
.cid-sJ65W0ypdj .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sJ65W0ypdj .container-fluid {
    padding: 0 1rem;
  }
  .cid-sJ65W0ypdj h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 767px) {
  .cid-sJ65W0ypdj .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-sJ65W0ypdj .imageContainer {
    margin-top: 2rem;
  }
}
.cid-sJ65W0ypdj .mbr-section-subtitle {
  background-color: #980101;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sJ65W0ypdj p {
  margin-bottom: 1.3rem;
}
.cid-sJ65W0ypdj .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sJ65W0ypdj .svg-1 path {
  fill: #ffffff;
}
.cid-sJ65W0ypdj .container-fluid {
  max-width: 1200px;
}
.cid-sJ65W0ypdj .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-sJ65W0ypdj .mbr-section-btn {
  margin-top: 1.5rem;
}
.cid-sJ65W0ypdj .wrapper {
  display: flex;
  align-items: center;
}
.cid-sJ65IjLE3W {
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sJ65IjLE3W .mbr-section-title {
  color: #12265a;
}
.cid-sJ65IjLE3W .mbr-section-subtitle {
  color: #70747f ;
}
.cid-sJ65IjLE3W .mbr-text {
  color: #70747f;
}
.cid-sJ65IjLE3W .nav {
  border: 2px dashed #980101;
  border-radius: 30px;
}
.cid-sJ65IjLE3W .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-sJ65IjLE3W .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sJ65IjLE3W .card-img {
  overflow: hidden;
  border-radius: 30px;
}
.cid-sJ65IjLE3W .tab-content {
  display: flex;
  background-color: #ffffff;
  border-radius: 30px;
  align-items: center;
}
.cid-sJ65IjLE3W .nav-tabs .nav-link {
  display: block;
  color: #0079bf;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  margin: 0px;
  border-radius: 30px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-sJ65IjLE3W .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #980101;
}
.cid-sJ65IjLE3W .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  background: #980101;
  border-bottom: none;
}
.cid-sJ65IjLE3W .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sJ65IjLE3W {
    padding-top: 0px;
    padding-bottom: 16px;
  }
  .cid-sJ65IjLE3W .nav-tabs {
    width: 100%;
  }
  .cid-sJ65IjLE3W .wrapper-tab {
    padding: 0rem;
  }
  .cid-sJ65IjLE3W .title-content {
    text-align: left;
  }
  .cid-sJ65IjLE3W .mbr-text {
    text-align: left;
  }
  .cid-sJ65IjLE3W .right-column {
    margin-top: 1rem;
  }
}
.cid-sJ65IjLE3W h4 {
  color: #12265a;
}
.cid-sJ65IjLE3W img {
  width: 100%;
}
.cid-sJ65IjLE3W .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-sJ65IjLE3W .wrapper {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-sJ65IjLE3W .card-title {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-sJ65IjLE3W .container-fluid {
  max-width: 1200px;
}
.cid-sJ65IjLE3W .row {
  align-items: center;
}
@media (min-width: 767px) {
  .cid-sJ65IjLE3W {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .cid-sJ65IjLE3W .nav-tabs {
    width: 48%;
  }
  .cid-sJ65IjLE3W .left-column {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sJ65IjLE3W .card-img {
    margin-top: 0.5rem;
  }
  .cid-sJ65IjLE3W .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-sJ65IjLE3W .tab-content {
    padding: 3.5rem;
  }
  .cid-sJ65IjLE3W .right-column {
    padding-left: 4rem;
  }
}
.cid-sJ65IjLE3W .card-title,
.cid-sJ65IjLE3W .wrapper {
  color: #dc4900;
}
.cid-sJ65IjLE3W .title-content {
  color: #980101;
}
.cid-sJ6FTXgz9z {
  background-color: #dc4900;
}
.cid-sJ6FTXgz9z .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sJ6FTXgz9z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sJ6FTXgz9z .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ6FTXgz9z .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sJ6FTXgz9z .image-element {
    padding-left: 0;
  }
}
.cid-sJ6FTXgz9z .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sJ6FTXgz9z .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sJ6FTXgz9z .brown {
  color: #980101;
}
.cid-sJ6FTXgz9z .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ6FTXgz9z .paragraphs-wrapper .first-paragraph,
.cid-sJ6FTXgz9z .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sJ6FTXgz9z .image-element {
    padding-top: 1rem;
  }
  .cid-sJ6FTXgz9z .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJ6FTXgz9z .paragraphs-wrapper .first-paragraph,
  .cid-sJ6FTXgz9z .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sJ6FTXgz9z .first-paragraph,
  .cid-sJ6FTXgz9z .second-paragraph {
    width: 50%;
  }
  .cid-sJ6FTXgz9z .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sJ6FTXgz9z .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sJ6FTXgz9z .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ6FTXgz9z .mbr-section-title,
  .cid-sJ6FTXgz9z .mbr-section-btn {
    text-align: left;
  }
}
.cid-sJ6FTXgz9z .mbr-text,
.cid-sJ6FTXgz9z .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ6FTXgz9z .title,
.cid-sJ6FTXgz9z .brown {
  color: #ffcb05;
}
.cid-sJ65pbA6dU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffcb05;
}
.cid-sJ65pbA6dU .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.cid-sJ65pbA6dU .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sJ65pbA6dU .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sJ65pbA6dU .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sJ65pbA6dU .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sJ65pbA6dU .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sJ65pbA6dU .inner-container {
    width: 100% !important;
  }
  .cid-sJ65pbA6dU .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sJ6Hhfk7OT {
  background-color: #980101;
}
.cid-sJ6Hhfk7OT .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sJ6Hhfk7OT .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJ6Hhfk7OT .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sJ6Hhfk7OT .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ6Hhfk7OT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sJ6Hhfk7OT .image-element {
    padding-right: 0;
  }
}
.cid-sJ6Hhfk7OT .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sJ6Hhfk7OT .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sJ6Hhfk7OT .brown {
  color: #980101;
}
.cid-sJ6Hhfk7OT .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ6Hhfk7OT .paragraphs-wrapper .first-paragraph,
.cid-sJ6Hhfk7OT .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sJ6Hhfk7OT .image-element {
    padding-bottom: 1rem;
  }
  .cid-sJ6Hhfk7OT .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sJ6Hhfk7OT .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJ6Hhfk7OT .paragraphs-wrapper .first-paragraph,
  .cid-sJ6Hhfk7OT .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sJ6Hhfk7OT .first-paragraph,
  .cid-sJ6Hhfk7OT .second-paragraph {
    width: 50%;
  }
  .cid-sJ6Hhfk7OT .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sJ6Hhfk7OT .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sJ6Hhfk7OT .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ6Hhfk7OT .mbr-section-title,
  .cid-sJ6Hhfk7OT .mbr-section-btn {
    text-align: left;
  }
}
.cid-sJ6Hhfk7OT .mbr-text,
.cid-sJ6Hhfk7OT .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ6Hhfk7OT .title,
.cid-sJ6Hhfk7OT .brown {
  color: #ffcb05;
}
.cid-sJ6f9kXthK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJ6f9kXthK .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sJ6f9kXthK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sJ6f9kXthK .mbr-section-btn {
  margin: 0;
}
.cid-sJ6f9kXthK .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sJ6f9kXthK .form-control:focus,
.cid-sJ6f9kXthK .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sJ6f9kXthK .form-group {
  margin-bottom: 1rem;
}
.cid-sJ6f9kXthK input::-webkit-input-placeholder,
.cid-sJ6f9kXthK textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sJ6f9kXthK input:-moz-placeholder,
.cid-sJ6f9kXthK textarea:-moz-placeholder {
  color: #656565;
}
.cid-sJ6f9kXthK .jq-selectbox li,
.cid-sJ6f9kXthK .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJ6f9kXthK .jq-selectbox li:hover,
.cid-sJ6f9kXthK .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJ6f9kXthK .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJ6f9kXthK .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJ6f9kXthK .form-group,
.cid-sJ6f9kXthK .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sJ6f9kXthK .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sJ6f9kXthK .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sJ6f9kXthK .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sJ6f9kXthK .form-block {
    padding: 1rem;
  }
}
.cid-sJ6f9kXthK P {
  color: #dc4900;
}
.cid-sJ6f9kXthK H4 {
  color: #980101;
}
.cid-uVc5gqXwWg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #980101;
}
@media (max-width: 767px) {
  .cid-uVc5gqXwWg .content {
    text-align: center;
  }
  .cid-uVc5gqXwWg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVc5gqXwWg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uVc5gqXwWg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uVc5gqXwWg .media-wrap img {
  height: 6rem;
}
.cid-uVc5gqXwWg .mbr-text {
  color: #8d97ad;
}
.cid-uVc5gqXwWg .p-title {
  font-size: 17px;
}
.cid-uVc5gqXwWg .p-title span {
  color: #111111;
}
.cid-uVc5gqXwWg .title-card {
  font-size: 1.3rem;
}
.cid-uVc5gqXwWg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVc5gqXwWg .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uVc5gqXwWg .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uVc5gqXwWg .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uVc5gqXwWg .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uVc5gqXwWg .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVc5gqXwWg .copyright img {
  margin-right: 10px;
}
.cid-uVc5gqXwWg .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVc5gqXwWg .icon-transition span:hover {
  background-color: #ffcb05;
}
@media (max-width: 767px) {
  .cid-uVc5gqXwWg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVc5gqXwWg .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uVc5gqXwWg .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVc5gqXwWg SPAN {
  color: #ffcb05;
}
.cid-uVc5gqXwWg .copyright > p {
  color: #ffffff;
}
.cid-uVc5gqXwWg .p-title,
.cid-uVc5gqXwWg .social-media {
  color: #ffffff;
}
.cid-uVc5gqXwWg H5 {
  color: #ffcb05;
}
.cid-uvx3fETRps {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffcb05;
}
.cid-uvx3fETRps svg {
  position: absolute;
  top: 0;
}
.cid-uvx3fETRps .svg-1 {
  fill: #980101;
}
.cid-uvx3fETRps .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uvx3fETRps {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-uvx3fETRps .mbr-text {
  color: #000000;
}
.cid-uvx3fETRps a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sJ5gZtrihE .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sJ5gZtrihE .collapsed {
  flex-direction: row!important;
}
.cid-sJ5gZtrihE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ5gZtrihE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ5gZtrihE .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sJ5gZtrihE .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJ5gZtrihE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sJ5gZtrihE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJ5gZtrihE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ5gZtrihE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ5gZtrihE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ5gZtrihE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ5gZtrihE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ5gZtrihE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ5gZtrihE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ5gZtrihE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ5gZtrihE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ5gZtrihE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJ5gZtrihE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJ5gZtrihE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ5gZtrihE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJ5gZtrihE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ5gZtrihE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ5gZtrihE .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ5gZtrihE .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sJ5gZtrihE .nav-item:focus,
.cid-sJ5gZtrihE .nav-link:focus {
  outline: none;
}
.cid-sJ5gZtrihE .text-white:hover,
.cid-sJ5gZtrihE .text-white:active,
.cid-sJ5gZtrihE .text-white:focus {
  color: white!important;
}
.cid-sJ5gZtrihE .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sJ5gZtrihE .dropdown-item:hover {
  color: black!important;
}
.cid-sJ5gZtrihE .dropdown-menu {
  background-color: white!important;
}
.cid-sJ5gZtrihE .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(203, 1, 1, 0.35);
  display: block;
}
.cid-sJ5gZtrihE .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ5gZtrihE .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sJ5gZtrihE .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sJ5gZtrihE .nav-item {
    position: relative;
  }
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ5gZtrihE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sJ5gZtrihE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar-caption {
  font-weight: 600!important;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ5gZtrihE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ5gZtrihE .dropdown-item.active,
.cid-sJ5gZtrihE .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ5gZtrihE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ5gZtrihE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ5gZtrihE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ5gZtrihE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJ5gZtrihE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ5gZtrihE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ5gZtrihE .navbar-buttons {
  text-align: center;
}
.cid-sJ5gZtrihE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0050f;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ5gZtrihE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ5gZtrihE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ5gZtrihE .nav-link {
  font-weight: 600!important;
}
.cid-sJ5gZtrihE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ5gZtrihE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ5gZtrihE .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-sJ5gZtrihE .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ5gZtrihE .navbar {
    height: 77px;
  }
  .cid-sJ5gZtrihE .navbar.opened {
    height: auto;
  }
  .cid-sJ5gZtrihE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ6ahQNdwg {
  overflow: hidden !important;
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to right, #ffcb05 0%, #ffcb05 30%, #980101 30%, #980101 100%);
}
.cid-sJ6ahQNdwg .animated-element {
  color: #0079bf;
}
.cid-sJ6ahQNdwg .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-sJ6ahQNdwg .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJ6ahQNdwg {
    background: #980101;
  }
}
.cid-sJ6ahQNdwg .mbr-section-subtitle {
  color: #ffcb05;
}
.cid-sJ6ahQNdwg .mbr-text,
.cid-sJ6ahQNdwg .mbr-section-btn {
  color: #efefef;
}
.cid-sJ6bBIFw8D {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sJ6bJti72u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #980101;
}
.cid-sJ6bJti72u H1 {
  color: #57468b;
}
.cid-sJ6bJti72u .mbr-text,
.cid-sJ6bJti72u .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ6bJti72u img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sJ6bJti72u .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sJ6dlXzBPk {
  background-color: #ffcb05;
}
.cid-sJ6dlXzBPk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJ6dlXzBPk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ6dlXzBPk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJ6dlXzBPk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJ6dlXzBPk .row > .row {
  display: block;
}
.cid-sJ6dlXzBPk .mbr-gallery-item {
  width: 100%;
}
.cid-sJ6dlXzBPk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #980101;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sJ6dlXzBPk .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sJ6dlXzBPk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sJ6dlXzBPk .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sJ6dlXzBPk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sJ6dlXzBPk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #980101 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sJ6dlXzBPk .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sJ6dlXzBPk .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sJ6dlXzBPk {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-sJ6dlXzBPk .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-sJ6dlXzBPk {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-sJ6dnbJzXm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJ6dnbJzXm .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sJ6dnbJzXm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sJ6dnbJzXm .mbr-section-btn {
  margin: 0;
}
.cid-sJ6dnbJzXm .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sJ6dnbJzXm .form-control:focus,
.cid-sJ6dnbJzXm .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sJ6dnbJzXm .form-group {
  margin-bottom: 1rem;
}
.cid-sJ6dnbJzXm input::-webkit-input-placeholder,
.cid-sJ6dnbJzXm textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sJ6dnbJzXm input:-moz-placeholder,
.cid-sJ6dnbJzXm textarea:-moz-placeholder {
  color: #656565;
}
.cid-sJ6dnbJzXm .jq-selectbox li,
.cid-sJ6dnbJzXm .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJ6dnbJzXm .jq-selectbox li:hover,
.cid-sJ6dnbJzXm .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJ6dnbJzXm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJ6dnbJzXm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJ6dnbJzXm .form-group,
.cid-sJ6dnbJzXm .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sJ6dnbJzXm .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sJ6dnbJzXm .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sJ6dnbJzXm .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sJ6dnbJzXm .form-block {
    padding: 1rem;
  }
}
.cid-sJ6dnbJzXm P {
  color: #dc4900;
}
.cid-sJ6dnbJzXm H4 {
  color: #980101;
}
.cid-uVc5m1Jt2u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #980101;
}
@media (max-width: 767px) {
  .cid-uVc5m1Jt2u .content {
    text-align: center;
  }
  .cid-uVc5m1Jt2u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVc5m1Jt2u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uVc5m1Jt2u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uVc5m1Jt2u .media-wrap img {
  height: 6rem;
}
.cid-uVc5m1Jt2u .mbr-text {
  color: #8d97ad;
}
.cid-uVc5m1Jt2u .p-title {
  font-size: 17px;
}
.cid-uVc5m1Jt2u .p-title span {
  color: #111111;
}
.cid-uVc5m1Jt2u .title-card {
  font-size: 1.3rem;
}
.cid-uVc5m1Jt2u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVc5m1Jt2u .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uVc5m1Jt2u .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uVc5m1Jt2u .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uVc5m1Jt2u .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uVc5m1Jt2u .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVc5m1Jt2u .copyright img {
  margin-right: 10px;
}
.cid-uVc5m1Jt2u .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVc5m1Jt2u .icon-transition span:hover {
  background-color: #ffcb05;
}
@media (max-width: 767px) {
  .cid-uVc5m1Jt2u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVc5m1Jt2u .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uVc5m1Jt2u .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVc5m1Jt2u SPAN {
  color: #ffcb05;
}
.cid-uVc5m1Jt2u .copyright > p {
  color: #ffffff;
}
.cid-uVc5m1Jt2u .p-title,
.cid-uVc5m1Jt2u .social-media {
  color: #ffffff;
}
.cid-uVc5m1Jt2u H5 {
  color: #ffcb05;
}
.cid-uvx3fETRps {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffcb05;
}
.cid-uvx3fETRps svg {
  position: absolute;
  top: 0;
}
.cid-uvx3fETRps .svg-1 {
  fill: #980101;
}
.cid-uvx3fETRps .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uvx3fETRps {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-uvx3fETRps .mbr-text {
  color: #000000;
}
.cid-uvx3fETRps a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sJ6fdarSIg .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sJ6fdarSIg .collapsed {
  flex-direction: row!important;
}
.cid-sJ6fdarSIg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ6fdarSIg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ6fdarSIg .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sJ6fdarSIg .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJ6fdarSIg .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sJ6fdarSIg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJ6fdarSIg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ6fdarSIg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ6fdarSIg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ6fdarSIg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJ6fdarSIg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ6fdarSIg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ6fdarSIg .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-sJ6fdarSIg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ6fdarSIg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ6fdarSIg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ6fdarSIg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ6fdarSIg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ6fdarSIg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJ6fdarSIg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ6fdarSIg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ6fdarSIg .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-sJ6fdarSIg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ6fdarSIg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ6fdarSIg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ6fdarSIg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJ6fdarSIg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJ6fdarSIg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ6fdarSIg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJ6fdarSIg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ6fdarSIg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ6fdarSIg .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6fdarSIg .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sJ6fdarSIg .nav-item:focus,
.cid-sJ6fdarSIg .nav-link:focus {
  outline: none;
}
.cid-sJ6fdarSIg .text-white:hover,
.cid-sJ6fdarSIg .text-white:active,
.cid-sJ6fdarSIg .text-white:focus {
  color: white!important;
}
.cid-sJ6fdarSIg .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sJ6fdarSIg .dropdown-item:hover {
  color: black!important;
}
.cid-sJ6fdarSIg .dropdown-menu {
  background-color: white!important;
}
.cid-sJ6fdarSIg .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(203, 1, 1, 0.35);
  display: block;
}
.cid-sJ6fdarSIg .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6fdarSIg .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sJ6fdarSIg .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sJ6fdarSIg .nav-item {
    position: relative;
  }
}
.cid-sJ6fdarSIg .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-sJ6fdarSIg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ6fdarSIg .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sJ6fdarSIg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ6fdarSIg .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-sJ6fdarSIg .navbar-caption {
  font-weight: 600!important;
}
.cid-sJ6fdarSIg .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-sJ6fdarSIg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ6fdarSIg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ6fdarSIg .dropdown-item.active,
.cid-sJ6fdarSIg .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ6fdarSIg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ6fdarSIg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ6fdarSIg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ6fdarSIg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJ6fdarSIg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ6fdarSIg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ6fdarSIg .navbar-buttons {
  text-align: center;
}
.cid-sJ6fdarSIg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ6fdarSIg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0050f;
}
.cid-sJ6fdarSIg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ6fdarSIg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6fdarSIg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6fdarSIg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ6fdarSIg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6fdarSIg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ6fdarSIg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ6fdarSIg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6fdarSIg .nav-link {
  font-weight: 600!important;
}
.cid-sJ6fdarSIg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ6fdarSIg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ6fdarSIg .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-sJ6fdarSIg .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ6fdarSIg .navbar {
    height: 77px;
  }
  .cid-sJ6fdarSIg .navbar.opened {
    height: auto;
  }
  .cid-sJ6fdarSIg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ6fdaWVLi {
  overflow: hidden !important;
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to right, #dc4900 0%, #dc4900 30%, #980101 30%, #980101 100%);
}
.cid-sJ6fdaWVLi .animated-element {
  color: #0079bf;
}
.cid-sJ6fdaWVLi .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-sJ6fdaWVLi .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJ6fdaWVLi {
    background: #980101;
  }
}
.cid-sJ6fdaWVLi .mbr-section-subtitle {
  color: #ffcb05;
}
.cid-sJ6fdaWVLi .mbr-text,
.cid-sJ6fdaWVLi .mbr-section-btn {
  color: #efefef;
}
.cid-sJ6fdbJ7fz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sJ6fdc1tri {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #980101;
}
.cid-sJ6fdc1tri H1 {
  color: #57468b;
}
.cid-sJ6fdc1tri .mbr-text,
.cid-sJ6fdc1tri .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ6fdc1tri img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sJ6fdc1tri .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sJ6fdcsB5p {
  background-color: #ffcb05;
}
.cid-sJ6fdcsB5p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJ6fdcsB5p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ6fdcsB5p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJ6fdcsB5p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJ6fdcsB5p .row > .row {
  display: block;
}
.cid-sJ6fdcsB5p .mbr-gallery-item {
  width: 100%;
}
.cid-sJ6fdcsB5p .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #980101;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sJ6fdcsB5p .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sJ6fdcsB5p .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sJ6fdcsB5p .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sJ6fdcsB5p .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sJ6fdcsB5p .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #980101 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sJ6fdcsB5p .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sJ6fdcsB5p .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sJ6fdcsB5p {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-sJ6fdcsB5p .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-sJ6fdcsB5p {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-sJ6fddvp8k {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJ6fddvp8k .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sJ6fddvp8k a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sJ6fddvp8k .mbr-section-btn {
  margin: 0;
}
.cid-sJ6fddvp8k .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sJ6fddvp8k .form-control:focus,
.cid-sJ6fddvp8k .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sJ6fddvp8k .form-group {
  margin-bottom: 1rem;
}
.cid-sJ6fddvp8k input::-webkit-input-placeholder,
.cid-sJ6fddvp8k textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sJ6fddvp8k input:-moz-placeholder,
.cid-sJ6fddvp8k textarea:-moz-placeholder {
  color: #656565;
}
.cid-sJ6fddvp8k .jq-selectbox li,
.cid-sJ6fddvp8k .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJ6fddvp8k .jq-selectbox li:hover,
.cid-sJ6fddvp8k .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJ6fddvp8k .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJ6fddvp8k .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJ6fddvp8k .form-group,
.cid-sJ6fddvp8k .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sJ6fddvp8k .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sJ6fddvp8k .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sJ6fddvp8k .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sJ6fddvp8k .form-block {
    padding: 1rem;
  }
}
.cid-sJ6fddvp8k P {
  color: #dc4900;
}
.cid-sJ6fddvp8k H4 {
  color: #980101;
}
.cid-uVc5obTIUm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #980101;
}
@media (max-width: 767px) {
  .cid-uVc5obTIUm .content {
    text-align: center;
  }
  .cid-uVc5obTIUm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVc5obTIUm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uVc5obTIUm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uVc5obTIUm .media-wrap img {
  height: 6rem;
}
.cid-uVc5obTIUm .mbr-text {
  color: #8d97ad;
}
.cid-uVc5obTIUm .p-title {
  font-size: 17px;
}
.cid-uVc5obTIUm .p-title span {
  color: #111111;
}
.cid-uVc5obTIUm .title-card {
  font-size: 1.3rem;
}
.cid-uVc5obTIUm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVc5obTIUm .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uVc5obTIUm .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uVc5obTIUm .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uVc5obTIUm .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uVc5obTIUm .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVc5obTIUm .copyright img {
  margin-right: 10px;
}
.cid-uVc5obTIUm .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVc5obTIUm .icon-transition span:hover {
  background-color: #ffcb05;
}
@media (max-width: 767px) {
  .cid-uVc5obTIUm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVc5obTIUm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uVc5obTIUm .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVc5obTIUm SPAN {
  color: #ffcb05;
}
.cid-uVc5obTIUm .copyright > p {
  color: #ffffff;
}
.cid-uVc5obTIUm .p-title,
.cid-uVc5obTIUm .social-media {
  color: #ffffff;
}
.cid-uVc5obTIUm H5 {
  color: #ffcb05;
}
.cid-uvx3fETRps {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffcb05;
}
.cid-uvx3fETRps svg {
  position: absolute;
  top: 0;
}
.cid-uvx3fETRps .svg-1 {
  fill: #980101;
}
.cid-uvx3fETRps .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uvx3fETRps {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-uvx3fETRps .mbr-text {
  color: #000000;
}
.cid-uvx3fETRps a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sJ6hbRjYEK .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sJ6hbRjYEK .collapsed {
  flex-direction: row!important;
}
.cid-sJ6hbRjYEK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ6hbRjYEK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ6hbRjYEK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sJ6hbRjYEK .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJ6hbRjYEK .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sJ6hbRjYEK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJ6hbRjYEK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ6hbRjYEK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ6hbRjYEK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ6hbRjYEK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJ6hbRjYEK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ6hbRjYEK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ6hbRjYEK .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-sJ6hbRjYEK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ6hbRjYEK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ6hbRjYEK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ6hbRjYEK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ6hbRjYEK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ6hbRjYEK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJ6hbRjYEK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ6hbRjYEK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ6hbRjYEK .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-sJ6hbRjYEK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ6hbRjYEK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ6hbRjYEK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ6hbRjYEK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJ6hbRjYEK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJ6hbRjYEK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ6hbRjYEK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJ6hbRjYEK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ6hbRjYEK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ6hbRjYEK .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6hbRjYEK .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sJ6hbRjYEK .nav-item:focus,
.cid-sJ6hbRjYEK .nav-link:focus {
  outline: none;
}
.cid-sJ6hbRjYEK .text-white:hover,
.cid-sJ6hbRjYEK .text-white:active,
.cid-sJ6hbRjYEK .text-white:focus {
  color: white!important;
}
.cid-sJ6hbRjYEK .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sJ6hbRjYEK .dropdown-item:hover {
  color: black!important;
}
.cid-sJ6hbRjYEK .dropdown-menu {
  background-color: white!important;
}
.cid-sJ6hbRjYEK .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(203, 1, 1, 0.35);
  display: block;
}
.cid-sJ6hbRjYEK .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6hbRjYEK .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sJ6hbRjYEK .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sJ6hbRjYEK .nav-item {
    position: relative;
  }
}
.cid-sJ6hbRjYEK .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-sJ6hbRjYEK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ6hbRjYEK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sJ6hbRjYEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ6hbRjYEK .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-sJ6hbRjYEK .navbar-caption {
  font-weight: 600!important;
}
.cid-sJ6hbRjYEK .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-sJ6hbRjYEK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ6hbRjYEK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ6hbRjYEK .dropdown-item.active,
.cid-sJ6hbRjYEK .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ6hbRjYEK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ6hbRjYEK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ6hbRjYEK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ6hbRjYEK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJ6hbRjYEK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ6hbRjYEK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ6hbRjYEK .navbar-buttons {
  text-align: center;
}
.cid-sJ6hbRjYEK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ6hbRjYEK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0050f;
}
.cid-sJ6hbRjYEK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ6hbRjYEK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6hbRjYEK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6hbRjYEK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ6hbRjYEK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6hbRjYEK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ6hbRjYEK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ6hbRjYEK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6hbRjYEK .nav-link {
  font-weight: 600!important;
}
.cid-sJ6hbRjYEK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ6hbRjYEK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ6hbRjYEK .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-sJ6hbRjYEK .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ6hbRjYEK .navbar {
    height: 77px;
  }
  .cid-sJ6hbRjYEK .navbar.opened {
    height: auto;
  }
  .cid-sJ6hbRjYEK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ6hbRPVTH {
  overflow: hidden !important;
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to right, #980101 0%, #980101 30%, #ffcb05 30%, #ffcb05 100%);
}
.cid-sJ6hbRPVTH .animated-element {
  color: #0079bf;
}
.cid-sJ6hbRPVTH .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-sJ6hbRPVTH .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJ6hbRPVTH {
    background: #ffcb05;
  }
}
.cid-sJ6hbRPVTH .mbr-section-subtitle {
  color: #980101;
}
.cid-sJ6hbRPVTH .mbr-text,
.cid-sJ6hbRPVTH .mbr-section-btn {
  color: #dc4900;
}
.cid-sJ6hbRPVTH .mbr-section-title {
  color: #980101;
}
.cid-sJ6hbSCuJp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sJ6hbSTqMs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #980101;
}
.cid-sJ6hbSTqMs H1 {
  color: #57468b;
}
.cid-sJ6hbSTqMs .mbr-text,
.cid-sJ6hbSTqMs .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ6hbSTqMs img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sJ6hbSTqMs .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sJ6hbTkdwU {
  background-color: #ffcb05;
}
.cid-sJ6hbTkdwU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJ6hbTkdwU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ6hbTkdwU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJ6hbTkdwU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJ6hbTkdwU .row > .row {
  display: block;
}
.cid-sJ6hbTkdwU .mbr-gallery-item {
  width: 100%;
}
.cid-sJ6hbTkdwU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #980101;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sJ6hbTkdwU .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sJ6hbTkdwU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sJ6hbTkdwU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sJ6hbTkdwU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sJ6hbTkdwU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #980101 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sJ6hbTkdwU .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sJ6hbTkdwU .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sJ6hbTkdwU {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-sJ6hbTkdwU .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-sJ6hbTkdwU {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-sJ6hbUlA6A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJ6hbUlA6A .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sJ6hbUlA6A a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sJ6hbUlA6A .mbr-section-btn {
  margin: 0;
}
.cid-sJ6hbUlA6A .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sJ6hbUlA6A .form-control:focus,
.cid-sJ6hbUlA6A .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sJ6hbUlA6A .form-group {
  margin-bottom: 1rem;
}
.cid-sJ6hbUlA6A input::-webkit-input-placeholder,
.cid-sJ6hbUlA6A textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sJ6hbUlA6A input:-moz-placeholder,
.cid-sJ6hbUlA6A textarea:-moz-placeholder {
  color: #656565;
}
.cid-sJ6hbUlA6A .jq-selectbox li,
.cid-sJ6hbUlA6A .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJ6hbUlA6A .jq-selectbox li:hover,
.cid-sJ6hbUlA6A .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJ6hbUlA6A .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJ6hbUlA6A .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJ6hbUlA6A .form-group,
.cid-sJ6hbUlA6A .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sJ6hbUlA6A .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sJ6hbUlA6A .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sJ6hbUlA6A .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sJ6hbUlA6A .form-block {
    padding: 1rem;
  }
}
.cid-sJ6hbUlA6A P {
  color: #dc4900;
}
.cid-sJ6hbUlA6A H4 {
  color: #980101;
}
.cid-uVc5rDuLgv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #980101;
}
@media (max-width: 767px) {
  .cid-uVc5rDuLgv .content {
    text-align: center;
  }
  .cid-uVc5rDuLgv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVc5rDuLgv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uVc5rDuLgv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uVc5rDuLgv .media-wrap img {
  height: 6rem;
}
.cid-uVc5rDuLgv .mbr-text {
  color: #8d97ad;
}
.cid-uVc5rDuLgv .p-title {
  font-size: 17px;
}
.cid-uVc5rDuLgv .p-title span {
  color: #111111;
}
.cid-uVc5rDuLgv .title-card {
  font-size: 1.3rem;
}
.cid-uVc5rDuLgv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVc5rDuLgv .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uVc5rDuLgv .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uVc5rDuLgv .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uVc5rDuLgv .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uVc5rDuLgv .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVc5rDuLgv .copyright img {
  margin-right: 10px;
}
.cid-uVc5rDuLgv .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVc5rDuLgv .icon-transition span:hover {
  background-color: #ffcb05;
}
@media (max-width: 767px) {
  .cid-uVc5rDuLgv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVc5rDuLgv .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uVc5rDuLgv .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVc5rDuLgv SPAN {
  color: #ffcb05;
}
.cid-uVc5rDuLgv .copyright > p {
  color: #ffffff;
}
.cid-uVc5rDuLgv .p-title,
.cid-uVc5rDuLgv .social-media {
  color: #ffffff;
}
.cid-uVc5rDuLgv H5 {
  color: #ffcb05;
}
.cid-uvx3fETRps {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffcb05;
}
.cid-uvx3fETRps svg {
  position: absolute;
  top: 0;
}
.cid-uvx3fETRps .svg-1 {
  fill: #980101;
}
.cid-uvx3fETRps .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uvx3fETRps {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-uvx3fETRps .mbr-text {
  color: #000000;
}
.cid-uvx3fETRps a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sJ6hbRjYEK .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sJ6hbRjYEK .collapsed {
  flex-direction: row!important;
}
.cid-sJ6hbRjYEK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ6hbRjYEK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ6hbRjYEK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sJ6hbRjYEK .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJ6hbRjYEK .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sJ6hbRjYEK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJ6hbRjYEK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ6hbRjYEK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ6hbRjYEK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ6hbRjYEK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJ6hbRjYEK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ6hbRjYEK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ6hbRjYEK .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-sJ6hbRjYEK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ6hbRjYEK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ6hbRjYEK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ6hbRjYEK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ6hbRjYEK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ6hbRjYEK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJ6hbRjYEK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ6hbRjYEK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ6hbRjYEK .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-sJ6hbRjYEK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ6hbRjYEK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ6hbRjYEK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ6hbRjYEK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJ6hbRjYEK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJ6hbRjYEK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ6hbRjYEK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJ6hbRjYEK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ6hbRjYEK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ6hbRjYEK .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6hbRjYEK .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sJ6hbRjYEK .nav-item:focus,
.cid-sJ6hbRjYEK .nav-link:focus {
  outline: none;
}
.cid-sJ6hbRjYEK .text-white:hover,
.cid-sJ6hbRjYEK .text-white:active,
.cid-sJ6hbRjYEK .text-white:focus {
  color: white!important;
}
.cid-sJ6hbRjYEK .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sJ6hbRjYEK .dropdown-item:hover {
  color: black!important;
}
.cid-sJ6hbRjYEK .dropdown-menu {
  background-color: white!important;
}
.cid-sJ6hbRjYEK .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(203, 1, 1, 0.35);
  display: block;
}
.cid-sJ6hbRjYEK .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6hbRjYEK .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sJ6hbRjYEK .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sJ6hbRjYEK .nav-item {
    position: relative;
  }
}
.cid-sJ6hbRjYEK .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-sJ6hbRjYEK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ6hbRjYEK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sJ6hbRjYEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ6hbRjYEK .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-sJ6hbRjYEK .navbar-caption {
  font-weight: 600!important;
}
.cid-sJ6hbRjYEK .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-sJ6hbRjYEK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ6hbRjYEK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ6hbRjYEK .dropdown-item.active,
.cid-sJ6hbRjYEK .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ6hbRjYEK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ6hbRjYEK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ6hbRjYEK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ6hbRjYEK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJ6hbRjYEK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ6hbRjYEK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ6hbRjYEK .navbar-buttons {
  text-align: center;
}
.cid-sJ6hbRjYEK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ6hbRjYEK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0050f;
}
.cid-sJ6hbRjYEK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ6hbRjYEK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6hbRjYEK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6hbRjYEK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ6hbRjYEK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6hbRjYEK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ6hbRjYEK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ6hbRjYEK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6hbRjYEK .nav-link {
  font-weight: 600!important;
}
.cid-sJ6hbRjYEK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ6hbRjYEK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ6hbRjYEK .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-sJ6hbRjYEK .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ6hbRjYEK .navbar {
    height: 77px;
  }
  .cid-sJ6hbRjYEK .navbar.opened {
    height: auto;
  }
  .cid-sJ6hbRjYEK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ6l03goul {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/5416s-1520x1139.jpg");
}
.cid-sJ6l03goul .container {
  max-width: 1500px;
}
.cid-sJ6l03goul img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sJ6l03goul img:hover {
  transform: scale(1.1);
}
.cid-sJ6l03goul .row {
  background: #ffffff;
}
.cid-sJ6l03goul .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-sJ6l03goul h2 {
  padding: 0;
  margin: 0;
}
.cid-sJ6l03goul .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJ6l03goul .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-sJ6l03goul .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sJ6l03goul .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sJ6l03goul .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sJ6l03goul .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sJ6l03goul .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sJ6l03goul .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ6l03goul .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sJ6l03goul .row {
    margin: 0rem;
  }
  .cid-sJ6l03goul .text-col {
    padding: 2rem 1rem;
  }
  .cid-sJ6l03goul .number {
    margin-right: 2rem;
  }
  .cid-sJ6l03goul .img-col {
    margin-bottom: 3rem;
  }
}
.cid-sJ6l03goul H2 {
  color: #980101;
}
.cid-sJ6l03goul .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sJ6o0vaGo2 .stats-item:hover span {
  color: #ffffff;
}
.cid-sJ6o0vaGo2 .stats-item {
  padding: 80px 20px;
}
.cid-sJ6o0vaGo2 .stats-item:nth-child(2n) {
  background-color: #980101;
}
.cid-sJ6o0vaGo2 .stats-item:nth-child(odd) {
  background-color: #dc4900;
}
.cid-sJ6o0vaGo2 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sJ6o0vaGo2 .mbr-iconfont {
  font-size: 50px;
}
.cid-sJ6o0vaGo2 .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-sJ6o0vaGo2 .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-sJ6o0vaGo2 .stats-item:first-child {
    background: #980101;
  }
  .cid-sJ6o0vaGo2 .stats-item:nth-child(2n) {
    background: #dc4900;
  }
  .cid-sJ6o0vaGo2 .stats-item:nth-child(0n+3) {
    background: #dc4900 none repeat scroll 0 center;
  }
  .cid-sJ6o0vaGo2 .stats-item:last-child {
    background: #980101;
  }
}
.cid-sJ6o0vaGo2 .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sJ6o0vaGo2 .mbr-card-title,
.cid-sJ6o0vaGo2 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-sJ6l0DdnIv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcb05;
}
.cid-sJ6l0DdnIv .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.cid-sJ6l0DdnIv .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sJ6l0DdnIv .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sJ6l0DdnIv .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sJ6l0DdnIv .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sJ6l0DdnIv .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sJ6l0DdnIv .inner-container {
    width: 100% !important;
  }
  .cid-sJ6l0DdnIv .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sJ6l1ZJYly {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sJ6l1ZJYly .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sJ6l1ZJYly .mbr-section-title {
  margin: 0;
  color: #980101;
}
.cid-sJ6l1ZJYly .mbr-section-subtitle {
  color: #000000;
}
.cid-sJ6l1ZJYly .card-img span {
  color: #980101;
}
.cid-sJ6l1ZJYly .row-item {
  margin-bottom: 2rem;
}
.cid-sJ6l1ZJYly .row-item:hover .wrapper {
  background: linear-gradient(90deg, #dc4900, #ffcb05);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sJ6l1ZJYly .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sJ6l1ZJYly .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sJ6l1ZJYly .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sJ6l5Esoi2 {
  background-color: #ffcb05;
}
.cid-sJ6l5Esoi2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJ6l5Esoi2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ6l5Esoi2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJ6l5Esoi2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJ6l5Esoi2 .row > .row {
  display: block;
}
.cid-sJ6l5Esoi2 .mbr-gallery-item {
  width: 100%;
}
.cid-sJ6l5Esoi2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #980101;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sJ6l5Esoi2 .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sJ6l5Esoi2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sJ6l5Esoi2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sJ6l5Esoi2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sJ6l5Esoi2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #980101 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sJ6l5Esoi2 .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sJ6l5Esoi2 .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sJ6l5Esoi2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-sJ6l5Esoi2 .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-sJ6l5Esoi2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-sJ6mwnTYky {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #980101;
}
.cid-sJ6mwnTYky .title {
  padding-bottom: 2.5rem;
}
.cid-sJ6mwnTYky .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 0.5rem;
  text-align: left;
}
.cid-sJ6mwnTYky .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-sJ6mwnTYky .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-sJ6mwnTYky .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-sJ6mwnTYky .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sJ6mwnTYky .iconfont-wrapper {
    display: none;
  }
}
.cid-sJ6mwnTYky H2 {
  text-align: center;
}
.cid-sJ6mwnTYky H5 {
  color: #ffffff;
  text-align: left;
}
.cid-sJ6mB2SEYO .google-map {
  height: 25rem;
  position: relative;
}
.cid-sJ6mB2SEYO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sJ6mB2SEYO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sJ6mB2SEYO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sJ6mB2SEYO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVc5xePR5e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #980101;
}
@media (max-width: 767px) {
  .cid-uVc5xePR5e .content {
    text-align: center;
  }
  .cid-uVc5xePR5e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVc5xePR5e .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uVc5xePR5e .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uVc5xePR5e .media-wrap img {
  height: 6rem;
}
.cid-uVc5xePR5e .mbr-text {
  color: #8d97ad;
}
.cid-uVc5xePR5e .p-title {
  font-size: 17px;
}
.cid-uVc5xePR5e .p-title span {
  color: #111111;
}
.cid-uVc5xePR5e .title-card {
  font-size: 1.3rem;
}
.cid-uVc5xePR5e .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVc5xePR5e .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uVc5xePR5e .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uVc5xePR5e .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uVc5xePR5e .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uVc5xePR5e .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVc5xePR5e .copyright img {
  margin-right: 10px;
}
.cid-uVc5xePR5e .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVc5xePR5e .icon-transition span:hover {
  background-color: #ffcb05;
}
@media (max-width: 767px) {
  .cid-uVc5xePR5e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVc5xePR5e .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uVc5xePR5e .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVc5xePR5e SPAN {
  color: #ffcb05;
}
.cid-uVc5xePR5e .copyright > p {
  color: #ffffff;
}
.cid-uVc5xePR5e .p-title,
.cid-uVc5xePR5e .social-media {
  color: #ffffff;
}
.cid-uVc5xePR5e H5 {
  color: #ffcb05;
}
.cid-uvx3fETRps {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffcb05;
}
.cid-uvx3fETRps svg {
  position: absolute;
  top: 0;
}
.cid-uvx3fETRps .svg-1 {
  fill: #980101;
}
.cid-uvx3fETRps .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uvx3fETRps {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-uvx3fETRps .mbr-text {
  color: #000000;
}
.cid-uvx3fETRps a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sJ6oCc7Hr2 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sJ6oCc7Hr2 .collapsed {
  flex-direction: row!important;
}
.cid-sJ6oCc7Hr2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ6oCc7Hr2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ6oCc7Hr2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sJ6oCc7Hr2 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJ6oCc7Hr2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sJ6oCc7Hr2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJ6oCc7Hr2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ6oCc7Hr2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ6oCc7Hr2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ6oCc7Hr2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJ6oCc7Hr2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ6oCc7Hr2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ6oCc7Hr2 .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-sJ6oCc7Hr2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ6oCc7Hr2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ6oCc7Hr2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ6oCc7Hr2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ6oCc7Hr2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ6oCc7Hr2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJ6oCc7Hr2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ6oCc7Hr2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ6oCc7Hr2 .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-sJ6oCc7Hr2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ6oCc7Hr2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ6oCc7Hr2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ6oCc7Hr2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJ6oCc7Hr2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJ6oCc7Hr2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ6oCc7Hr2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJ6oCc7Hr2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ6oCc7Hr2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ6oCc7Hr2 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6oCc7Hr2 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sJ6oCc7Hr2 .nav-item:focus,
.cid-sJ6oCc7Hr2 .nav-link:focus {
  outline: none;
}
.cid-sJ6oCc7Hr2 .text-white:hover,
.cid-sJ6oCc7Hr2 .text-white:active,
.cid-sJ6oCc7Hr2 .text-white:focus {
  color: white!important;
}
.cid-sJ6oCc7Hr2 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sJ6oCc7Hr2 .dropdown-item:hover {
  color: black!important;
}
.cid-sJ6oCc7Hr2 .dropdown-menu {
  background-color: white!important;
}
.cid-sJ6oCc7Hr2 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(203, 1, 1, 0.35);
  display: block;
}
.cid-sJ6oCc7Hr2 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6oCc7Hr2 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sJ6oCc7Hr2 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sJ6oCc7Hr2 .nav-item {
    position: relative;
  }
}
.cid-sJ6oCc7Hr2 .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-sJ6oCc7Hr2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ6oCc7Hr2 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sJ6oCc7Hr2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ6oCc7Hr2 .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-sJ6oCc7Hr2 .navbar-caption {
  font-weight: 600!important;
}
.cid-sJ6oCc7Hr2 .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-sJ6oCc7Hr2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ6oCc7Hr2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ6oCc7Hr2 .dropdown-item.active,
.cid-sJ6oCc7Hr2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ6oCc7Hr2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ6oCc7Hr2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ6oCc7Hr2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ6oCc7Hr2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJ6oCc7Hr2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ6oCc7Hr2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ6oCc7Hr2 .navbar-buttons {
  text-align: center;
}
.cid-sJ6oCc7Hr2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ6oCc7Hr2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0050f;
}
.cid-sJ6oCc7Hr2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ6oCc7Hr2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6oCc7Hr2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6oCc7Hr2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ6oCc7Hr2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6oCc7Hr2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ6oCc7Hr2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ6oCc7Hr2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6oCc7Hr2 .nav-link {
  font-weight: 600!important;
}
.cid-sJ6oCc7Hr2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ6oCc7Hr2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ6oCc7Hr2 .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-sJ6oCc7Hr2 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ6oCc7Hr2 .navbar {
    height: 77px;
  }
  .cid-sJ6oCc7Hr2 .navbar.opened {
    height: auto;
  }
  .cid-sJ6oCc7Hr2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ6oCcQdVu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/5416s-1520x1139.jpg");
}
.cid-sJ6oCcQdVu .container {
  max-width: 1500px;
}
.cid-sJ6oCcQdVu img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sJ6oCcQdVu img:hover {
  transform: scale(1.1);
}
.cid-sJ6oCcQdVu .row {
  background: #ffffff;
}
.cid-sJ6oCcQdVu .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-sJ6oCcQdVu h2 {
  padding: 0;
  margin: 0;
}
.cid-sJ6oCcQdVu .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJ6oCcQdVu .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-sJ6oCcQdVu .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sJ6oCcQdVu .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sJ6oCcQdVu .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sJ6oCcQdVu .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sJ6oCcQdVu .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sJ6oCcQdVu .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ6oCcQdVu .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sJ6oCcQdVu .row {
    margin: 0rem;
  }
  .cid-sJ6oCcQdVu .text-col {
    padding: 2rem 1rem;
  }
  .cid-sJ6oCcQdVu .number {
    margin-right: 2rem;
  }
  .cid-sJ6oCcQdVu .img-col {
    margin-bottom: 3rem;
  }
}
.cid-sJ6oCcQdVu H2 {
  color: #980101;
}
.cid-sJ6oCcQdVu .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sJ6p2thqhh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sJ6oCdrOpy .stats-item:hover span {
  color: #ffffff;
}
.cid-sJ6oCdrOpy .stats-item {
  padding: 80px 20px;
}
.cid-sJ6oCdrOpy .stats-item:nth-child(2n) {
  background-color: #980101;
}
.cid-sJ6oCdrOpy .stats-item:nth-child(odd) {
  background-color: #dc4900;
}
.cid-sJ6oCdrOpy .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sJ6oCdrOpy .mbr-iconfont {
  font-size: 50px;
}
.cid-sJ6oCdrOpy .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-sJ6oCdrOpy .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-sJ6oCdrOpy .stats-item:first-child {
    background: #980101;
  }
  .cid-sJ6oCdrOpy .stats-item:nth-child(2n) {
    background: #dc4900;
  }
  .cid-sJ6oCdrOpy .stats-item:nth-child(0n+3) {
    background: #dc4900 none repeat scroll 0 center;
  }
  .cid-sJ6oCdrOpy .stats-item:last-child {
    background: #980101;
  }
}
.cid-sJ6oCdrOpy .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sJ6oCdrOpy .mbr-card-title,
.cid-sJ6oCdrOpy .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-sJ6oCeifH1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dc4900;
}
.cid-sJ6oCeifH1 .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.cid-sJ6oCeifH1 .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sJ6oCeifH1 .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sJ6oCeifH1 .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sJ6oCeifH1 .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sJ6oCeifH1 .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sJ6oCeifH1 .inner-container {
    width: 100% !important;
  }
  .cid-sJ6oCeifH1 .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sJ6oCeIhGV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sJ6oCeIhGV .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sJ6oCeIhGV .mbr-section-title {
  margin: 0;
  color: #980101;
}
.cid-sJ6oCeIhGV .mbr-section-subtitle {
  color: #000000;
}
.cid-sJ6oCeIhGV .card-img span {
  color: #980101;
}
.cid-sJ6oCeIhGV .row-item {
  margin-bottom: 2rem;
}
.cid-sJ6oCeIhGV .row-item:hover .wrapper {
  background: linear-gradient(90deg, #dc4900, #ffcb05);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sJ6oCeIhGV .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sJ6oCeIhGV .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sJ6oCeIhGV .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sJ6oCfMKz6 {
  background-color: #ffcb05;
}
.cid-sJ6oCfMKz6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJ6oCfMKz6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ6oCfMKz6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJ6oCfMKz6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJ6oCfMKz6 .row > .row {
  display: block;
}
.cid-sJ6oCfMKz6 .mbr-gallery-item {
  width: 100%;
}
.cid-sJ6oCfMKz6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #980101;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sJ6oCfMKz6 .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sJ6oCfMKz6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sJ6oCfMKz6 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sJ6oCfMKz6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sJ6oCfMKz6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #980101 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sJ6oCfMKz6 .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sJ6oCfMKz6 .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sJ6oCfMKz6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-sJ6oCfMKz6 .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-sJ6oCfMKz6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-sJ6oCih0cB {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #980101;
}
.cid-sJ6oCih0cB .title {
  padding-bottom: 2.5rem;
}
.cid-sJ6oCih0cB .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 0.5rem;
  text-align: left;
}
.cid-sJ6oCih0cB .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-sJ6oCih0cB .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-sJ6oCih0cB .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-sJ6oCih0cB .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sJ6oCih0cB .iconfont-wrapper {
    display: none;
  }
}
.cid-sJ6oCih0cB H2 {
  text-align: center;
}
.cid-sJ6oCih0cB H5 {
  color: #ffffff;
  text-align: left;
}
.cid-sJ6oCiUM5Z .google-map {
  height: 25rem;
  position: relative;
}
.cid-sJ6oCiUM5Z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sJ6oCiUM5Z .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sJ6oCiUM5Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sJ6oCiUM5Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVc5Cp3uN6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #980101;
}
@media (max-width: 767px) {
  .cid-uVc5Cp3uN6 .content {
    text-align: center;
  }
  .cid-uVc5Cp3uN6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVc5Cp3uN6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uVc5Cp3uN6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uVc5Cp3uN6 .media-wrap img {
  height: 6rem;
}
.cid-uVc5Cp3uN6 .mbr-text {
  color: #8d97ad;
}
.cid-uVc5Cp3uN6 .p-title {
  font-size: 17px;
}
.cid-uVc5Cp3uN6 .p-title span {
  color: #111111;
}
.cid-uVc5Cp3uN6 .title-card {
  font-size: 1.3rem;
}
.cid-uVc5Cp3uN6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVc5Cp3uN6 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uVc5Cp3uN6 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uVc5Cp3uN6 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uVc5Cp3uN6 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uVc5Cp3uN6 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVc5Cp3uN6 .copyright img {
  margin-right: 10px;
}
.cid-uVc5Cp3uN6 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVc5Cp3uN6 .icon-transition span:hover {
  background-color: #ffcb05;
}
@media (max-width: 767px) {
  .cid-uVc5Cp3uN6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVc5Cp3uN6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uVc5Cp3uN6 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVc5Cp3uN6 SPAN {
  color: #ffcb05;
}
.cid-uVc5Cp3uN6 .copyright > p {
  color: #ffffff;
}
.cid-uVc5Cp3uN6 .p-title,
.cid-uVc5Cp3uN6 .social-media {
  color: #ffffff;
}
.cid-uVc5Cp3uN6 H5 {
  color: #ffcb05;
}
.cid-uvx3fETRps {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffcb05;
}
.cid-uvx3fETRps svg {
  position: absolute;
  top: 0;
}
.cid-uvx3fETRps .svg-1 {
  fill: #980101;
}
.cid-uvx3fETRps .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uvx3fETRps {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-uvx3fETRps .mbr-text {
  color: #000000;
}
.cid-uvx3fETRps a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sJ6roRIxED .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sJ6roRIxED .collapsed {
  flex-direction: row!important;
}
.cid-sJ6roRIxED .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ6roRIxED .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ6roRIxED .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sJ6roRIxED .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJ6roRIxED .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sJ6roRIxED .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJ6roRIxED .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ6roRIxED .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ6roRIxED .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ6roRIxED .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJ6roRIxED .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ6roRIxED .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ6roRIxED .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-sJ6roRIxED .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ6roRIxED .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ6roRIxED .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ6roRIxED .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ6roRIxED .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ6roRIxED .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJ6roRIxED .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ6roRIxED .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ6roRIxED .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-sJ6roRIxED .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ6roRIxED .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ6roRIxED .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ6roRIxED .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJ6roRIxED .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJ6roRIxED .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ6roRIxED .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJ6roRIxED .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ6roRIxED .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ6roRIxED .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6roRIxED .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sJ6roRIxED .nav-item:focus,
.cid-sJ6roRIxED .nav-link:focus {
  outline: none;
}
.cid-sJ6roRIxED .text-white:hover,
.cid-sJ6roRIxED .text-white:active,
.cid-sJ6roRIxED .text-white:focus {
  color: white!important;
}
.cid-sJ6roRIxED .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sJ6roRIxED .dropdown-item:hover {
  color: black!important;
}
.cid-sJ6roRIxED .dropdown-menu {
  background-color: white!important;
}
.cid-sJ6roRIxED .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(203, 1, 1, 0.35);
  display: block;
}
.cid-sJ6roRIxED .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJ6roRIxED .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sJ6roRIxED .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sJ6roRIxED .nav-item {
    position: relative;
  }
}
.cid-sJ6roRIxED .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-sJ6roRIxED .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ6roRIxED .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sJ6roRIxED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ6roRIxED .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-sJ6roRIxED .navbar-caption {
  font-weight: 600!important;
}
.cid-sJ6roRIxED .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-sJ6roRIxED .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ6roRIxED .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ6roRIxED .dropdown-item.active,
.cid-sJ6roRIxED .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ6roRIxED .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ6roRIxED .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ6roRIxED .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ6roRIxED .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJ6roRIxED .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ6roRIxED ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ6roRIxED .navbar-buttons {
  text-align: center;
}
.cid-sJ6roRIxED button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ6roRIxED button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0050f;
}
.cid-sJ6roRIxED button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ6roRIxED button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6roRIxED button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ6roRIxED button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ6roRIxED nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6roRIxED nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ6roRIxED nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ6roRIxED nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ6roRIxED .nav-link {
  font-weight: 600!important;
}
.cid-sJ6roRIxED a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ6roRIxED .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ6roRIxED .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-sJ6roRIxED .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ6roRIxED .navbar {
    height: 77px;
  }
  .cid-sJ6roRIxED .navbar.opened {
    height: auto;
  }
  .cid-sJ6roRIxED .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ6roSjNho {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/5416s-1520x1139.jpg");
}
.cid-sJ6roSjNho .container {
  max-width: 1500px;
}
.cid-sJ6roSjNho img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sJ6roSjNho img:hover {
  transform: scale(1.1);
}
.cid-sJ6roSjNho .row {
  background: #ffffff;
}
.cid-sJ6roSjNho .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-sJ6roSjNho h2 {
  padding: 0;
  margin: 0;
}
.cid-sJ6roSjNho .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJ6roSjNho .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-sJ6roSjNho .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sJ6roSjNho .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sJ6roSjNho .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sJ6roSjNho .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sJ6roSjNho .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sJ6roSjNho .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ6roSjNho .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sJ6roSjNho .row {
    margin: 0rem;
  }
  .cid-sJ6roSjNho .text-col {
    padding: 2rem 1rem;
  }
  .cid-sJ6roSjNho .number {
    margin-right: 2rem;
  }
  .cid-sJ6roSjNho .img-col {
    margin-bottom: 3rem;
  }
}
.cid-sJ6roSjNho H2 {
  color: #980101;
}
.cid-sJ6roSjNho .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sJ6roSRYNr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sJ6roTdss4 .stats-item:hover span {
  color: #ffffff;
}
.cid-sJ6roTdss4 .stats-item {
  padding: 80px 20px;
}
.cid-sJ6roTdss4 .stats-item:nth-child(2n) {
  background-color: #dc4900;
}
.cid-sJ6roTdss4 .stats-item:nth-child(odd) {
  background-color: #980101;
}
.cid-sJ6roTdss4 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sJ6roTdss4 .mbr-iconfont {
  font-size: 50px;
}
.cid-sJ6roTdss4 .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-sJ6roTdss4 .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-sJ6roTdss4 .stats-item:first-child {
    background: #dc4900;
  }
  .cid-sJ6roTdss4 .stats-item:nth-child(2n) {
    background: #980101;
  }
  .cid-sJ6roTdss4 .stats-item:nth-child(0n+3) {
    background: #980101 none repeat scroll 0 center;
  }
  .cid-sJ6roTdss4 .stats-item:last-child {
    background: #dc4900;
  }
}
.cid-sJ6roTdss4 .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sJ6roTdss4 .mbr-card-title,
.cid-sJ6roTdss4 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-sJ6roTZDpX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dc4900;
}
.cid-sJ6roTZDpX .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.cid-sJ6roTZDpX .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sJ6roTZDpX .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sJ6roTZDpX .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sJ6roTZDpX .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sJ6roTZDpX .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sJ6roTZDpX .inner-container {
    width: 100% !important;
  }
  .cid-sJ6roTZDpX .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sJ6roUqXuK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sJ6roUqXuK .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sJ6roUqXuK .mbr-section-title {
  margin: 0;
  color: #980101;
}
.cid-sJ6roUqXuK .mbr-section-subtitle {
  color: #000000;
}
.cid-sJ6roUqXuK .card-img span {
  color: #980101;
}
.cid-sJ6roUqXuK .row-item {
  margin-bottom: 2rem;
}
.cid-sJ6roUqXuK .row-item:hover .wrapper {
  background: linear-gradient(90deg, #dc4900, #ffcb05);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sJ6roUqXuK .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sJ6roUqXuK .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sJ6roUqXuK .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sJ6roUZNku {
  background-color: #ffcb05;
}
.cid-sJ6roUZNku .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJ6roUZNku .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ6roUZNku .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJ6roUZNku .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJ6roUZNku .row > .row {
  display: block;
}
.cid-sJ6roUZNku .mbr-gallery-item {
  width: 100%;
}
.cid-sJ6roUZNku .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #980101;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sJ6roUZNku .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sJ6roUZNku .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sJ6roUZNku .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sJ6roUZNku .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sJ6roUZNku .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #980101 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sJ6roUZNku .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sJ6roUZNku .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sJ6roUZNku {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-sJ6roUZNku .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-sJ6roUZNku {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-sJ6roWkXaz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #980101;
}
.cid-sJ6roWkXaz .title {
  padding-bottom: 2.5rem;
}
.cid-sJ6roWkXaz .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 0.5rem;
  text-align: left;
}
.cid-sJ6roWkXaz .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-sJ6roWkXaz .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-sJ6roWkXaz .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-sJ6roWkXaz .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sJ6roWkXaz .iconfont-wrapper {
    display: none;
  }
}
.cid-sJ6roWkXaz H2 {
  text-align: center;
}
.cid-sJ6roWkXaz H5 {
  color: #ffffff;
  text-align: left;
}
.cid-sJ6roX1j9g .google-map {
  height: 25rem;
  position: relative;
}
.cid-sJ6roX1j9g .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sJ6roX1j9g .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sJ6roX1j9g .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sJ6roX1j9g .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVc5FEITht {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #980101;
}
@media (max-width: 767px) {
  .cid-uVc5FEITht .content {
    text-align: center;
  }
  .cid-uVc5FEITht .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVc5FEITht .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uVc5FEITht .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uVc5FEITht .media-wrap img {
  height: 6rem;
}
.cid-uVc5FEITht .mbr-text {
  color: #8d97ad;
}
.cid-uVc5FEITht .p-title {
  font-size: 17px;
}
.cid-uVc5FEITht .p-title span {
  color: #111111;
}
.cid-uVc5FEITht .title-card {
  font-size: 1.3rem;
}
.cid-uVc5FEITht .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVc5FEITht .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uVc5FEITht .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uVc5FEITht .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uVc5FEITht .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uVc5FEITht .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVc5FEITht .copyright img {
  margin-right: 10px;
}
.cid-uVc5FEITht .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVc5FEITht .icon-transition span:hover {
  background-color: #ffcb05;
}
@media (max-width: 767px) {
  .cid-uVc5FEITht .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVc5FEITht .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uVc5FEITht .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVc5FEITht SPAN {
  color: #ffcb05;
}
.cid-uVc5FEITht .copyright > p {
  color: #ffffff;
}
.cid-uVc5FEITht .p-title,
.cid-uVc5FEITht .social-media {
  color: #ffffff;
}
.cid-uVc5FEITht H5 {
  color: #ffcb05;
}
.cid-uvx3fETRps {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffcb05;
}
.cid-uvx3fETRps svg {
  position: absolute;
  top: 0;
}
.cid-uvx3fETRps .svg-1 {
  fill: #980101;
}
.cid-uvx3fETRps .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uvx3fETRps {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-uvx3fETRps .mbr-text {
  color: #000000;
}
.cid-uvx3fETRps a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-uzM1pH4Vv0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uzM1pH4Vv0 .collapsed {
  flex-direction: row!important;
}
.cid-uzM1pH4Vv0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzM1pH4Vv0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzM1pH4Vv0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uzM1pH4Vv0 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uzM1pH4Vv0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uzM1pH4Vv0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uzM1pH4Vv0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzM1pH4Vv0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzM1pH4Vv0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzM1pH4Vv0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uzM1pH4Vv0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzM1pH4Vv0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzM1pH4Vv0 .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-uzM1pH4Vv0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzM1pH4Vv0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uzM1pH4Vv0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uzM1pH4Vv0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzM1pH4Vv0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzM1pH4Vv0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uzM1pH4Vv0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzM1pH4Vv0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzM1pH4Vv0 .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-uzM1pH4Vv0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uzM1pH4Vv0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzM1pH4Vv0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzM1pH4Vv0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzM1pH4Vv0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzM1pH4Vv0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uzM1pH4Vv0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uzM1pH4Vv0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uzM1pH4Vv0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzM1pH4Vv0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uzM1pH4Vv0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uzM1pH4Vv0 .nav-item:focus,
.cid-uzM1pH4Vv0 .nav-link:focus {
  outline: none;
}
.cid-uzM1pH4Vv0 .text-white:hover,
.cid-uzM1pH4Vv0 .text-white:active,
.cid-uzM1pH4Vv0 .text-white:focus {
  color: white!important;
}
.cid-uzM1pH4Vv0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uzM1pH4Vv0 .dropdown-item:hover {
  color: black!important;
}
.cid-uzM1pH4Vv0 .dropdown-menu {
  background-color: white!important;
}
.cid-uzM1pH4Vv0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(203, 1, 1, 0.35);
  display: block;
}
.cid-uzM1pH4Vv0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #980101;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uzM1pH4Vv0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uzM1pH4Vv0 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uzM1pH4Vv0 .nav-item {
    position: relative;
  }
}
.cid-uzM1pH4Vv0 .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-uzM1pH4Vv0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzM1pH4Vv0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uzM1pH4Vv0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzM1pH4Vv0 .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-uzM1pH4Vv0 .navbar-caption {
  font-weight: 600!important;
}
.cid-uzM1pH4Vv0 .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-uzM1pH4Vv0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzM1pH4Vv0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzM1pH4Vv0 .dropdown-item.active,
.cid-uzM1pH4Vv0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzM1pH4Vv0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzM1pH4Vv0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzM1pH4Vv0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzM1pH4Vv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzM1pH4Vv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzM1pH4Vv0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzM1pH4Vv0 .navbar-buttons {
  text-align: center;
}
.cid-uzM1pH4Vv0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzM1pH4Vv0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0050f;
}
.cid-uzM1pH4Vv0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uzM1pH4Vv0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uzM1pH4Vv0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uzM1pH4Vv0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uzM1pH4Vv0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzM1pH4Vv0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uzM1pH4Vv0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uzM1pH4Vv0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzM1pH4Vv0 .nav-link {
  font-weight: 600!important;
}
.cid-uzM1pH4Vv0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzM1pH4Vv0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uzM1pH4Vv0 .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-uzM1pH4Vv0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzM1pH4Vv0 .navbar {
    height: 77px;
  }
  .cid-uzM1pH4Vv0 .navbar.opened {
    height: auto;
  }
  .cid-uzM1pH4Vv0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzM1pJXner {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uzM2OXElZy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM2OXElZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM2OXElZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzM2OXElZy .mbr-section-title {
  color: #ffffff;
}
.cid-uzM2OXElZy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzM1pM33Sx {
  background-color: #ffcb05;
}
.cid-uzM1pM33Sx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzM1pM33Sx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzM1pM33Sx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzM1pM33Sx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzM1pM33Sx .row > .row {
  display: block;
}
.cid-uzM1pM33Sx .mbr-gallery-item {
  width: 100%;
}
.cid-uzM1pM33Sx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #980101;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uzM1pM33Sx .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uzM1pM33Sx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzM1pM33Sx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzM1pM33Sx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzM1pM33Sx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #980101 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uzM1pM33Sx .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uzM1pM33Sx .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uzM1pM33Sx {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-uzM1pM33Sx .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-uzM1pM33Sx {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-uzM1pMSt5x {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #980101;
}
.cid-uzM1pMSt5x .title {
  padding-bottom: 2.5rem;
}
.cid-uzM1pMSt5x .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 0.5rem;
  text-align: left;
}
.cid-uzM1pMSt5x .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-uzM1pMSt5x .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-uzM1pMSt5x .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-uzM1pMSt5x .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uzM1pMSt5x .iconfont-wrapper {
    display: none;
  }
}
.cid-uzM1pMSt5x H2 {
  text-align: center;
}
.cid-uzM1pMSt5x H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uzM1pNAA1M .google-map {
  height: 25rem;
  position: relative;
}
.cid-uzM1pNAA1M .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzM1pNAA1M .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzM1pNAA1M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzM1pNAA1M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVc5La57I8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #980101;
}
@media (max-width: 767px) {
  .cid-uVc5La57I8 .content {
    text-align: center;
  }
  .cid-uVc5La57I8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVc5La57I8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uVc5La57I8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uVc5La57I8 .media-wrap img {
  height: 6rem;
}
.cid-uVc5La57I8 .mbr-text {
  color: #8d97ad;
}
.cid-uVc5La57I8 .p-title {
  font-size: 17px;
}
.cid-uVc5La57I8 .p-title span {
  color: #111111;
}
.cid-uVc5La57I8 .title-card {
  font-size: 1.3rem;
}
.cid-uVc5La57I8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVc5La57I8 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uVc5La57I8 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uVc5La57I8 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uVc5La57I8 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uVc5La57I8 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVc5La57I8 .copyright img {
  margin-right: 10px;
}
.cid-uVc5La57I8 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVc5La57I8 .icon-transition span:hover {
  background-color: #ffcb05;
}
@media (max-width: 767px) {
  .cid-uVc5La57I8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVc5La57I8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uVc5La57I8 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVc5La57I8 SPAN {
  color: #ffcb05;
}
.cid-uVc5La57I8 .copyright > p {
  color: #ffffff;
}
.cid-uVc5La57I8 .p-title,
.cid-uVc5La57I8 .social-media {
  color: #ffffff;
}
.cid-uVc5La57I8 H5 {
  color: #ffcb05;
}
.cid-uzM1pPxyu2 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffcb05;
}
.cid-uzM1pPxyu2 svg {
  position: absolute;
  top: 0;
}
.cid-uzM1pPxyu2 .svg-1 {
  fill: #980101;
}
.cid-uzM1pPxyu2 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uzM1pPxyu2 {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-uzM1pPxyu2 .mbr-text {
  color: #000000;
}
.cid-uzM1pPxyu2 a {
  text-decoration: underline;
  font-weight: 400 !important;
}
