body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 4.9rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff2121 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ff2121 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff2121;
  border-color: #ff2121;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-primary:hover {
  background-color: #ed0000 !important;
  border-color: #ed0000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-secondary:hover {
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info:hover {
  background-color: #665f57 !important;
  border-color: #665f57 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success:hover {
  background-color: #f5e819 !important;
  border-color: #f5e819 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning:hover {
  background-color: #6c8187 !important;
  border-color: #6c8187 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff2121;
  border-color: #ff2121;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-danger:hover {
  background-color: #ed0000 !important;
  border-color: #ed0000 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff2121;
  color: #ff2121;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ff2121 !important;
  border-color: #ff2121;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7e7e7e;
  color: #7e7e7e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #7e7e7e !important;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-secondary-outline:hover {
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #82786e !important;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03 !important;
  background: #f7ed4a !important;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #879a9f;
  color: #879a9f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #879a9f !important;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff2121;
  color: #ff2121;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #ff2121 !important;
  border-color: #ff2121;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #ff2121 !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ff2121 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ba0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ba0000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ff2121 !important;
}
.alert-success {
  background-color: #f7ed4a;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #ff2121;
}
.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: #ff2121;
  border-color: #ff2121;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2121;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffeded;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffeded;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff2121;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2121;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2121;
  border-bottom-color: #ff2121;
}
.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: #ff2121 !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: #7e7e7e !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-rQtQGRgRNk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQtQGRgRNk .nav-item:focus,
.cid-rQtQGRgRNk .nav-link:focus {
  outline: none;
}
.cid-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQtQGRgRNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQtQGRgRNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQtQGRgRNk .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rQtQGRgRNk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rQtQGRgRNk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQtQGRgRNk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQtQGRgRNk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQtQGRgRNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQtQGRgRNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQtQGRgRNk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQtQGRgRNk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQtQGRgRNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQtQGRgRNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQtQGRgRNk .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-rQtQGRgRNk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQtQGRgRNk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQtQGRgRNk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQtQGRgRNk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQtQGRgRNk .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQtQGRgRNk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rQtQGRgRNk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQtQGRgRNk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQtQGRgRNk .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQtQGRgRNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQtQGRgRNk .dropdown-item.active,
.cid-rQtQGRgRNk .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rQtQGRgRNk .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rQtQGRgRNk .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rQtQGRgRNk .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rQtQGRgRNk .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rQtQGRgRNk .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rQtQGRgRNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQtQGRgRNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQtQGRgRNk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQtQGRgRNk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQtQGRgRNk .navbar-buttons {
  text-align: center;
}
.cid-rQtQGRgRNk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQtQGRgRNk .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-rQtQGRgRNk a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-rQtQGRgRNk .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rQtQGRgRNk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQtQGRgRNk .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQtQGRgRNk .navbar {
    height: 77px;
  }
  .cid-rQtQGRgRNk .navbar.opened {
    height: auto;
  }
  .cid-rQtQGRgRNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQtQGRgRNk a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-rQtQGRgRNk a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-rQtQGRgRNk .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rQtQGRgRNk .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rRBIA44EwQ {
  padding-top: 240px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/photo-2020-12-29-15-12-50-1280x853.jpg");
}
.cid-rRBIA44EwQ .mbr-iconfont {
  color: #ff2121;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-rRBIA44EwQ .card-inner {
  background-color: #ffffff;
  transition: 0.7s;
  z-index: 10;
}
.cid-rRBIA44EwQ .btn {
  margin-left: 0rem;
  color: #101010 !important;
}
.cid-rRBIA44EwQ .row {
  padding-bottom: 8rem;
}
.cid-rRBIA44EwQ .link {
  margin: 0;
}
.cid-rRBIA44EwQ .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-rRBIA44EwQ .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff2121;
  transition: 0.7s;
}
.cid-rRBIA44EwQ .card-img {
  margin-bottom: 3.2rem;
}
.cid-rRBIA44EwQ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBIA44EwQ .card:hover .card-inner {
  background-color: #ff2121;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-rRBIA44EwQ .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rRBIA44EwQ .card:hover .card-title {
  color: #ffffff;
}
.cid-rRBIA44EwQ .card:hover .card-title:after {
  background: #fff;
}
.cid-rRBIA44EwQ .card:hover .mbr-text {
  color: #ffffff;
}
.cid-rRBIA44EwQ .media-container-row {
  align-items: flex-end;
}
.cid-rRBIA44EwQ .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rRBIA44EwQ .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-rRBIA44EwQ .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBIA44EwQ .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rRBIA44EwQ .card {
    margin-bottom: 2rem;
  }
  .cid-rRBIA44EwQ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBIA44EwQ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rRBIA44EwQ .card {
  position: relative;
}
.cid-rRBIA44EwQ .card-3::after {
  content: "";
  background-color: #ff2121;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-rRBIA44EwQ .card:first-child .card-inner {
  background-color: #ff2121;
}
.cid-rRBIA44EwQ .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-rRBIA44EwQ .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-rRBIA44EwQ .btn:hover {
  color: #ffffff !important;
}
.cid-sAocMC6Ech {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sAocMC6Ech {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-sAocMC6Ech .text {
  padding: 0;
}
.cid-sAocMC6Ech section {
  position: relative;
}
.cid-sAocMC6Ech h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sAocMC6Ech .mbr-iconfont {
  padding: 0!important;
}
.cid-sAocMC6Ech .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ff2121;
}
.cid-sAocMC6Ech .box {
  background-image: url("../../../assets/images/-mg-2221-2000x1333.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAocMC6Ech .icon-wrap {
  background-color: #ff2121 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sAocMC6Ech .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sAocMC6Ech .icon-wrap span {
  padding-left: 8px;
}
.cid-sAocMC6Ech .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sAocMC6Ech .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sAocMC6Ech .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sAocMC6Ech .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sAocMC6Ech .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sAocMC6Ech a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sAocMC6Ech a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sAocMC6Ech {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sAocMC6Ech .box {
    height: 250px;
  }
  .cid-sAocMC6Ech .row {
    padding: 1rem!important;
  }
}
.cid-sAoSWjO9Kq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sAoSWjO9Kq .mbr-text {
  color: #767676;
}
.cid-sAoSWjO9Kq h4 {
  text-align: center;
}
.cid-sAoSWjO9Kq p {
  text-align: center;
}
.cid-sAoSWjO9Kq .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAoSWjO9Kq .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAoSWjO9Kq .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sAoSWjO9Kq .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 5px solid #ff2121;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sAoSWjO9Kq .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #ff2121, #d90a2c);
  border-radius: 50%;
}
.cid-sAoSWjO9Kq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sAoSWjO9Kq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff2121, #7e7e7e);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sAoSWjO9Kq .mbr-section-title,
  .cid-sAoSWjO9Kq .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sAoSWjO9Kq SPAN {
  color: #191f23;
}
.cid-sAoSWjO9Kq .card-title,
.cid-sAoSWjO9Kq .card-img {
  color: #191f23;
}
.cid-sAofTg2Atw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f3f7;
}
.cid-sAofTg2Atw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAofTg2Atw p {
  color: #767676;
  text-align: left;
}
.cid-sAofTg2Atw .card-wrapper {
  height: 100%;
}
.cid-sAofTg2Atw .container-fluid {
  max-width: 1600px;
}
.cid-sAofTg2Atw .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 0 !important;
}
.cid-sAofTg2Atw img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sAofTg2Atw .card:hover .second-img {
  opacity: 0.15;
}
.cid-sAofTg2Atw .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-sAofTg2Atw .title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 0.70rem;
  color: #191f23;
}
@media (max-width: 767px) {
  .cid-sAofTg2Atw .mbr-iconfont {
    opacity: 1;
  }
  .cid-sAofTg2Atw .second-img {
    opacity: 0.5;
  }
}
.cid-sAofTg2Atw .subtitle {
  text-align: center;
  margin-bottom: 0 !important;
  color: #c3c3c3;
  padding-bottom: 3rem !important;
}
.cid-sAofTg2Atw .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-sAofTg2Atw .button {
  padding-top: 1rem;
}
.cid-sAp22WFWlM {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sAp22WFWlM .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-sAp22WFWlM .carousel-indicators {
  margin: 0 auto;
  padding: 3rem 0;
  align-items: center;
  position: relative;
}
.cid-sAp22WFWlM .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  color: #c3c3c3;
  background: #fff;
  opacity: 1;
}
.cid-sAp22WFWlM .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-sAp22WFWlM .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-sAp22WFWlM .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-sAp22WFWlM .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #c3c3c3;
}
@media (max-width: 991px) {
  .cid-sAp22WFWlM .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-sAp22WFWlM .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-sAp22WFWlM .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #c3c3c3;
  width: 100%;
  height: 100%;
}
.cid-sAp22WFWlM .carousel-indicators .li1::after {
  content: "1";
}
.cid-sAp22WFWlM .carousel-indicators .li2::after {
  content: "2";
}
.cid-sAp22WFWlM .carousel-indicators .li3::after {
  content: "3";
}
.cid-sAp22WFWlM .carousel-indicators .li4::after {
  content: "4";
}
.cid-sAp22WFWlM li.active,
.cid-sAp22WFWlM li:active {
  opacity: 1;
  border-color: #ff2121;
}
.cid-sAp22WFWlM li.active:after,
.cid-sAp22WFWlM li:active:after {
  color: #ff2121;
}
.cid-sAp22WFWlM li.active:before,
.cid-sAp22WFWlM li:active:before {
  background-color: #ff2121 !important;
}
@media (max-width: 767px) {
  .cid-sAp22WFWlM .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-sAp22WFWlM .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1rem;
  }
}
.cid-sAp22WFWlM .mbr-text {
  margin-top: 1rem;
}
.cid-sAp22WFWlM .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-sAp22WFWlM .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 85%;
  background-color: #ff2121;
}
@media (max-width: 767px) {
  .cid-sAp22WFWlM .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-sAp22WFWlM .row-element,
.cid-sAp22WFWlM .image-element {
  padding: 0;
}
.cid-sAp22WFWlM .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
}
.cid-sAp22WFWlM .image-element img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sAp22WFWlM .card-wrap {
  background-color: #fff;
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sAp22WFWlM .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sAp22WFWlM .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sAp22WFWlM .card-wrap {
    margin-top: 1rem;
  }
}
.cid-sAp22WFWlM .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAp22WFWlM .carousel-item.active,
.cid-sAp22WFWlM .carousel-item-next {
  display: flex;
}
.cid-sAp22WFWlM .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-sAp22WFWlM .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAp22WFWlM .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-sAp22WFWlM .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #ff2121;
  background-color: #ff2121;
}
.cid-sAp22WFWlM .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sAp22WFWlM .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAp22WFWlM .image-element {
    min-width: 50%;
  }
  .cid-sAp22WFWlM .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sAp22WFWlM .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-sAp22WFWlM .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-sAp22WFWlM .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-sAp22WFWlM .icon-left {
  margin-right: 0.1rem;
}
.cid-sAp22WFWlM .icon-right {
  margin-left: 0.1rem;
}
.cid-sAp22WFWlM H1 {
  text-align: left;
}
.cid-sAp22WFWlM .mbr-section-text,
.cid-sAp22WFWlM .mbr-section-btn {
  text-align: left;
}
.cid-sApby8JGF6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ff2121;
}
.cid-sApby8JGF6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-sApby8JGF6 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-sApby8JGF6 .text-box {
  text-align: center;
}
.cid-sApby8JGF6 span {
  font-size: 4rem;
  color: #ff2121;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-sApby8JGF6 .card {
    margin-bottom: 2rem;
  }
  .cid-sApby8JGF6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sApby8JGF6 span {
    font-size: 21vw;
  }
}
.cid-sApby8JGF6 .item .icon-box .step-number {
  color: #ffffff;
}
.cid-sApby8JGF6 .icon-title,
.cid-sApby8JGF6 .mbr-section-btn,
.cid-sApby8JGF6 .item .icon-box .step-number {
  color: #ffffff;
}
.cid-sAp8xcDRCE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sAp8xcDRCE .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sAp8xcDRCE .image {
    margin-bottom: 30px;
  }
}
.cid-sAp8xcDRCE .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sAp8xcDRCE .mbr-text {
  margin-bottom: 30px;
}
.cid-sAp8xcDRCE .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-sAp8xcDRCE .wrap {
  width: 110px;
  height: 110px;
}
.cid-sAp8xcDRCE .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sAp8xcDRCE ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-sAp8xcDRCE path {
  stroke: #d90a2c;
}
.cid-sAp8xcDRCE .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-sAp8xcDRCE .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sAp8xcDRCE .card {
    flex-basis: 33%;
  }
}
.cid-sAomumPKPC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sAomumPKPC .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sAomumPKPC .image {
    margin-bottom: 30px;
  }
}
.cid-sAomumPKPC .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sAomumPKPC .mbr-text {
  margin-bottom: 30px;
}
.cid-sAomumPKPC .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-sAomumPKPC .wrap {
  width: 110px;
  height: 110px;
}
.cid-sAomumPKPC .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sAomumPKPC ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-sAomumPKPC path {
  stroke: #ff2121;
}
.cid-sAomumPKPC .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-sAomumPKPC .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sAomumPKPC .card {
    flex-basis: 33%;
  }
}
.cid-sAoZVKeDWx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sAoZVKeDWx .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sAoZVKeDWx .image {
    margin-bottom: 30px;
  }
}
.cid-sAoZVKeDWx .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sAoZVKeDWx .mbr-text {
  margin-bottom: 30px;
}
.cid-sAoZVKeDWx .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-sAoZVKeDWx .wrap {
  width: 110px;
  height: 110px;
}
.cid-sAoZVKeDWx .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sAoZVKeDWx ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-sAoZVKeDWx path {
  stroke: #ff2121;
}
.cid-sAoZVKeDWx .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-sAoZVKeDWx .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sAoZVKeDWx .card {
    flex-basis: 33%;
  }
}
.cid-sAp0aW3pKj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sAp0aW3pKj .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sAp0aW3pKj .image {
    margin-bottom: 30px;
  }
}
.cid-sAp0aW3pKj .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sAp0aW3pKj .mbr-text {
  margin-bottom: 30px;
}
.cid-sAp0aW3pKj .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-sAp0aW3pKj .wrap {
  width: 110px;
  height: 110px;
}
.cid-sAp0aW3pKj .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sAp0aW3pKj ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-sAp0aW3pKj path {
  stroke: #ff2121;
}
.cid-sAp0aW3pKj .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-sAp0aW3pKj .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sAp0aW3pKj .card {
    flex-basis: 33%;
  }
}
.cid-sAp0lrDp8f {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sAp0lrDp8f .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sAp0lrDp8f .image {
    margin-bottom: 30px;
  }
}
.cid-sAp0lrDp8f .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sAp0lrDp8f .mbr-text {
  margin-bottom: 30px;
}
.cid-sAp0lrDp8f .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-sAp0lrDp8f .wrap {
  width: 110px;
  height: 110px;
}
.cid-sAp0lrDp8f .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sAp0lrDp8f ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-sAp0lrDp8f path {
  stroke: #ff2121;
}
.cid-sAp0lrDp8f .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-sAp0lrDp8f .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sAp0lrDp8f .card {
    flex-basis: 33%;
  }
}
.cid-sAp8mGkuvE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sAp8mGkuvE .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sAp8mGkuvE .image {
    margin-bottom: 30px;
  }
}
.cid-sAp8mGkuvE .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sAp8mGkuvE .mbr-text {
  margin-bottom: 30px;
}
.cid-sAp8mGkuvE .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-sAp8mGkuvE .wrap {
  width: 110px;
  height: 110px;
}
.cid-sAp8mGkuvE .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sAp8mGkuvE ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-sAp8mGkuvE path {
  stroke: #ff2121;
}
.cid-sAp8mGkuvE .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-sAp8mGkuvE .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sAp8mGkuvE .card {
    flex-basis: 33%;
  }
}
.cid-sAp8wEuxin {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sAp8wEuxin .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sAp8wEuxin .image {
    margin-bottom: 30px;
  }
}
.cid-sAp8wEuxin .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sAp8wEuxin .mbr-text {
  margin-bottom: 30px;
}
.cid-sAp8wEuxin .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-sAp8wEuxin .wrap {
  width: 110px;
  height: 110px;
}
.cid-sAp8wEuxin .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sAp8wEuxin ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-sAp8wEuxin path {
  stroke: #ff2121;
}
.cid-sAp8wEuxin .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-sAp8wEuxin .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sAp8wEuxin .card {
    flex-basis: 33%;
  }
}
.cid-sApd4Gc0Jn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sApd4Gc0Jn .cards-bg1 {
  background: #ff2121;
}
.cid-sApd4Gc0Jn .cards-bg2 {
  background: #ff2121;
}
.cid-sApd4Gc0Jn .cards-bg3 {
  background: #ff2121;
}
.cid-sApd4Gc0Jn .cards-bg4 {
  background: #fafafa;
}
.cid-sApd4Gc0Jn .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-sApd4Gc0Jn .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-sApd4Gc0Jn .card-title,
.cid-sApd4Gc0Jn .card-box {
  color: #ffffff;
}
.cid-sApdxtpRbl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sApdxtpRbl .cards-bg1 {
  background: #ff2121;
}
.cid-sApdxtpRbl .cards-bg2 {
  background: #ff2121;
}
.cid-sApdxtpRbl .cards-bg3 {
  background: #ff2121;
}
.cid-sApdxtpRbl .cards-bg4 {
  background: #fafafa;
}
.cid-sApdxtpRbl .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-sApdxtpRbl .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-sApdxtpRbl .card-title,
.cid-sApdxtpRbl .card-box {
  color: #ffffff;
}
.cid-sApguLcEGf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f2f3f7;
}
.cid-sApguLcEGf .media-container-row {
  justify-content: space-between;
}
.cid-sApguLcEGf .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sApguLcEGf .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-sApguLcEGf .icons {
    justify-content: center !important;
  }
  .cid-sApguLcEGf .text-content * {
    text-align: center;
  }
}
.cid-sApguLcEGf .mbr-iconfont {
  font-size: 1.8rem;
  color: #ff2121;
  padding: 1.2rem;
  width: 4.2rem;
  height: 4.2rem;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-sApguLcEGf .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-sApguLcEGf .mbr-section-title {
  color: #ff2121;
}
.cid-sApguLcEGf P {
  color: #6c758f;
}
.cid-rRBJerbUh5 .google-map {
  height: 34rem;
  position: relative;
}
.cid-rRBJerbUh5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rRBJerbUh5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rRBJerbUh5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rRBJerbUh5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
