body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 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.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ed2124 !important;
}
.bg-success {
  background-color: #16a3db !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #298437 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed2124 !important;
  border-color: #ed2124 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b30f11 !important;
  border-color: #b30f11 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b30f11 !important;
  border-color: #b30f11 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #16a3db !important;
  border-color: #16a3db !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0f6f95 !important;
  border-color: #0f6f95 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f6f95 !important;
  border-color: #0f6f95 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #298437 !important;
  border-color: #298437 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #174a1f !important;
  border-color: #174a1f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #174a1f !important;
  border-color: #174a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #9b0d0f;
  color: #9b0d0f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ed2124;
  border-color: #ed2124;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed2124 !important;
  border-color: #ed2124 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0d5e7e;
  color: #0d5e7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #16a3db;
  border-color: #16a3db;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #16a3db !important;
  border-color: #16a3db !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #113617;
  color: #113617;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #298437;
  border-color: #298437;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #298437 !important;
  border-color: #298437 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ed2124 !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #16a3db !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #298437 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9b0d0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0d5e7e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #113617 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #298437;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed2124;
  border-color: #ed2124;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ed2124;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcdede;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4eaf9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5fcd70;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
blockquote {
  border-color: #ed2124;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ed2124 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ed2124 !important;
  background-color: #ed2124 !important;
  border-color: #ed2124 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #181818 !important;
  -webkit-box-shadow: 0 6px 16px 0 #181818 !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #16a3db !important;
  -webkit-box-shadow: 0 6px 16px 0 #16a3db !important;
  background-color: #16a3db !important;
  border-color: #16a3db !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed2124;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed2124;
  border-bottom-color: #ed2124;
}
.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: #ed2124 !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: #181818 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ed2124' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sro9U3dXo2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sro9U3dXo2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sro9U3dXo2 a {
  font-style: normal;
}
.cid-sro9U3dXo2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sro9U3dXo2 .show {
  overflow: visible;
}
.cid-sro9U3dXo2 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sro9U3dXo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sro9U3dXo2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sro9U3dXo2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .nav-item:focus,
.cid-sro9U3dXo2 .nav-link:focus {
  outline: none;
}
.cid-sro9U3dXo2 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sro9U3dXo2 .menu-logo {
  margin-right: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sro9U3dXo2 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sro9U3dXo2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sro9U3dXo2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sro9U3dXo2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sro9U3dXo2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sro9U3dXo2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sro9U3dXo2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sro9U3dXo2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 img {
    height: 3.8rem !important;
  }
  .cid-sro9U3dXo2 .btn {
    display: -webkit-flex;
  }
  .cid-sro9U3dXo2 button.navbar-toggler {
    display: block;
  }
  .cid-sro9U3dXo2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing,
  .cid-sro9U3dXo2 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sro9U3dXo2 .nav-link {
    justify-content: start !important;
  }
  .cid-sro9U3dXo2 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sro9U3dXo2 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sro9U3dXo2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sro9U3dXo2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sro9U3dXo2 .nav-link:hover,
.cid-sro9U3dXo2 .dropdown-item:hover {
  color: #ed2124 !important;
}
@media (min-width: 1500px) {
  .cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sro9U3dXo2 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rT1xuKXrRz .modal-body .close {
  background: #1b1b1b;
}
.cid-rT1xuKXrRz .modal-body .close span {
  font-style: normal;
}
.cid-rT1xuKXrRz .carousel-inner > .active,
.cid-rT1xuKXrRz .carousel-inner > .next,
.cid-rT1xuKXrRz .carousel-inner > .prev {
  display: table;
}
.cid-rT1xuKXrRz .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-rT1xuKXrRz .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-rT1xuKXrRz .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-rT1xuKXrRz .carousel-control,
.cid-rT1xuKXrRz .carousel-indicators li {
  background-color: #ed2124 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-rT1xuKXrRz .carousel-control:hover,
.cid-rT1xuKXrRz .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rT1xuKXrRz .carousel-control .active,
.cid-rT1xuKXrRz .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rT1xuKXrRz .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rT1xuKXrRz .carousel-control .icon-next,
.cid-rT1xuKXrRz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rT1xuKXrRz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-rT1xuKXrRz .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rT1xuKXrRz .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-rT1xuKXrRz .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-rT1xuKXrRz .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-rT1xuKXrRz .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rT1xuKXrRz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rT1xuKXrRz .boxed-slider > div {
  position: relative;
}
.cid-rT1xuKXrRz .container img {
  width: 100%;
}
.cid-rT1xuKXrRz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rT1xuKXrRz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rT1xuKXrRz .mbr-table-cell {
  padding: 0;
}
.cid-rT1xuKXrRz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rT1xuKXrRz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rT1xuKXrRz .mbr-overlay {
  z-index: 1;
}
.cid-rT1xuKXrRz .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rT1xuKXrRz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rT1xuKXrRz .carousel-item .container {
    width: 100%;
  }
}
.cid-rT1xuKXrRz .carousel-item-next.carousel-item-left,
.cid-rT1xuKXrRz .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rT1xuKXrRz .active.carousel-item-right,
.cid-rT1xuKXrRz .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rT1xuKXrRz .active.carousel-item-left,
.cid-rT1xuKXrRz .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rT1xuKXrRz .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-rT1xuKXrRz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rT1xuKXrRz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rT1xuKXrRz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rT1xuKXrRz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rT1xuKXrRz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rT1xuKXrRz .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rT1xuKXrRz .mbr-slider .carousel-indicators li.active,
.cid-rT1xuKXrRz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rT1xuKXrRz .mbr-slider .carousel-indicators li::after,
.cid-rT1xuKXrRz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rT1xuKXrRz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rT1xuKXrRz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rT1xuKXrRz .mbr-slider > .container img {
  width: 100%;
}
.cid-rT1xuKXrRz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rT1xuKXrRz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rT1xuKXrRz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rT1xuKXrRz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rT1xuKXrRz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rT1xuKXrRz .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rT1xuKXrRz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rT1xuKXrRz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rT1xuKXrRz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rT1xuKXrRz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rT1xuKXrRz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rT1xuKXrRz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rT1xuKXrRz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rSu4W3vvcq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #181818;
}
.cid-rSu4W3vvcq H1 {
  color: #efefef;
}
.cid-rSu4W3vvcq .mbr-text,
.cid-rSu4W3vvcq .mbr-section-btn {
  color: #cccccc;
}
.cid-rSu4W3vvcq H3 {
  color: #716c80;
}
.cid-srozjap7je {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-srozjap7je .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-srozjap7je .mbr-section-title {
  margin: 0;
}
.cid-srozjap7je .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-srozjap7je .card-img span {
  color: #ffffff;
}
.cid-srozjap7je .row-item {
  margin-bottom: 2rem;
}
.cid-srozjap7je .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ed2124, #a90003);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-srozjap7je .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-srozjap7je .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-srozjap7je .wrapper {
  padding: 2.5rem 1rem;
  background: #232323;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-srozjap7je .mbr-card-title,
.cid-srozjap7je .card-img {
  color: #ffffff;
}
.cid-rlqFCvwlj5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rlqFCvwlj5 H1 {
  color: #ed2124;
}
.cid-rlqFCvwlj5 .align-left {
  margin: auto;
}
.cid-rlqFCvwlj5 .row {
  justify-content: space-between;
}
.cid-rlqFCvwlj5 .mbr-text,
.cid-rlqFCvwlj5 .mbr-section-btn {
  color: #716c80;
}
.cid-rlqFCvwlj5 .block-border {
  border-left: 2px solid #ed2124;
  padding-left: 4rem;
}
.cid-rlqFCvwlj5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqFCvwlj5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqFCvwlj5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqFCvwlj5 .link:hover {
  color: #ed2124 !important;
}
.cid-rlqFCvwlj5 .link:hover .link-ico {
  color: #ed2124 !important;
  padding-left: 10px;
}
.cid-rlqFCvwlj5 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlqFCvwlj5 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlqFCvwlj5 h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlqFCvwlj5 .mbr-text,
.cid-rlqFCvwlj5 .media-content {
  color: #4e4e4e;
}
.cid-rlf7zVPuy8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-rlf7zVPuy8 h4 {
  margin-bottom: 0;
}
.cid-rlf7zVPuy8 p {
  color: #767676;
}
.cid-rlf7zVPuy8 .card:hover img {
  box-shadow: 0 10px 25px 3px rgba(91, 91, 91, 0.55);
}
.cid-rlf7zVPuy8 .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rlf7zVPuy8 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rlf7zVPuy8 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rlf7zVPuy8 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ed2124 !important;
  box-shadow: none!important;
}
.cid-rlf7zVPuy8 .btn-info-outline:active,
.cid-rlf7zVPuy8 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rlf7zVPuy8 .card-box {
  padding-top: 2rem;
}
.cid-rlf7zVPuy8 .card-wrapper {
  height: 100%;
}
.cid-rlf7zVPuy8 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlf7zVPuy8 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rlf7zVPuy8 .card-title {
  color: #ed2124;
}
.cid-rlf7zVPuy8 .main-title {
  color: #57468b;
}
.cid-rlf7zVPuy8 DIV {
  color: #57468b;
}
.cid-srolTu3VGA {
  background-color: #000000;
}
.cid-srolTu3VGA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-srolTu3VGA .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-srolTu3VGA .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-srolTu3VGA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srolTu3VGA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-srolTu3VGA .image-element {
    padding-right: 0;
  }
}
.cid-srolTu3VGA .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-srolTu3VGA .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-srolTu3VGA .brown {
  color: #ed2124;
}
.cid-srolTu3VGA .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-srolTu3VGA .paragraphs-wrapper .first-paragraph,
.cid-srolTu3VGA .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-srolTu3VGA .image-element {
    padding-bottom: 1rem;
  }
  .cid-srolTu3VGA .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-srolTu3VGA .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srolTu3VGA .paragraphs-wrapper .first-paragraph,
  .cid-srolTu3VGA .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-srolTu3VGA .first-paragraph,
  .cid-srolTu3VGA .second-paragraph {
    width: 50%;
  }
  .cid-srolTu3VGA .first-paragraph {
    padding-right: .5rem;
  }
  .cid-srolTu3VGA .second-paragraph {
    padding-left: .5rem;
  }
  .cid-srolTu3VGA .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-srolTu3VGA .mbr-section-title,
  .cid-srolTu3VGA .mbr-section-btn {
    text-align: left;
  }
}
.cid-srolTu3VGA .mbr-text,
.cid-srolTu3VGA .mbr-section-btn {
  color: #cccccc;
}
.cid-rlfauKN24g {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #999999;
}
.cid-rlfauKN24g section {
  position: relative;
}
.cid-rlfauKN24g .container {
  max-width: 1400px;
}
.cid-rlfauKN24g .card-img2 span {
  padding-top: 6px;
}
.cid-rlfauKN24g .soc-item a {
  padding-top: 5px;
}
.cid-rlfauKN24g .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rlfauKN24g .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rlfauKN24g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rlfauKN24g .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rlfauKN24g .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rlfauKN24g .card-img2 {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rlfauKN24g .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rlfauKN24g .soc-item span {
  font-size: 1.4rem;
}
.cid-rlfauKN24g .soc-item:hover span {
  color: #ed2124 !important;
}
.cid-rlfauKN24g .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rlfauKN24g .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rlfauKN24g .media-wrap {
  margin-bottom: 1rem;
}
.cid-rlfauKN24g .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlfauKN24g img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rlfauKN24g .item {
    justify-content: center;
  }
  .cid-rlfauKN24g .quote::after {
    left: 60px;
  }
}
.cid-rlfauKN24g .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rlfauKN24g .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlfauKN24g .text1 {
  color: #ffffff;
}
.cid-rlfauKN24g .item-title {
  color: #ffffff;
}
.cid-rlfauKN24g H5 {
  color: #ffffff;
}
.cid-rlfauKN24g .theme {
  color: #ed2124;
}
.cid-rlfauKN24g .copyright > p {
  color: #ff3366;
}
.cid-rlfauKN24g .text2 {
  color: #ffffff;
}
.cid-rlfau44JVQ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ed2124;
}
.cid-rT1FGIWsbU {
  background-image: url("../../../assets/images/mbr-1920x1177.jpg");
}
.cid-rT1FGIWsbU .mbr-text,
.cid-rT1FGIWsbU .typed-text,
.cid-rT1FGIWsbU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rT1FGIWsbU .btn {
  margin-left: 4px !important;
}
.cid-rT1FGIWsbU .animated-element {
  color: #ff1518;
}
.cid-rT1FGIWsbU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff1518;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rSzW7zyJ3f {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-rSzW7zyJ3f section {
  position: relative;
}
.cid-rSzW7zyJ3f .container {
  max-width: 1400px;
}
.cid-rSzW7zyJ3f .card-img2 span {
  padding-top: 6px;
}
.cid-rSzW7zyJ3f .soc-item a {
  padding-top: 5px;
}
.cid-rSzW7zyJ3f .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rSzW7zyJ3f .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rSzW7zyJ3f .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rSzW7zyJ3f .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rSzW7zyJ3f .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rSzW7zyJ3f .card-img2 {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rSzW7zyJ3f .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rSzW7zyJ3f .soc-item span {
  font-size: 1.4rem;
}
.cid-rSzW7zyJ3f .soc-item:hover span {
  color: #ed2124 !important;
}
.cid-rSzW7zyJ3f .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rSzW7zyJ3f .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rSzW7zyJ3f .media-wrap {
  margin-bottom: 1rem;
}
.cid-rSzW7zyJ3f .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rSzW7zyJ3f img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rSzW7zyJ3f .item {
    justify-content: center;
  }
  .cid-rSzW7zyJ3f .quote::after {
    left: 60px;
  }
}
.cid-rSzW7zyJ3f .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rSzW7zyJ3f .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rSzW7zyJ3f .text1 {
  color: #ffffff;
}
.cid-rSzW7zyJ3f .item-title {
  color: #ffffff;
}
.cid-rSzW7zyJ3f H5 {
  color: #ffffff;
}
.cid-rSzW7zyJ3f .theme {
  color: #ed2124;
}
.cid-rSzW7zyJ3f .copyright > p {
  color: #ff3366;
}
.cid-rSzW7zyJ3f .text2 {
  color: #ffffff;
}
.cid-rSzW7ANS6O {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ed2124;
}
.cid-sro9U3dXo2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sro9U3dXo2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sro9U3dXo2 a {
  font-style: normal;
}
.cid-sro9U3dXo2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sro9U3dXo2 .show {
  overflow: visible;
}
.cid-sro9U3dXo2 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sro9U3dXo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sro9U3dXo2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sro9U3dXo2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .nav-item:focus,
.cid-sro9U3dXo2 .nav-link:focus {
  outline: none;
}
.cid-sro9U3dXo2 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sro9U3dXo2 .menu-logo {
  margin-right: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sro9U3dXo2 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sro9U3dXo2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sro9U3dXo2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sro9U3dXo2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sro9U3dXo2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sro9U3dXo2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sro9U3dXo2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sro9U3dXo2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 img {
    height: 3.8rem !important;
  }
  .cid-sro9U3dXo2 .btn {
    display: -webkit-flex;
  }
  .cid-sro9U3dXo2 button.navbar-toggler {
    display: block;
  }
  .cid-sro9U3dXo2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing,
  .cid-sro9U3dXo2 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sro9U3dXo2 .nav-link {
    justify-content: start !important;
  }
  .cid-sro9U3dXo2 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sro9U3dXo2 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sro9U3dXo2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sro9U3dXo2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sro9U3dXo2 .nav-link:hover,
.cid-sro9U3dXo2 .dropdown-item:hover {
  color: #ed2124 !important;
}
@media (min-width: 1500px) {
  .cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sro9U3dXo2 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rSXmCVYcag {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #d10f12;
}
.cid-rSXmCVYcag H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rSXmCVYcag .mbr-text,
.cid-rSXmCVYcag .mbr-section-btn {
  color: #716c80;
}
.cid-rSXqiDXy5n {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/form-img-1920x1280.jpg");
}
.cid-rSXqiDXy5n .mbr-overlay {
  background-color: #efefef;
  opacity: 0.8;
}
.cid-rSXqiDXy5n input,
.cid-rSXqiDXy5n textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rSXqiDXy5n img {
  width: 90%;
  border-radius: 8px;
}
.cid-rSXqiDXy5n .title {
  margin-bottom: 1rem;
}
.cid-rSXqiDXy5n p {
  line-height: 1.6;
}
.cid-rSXqiDXy5n .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rSXqiDXy5n textarea {
  min-height: 160px;
}
.cid-rSXqiDXy5n .form-control,
.cid-rSXqiDXy5n .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ed2124;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rSXqiDXy5n .form-control:hover,
.cid-rSXqiDXy5n .field-input:hover,
.cid-rSXqiDXy5n .form-control:focus,
.cid-rSXqiDXy5n .field-input:focus {
  background-color: #cccccc;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rSXqiDXy5n input::-webkit-input-placeholder,
.cid-rSXqiDXy5n textarea::-webkit-input-placeholder {
  color: #a4a4a4;
}
.cid-rSXqiDXy5n input:-moz-placeholder,
.cid-rSXqiDXy5n textarea:-moz-placeholder {
  color: #a4a4a4;
}
.cid-rSXqiDXy5n .jq-selectbox li,
.cid-rSXqiDXy5n .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rSXqiDXy5n .jq-selectbox li:hover,
.cid-rSXqiDXy5n .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-rSXqiDXy5n .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rSXqiDXy5n .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #cccccc;
}
.cid-rSXqiDXy5n H5 {
  color: #4e4e4e;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-rSXqiDXy5n img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rSXqiDXy5n .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rSXqiDXy5n H2 {
  color: #4e4e4e;
}
.cid-rSXqiDXy5n H3 {
  color: #4e4e4e;
}
.cid-rSXqiDXy5n .mbr-text {
  color: #ed2124;
}
.cid-srsxNEWQyX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d10f12;
}
.cid-srsxNEWQyX H1 {
  color: #ffffff;
  text-align: center;
}
.cid-srsxNEWQyX .mbr-text,
.cid-srsxNEWQyX .mbr-section-btn {
  color: #716c80;
}
.cid-stW1jRIriH {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #999999;
}
.cid-stW1jRIriH section {
  position: relative;
}
.cid-stW1jRIriH .container {
  max-width: 1400px;
}
.cid-stW1jRIriH .card-img2 span {
  padding-top: 6px;
}
.cid-stW1jRIriH .soc-item a {
  padding-top: 5px;
}
.cid-stW1jRIriH .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-stW1jRIriH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-stW1jRIriH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-stW1jRIriH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-stW1jRIriH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-stW1jRIriH .card-img2 {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stW1jRIriH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-stW1jRIriH .soc-item span {
  font-size: 1.4rem;
}
.cid-stW1jRIriH .soc-item:hover span {
  color: #ed2124 !important;
}
.cid-stW1jRIriH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-stW1jRIriH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-stW1jRIriH .media-wrap {
  margin-bottom: 1rem;
}
.cid-stW1jRIriH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stW1jRIriH img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-stW1jRIriH .item {
    justify-content: center;
  }
  .cid-stW1jRIriH .quote::after {
    left: 60px;
  }
}
.cid-stW1jRIriH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-stW1jRIriH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stW1jRIriH .text1 {
  color: #ffffff;
}
.cid-stW1jRIriH .item-title {
  color: #ffffff;
}
.cid-stW1jRIriH H5 {
  color: #ffffff;
}
.cid-stW1jRIriH .theme {
  color: #ed2124;
}
.cid-stW1jRIriH .copyright > p {
  color: #ff3366;
}
.cid-stW1jRIriH .text2 {
  color: #ffffff;
}
.cid-rSXgOSCKR9 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ed2124;
}
.cid-sro9U3dXo2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sro9U3dXo2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sro9U3dXo2 a {
  font-style: normal;
}
.cid-sro9U3dXo2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sro9U3dXo2 .show {
  overflow: visible;
}
.cid-sro9U3dXo2 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sro9U3dXo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sro9U3dXo2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sro9U3dXo2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .nav-item:focus,
.cid-sro9U3dXo2 .nav-link:focus {
  outline: none;
}
.cid-sro9U3dXo2 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sro9U3dXo2 .menu-logo {
  margin-right: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sro9U3dXo2 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sro9U3dXo2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sro9U3dXo2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sro9U3dXo2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sro9U3dXo2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sro9U3dXo2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sro9U3dXo2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sro9U3dXo2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 img {
    height: 3.8rem !important;
  }
  .cid-sro9U3dXo2 .btn {
    display: -webkit-flex;
  }
  .cid-sro9U3dXo2 button.navbar-toggler {
    display: block;
  }
  .cid-sro9U3dXo2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing,
  .cid-sro9U3dXo2 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sro9U3dXo2 .nav-link {
    justify-content: start !important;
  }
  .cid-sro9U3dXo2 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sro9U3dXo2 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sro9U3dXo2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sro9U3dXo2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sro9U3dXo2 .nav-link:hover,
.cid-sro9U3dXo2 .dropdown-item:hover {
  color: #ed2124 !important;
}
@media (min-width: 1500px) {
  .cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sro9U3dXo2 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rTvKoiz9dg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rTvKoiz9dg .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rTvKoiz9dg .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-rTvKoiz9dg .card-img {
  text-align: center;
}
.cid-rTvKoiz9dg .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-rTvKoiz9dg .row-item.card1 {
  background: #232323;
}
.cid-rTvKoiz9dg .row-item.card2 {
  background: #ed2124;
}
.cid-rTvKoiz9dg .row-item.card3 {
  background: #232323;
}
.cid-rTvKoiz9dg .row-item.card4 {
  background: #2bdc9d;
}
.cid-rTvKoiz9dg .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rTvKoiz9dg .card-img,
  .cid-rTvKoiz9dg .mbr-text,
  .cid-rTvKoiz9dg .mbr-card-title,
  .cid-rTvKoiz9dg .mbr-section-subtitle,
  .cid-rTvKoiz9dg .mbr-section-title,
  .cid-rTvKoiz9dg .underline {
    text-align: center !important;
  }
}
.cid-rTuWYbPXeQ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #999999;
}
.cid-rTuWYbPXeQ section {
  position: relative;
}
.cid-rTuWYbPXeQ .container {
  max-width: 1400px;
}
.cid-rTuWYbPXeQ .card-img2 span {
  padding-top: 6px;
}
.cid-rTuWYbPXeQ .soc-item a {
  padding-top: 5px;
}
.cid-rTuWYbPXeQ .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rTuWYbPXeQ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rTuWYbPXeQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rTuWYbPXeQ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rTuWYbPXeQ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rTuWYbPXeQ .card-img2 {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rTuWYbPXeQ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rTuWYbPXeQ .soc-item span {
  font-size: 1.4rem;
}
.cid-rTuWYbPXeQ .soc-item:hover span {
  color: #ed2124 !important;
}
.cid-rTuWYbPXeQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rTuWYbPXeQ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rTuWYbPXeQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-rTuWYbPXeQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTuWYbPXeQ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rTuWYbPXeQ .item {
    justify-content: center;
  }
  .cid-rTuWYbPXeQ .quote::after {
    left: 60px;
  }
}
.cid-rTuWYbPXeQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rTuWYbPXeQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rTuWYbPXeQ .text1 {
  color: #ffffff;
}
.cid-rTuWYbPXeQ .item-title {
  color: #ffffff;
}
.cid-rTuWYbPXeQ H5 {
  color: #ffffff;
}
.cid-rTuWYbPXeQ .theme {
  color: #ed2124;
}
.cid-rTuWYbPXeQ .copyright > p {
  color: #ff3366;
}
.cid-rTuWYbPXeQ .text2 {
  color: #ffffff;
}
.cid-rTuWYcRUdX {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ed2124;
}
.cid-sro9U3dXo2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sro9U3dXo2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sro9U3dXo2 a {
  font-style: normal;
}
.cid-sro9U3dXo2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sro9U3dXo2 .show {
  overflow: visible;
}
.cid-sro9U3dXo2 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sro9U3dXo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sro9U3dXo2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sro9U3dXo2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .nav-item:focus,
.cid-sro9U3dXo2 .nav-link:focus {
  outline: none;
}
.cid-sro9U3dXo2 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sro9U3dXo2 .menu-logo {
  margin-right: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sro9U3dXo2 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sro9U3dXo2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sro9U3dXo2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sro9U3dXo2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sro9U3dXo2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sro9U3dXo2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sro9U3dXo2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sro9U3dXo2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 img {
    height: 3.8rem !important;
  }
  .cid-sro9U3dXo2 .btn {
    display: -webkit-flex;
  }
  .cid-sro9U3dXo2 button.navbar-toggler {
    display: block;
  }
  .cid-sro9U3dXo2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing,
  .cid-sro9U3dXo2 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sro9U3dXo2 .nav-link {
    justify-content: start !important;
  }
  .cid-sro9U3dXo2 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sro9U3dXo2 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sro9U3dXo2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sro9U3dXo2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sro9U3dXo2 .nav-link:hover,
.cid-sro9U3dXo2 .dropdown-item:hover {
  color: #ed2124 !important;
}
@media (min-width: 1500px) {
  .cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sro9U3dXo2 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rTw0REhdje {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #d10f12;
}
.cid-rTw0REhdje H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rTw0REhdje .mbr-text,
.cid-rTw0REhdje .mbr-section-btn {
  color: #716c80;
}
.cid-rTw0cKyYfm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rTw0cKyYfm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rTw0cKyYfm .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-rTw0cKyYfm .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-rTw0cKyYfm .btn-primary-outline:active {
  color: gray;
}
.cid-rTw0cKyYfm .btn-primary-outline:hover {
  color: white;
}
.cid-rTw0cKyYfm .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-rTw0cKyYfm div {
  overflow: hidden;
}
.cid-rTw0cKyYfm .btn-primary-outline.active {
  color: white;
}
.cid-rTw0cKyYfm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rTw0cKyYfm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rTw0cKyYfm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rTw0cKyYfm .mbr-gallery-item {
  overflow: hidden;
}
.cid-rTw0cKyYfm .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-rTw0cKyYfm .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-rTw0cKyYfm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rTw0cKyYfm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rTw0cKyYfm .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-rTw0cKyYfm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rTw0cKyYfm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rTw0cKyYfm .mbr-gallery-item > div > span {
  text-align: right;
}
.cid-srsxpvW6Nm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d10f12;
}
.cid-srsxpvW6Nm H1 {
  color: #ffffff;
  text-align: center;
}
.cid-srsxpvW6Nm .mbr-text,
.cid-srsxpvW6Nm .mbr-section-btn {
  color: #716c80;
}
.cid-rTvWzemcDb {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #999999;
}
.cid-rTvWzemcDb section {
  position: relative;
}
.cid-rTvWzemcDb .container {
  max-width: 1400px;
}
.cid-rTvWzemcDb .card-img2 span {
  padding-top: 6px;
}
.cid-rTvWzemcDb .soc-item a {
  padding-top: 5px;
}
.cid-rTvWzemcDb .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rTvWzemcDb .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rTvWzemcDb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rTvWzemcDb .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rTvWzemcDb .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rTvWzemcDb .card-img2 {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rTvWzemcDb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rTvWzemcDb .soc-item span {
  font-size: 1.4rem;
}
.cid-rTvWzemcDb .soc-item:hover span {
  color: #ed2124 !important;
}
.cid-rTvWzemcDb .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rTvWzemcDb .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rTvWzemcDb .media-wrap {
  margin-bottom: 1rem;
}
.cid-rTvWzemcDb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTvWzemcDb img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rTvWzemcDb .item {
    justify-content: center;
  }
  .cid-rTvWzemcDb .quote::after {
    left: 60px;
  }
}
.cid-rTvWzemcDb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rTvWzemcDb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rTvWzemcDb .text1 {
  color: #ffffff;
}
.cid-rTvWzemcDb .item-title {
  color: #ffffff;
}
.cid-rTvWzemcDb H5 {
  color: #ffffff;
}
.cid-rTvWzemcDb .theme {
  color: #ed2124;
}
.cid-rTvWzemcDb .copyright > p {
  color: #ff3366;
}
.cid-rTvWzemcDb .text2 {
  color: #ffffff;
}
.cid-rTvWzfoy4j {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ed2124;
}
.cid-sro9U3dXo2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sro9U3dXo2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sro9U3dXo2 a {
  font-style: normal;
}
.cid-sro9U3dXo2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sro9U3dXo2 .show {
  overflow: visible;
}
.cid-sro9U3dXo2 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sro9U3dXo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sro9U3dXo2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sro9U3dXo2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .nav-item:focus,
.cid-sro9U3dXo2 .nav-link:focus {
  outline: none;
}
.cid-sro9U3dXo2 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sro9U3dXo2 .menu-logo {
  margin-right: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sro9U3dXo2 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sro9U3dXo2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sro9U3dXo2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sro9U3dXo2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sro9U3dXo2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sro9U3dXo2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sro9U3dXo2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sro9U3dXo2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 img {
    height: 3.8rem !important;
  }
  .cid-sro9U3dXo2 .btn {
    display: -webkit-flex;
  }
  .cid-sro9U3dXo2 button.navbar-toggler {
    display: block;
  }
  .cid-sro9U3dXo2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing,
  .cid-sro9U3dXo2 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sro9U3dXo2 .nav-link {
    justify-content: start !important;
  }
  .cid-sro9U3dXo2 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sro9U3dXo2 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sro9U3dXo2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sro9U3dXo2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sro9U3dXo2 .nav-link:hover,
.cid-sro9U3dXo2 .dropdown-item:hover {
  color: #ed2124 !important;
}
@media (min-width: 1500px) {
  .cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sro9U3dXo2 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-srsyc7aQTP {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #d10f12;
}
.cid-srsyc7aQTP H1 {
  color: #ffffff;
  text-align: center;
}
.cid-srsyc7aQTP .mbr-text,
.cid-srsyc7aQTP .mbr-section-btn {
  color: #716c80;
}
.cid-srsyc8BuUZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d10f12;
}
.cid-srsyc8BuUZ H1 {
  color: #ffffff;
  text-align: center;
}
.cid-srsyc8BuUZ .mbr-text,
.cid-srsyc8BuUZ .mbr-section-btn {
  color: #716c80;
}
.cid-srsAAPkINs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/slider1-10-1920x1200.jpg");
}
.cid-srsAAPkINs .mbr-text,
.cid-srsAAPkINs .typed-text,
.cid-srsAAPkINs .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-srsAAPkINs .btn {
  margin-left: 4px !important;
}
.cid-srsAAPkINs .animated-element {
  color: #ed2124;
}
.cid-srsAAPkINs .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ed2124;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-srsAAPkINs .mbr-section-title {
  color: #ffffff;
}
.cid-stghfhwVyt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-stghfhwVyt h5,
.cid-stghfhwVyt h4,
.cid-stghfhwVyt p {
  margin-bottom: 0;
}
.cid-stghfhwVyt p {
  color: #767676;
}
.cid-stghfhwVyt .card-img {
  padding: 0;
  width: auto;
}
.cid-stghfhwVyt .mbr-section-btn {
  margin: 0;
  margin-top: 1.2rem;
  border-top: 1px solid #ed2124;
}
.cid-stghfhwVyt .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-stghfhwVyt .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-stghfhwVyt .card-wrapper:hover {
  box-shadow: 0 0px 0px 5px #ed2124;
}
.cid-stghfhwVyt .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-stghfhwVyt .card-box {
    padding: 2rem 0 0;
  }
  .cid-stghfhwVyt .card-wrapper {
    display: block !important;
  }
}
.cid-stghfhwVyt .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-stghfhwVyt .card-title,
.cid-stghfhwVyt .main-title {
  color: #57468b;
}
.cid-stghfhwVyt .card-title {
  color: #232323;
}
.cid-stOlJuMHnD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-stOlJuMHnD .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.cid-stOlJuMHnD .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ed2124;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-stOlJuMHnD .image-block:hover:before {
  opacity: 0.8;
}
.cid-stOlJuMHnD .image-block:hover .wrap {
  opacity: 1;
}
.cid-stOlJuMHnD .image-block:hover img {
  transform: scale(1.05);
}
.cid-stOlJuMHnD h4 {
  letter-spacing: 2px;
}
.cid-stOlJuMHnD figcaption {
  position: relative;
}
.cid-stOlJuMHnD figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-stOlJuMHnD img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-stOlJuMHnD .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-stOlJuMHnD .wrap {
    opacity: 1!important;
  }
  .cid-stOlJuMHnD .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-stORd6aFqf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-stORd6aFqf .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-stORd6aFqf .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-stORd6aFqf .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-stORd6aFqf H2 {
  margin: 0;
  width: 100%;
  color: #ffffff;
}
.cid-stORd6aFqf h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-stORd6aFqf .title {
    margin-bottom: 2rem;
  }
  .cid-stORd6aFqf .align-left,
  .cid-stORd6aFqf .align-right {
    text-align: center;
  }
}
.cid-srsJCIChsa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d10f12;
}
.cid-srsJCIChsa H1 {
  color: #ffffff;
  text-align: center;
}
.cid-srsJCIChsa .mbr-text,
.cid-srsJCIChsa .mbr-section-btn {
  color: #716c80;
}
.cid-srsyc93U9J {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #999999;
}
.cid-srsyc93U9J section {
  position: relative;
}
.cid-srsyc93U9J .container {
  max-width: 1400px;
}
.cid-srsyc93U9J .card-img2 span {
  padding-top: 6px;
}
.cid-srsyc93U9J .soc-item a {
  padding-top: 5px;
}
.cid-srsyc93U9J .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-srsyc93U9J .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-srsyc93U9J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-srsyc93U9J .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-srsyc93U9J .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-srsyc93U9J .card-img2 {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-srsyc93U9J .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-srsyc93U9J .soc-item span {
  font-size: 1.4rem;
}
.cid-srsyc93U9J .soc-item:hover span {
  color: #ed2124 !important;
}
.cid-srsyc93U9J .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-srsyc93U9J .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-srsyc93U9J .media-wrap {
  margin-bottom: 1rem;
}
.cid-srsyc93U9J .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-srsyc93U9J img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-srsyc93U9J .item {
    justify-content: center;
  }
  .cid-srsyc93U9J .quote::after {
    left: 60px;
  }
}
.cid-srsyc93U9J .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-srsyc93U9J .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srsyc93U9J .text1 {
  color: #ffffff;
}
.cid-srsyc93U9J .item-title {
  color: #ffffff;
}
.cid-srsyc93U9J H5 {
  color: #ffffff;
}
.cid-srsyc93U9J .theme {
  color: #ed2124;
}
.cid-srsyc93U9J .copyright > p {
  color: #ff3366;
}
.cid-srsyc93U9J .text2 {
  color: #ffffff;
}
.cid-srsyc9H2a0 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ed2124;
}
.cid-srsyc9Vfmx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-srsyc9Vfmx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-srsyc9Vfmx a {
  font-style: normal;
}
.cid-srsyc9Vfmx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srsyc9Vfmx .show {
  overflow: visible;
}
.cid-srsyc9Vfmx .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-srsyc9Vfmx .dropdown-item:active {
  background-color: transparent;
}
.cid-srsyc9Vfmx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srsyc9Vfmx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-srsyc9Vfmx .nav-item:focus,
.cid-srsyc9Vfmx .nav-link:focus {
  outline: none;
}
.cid-srsyc9Vfmx .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srsyc9Vfmx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srsyc9Vfmx .menu-logo {
  margin-right: auto;
}
.cid-srsyc9Vfmx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srsyc9Vfmx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-srsyc9Vfmx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srsyc9Vfmx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srsyc9Vfmx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-srsyc9Vfmx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srsyc9Vfmx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srsyc9Vfmx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-srsyc9Vfmx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srsyc9Vfmx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srsyc9Vfmx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srsyc9Vfmx .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-srsyc9Vfmx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srsyc9Vfmx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srsyc9Vfmx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srsyc9Vfmx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srsyc9Vfmx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srsyc9Vfmx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srsyc9Vfmx .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-srsyc9Vfmx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srsyc9Vfmx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srsyc9Vfmx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srsyc9Vfmx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-srsyc9Vfmx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srsyc9Vfmx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-srsyc9Vfmx button.navbar-toggler:focus {
  outline: none;
}
.cid-srsyc9Vfmx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-srsyc9Vfmx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srsyc9Vfmx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srsyc9Vfmx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srsyc9Vfmx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srsyc9Vfmx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srsyc9Vfmx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srsyc9Vfmx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srsyc9Vfmx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-srsyc9Vfmx .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-srsyc9Vfmx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srsyc9Vfmx .collapsed .btn {
  display: -webkit-flex;
}
.cid-srsyc9Vfmx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srsyc9Vfmx .collapsed .navbar-collapse.collapsing,
.cid-srsyc9Vfmx .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-srsyc9Vfmx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srsyc9Vfmx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srsyc9Vfmx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srsyc9Vfmx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srsyc9Vfmx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srsyc9Vfmx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srsyc9Vfmx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srsyc9Vfmx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-srsyc9Vfmx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-srsyc9Vfmx .collapsed button.navbar-toggler {
  display: block;
}
.cid-srsyc9Vfmx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srsyc9Vfmx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srsyc9Vfmx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-srsyc9Vfmx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srsyc9Vfmx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srsyc9Vfmx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-srsyc9Vfmx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srsyc9Vfmx img {
    height: 3.8rem !important;
  }
  .cid-srsyc9Vfmx .btn {
    display: -webkit-flex;
  }
  .cid-srsyc9Vfmx button.navbar-toggler {
    display: block;
  }
  .cid-srsyc9Vfmx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srsyc9Vfmx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srsyc9Vfmx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srsyc9Vfmx .navbar-collapse.collapsing,
  .cid-srsyc9Vfmx .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-srsyc9Vfmx .navbar-collapse.collapsing .navbar-nav,
  .cid-srsyc9Vfmx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srsyc9Vfmx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srsyc9Vfmx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srsyc9Vfmx .navbar-collapse.collapsing .navbar-buttons,
  .cid-srsyc9Vfmx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srsyc9Vfmx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srsyc9Vfmx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srsyc9Vfmx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-srsyc9Vfmx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srsyc9Vfmx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srsyc9Vfmx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-srsyc9Vfmx .nav-link {
    justify-content: start !important;
  }
  .cid-srsyc9Vfmx .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-srsyc9Vfmx .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-srsyc9Vfmx .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-srsyc9Vfmx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srsyc9Vfmx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srsyc9Vfmx .nav-link:hover,
