@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #ea4242 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #1a1a1a !important;
}
.bg-warning {
  background-color: #303030 !important;
}
.bg-danger {
  background-color: #ea0029 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ea4242 !important;
  border-color: #ea4242 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c91616 !important;
  border-color: #c91616 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c91616 !important;
  border-color: #c91616 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea0029 !important;
  border-color: #ea0029 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9e001c !important;
  border-color: #9e001c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9e001c !important;
  border-color: #9e001c !important;
}
.btn-info,
.btn-info:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #303030 !important;
  border-color: #303030 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ea0029 !important;
  border-color: #ea0029 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9e001c !important;
  border-color: #9e001c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9e001c !important;
  border-color: #9e001c !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: #b21414;
  color: #b21414;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ea4242;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea4242 !important;
  border-color: #ea4242 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #840017;
  color: #840017;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ea0029;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea0029 !important;
  border-color: #ea0029 !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: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #1a1a1a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #303030;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #840017;
  color: #840017;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ea0029;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea0029 !important;
  border-color: #ea0029 !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: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ea4242 !important;
}
.text-secondary {
  color: #ea0029 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #1a1a1a !important;
}
.text-warning {
  color: #303030 !important;
}
.text-danger {
  color: #ea0029 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b21414 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #840017 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #840017 !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: #1a1a1a;
}
.alert-warning {
  background-color: #303030;
}
.alert-danger {
  background-color: #ea0029;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ea4242;
  border-color: #ea4242;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ea4242;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fefafa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cccccc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffb7c4;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #ea4242;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ea4242;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ea4242;
  border-bottom-color: #ea4242;
}
.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: #ea4242 !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: #ea0029 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-suwkj2wjyS .navbar {
  min-height: 77px;
  padding: 25px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-suwkj2wjyS .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-suwkj2wjyS .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-suwkj2wjyS .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-suwkj2wjyS .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suwkj2wjyS .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-suwkj2wjyS .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-suwkj2wjyS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suwkj2wjyS .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-suwkj2wjyS .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-suwkj2wjyS .navbar.collapsed.opened .navbar-collapse.show,