.cid-srsyc9Vfmx .dropdown-item:hover {
  color: #ed2124 !important;
}
@media (min-width: 1500px) {
  .cid-srsyc9Vfmx .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-srsyc9Vfmx .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-stEceXN36b {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #16a3db;
}
.cid-stEceXN36b H1 {
  color: #ffffff;
  text-align: center;
}
.cid-stEceXN36b .mbr-text,
.cid-stEceXN36b .mbr-section-btn {
  color: #716c80;
}
.cid-stEceYe2Xy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #16a3db;
}
.cid-stEceYe2Xy H1 {
  color: #ffffff;
  text-align: center;
}
.cid-stEceYe2Xy .mbr-text,
.cid-stEceYe2Xy .mbr-section-btn {
  color: #716c80;
}
.cid-stEceYwvAh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/slider2-2-1920x1200.jpg");
}
.cid-stEceYwvAh .mbr-text,
.cid-stEceYwvAh .typed-text,
.cid-stEceYwvAh .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-stEceYwvAh .btn {
  margin-left: 4px !important;
}
.cid-stEceYwvAh .animated-element {
  color: #16a3db;
}
.cid-stEceYwvAh .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #16a3db;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-stEceYwvAh .mbr-section-title {
  color: #ffffff;
}
.cid-stEceYTqkW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-stEceYTqkW h5,
.cid-stEceYTqkW h4,
.cid-stEceYTqkW p {
  margin-bottom: 0;
}
.cid-stEceYTqkW p {
  color: #767676;
}
.cid-stEceYTqkW .card-img {
  padding: 0;
  width: auto;
}
.cid-stEceYTqkW .mbr-section-btn {
  margin: 0;
  margin-top: 1.2rem;
  border-top: 1px solid #16a3db;
}
.cid-stEceYTqkW .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-stEceYTqkW .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-stEceYTqkW .card-wrapper:hover {
  box-shadow: 0 0px 0px 5px #16a3db;
}
.cid-stEceYTqkW .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-stEceYTqkW .card-box {
    padding: 2rem 0 0;
  }
  .cid-stEceYTqkW .card-wrapper {
    display: block !important;
  }
}
.cid-stEceYTqkW .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-stEceYTqkW .card-title,
.cid-stEceYTqkW .main-title {
  color: #57468b;
}
.cid-stEceYTqkW .card-title {
  color: #232323;
}
.cid-stOk4CAhoO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-stOk4CAhoO .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.cid-stOk4CAhoO .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #16a3db;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-stOk4CAhoO .image-block:hover:before {
  opacity: 0.8;
}
.cid-stOk4CAhoO .image-block:hover .wrap {
  opacity: 1;
}
.cid-stOk4CAhoO .image-block:hover img {
  transform: scale(1.05);
}
.cid-stOk4CAhoO h4 {
  letter-spacing: 2px;
}
.cid-stOk4CAhoO figcaption {
  position: relative;
}
.cid-stOk4CAhoO figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-stOk4CAhoO img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-stOk4CAhoO .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-stOk4CAhoO .wrap {
    opacity: 1!important;
  }
  .cid-stOk4CAhoO .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-stOprWto2g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-stOprWto2g .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-stOprWto2g .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-stOprWto2g .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-stOprWto2g H2 {
  margin: 0;
  width: 100%;
  color: #ffffff;
}
.cid-stOprWto2g h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-stOprWto2g .title {
    margin-bottom: 2rem;
  }
  .cid-stOprWto2g .align-left,
  .cid-stOprWto2g .align-right {
    text-align: center;
  }
}
.cid-stEceZNVDE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #16a3db;
}
.cid-stEceZNVDE H1 {
  color: #ffffff;
  text-align: center;
}
.cid-stEceZNVDE .mbr-text,
.cid-stEceZNVDE .mbr-section-btn {
  color: #716c80;
}
.cid-stEcf06V3b {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #999999;
}
.cid-stEcf06V3b section {
  position: relative;
}
.cid-stEcf06V3b .container {
  max-width: 1400px;
}
.cid-stEcf06V3b .card-img2 span {
  padding-top: 6px;
}
.cid-stEcf06V3b .soc-item a {
  padding-top: 5px;
}
.cid-stEcf06V3b .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-stEcf06V3b .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-stEcf06V3b .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-stEcf06V3b .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-stEcf06V3b .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-stEcf06V3b .card-img2 {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stEcf06V3b .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-stEcf06V3b .soc-item span {
  font-size: 1.4rem;
}
.cid-stEcf06V3b .soc-item:hover span {
  color: #ed2124 !important;
}
.cid-stEcf06V3b .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-stEcf06V3b .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-stEcf06V3b .media-wrap {
  margin-bottom: 1rem;
}
.cid-stEcf06V3b .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stEcf06V3b img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-stEcf06V3b .item {
    justify-content: center;
  }
  .cid-stEcf06V3b .quote::after {
    left: 60px;
  }
}
.cid-stEcf06V3b .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-stEcf06V3b .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stEcf06V3b .text1 {
  color: #ffffff;
}
.cid-stEcf06V3b .item-title {
  color: #ffffff;
}
.cid-stEcf06V3b H5 {
  color: #ffffff;
}
.cid-stEcf06V3b .theme {
  color: #ed2124;
}
.cid-stEcf06V3b .copyright > p {
  color: #ff3366;
}
.cid-stEcf06V3b .text2 {
  color: #ffffff;
}
.cid-stEcf0NDL4 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ed2124;
}
.cid-stEcf12mOn .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-stEcf12mOn .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stEcf12mOn a {
  font-style: normal;
}
.cid-stEcf12mOn .navbar-buttons {
  flex-wrap: wrap;
}
.cid-stEcf12mOn .show {
  overflow: visible;
}
.cid-stEcf12mOn .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-stEcf12mOn .dropdown-item:active {
  background-color: transparent;
}
.cid-stEcf12mOn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-stEcf12mOn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-stEcf12mOn .nav-item:focus,
.cid-stEcf12mOn .nav-link:focus {
  outline: none;
}
.cid-stEcf12mOn .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-stEcf12mOn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-stEcf12mOn .menu-logo {
  margin-right: auto;
}
.cid-stEcf12mOn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stEcf12mOn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stEcf12mOn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-stEcf12mOn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stEcf12mOn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-stEcf12mOn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stEcf12mOn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-stEcf12mOn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-stEcf12mOn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-stEcf12mOn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-stEcf12mOn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stEcf12mOn .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-stEcf12mOn .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-stEcf12mOn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-stEcf12mOn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stEcf12mOn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stEcf12mOn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stEcf12mOn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-stEcf12mOn .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-stEcf12mOn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-stEcf12mOn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-stEcf12mOn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stEcf12mOn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-stEcf12mOn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stEcf12mOn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-stEcf12mOn button.navbar-toggler:focus {
  outline: none;
}
.cid-stEcf12mOn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-stEcf12mOn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stEcf12mOn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stEcf12mOn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stEcf12mOn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stEcf12mOn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stEcf12mOn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stEcf12mOn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stEcf12mOn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-stEcf12mOn .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-stEcf12mOn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stEcf12mOn .collapsed .btn {
  display: -webkit-flex;
}
.cid-stEcf12mOn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stEcf12mOn .collapsed .navbar-collapse.collapsing,
.cid-stEcf12mOn .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-stEcf12mOn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stEcf12mOn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stEcf12mOn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stEcf12mOn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stEcf12mOn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stEcf12mOn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-stEcf12mOn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stEcf12mOn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stEcf12mOn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-stEcf12mOn .collapsed button.navbar-toggler {
  display: block;
}
.cid-stEcf12mOn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-stEcf12mOn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stEcf12mOn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-stEcf12mOn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stEcf12mOn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stEcf12mOn .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-stEcf12mOn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stEcf12mOn img {
    height: 3.8rem !important;
  }
  .cid-stEcf12mOn .btn {
    display: -webkit-flex;
  }
  .cid-stEcf12mOn button.navbar-toggler {
    display: block;
  }
  .cid-stEcf12mOn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-stEcf12mOn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stEcf12mOn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-stEcf12mOn .navbar-collapse.collapsing,
  .cid-stEcf12mOn .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-stEcf12mOn .navbar-collapse.collapsing .navbar-nav,
  .cid-stEcf12mOn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stEcf12mOn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stEcf12mOn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stEcf12mOn .navbar-collapse.collapsing .navbar-buttons,
  .cid-stEcf12mOn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-stEcf12mOn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stEcf12mOn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stEcf12mOn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-stEcf12mOn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stEcf12mOn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stEcf12mOn .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-stEcf12mOn .nav-link {
    justify-content: start !important;
  }
  .cid-stEcf12mOn .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-stEcf12mOn .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-stEcf12mOn .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-stEcf12mOn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-stEcf12mOn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-stEcf12mOn .nav-link:hover,
.cid-stEcf12mOn .dropdown-item:hover {
  color: #ed2124 !important;
}
@media (min-width: 1500px) {
  .cid-stEcf12mOn .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-stEcf12mOn .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-stEiAFWFoc {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #d10f12;
}
.cid-stEiAFWFoc H1 {
  color: #ffffff;
  text-align: center;
}
.cid-stEiAFWFoc .mbr-text,
.cid-stEiAFWFoc .mbr-section-btn {
  color: #716c80;
}
.cid-stEiAGwQ0g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d10f12;
}
.cid-stEiAGwQ0g H1 {
  color: #ffffff;
  text-align: center;
}
.cid-stEiAGwQ0g .mbr-text,
.cid-stEiAGwQ0g .mbr-section-btn {
  color: #716c80;
}
.cid-stEiAGWArC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/slider3-2-1920x1200.jpg");
}
.cid-stEiAGWArC .mbr-text,
.cid-stEiAGWArC .typed-text,
.cid-stEiAGWArC .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-stEiAGWArC .btn {
  margin-left: 4px !important;
}
.cid-stEiAGWArC .animated-element {
  color: #ed2124;
}
.cid-stEiAGWArC .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ed2124;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-stEiAGWArC .mbr-section-title {
  color: #ffffff;
}
.cid-stEiAHhjdt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-stEiAHhjdt h5,
.cid-stEiAHhjdt h4,
.cid-stEiAHhjdt p {
  margin-bottom: 0;
}
.cid-stEiAHhjdt p {
  color: #767676;
}
.cid-stEiAHhjdt .card-img {
  padding: 0;
  width: auto;
}
.cid-stEiAHhjdt .mbr-section-btn {
  margin: 0;
  margin-top: 1.2rem;
  border-top: 1px solid #ed2124;
}
.cid-stEiAHhjdt .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-stEiAHhjdt .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-stEiAHhjdt .card-wrapper:hover {
  box-shadow: 0 0px 0px 5px #ed2124;
}
.cid-stEiAHhjdt .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-stEiAHhjdt .card-box {
    padding: 2rem 0 0;
  }
  .cid-stEiAHhjdt .card-wrapper {
    display: block !important;
  }
}
.cid-stEiAHhjdt .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-stEiAHhjdt .card-title,
.cid-stEiAHhjdt .main-title {
  color: #57468b;
}
.cid-stEiAHhjdt .card-title {
  color: #232323;
}
.cid-stOmN0E9eY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-stOmN0E9eY .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.cid-stOmN0E9eY .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ed2124;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-stOmN0E9eY .image-block:hover:before {
  opacity: 0.8;
}
.cid-stOmN0E9eY .image-block:hover .wrap {
  opacity: 1;
}
.cid-stOmN0E9eY .image-block:hover img {
  transform: scale(1.05);
}
.cid-stOmN0E9eY h4 {
  letter-spacing: 2px;
}
.cid-stOmN0E9eY figcaption {
  position: relative;
}
.cid-stOmN0E9eY figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-stOmN0E9eY img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-stOmN0E9eY .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-stOmN0E9eY .wrap {
    opacity: 1!important;
  }
  .cid-stOmN0E9eY .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-stORYZtwva {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-stORYZtwva .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-stORYZtwva .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-stORYZtwva .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-stORYZtwva H2 {
  margin: 0;
  width: 100%;
  color: #ffffff;
}
.cid-stORYZtwva h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-stORYZtwva .title {
    margin-bottom: 2rem;
  }
  .cid-stORYZtwva .align-left,
  .cid-stORYZtwva .align-right {
    text-align: center;
  }
}
.cid-stEiAIguLQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d10f12;
}
.cid-stEiAIguLQ H1 {
  color: #ffffff;
  text-align: center;
}
.cid-stEiAIguLQ .mbr-text,
.cid-stEiAIguLQ .mbr-section-btn {
  color: #716c80;
}
.cid-stEiAIBGQn {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #999999;
}
.cid-stEiAIBGQn section {
  position: relative;
}
.cid-stEiAIBGQn .container {
  max-width: 1400px;
}
.cid-stEiAIBGQn .card-img2 span {
  padding-top: 6px;
}
.cid-stEiAIBGQn .soc-item a {
  padding-top: 5px;
}
.cid-stEiAIBGQn .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-stEiAIBGQn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-stEiAIBGQn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-stEiAIBGQn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-stEiAIBGQn .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-stEiAIBGQn .card-img2 {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stEiAIBGQn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-stEiAIBGQn .soc-item span {
  font-size: 1.4rem;
}
.cid-stEiAIBGQn .soc-item:hover span {
  color: #ed2124 !important;
}
.cid-stEiAIBGQn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-stEiAIBGQn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-stEiAIBGQn .media-wrap {
  margin-bottom: 1rem;
}
.cid-stEiAIBGQn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stEiAIBGQn img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-stEiAIBGQn .item {
    justify-content: center;
  }
  .cid-stEiAIBGQn .quote::after {
    left: 60px;
  }
}
.cid-stEiAIBGQn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-stEiAIBGQn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stEiAIBGQn .text1 {
  color: #ffffff;
}
.cid-stEiAIBGQn .item-title {
  color: #ffffff;
}
.cid-stEiAIBGQn H5 {
  color: #ffffff;
}
.cid-stEiAIBGQn .theme {
  color: #ed2124;
}
.cid-stEiAIBGQn .copyright > p {
  color: #ff3366;
}
.cid-stEiAIBGQn .text2 {
  color: #ffffff;
}
.cid-stEiAJdkz5 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ed2124;
}
.cid-stEiAJrEaQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-stEiAJrEaQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stEiAJrEaQ a {
  font-style: normal;
}
.cid-stEiAJrEaQ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-stEiAJrEaQ .show {
  overflow: visible;
}
.cid-stEiAJrEaQ .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-stEiAJrEaQ .dropdown-item:active {
  background-color: transparent;
}
.cid-stEiAJrEaQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-stEiAJrEaQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-stEiAJrEaQ .nav-item:focus,
.cid-stEiAJrEaQ .nav-link:focus {
  outline: none;
}
.cid-stEiAJrEaQ .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-stEiAJrEaQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-stEiAJrEaQ .menu-logo {
  margin-right: auto;
}
.cid-stEiAJrEaQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stEiAJrEaQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-stEiAJrEaQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-stEiAJrEaQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stEiAJrEaQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-stEiAJrEaQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stEiAJrEaQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-stEiAJrEaQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-stEiAJrEaQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-stEiAJrEaQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-stEiAJrEaQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stEiAJrEaQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-stEiAJrEaQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-stEiAJrEaQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-stEiAJrEaQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stEiAJrEaQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stEiAJrEaQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stEiAJrEaQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-stEiAJrEaQ .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-stEiAJrEaQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-stEiAJrEaQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-stEiAJrEaQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stEiAJrEaQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-stEiAJrEaQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stEiAJrEaQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-stEiAJrEaQ button.navbar-toggler:focus {
  outline: none;
}
.cid-stEiAJrEaQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-stEiAJrEaQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stEiAJrEaQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stEiAJrEaQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stEiAJrEaQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stEiAJrEaQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stEiAJrEaQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stEiAJrEaQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stEiAJrEaQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-stEiAJrEaQ .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-stEiAJrEaQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stEiAJrEaQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-stEiAJrEaQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stEiAJrEaQ .collapsed .navbar-collapse.collapsing,
.cid-stEiAJrEaQ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-stEiAJrEaQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stEiAJrEaQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stEiAJrEaQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stEiAJrEaQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stEiAJrEaQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stEiAJrEaQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-stEiAJrEaQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stEiAJrEaQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stEiAJrEaQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-stEiAJrEaQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-stEiAJrEaQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-stEiAJrEaQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stEiAJrEaQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-stEiAJrEaQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stEiAJrEaQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stEiAJrEaQ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-stEiAJrEaQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stEiAJrEaQ img {
    height: 3.8rem !important;
  }
  .cid-stEiAJrEaQ .btn {
    display: -webkit-flex;
  }
  .cid-stEiAJrEaQ button.navbar-toggler {
    display: block;
  }
  .cid-stEiAJrEaQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-stEiAJrEaQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stEiAJrEaQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-stEiAJrEaQ .navbar-collapse.collapsing,
  .cid-stEiAJrEaQ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-stEiAJrEaQ .navbar-collapse.collapsing .navbar-nav,
  .cid-stEiAJrEaQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stEiAJrEaQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stEiAJrEaQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stEiAJrEaQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-stEiAJrEaQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-stEiAJrEaQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stEiAJrEaQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stEiAJrEaQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-stEiAJrEaQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stEiAJrEaQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stEiAJrEaQ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-stEiAJrEaQ .nav-link {
    justify-content: start !important;
  }
  .cid-stEiAJrEaQ .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-stEiAJrEaQ .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-stEiAJrEaQ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-stEiAJrEaQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-stEiAJrEaQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-stEiAJrEaQ .nav-link:hover,