.cid-suwkj2wjyS .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-suwkj2wjyS .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-suwkj2wjyS .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-suwkj2wjyS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suwkj2wjyS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suwkj2wjyS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suwkj2wjyS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suwkj2wjyS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suwkj2wjyS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-suwkj2wjyS .navbar {
    flex-wrap: nowrap;
  }
  .cid-suwkj2wjyS .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-suwkj2wjyS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suwkj2wjyS .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-suwkj2wjyS .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-suwkj2wjyS .navbar.opened .navbar-collapse.show,
  .cid-suwkj2wjyS .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-suwkj2wjyS .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-suwkj2wjyS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suwkj2wjyS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suwkj2wjyS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suwkj2wjyS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suwkj2wjyS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suwkj2wjyS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suwkj2wjyS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-suwkj2wjyS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
    padding: 20px;
  }
}
.cid-suwkj2wjyS .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-suwkj2wjyS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suwkj2wjyS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suwkj2wjyS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suwkj2wjyS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suwkj2wjyS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suwkj2wjyS .dropdown-item.active,
.cid-suwkj2wjyS .dropdown-item:active {
  background-color: transparent;
}
.cid-suwkj2wjyS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suwkj2wjyS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suwkj2wjyS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suwkj2wjyS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-suwkj2wjyS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suwkj2wjyS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suwkj2wjyS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suwkj2wjyS .navbar-buttons {
  text-align: center;
}
.cid-suwkj2wjyS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suwkj2wjyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suwkj2wjyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suwkj2wjyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suwkj2wjyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suwkj2wjyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suwkj2wjyS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suwkj2wjyS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suwkj2wjyS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suwkj2wjyS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suwkj2wjyS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suwkj2wjyS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-suwkj2wjyS a.nav-link:focus {
  outline: none;
}
.cid-suwkj2wjyS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-suwkj2wjyS .nav-link:hover,
.cid-suwkj2wjyS .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suwkj2wjyS .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-suwkj2wjyS .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ssxmVt63bW {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ssxmVt63bW .mbr-section-title {
  letter-spacing: .1em;
}
.cid-ssxmVt63bW .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-ssxmVt63bW .card-img span {
  font-size: 100px;
}
.cid-ssxmVt63bW .mbr-text,
.cid-ssxmVt63bW .mbr-section-btn {
  color: #efefef;
}
.cid-ssxmVt63bW .mbr-section-title,
.cid-ssxmVt63bW .card-img {
  text-align: center;
}
.cid-ssDUpzVeUA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ssDUpzVeUA .container-fluid {
  position: relative;
}
.cid-ssDUpzVeUA .page-title-content {
  width: 100%;
}
.cid-ssDUpzVeUA .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-ssDUpzVeUA .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-ssDUpzVeUA .page-title-content {
    text-align: center;
  }
}
.cid-ssDUpzVeUA .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-ssDUpzVeUA a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-ssDUpzVeUA a:not(:first-child) {
  margin-left: 20px;
}
.cid-ssDUpzVeUA a:after {
  position: absolute;
  margin-top: 7px;
  background-color: #000000;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-ssDUpzVeUA a::before {
  position: absolute;
  margin-top: 5px;
  background-color: #000000;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-ssDUpzVeUA a:hover:after,
.cid-ssDUpzVeUA a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-ssDUpzVeUA a:hover:before,
.cid-ssDUpzVeUA a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-ssDUpzVeUA a.text-white:hover,
.cid-ssDUpzVeUA a.text-white:focus {
  color: #ffffff !important;
}
.cid-ssDUpzVeUA .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssDUpzVeUA .page-title-content .title,
.cid-ssDUpzVeUA .icon-section,
.cid-ssDUpzVeUA .mbr-section-btn P {
  text-align: center;
}
.cid-ssDUpzVeUA .page-title-content .title, 
.cid-ssDUpzVeUA .icon-section,
.cid-ssDUpzVeUA .mbr-section-btn {
  color: #ea0029;
}
.cid-ssxCqGd6Y6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ssxCqGd6Y6 .card-icon {
  font-size: 56px;
  color: #ea4242;
  transition: color 0.3s;
}
.cid-ssxCqGd6Y6 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ssxCqGd6Y6 .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-ssxCqGd6Y6 p {
  font-weight: 400;
}
.cid-ssxCqGd6Y6 .link-ico {
  font-size: 0.8rem;
  color: #ea4242;
  border: 2px solid #ea4242;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-ssxCqGd6Y6 .link-ico:hover {
  background-color: #ea4242;
  border-color: #ea4242;
  color: gray!important;
}
.cid-ssxCqGd6Y6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ea0029;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ssxCqGd6Y6 .bg1 {
  background: #000000;
}
.cid-ssxCqGd6Y6 .bg2 {
  background: #0000000;
}
.cid-ssxCqGd6Y6 .bg3 {
  background: #000000;
}
.cid-ssxCqGd6Y6 .bg4 {
  background: #000000;
}
.cid-ssxCqGd6Y6 .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-ssxCqGd6Y6 .card-wrapper:hover .link-ico {
  background-color: #ea4242;
  border-color: #ea4242;
  color: gray!important;
}
.cid-ssxCqGd6Y6 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-ssxCqGd6Y6 .card-title,
.cid-ssxCqGd6Y6 .card-ico,
.cid-ssxCqGd6Y6 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ssxCqGd6Y6 .mbr-text,
.cid-ssxCqGd6Y6 .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ssxCqGd6Y6 .row {
    padding: 0 1rem;
  }
}
.cid-ssObrY91MW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #0a0b17;
}
.cid-ssObrY91MW .card-box {
  background-color: #fafafa;
  padding: 4rem 2rem;
}
.cid-ssObrY91MW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ssObrY91MW p {
  color: #767676;
  text-align: left;
}
.cid-ssObrY91MW .card-wrapper {
  border: 1px solid #dcdcdc;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ssObrY91MW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ssObrY91MW .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ssObrY91MW h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-ssObrY91MW h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-ssObrY91MW h3:hover:after {
  margin-left: -15px;
}
.cid-ssObrY91MW P {
  text-align: center;
}
.cid-ssObrY91MW .card-title {
  text-align: center;
  color: #303030;
}
.cid-ssObrY91MW H3 {
  text-align: center;
}
.cid-ssObrY91MW .number {
  text-align: center;
  color: #ea0029;
}
.cid-ssObrY91MW H1 {
  text-align: center;
}
.cid-ssDfHAuJlM {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ssDfHAuJlM svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-ssDfHAuJlM .mbr-text,
.cid-ssDfHAuJlM .mbr-section-btn {
  color: #767676;
}
.cid-ssDfHAuJlM #e12_areaS3 {
  fill: #ffffff !important;
}
.cid-ssDfHAuJlM #e19_areaS3 {
  fill: #ededed !important;
}
.cid-ssDfHAuJlM H1 {
  color: #ea0029;
}
.cid-ssDfHAuJlM img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(255, 30, 69, 0.35);
}
.cid-ssDfHAuJlM .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #efefef;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-ssDfHAuJlM .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-ssDfHAuJlM img {
    left: 0px;
    width: 100%;
  }
}
.cid-ssDEKiurOc {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-ssDEKiurOc .column-content {
  padding-top: 120px;
  padding-bottom: 105px;
  background-color: #ededed;
  width: 100%;
  float: right;
  position: relative;
}
.cid-ssDEKiurOc .text-content .btn-bgr {
  z-index: 0;
}
.cid-ssDEKiurOc .mbr-overlay {
  background: linear-gradient(#ea0029 -10%, #121212 75%);
}
.cid-ssDEKiurOc .container-full-width {
  position: relative;
}
.cid-ssDEKiurOc .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-ssDEKiurOc .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-ssDEKiurOc .layer path {
  fill: #ededed;
}
@media (min-width: 576px) {
  .cid-ssDEKiurOc .text-content {
    width: 540px;
  }
  .cid-ssDEKiurOc .column-content {
    width: 100%;
  }
  .cid-ssDEKiurOc .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-ssDEKiurOc .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-ssDEKiurOc .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-ssDEKiurOc .column-content {
    width: 50%;
  }
  .cid-ssDEKiurOc .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-ssDEKiurOc .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssDEKiurOc .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-ssDEKiurOc .column-content {
    height: 33rem;
  }
}
.cid-ssDEKiurOc .mbr-text,
.cid-ssDEKiurOc .mbr-section-btn {
  color: #767676;
}
.cid-ssDEKiurOc H1 {
  color: #ea0029;
}
.cid-ssNMX8Wn8d {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-ssNMX8Wn8d svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-ssNMX8Wn8d .mbr-text,
.cid-ssNMX8Wn8d .mbr-section-btn {
  color: #767676;
}
.cid-ssNMX8Wn8d #e12_areaS3 {
  fill: #ffffff !important;
}
.cid-ssNMX8Wn8d #e19_areaS3 {
  fill: #ffffff !important;
}
.cid-ssNMX8Wn8d H1 {
  color: #ea0029;
}
.cid-ssNMX8Wn8d img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(255, 30, 69, 0.35);
}
.cid-ssNMX8Wn8d .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-ssNMX8Wn8d .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-ssNMX8Wn8d img {
    left: 0px;
    width: 100%;
  }
}
.cid-ssxIPF9bLE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ssxIPF9bLE .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-ssxIPF9bLE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssxIPF9bLE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssxIPF9bLE .social-media ul li:first-child {
  padding-left: 0;
}
.cid-ssxIPF9bLE .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ea0029;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-ssxIPF9bLE .icon-transition span:hover {
  background-color: #303030;
}
@media (max-width: 767px) {
  .cid-ssxIPF9bLE .align-left {
    text-align: left !important;
  }
}
.cid-ssxIPF9bLE .mbr-text,
.cid-ssxIPF9bLE .mbr-section-btn {
  color: #ffffff;
}
.cid-ssxIPF9bLE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssxIPF9bLE .mbr-section-title {
  color: #ffffff;
}
.cid-ssDTR3J1v2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssDTR3J1v2 .container-fluid {
  position: relative;
}
.cid-ssDTR3J1v2 .page-title-content {
  width: 100%;
}
.cid-ssDTR3J1v2 .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-ssDTR3J1v2 .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-ssDTR3J1v2 .page-title-content {
    text-align: center;
  }
}
.cid-ssDTR3J1v2 .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-ssDTR3J1v2 a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-ssDTR3J1v2 a:not(:first-child) {
  margin-left: 20px;
}
.cid-ssDTR3J1v2 a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-ssDTR3J1v2 a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-ssDTR3J1v2 a:hover:after,
.cid-ssDTR3J1v2 a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-ssDTR3J1v2 a:hover:before,
.cid-ssDTR3J1v2 a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-ssDTR3J1v2 a.text-white:hover,
.cid-ssDTR3J1v2 a.text-white:focus {
  color: #ffffff !important;
}
.cid-ssDTR3J1v2 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssDTR3J1v2 .page-title-content .title,
.cid-ssDTR3J1v2 .icon-section,
.cid-ssDTR3J1v2 .mbr-section-btn {
  color: #ea4242;
}
.cid-ssDTR3J1v2 .text {
  color: #0a0b17;
}
.cid-suwtpxOOgt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suwtpxOOgt .card-box {
  background-color: #fafafa;
  padding: 4rem 2rem;
}
.cid-suwtpxOOgt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-suwtpxOOgt p {
  color: #767676;
  text-align: left;
}
.cid-suwtpxOOgt .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-suwtpxOOgt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-suwtpxOOgt .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-suwtpxOOgt h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-suwtpxOOgt h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-suwtpxOOgt h3:hover:after {
  margin-left: -15px;
}
.cid-suwtpxOOgt P {
  text-align: left;
}
.cid-suwtpxOOgt .card-title {
  text-align: center;
  color: #ea0029;
}
.cid-suwtpxOOgt H3 {
  text-align: center;
}
.cid-suwtpxOOgt .number {
  text-align: center;
  color: #ea0029;
}
.cid-suwtpxOOgt H1 {
  text-align: center;
}
.cid-ssxLpQfMGZ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #303030;
  position: relative;
  overflow: hidden;
}
.cid-ssxLpQfMGZ .container {
  max-width: 1400px;
}
.cid-ssxLpQfMGZ .card-img2 span {
  padding-top: 6px;
}
.cid-ssxLpQfMGZ .soc-item a {
  padding-top: 5px;
}
.cid-ssxLpQfMGZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-ssxLpQfMGZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-ssxLpQfMGZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-ssxLpQfMGZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ssxLpQfMGZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ssxLpQfMGZ #e2_shape {
  fill: #f5f5f5 !important;
}
.cid-ssxLpQfMGZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-ssxLpQfMGZ .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-ssxLpQfMGZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #3b3b3b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ssxLpQfMGZ .card-img {
  width: auto;
}
.cid-ssxLpQfMGZ .soc-item {
  width: 45px;
  height: 45px;
  background: #fafafa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ssxLpQfMGZ .soc-item span {
  font-size: 1.4rem;
}
.cid-ssxLpQfMGZ .soc-item:hover span {
  color: #ea4242 !important;
}
.cid-ssxLpQfMGZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ssxLpQfMGZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ssxLpQfMGZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-ssxLpQfMGZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ssxLpQfMGZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-ssxLpQfMGZ .item {
    justify-content: center;
  }
  .cid-ssxLpQfMGZ .quote::after {
    left: 60px;
  }
}
.cid-ssxLpQfMGZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ssxLpQfMGZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ssxLpQfMGZ .text1 {
  color: #ffffff;
}
.cid-ssxLpQfMGZ .item-title {
  color: #ffffff;
}
.cid-ssxLpQfMGZ H5 {
  color: #ffffff;
}
.cid-ssxLpQfMGZ .theme {
  color: #ffffff;
}
.cid-ssxLpQfMGZ .copyright > p {
  color: #ff3366;
}
.cid-ssxLpQfMGZ .text2 {
  color: #ffffff;
}