.cid-stEiAJrEaQ .dropdown-item:hover {
  color: #ed2124 !important;
}
@media (min-width: 1500px) {
  .cid-stEiAJrEaQ .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-stEiAJrEaQ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rT38D31aMx {
  background-image: url("../../../assets/images/serv-1920x1281.jpg");
}
.cid-rT38D31aMx .mbr-text,
.cid-rT38D31aMx .typed-text,
.cid-rT38D31aMx .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rT38D31aMx .btn {
  margin-left: 4px !important;
}
.cid-rT38D31aMx .animated-element {
  color: #ff1518;
}
.cid-rT38D31aMx .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff1518;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rT38Da3Czk {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #999999;
}
.cid-rT38Da3Czk section {
  position: relative;
}
.cid-rT38Da3Czk .container {
  max-width: 1400px;
}
.cid-rT38Da3Czk .card-img2 span {
  padding-top: 6px;
}
.cid-rT38Da3Czk .soc-item a {
  padding-top: 5px;
}
.cid-rT38Da3Czk .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rT38Da3Czk .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rT38Da3Czk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rT38Da3Czk .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rT38Da3Czk .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rT38Da3Czk .card-img2 {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rT38Da3Czk .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rT38Da3Czk .soc-item span {
  font-size: 1.4rem;
}
.cid-rT38Da3Czk .soc-item:hover span {
  color: #ed2124 !important;
}
.cid-rT38Da3Czk .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rT38Da3Czk .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rT38Da3Czk .media-wrap {
  margin-bottom: 1rem;
}
.cid-rT38Da3Czk .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rT38Da3Czk img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rT38Da3Czk .item {
    justify-content: center;
  }
  .cid-rT38Da3Czk .quote::after {
    left: 60px;
  }
}
.cid-rT38Da3Czk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rT38Da3Czk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rT38Da3Czk .text1 {
  color: #ffffff;
}
.cid-rT38Da3Czk .item-title {
  color: #ffffff;
}
.cid-rT38Da3Czk H5 {
  color: #ffffff;
}
.cid-rT38Da3Czk .theme {
  color: #ed2124;
}
.cid-rT38Da3Czk .copyright > p {
  color: #ff3366;
}
.cid-rT38Da3Czk .text2 {
  color: #ffffff;
}
.cid-rT38DbeUTk {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ed2124;
}
.cid-sro9U3dXo2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sro9U3dXo2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sro9U3dXo2 a {
  font-style: normal;
}
.cid-sro9U3dXo2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sro9U3dXo2 .show {
  overflow: visible;
}
.cid-sro9U3dXo2 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sro9U3dXo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sro9U3dXo2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sro9U3dXo2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .nav-item:focus,
.cid-sro9U3dXo2 .nav-link:focus {
  outline: none;
}
.cid-sro9U3dXo2 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sro9U3dXo2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sro9U3dXo2 .menu-logo {
  margin-right: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sro9U3dXo2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sro9U3dXo2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sro9U3dXo2 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sro9U3dXo2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sro9U3dXo2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sro9U3dXo2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sro9U3dXo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sro9U3dXo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sro9U3dXo2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sro9U3dXo2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sro9U3dXo2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sro9U3dXo2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sro9U3dXo2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sro9U3dXo2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sro9U3dXo2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sro9U3dXo2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sro9U3dXo2 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sro9U3dXo2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 img {
    height: 3.8rem !important;
  }
  .cid-sro9U3dXo2 .btn {
    display: -webkit-flex;
  }
  .cid-sro9U3dXo2 button.navbar-toggler {
    display: block;
  }
  .cid-sro9U3dXo2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sro9U3dXo2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing,
  .cid-sro9U3dXo2 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sro9U3dXo2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sro9U3dXo2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sro9U3dXo2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sro9U3dXo2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sro9U3dXo2 .nav-link {
    justify-content: start !important;
  }
  .cid-sro9U3dXo2 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sro9U3dXo2 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sro9U3dXo2 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sro9U3dXo2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sro9U3dXo2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sro9U3dXo2 .nav-link:hover,
.cid-sro9U3dXo2 .dropdown-item:hover {
  color: #ed2124 !important;
}
@media (min-width: 1500px) {
  .cid-sro9U3dXo2 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sro9U3dXo2 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sXOAhgazsC {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #298437;
}
.cid-sXOAhgazsC H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXOAhgazsC .mbr-text,
.cid-sXOAhgazsC .mbr-section-btn {
  color: #716c80;
}
.cid-sXOAhgLe6m {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #298437;
}
.cid-sXOAhgLe6m H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXOAhgLe6m .mbr-text,
.cid-sXOAhgLe6m .mbr-section-btn {
  color: #716c80;
}
.cid-sXOAhh9yyc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/slider4-1920x1200.jpg");
}
.cid-sXOAhh9yyc .mbr-text,
.cid-sXOAhh9yyc .typed-text,
.cid-sXOAhh9yyc .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sXOAhh9yyc .btn {
  margin-left: 4px !important;
}
.cid-sXOAhh9yyc .animated-element {
  color: #298437;
}
.cid-sXOAhh9yyc .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #298437;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sXOAhh9yyc .mbr-section-title {
  color: #ffffff;
}
.cid-sXOAhhyrGp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-sXOAhhyrGp h5,
.cid-sXOAhhyrGp h4,
.cid-sXOAhhyrGp p {
  margin-bottom: 0;
}
.cid-sXOAhhyrGp p {
  color: #767676;
}
.cid-sXOAhhyrGp .card-img {
  padding: 0;
  width: auto;
}
.cid-sXOAhhyrGp .mbr-section-btn {
  margin: 0;
  margin-top: 1.2rem;
  border-top: 1px solid #298437;
}
.cid-sXOAhhyrGp .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-sXOAhhyrGp .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-sXOAhhyrGp .card-wrapper:hover {
  box-shadow: 0 0px 0px 5px #2a8437;
}
.cid-sXOAhhyrGp .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXOAhhyrGp .card-box {
    padding: 2rem 0 0;
  }
  .cid-sXOAhhyrGp .card-wrapper {
    display: block !important;
  }
}
.cid-sXOAhhyrGp .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-sXOAhhyrGp .card-title,
.cid-sXOAhhyrGp .main-title {
  color: #57468b;
}
.cid-sXOAhhyrGp .card-title {
  color: #232323;
}
.cid-sXOAhi6QKp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXOAhi6QKp .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.cid-sXOAhi6QKp .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #298437;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sXOAhi6QKp .image-block:hover:before {
  opacity: 0.8;
}
.cid-sXOAhi6QKp .image-block:hover .wrap {
  opacity: 1;
}
.cid-sXOAhi6QKp .image-block:hover img {
  transform: scale(1.05);
}
.cid-sXOAhi6QKp h4 {
  letter-spacing: 2px;
}
.cid-sXOAhi6QKp figcaption {
  position: relative;
}
.cid-sXOAhi6QKp figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sXOAhi6QKp img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sXOAhi6QKp .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sXOAhi6QKp .wrap {
    opacity: 1!important;
  }
  .cid-sXOAhi6QKp .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sXOAhiyK69 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-sXOAhiyK69 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-sXOAhiyK69 .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sXOAhiyK69 .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sXOAhiyK69 H2 {
  margin: 0;
  width: 100%;
  color: #ffffff;
}
.cid-sXOAhiyK69 h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sXOAhiyK69 .title {
    margin-bottom: 2rem;
  }
  .cid-sXOAhiyK69 .align-left,
  .cid-sXOAhiyK69 .align-right {
    text-align: center;
  }
}
.cid-sXOAhiOAel {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #298437;
}
.cid-sXOAhiOAel H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXOAhiOAel .mbr-text,
.cid-sXOAhiOAel .mbr-section-btn {
  color: #716c80;
}
.cid-sXOAhj8QHS {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #999999;
}
.cid-sXOAhj8QHS section {
  position: relative;
}
.cid-sXOAhj8QHS .container {
  max-width: 1400px;
}
.cid-sXOAhj8QHS .card-img2 span {
  padding-top: 6px;
}
.cid-sXOAhj8QHS .soc-item a {
  padding-top: 5px;
}
.cid-sXOAhj8QHS .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sXOAhj8QHS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sXOAhj8QHS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXOAhj8QHS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sXOAhj8QHS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sXOAhj8QHS .card-img2 {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXOAhj8QHS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sXOAhj8QHS .soc-item span {
  font-size: 1.4rem;
}
.cid-sXOAhj8QHS .soc-item:hover span {
  color: #ed2124 !important;
}
.cid-sXOAhj8QHS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sXOAhj8QHS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXOAhj8QHS .media-wrap {
  margin-bottom: 1rem;
}
.cid-sXOAhj8QHS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sXOAhj8QHS img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sXOAhj8QHS .item {
    justify-content: center;
  }
  .cid-sXOAhj8QHS .quote::after {
    left: 60px;
  }
}
.cid-sXOAhj8QHS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sXOAhj8QHS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXOAhj8QHS .text1 {
  color: #ffffff;
}
.cid-sXOAhj8QHS .item-title {
  color: #ffffff;
}
.cid-sXOAhj8QHS H5 {
  color: #ffffff;
}
.cid-sXOAhj8QHS .theme {
  color: #ed2124;
}
.cid-sXOAhj8QHS .copyright > p {
  color: #ff3366;
}
.cid-sXOAhj8QHS .text2 {
  color: #ffffff;
}
.cid-sXOAhjOxBN {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ed2124;
}
.cid-sXOAhk3zEN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXOAhk3zEN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sXOAhk3zEN a {
  font-style: normal;
}
.cid-sXOAhk3zEN .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sXOAhk3zEN .show {
  overflow: visible;
}
.cid-sXOAhk3zEN .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sXOAhk3zEN .dropdown-item:active {
  background-color: transparent;
}
.cid-sXOAhk3zEN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sXOAhk3zEN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sXOAhk3zEN .nav-item:focus,
.cid-sXOAhk3zEN .nav-link:focus {
  outline: none;
}
.cid-sXOAhk3zEN .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sXOAhk3zEN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sXOAhk3zEN .menu-logo {
  margin-right: auto;
}
.cid-sXOAhk3zEN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXOAhk3zEN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sXOAhk3zEN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sXOAhk3zEN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sXOAhk3zEN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sXOAhk3zEN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sXOAhk3zEN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sXOAhk3zEN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sXOAhk3zEN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sXOAhk3zEN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXOAhk3zEN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sXOAhk3zEN .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sXOAhk3zEN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sXOAhk3zEN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sXOAhk3zEN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXOAhk3zEN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sXOAhk3zEN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXOAhk3zEN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sXOAhk3zEN .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sXOAhk3zEN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sXOAhk3zEN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sXOAhk3zEN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sXOAhk3zEN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sXOAhk3zEN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sXOAhk3zEN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sXOAhk3zEN button.navbar-toggler:focus {
  outline: none;
}
.cid-sXOAhk3zEN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sXOAhk3zEN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXOAhk3zEN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXOAhk3zEN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXOAhk3zEN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXOAhk3zEN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXOAhk3zEN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXOAhk3zEN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXOAhk3zEN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sXOAhk3zEN .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sXOAhk3zEN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sXOAhk3zEN .collapsed .btn {
  display: -webkit-flex;
}
.cid-sXOAhk3zEN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sXOAhk3zEN .collapsed .navbar-collapse.collapsing,
.cid-sXOAhk3zEN .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sXOAhk3zEN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sXOAhk3zEN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sXOAhk3zEN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sXOAhk3zEN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sXOAhk3zEN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sXOAhk3zEN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sXOAhk3zEN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sXOAhk3zEN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sXOAhk3zEN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sXOAhk3zEN .collapsed button.navbar-toggler {
  display: block;
}
.cid-sXOAhk3zEN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sXOAhk3zEN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sXOAhk3zEN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sXOAhk3zEN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sXOAhk3zEN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sXOAhk3zEN .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sXOAhk3zEN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sXOAhk3zEN img {
    height: 3.8rem !important;
  }
  .cid-sXOAhk3zEN .btn {
    display: -webkit-flex;
  }
  .cid-sXOAhk3zEN button.navbar-toggler {
    display: block;
  }
  .cid-sXOAhk3zEN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sXOAhk3zEN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sXOAhk3zEN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sXOAhk3zEN .navbar-collapse.collapsing,
  .cid-sXOAhk3zEN .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sXOAhk3zEN .navbar-collapse.collapsing .navbar-nav,
  .cid-sXOAhk3zEN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sXOAhk3zEN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sXOAhk3zEN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sXOAhk3zEN .navbar-collapse.collapsing .navbar-buttons,
  .cid-sXOAhk3zEN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sXOAhk3zEN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sXOAhk3zEN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sXOAhk3zEN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sXOAhk3zEN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sXOAhk3zEN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sXOAhk3zEN .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sXOAhk3zEN .nav-link {
    justify-content: start !important;
  }
  .cid-sXOAhk3zEN .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sXOAhk3zEN .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sXOAhk3zEN .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sXOAhk3zEN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sXOAhk3zEN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sXOAhk3zEN .nav-link:hover,
.cid-sXOAhk3zEN .dropdown-item:hover {
  color: #ed2124 !important;
}
@media (min-width: 1500px) {
  .cid-sXOAhk3zEN .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sXOAhk3zEN .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
