@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i);

body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Merriweather', serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.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: 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))));
  }
}
/* 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: #149dcc !important;
}
.bg-success {
  background-color: #32cc14 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #df2b2b !important;
  border-color: #df2b2b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a51919 !important;
  border-color: #a51919 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a51919 !important;
  border-color: #a51919 !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: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #32cc14 !important;
  border-color: #32cc14 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #21860d !important;
  border-color: #21860d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #21860d !important;
  border-color: #21860d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #8e1616;
  color: #8e1616;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #df2b2b;
  border-color: #df2b2b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #df2b2b !important;
  border-color: #df2b2b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  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,
.btn-success-outline:active {
  background: none;
  border-color: #1b6f0b;
  color: #1b6f0b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #32cc14;
  border-color: #32cc14;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #32cc14 !important;
  border-color: #32cc14 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !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: #149dcc !important;
}
.text-secondary {
  color: #df2b2b !important;
}
.text-success {
  color: #32cc14 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #c1c1c1 !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: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8e1616 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b6f0b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !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: #82786e;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bff8b4;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #df2b2b !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: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-ueZfVgVYNf .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ueZfVgVYNf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ueZfVgVYNf a {
  font-style: normal;
}
.cid-ueZfVgVYNf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ueZfVgVYNf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ueZfVgVYNf .nav-item:focus,
.cid-ueZfVgVYNf .nav-link:focus {
  outline: none;
}
.cid-ueZfVgVYNf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueZfVgVYNf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ueZfVgVYNf .menu-logo {
  margin-right: auto;
}
.cid-ueZfVgVYNf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueZfVgVYNf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ueZfVgVYNf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ueZfVgVYNf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueZfVgVYNf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ueZfVgVYNf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueZfVgVYNf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ueZfVgVYNf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ueZfVgVYNf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueZfVgVYNf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueZfVgVYNf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueZfVgVYNf .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ueZfVgVYNf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ueZfVgVYNf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueZfVgVYNf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueZfVgVYNf .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ueZfVgVYNf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ueZfVgVYNf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ueZfVgVYNf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ueZfVgVYNf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueZfVgVYNf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueZfVgVYNf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ueZfVgVYNf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueZfVgVYNf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ueZfVgVYNf button.navbar-toggler:focus {
  outline: none;
}
.cid-ueZfVgVYNf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ueZfVgVYNf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueZfVgVYNf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueZfVgVYNf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueZfVgVYNf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueZfVgVYNf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueZfVgVYNf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueZfVgVYNf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueZfVgVYNf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueZfVgVYNf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueZfVgVYNf .collapsed .btn {
  display: -webkit-flex;
}
.cid-ueZfVgVYNf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueZfVgVYNf .collapsed .navbar-collapse.collapsing,
.cid-ueZfVgVYNf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueZfVgVYNf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueZfVgVYNf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueZfVgVYNf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueZfVgVYNf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueZfVgVYNf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueZfVgVYNf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ueZfVgVYNf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueZfVgVYNf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ueZfVgVYNf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-ueZfVgVYNf .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueZfVgVYNf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ueZfVgVYNf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueZfVgVYNf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ueZfVgVYNf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueZfVgVYNf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueZfVgVYNf .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ueZfVgVYNf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ueZfVgVYNf img {
    height: 3.8rem !important;
  }
  .cid-ueZfVgVYNf .btn {
    display: -webkit-flex;
  }
  .cid-ueZfVgVYNf button.navbar-toggler {
    display: block;
  }
  .cid-ueZfVgVYNf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ueZfVgVYNf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ueZfVgVYNf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueZfVgVYNf .navbar-collapse.collapsing,
  .cid-ueZfVgVYNf .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueZfVgVYNf .navbar-collapse.collapsing .navbar-nav,
  .cid-ueZfVgVYNf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueZfVgVYNf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueZfVgVYNf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueZfVgVYNf .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueZfVgVYNf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ueZfVgVYNf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueZfVgVYNf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueZfVgVYNf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ueZfVgVYNf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueZfVgVYNf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueZfVgVYNf .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ueZfVgVYNf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ueZfVgVYNf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ueZfVgVYNf .nav-link:hover,
.cid-ueZfVgVYNf .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qsOL0CIjuQ {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qsOL0CIjuQ .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qsOL0CIjuQ .modal-body .close {
  background: #1b1b1b;
}
.cid-qsOL0CIjuQ .modal-body .close span {
  font-style: normal;
}
.cid-qsOL0CIjuQ .carousel-inner > .active,
.cid-qsOL0CIjuQ .carousel-inner > .next,
.cid-qsOL0CIjuQ .carousel-inner > .prev {
  display: flex;
}
.cid-qsOL0CIjuQ .carousel-control .icon-next,
.cid-qsOL0CIjuQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qsOL0CIjuQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qsOL0CIjuQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qsOL0CIjuQ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qsOL0CIjuQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qsOL0CIjuQ .boxed-slider > div {
  position: relative;
}
.cid-qsOL0CIjuQ .container img {
  width: 100%;
}
.cid-qsOL0CIjuQ .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-qsOL0CIjuQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qsOL0CIjuQ .mbr-table-cell {
  padding: 0;
}
.cid-qsOL0CIjuQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qsOL0CIjuQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qsOL0CIjuQ .mbr-overlay {
  z-index: 1;
}
.cid-qsOL0CIjuQ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qsOL0CIjuQ .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-qsOL0CIjuQ .carousel-item .container {
    width: 100%;
  }
}
.cid-qsOL0CIjuQ .carousel-item-next.carousel-item-left,
.cid-qsOL0CIjuQ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qsOL0CIjuQ .active.carousel-item-right,
.cid-qsOL0CIjuQ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qsOL0CIjuQ .active.carousel-item-left,
.cid-qsOL0CIjuQ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qsOL0CIjuQ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qsOL0CIjuQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qsOL0CIjuQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qsOL0CIjuQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qsOL0CIjuQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qsOL0CIjuQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qsOL0CIjuQ .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qsOL0CIjuQ .mbr-slider .carousel-indicators li.active,
.cid-qsOL0CIjuQ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qsOL0CIjuQ .mbr-slider .carousel-indicators li::after,
.cid-qsOL0CIjuQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qsOL0CIjuQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qsOL0CIjuQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qsOL0CIjuQ .mbr-slider > .container img {
  width: 100%;
}
.cid-qsOL0CIjuQ .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-qsOL0CIjuQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qsOL0CIjuQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qsOL0CIjuQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qsOL0CIjuQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qsOL0CIjuQ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qsOL0CIjuQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qsOL0CIjuQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qsOL0CIjuQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qsOL0CIjuQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qsOL0CIjuQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qsOL0CIjuQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qsOL0CIjuQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qsOL0CIjuQ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qsOL0CIjuQ .carousel-inner {
  height: 100%;
}
.cid-qsOL0CIjuQ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qsOL0CIjuQ .image_wrapper {
  height: 370px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qsOL0CIjuQ .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qsOL0CIjuQ .carousel-item .container-slide {
  text-align: center;
}
.cid-qsOL0CIjuQ .content-slider-wrap {
  width: 100%;
}
.cid-qsOL0CIjuQ .btn {
  font-size: 16px;
  font-family: 'Lora', serif;
}
.cid-qyd7yuzFY8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #df2b2b;
}
@media (min-width: 992px) {
  .cid-qyd7yuzFY8 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qyd7yuzFY8 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-qyd7yuzFY8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-qyd7yuzFY8 .mbr-text B {
  color: #ffffff;
}
.cid-qxZKZX1B02 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-qxZKZX1B02 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxZKZX1B02 .card-box {
  padding: 0 2rem;
}
.cid-qxZKZX1B02 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qxZKZX1B02 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qxZKZX1B02 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qxZKZX1B02 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-qxZKZX1B02 .mbr-text {
  color: #767676;
}
.cid-qxZKZX1B02 .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxZKZX1B02 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sfgC0BYCFg {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-sfgC0BYCFg .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfgC0BYCFg .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfgC0BYCFg .mbr-section-title {
  color: #311c38;
}
.cid-sfgC0BYCFg .mbr-text,
.cid-sfgC0BYCFg .mbr-section-btn {
  color: #311c38;
}
.cid-sflDb50wpN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sflDb50wpN .card-img {
  background-color: #fff;
}
.cid-sflDb50wpN .card-box {
  padding: 2rem;
}
.cid-sflDb50wpN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sflDb50wpN p {
  text-align: left;
}
.cid-sflDb50wpN .mbr-text {
  color: #767676;
}
.cid-sflDb50wpN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sflDb50wpN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sflDb50wpN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-qywbOD9Xsw {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qywbOD9Xsw .image-block {
  margin: auto;
}
.cid-qywbOD9Xsw figcaption {
  position: relative;
}
.cid-qywbOD9Xsw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qywbOD9Xsw .image-block {
    width: 100% !important;
  }
}
.cid-quBVBQivyn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-quBVBQivyn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-quBVBQivyn .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-quBVBQivyn .mbr-text {
    text-align: center;
  }
}
.cid-quBVBQivyn H1 {
  color: #232323;
}
.cid-quBVBQivyn .mbr-text,
.cid-quBVBQivyn .mbr-section-btn {
  color: #232323;
}
.cid-qsQUKXbcl8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qsQUKXbcl8 .mbr-section-subtitle {
  color: #767676;
}
.cid-qsQUKXbcl8 .media-row {
  display: flex;
  justify-content: center;
}
.cid-qsQUKXbcl8 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qsQUKXbcl8 .team-item .item-image img {
  width: 100%;
}
.cid-qsQUKXbcl8 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qsQUKXbcl8 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qsQUKXbcl8 .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qsQUKXbcl8 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qsQUKXbcl8 .team-item .item-caption {
  background: #efefef;
}
.cid-qtS7HSD7gW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qtS7HSD7gW .mbr-section-subtitle {
  color: #767676;
}
.cid-qtS7HSD7gW .media-row {
  display: flex;
  justify-content: center;
}
.cid-qtS7HSD7gW .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qtS7HSD7gW .team-item .item-image img {
  width: 100%;
}
.cid-qtS7HSD7gW .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qtS7HSD7gW .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qtS7HSD7gW .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qtS7HSD7gW .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qtS7HSD7gW .team-item .item-caption {
  background: #efefef;
}
.cid-qywbGfCMQH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #403e3e;
}
.cid-qywbGfCMQH .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qywbGfCMQH .input {
  margin-bottom: 15px;
}
.cid-qywbGfCMQH .map {
  width: 100%;
  height: 30rem;
}
.cid-qywbGfCMQH .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qywbGfCMQH .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qywbGfCMQH .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qywbGfCMQH .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qywbGfCMQH .mbr-text {
  color: #efefef;
}
.cid-qywbGfCMQH a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qywbGfCMQH .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qywbGfCMQH .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qywbGfCMQH .google-map {
  height: 25rem;
  position: relative;
}
.cid-qywbGfCMQH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qywbGfCMQH .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-qywbGfCMQH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qywbGfCMQH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qywbGfCMQH h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qywbGfCMQH .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qywbGfCMQH .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qywbGfCMQH H2 {
  color: #ffffff;
}
.cid-qywbGfCMQH H4 {
  color: #ffffff;
}
.cid-qtSeaxCexl {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qtSeaxCexl .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qtSeaxCexl .social-list a:focus {
  text-decoration: none;
}
.cid-qtSeaxCexl H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qtQJKGclU2 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qtQJKGclU2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxZKJu7e9Y {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-qxZKJu7e9Y .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxZKJu7e9Y .card-box {
  padding: 0 2rem;
}
.cid-qxZKJu7e9Y .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qxZKJu7e9Y .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qxZKJu7e9Y h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qxZKJu7e9Y p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-qxZKJu7e9Y .mbr-text {
  color: #767676;
}
.cid-qxZKJu7e9Y .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxZKJu7e9Y .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qySD195Ewb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qySD195Ewb .image-block {
  margin: auto;
}
.cid-qySD195Ewb figcaption {
  position: relative;
}
.cid-qySD195Ewb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qySD195Ewb .image-block {
    width: 100% !important;
  }
}
.cid-quCvBoNlzZ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-quCvBoNlzZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-quCvBoNlzZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-quCvBoNlzZ .mbr-text {
    text-align: center;
  }
}
.cid-quCvBoNlzZ H1 {
  color: #232323;
}
.cid-quCvBoNlzZ .mbr-text,
.cid-quCvBoNlzZ .mbr-section-btn {
  color: #232323;
}
.cid-qywcGQ5HVC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #403e3e;
}
.cid-qywcGQ5HVC .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qywcGQ5HVC .input {
  margin-bottom: 15px;
}
.cid-qywcGQ5HVC .map {
  width: 100%;
  height: 30rem;
}
.cid-qywcGQ5HVC .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qywcGQ5HVC .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qywcGQ5HVC .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qywcGQ5HVC .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qywcGQ5HVC .mbr-text {
  color: #efefef;
}
.cid-qywcGQ5HVC a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qywcGQ5HVC .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qywcGQ5HVC .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qywcGQ5HVC .google-map {
  height: 25rem;
  position: relative;
}
.cid-qywcGQ5HVC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qywcGQ5HVC .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-qywcGQ5HVC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qywcGQ5HVC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qywcGQ5HVC h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qywcGQ5HVC .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qywcGQ5HVC .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qywcGQ5HVC H2 {
  color: #ffffff;
}
.cid-qywcGQ5HVC H4 {
  color: #ffffff;
}
.cid-sx38mtnVh9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sx38mtnVh9 .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sx38mtnVh9 .social-list a:focus {
  text-decoration: none;
}
.cid-sx38mtnVh9 H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qsToIaz7QS {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qsToIaz7QS h2 {
  text-align: left;
}
.cid-qsToIaz7QS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qsToIaz7QS p {
  color: #767676;
  text-align: left;
}
.cid-qsToIaz7QS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qsToIaz7QS .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qsToIaz7QS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qsToIaz7QS .card-img {
  padding-right: 2rem;
}
.cid-qsToIaz7QS .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qsToIaz7QS .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qsToIaz7QS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qsToIaz7QS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-qsToIaz7QS H4 {
  text-align: left;
}
.cid-qsToIaz7QS H2 {
  text-align: left;
}
.cid-rZ7LBsNfs3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ7LBsNfs3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rZ7LBsNfs3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZ7LBsNfs3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZ7LBsNfs3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rZ7LBsNfs3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rZ7LBsNfs3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rZ7LBsNfs3 .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-qySCVY6WJV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #403e3e;
}
.cid-qySCVY6WJV .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qySCVY6WJV .input {
  margin-bottom: 15px;
}
.cid-qySCVY6WJV .map {
  width: 100%;
  height: 30rem;
}
.cid-qySCVY6WJV .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qySCVY6WJV .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qySCVY6WJV .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qySCVY6WJV .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qySCVY6WJV .mbr-text {
  color: #efefef;
}
.cid-qySCVY6WJV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qySCVY6WJV .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qySCVY6WJV .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qySCVY6WJV .google-map {
  height: 25rem;
  position: relative;
}
.cid-qySCVY6WJV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qySCVY6WJV .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-qySCVY6WJV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qySCVY6WJV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qySCVY6WJV h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qySCVY6WJV .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qySCVY6WJV .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qySCVY6WJV H2 {
  color: #ffffff;
}
.cid-qySCVY6WJV H4 {
  color: #ffffff;
}
.cid-qtSeeL2dqn {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qtSeeL2dqn .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qtSeeL2dqn .social-list a:focus {
  text-decoration: none;
}
.cid-qtSeeL2dqn H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qywd5YJUxP {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qywd5YJUxP .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qywd5YJUxP .input {
  margin-bottom: 15px;
}
.cid-qywd5YJUxP .map {
  width: 100%;
  height: 30rem;
}
.cid-qywd5YJUxP .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qywd5YJUxP .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qywd5YJUxP .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qywd5YJUxP .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qywd5YJUxP .mbr-text {
  color: #232323;
}
.cid-qywd5YJUxP a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qywd5YJUxP .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qywd5YJUxP .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qywd5YJUxP .google-map {
  height: 25rem;
  position: relative;
}
.cid-qywd5YJUxP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qywd5YJUxP .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-qywd5YJUxP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qywd5YJUxP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qywd5YJUxP h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qywd5YJUxP .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qywd5YJUxP .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qywd5YJUxP H2 {
  color: #232323;
}
.cid-qywd5YJUxP H4 {
  color: #311c38;
  text-align: left;
}
.cid-qsTnUiYA3P {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qsTnUiYA3P .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qsTnUiYA3P .social-list a:focus {
  text-decoration: none;
}
.cid-qsTnUiYA3P H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwSVfsttew {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-qwSVfsttew .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qwSVfsttew .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qwSVfsttew .mbr-text {
  color: #d2bd74;
  text-align: center;
}
.cid-qwSVfsttew .mbr-text B {
  color: #d2bd74;
}
.cid-qxzu4E95nh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxzu4E95nh .mbr-section-subtitle {
  color: #767676;
}
.cid-qxzrBgojRB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxzrBgojRB .card-img {
  background-color: #fff;
}
.cid-qxzrBgojRB .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxzrBgojRB .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxzrBgojRB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxzrBgojRB p {
  text-align: left;
}
.cid-qxzrBgojRB .mbr-text {
  color: #cc2952;
}
.cid-qxzrBgojRB .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxzrBgojRB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxzrBgojRB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxzrBgojRB .mbr-text B {
  color: #df2b2b;
}
.cid-qxDrIlbQFK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxDrIlbQFK .mbr-section-subtitle {
  color: #767676;
}
.cid-qxDrJLAXc6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxDrJLAXc6 .card-img {
  background-color: #fff;
}
.cid-qxDrJLAXc6 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxDrJLAXc6 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxDrJLAXc6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxDrJLAXc6 p {
  text-align: left;
}
.cid-qxDrJLAXc6 .mbr-text {
  color: #cc2952;
}
.cid-qxDrJLAXc6 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxDrJLAXc6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxDrJLAXc6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxDrJLAXc6 .mbr-text B {
  color: #df2b2b;
}
.cid-sLdku4AqsK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdku4AqsK .mbr-section-subtitle {
  color: #767676;
}
.cid-sLdkyhi9Bx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdkyhi9Bx .card-img {
  background-color: #fff;
}
.cid-sLdkyhi9Bx .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sLdkyhi9Bx .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sLdkyhi9Bx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLdkyhi9Bx p {
  text-align: left;
}
.cid-sLdkyhi9Bx .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-sLdkyhi9Bx .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLdkyhi9Bx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLdkyhi9Bx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sLdkyhi9Bx .mbr-text B {
  color: #df2b2b;
}
.cid-sLdBbClNUT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdBbClNUT .mbr-section-subtitle {
  color: #767676;
}
.cid-sLdBcLg5J7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdBcLg5J7 .card-img {
  background-color: #fff;
}
.cid-sLdBcLg5J7 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sLdBcLg5J7 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sLdBcLg5J7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLdBcLg5J7 p {
  text-align: left;
}
.cid-sLdBcLg5J7 .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-sLdBcLg5J7 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLdBcLg5J7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLdBcLg5J7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sLdBcLg5J7 .mbr-text B {
  color: #df2b2b;
}
.cid-sLdEhhT9YF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdEhhT9YF .mbr-section-subtitle {
  color: #767676;
}
.cid-sLdJ7YouFI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdJ7YouFI .card-img {
  background-color: #fff;
}
.cid-sLdJ7YouFI .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sLdJ7YouFI .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sLdJ7YouFI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLdJ7YouFI p {
  text-align: left;
}
.cid-sLdJ7YouFI .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-sLdJ7YouFI .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLdJ7YouFI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLdJ7YouFI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sLdJ7YouFI .mbr-text B {
  color: #df2b2b;
}
.cid-sLdJ6hap89 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdJ6hap89 .mbr-section-subtitle {
  color: #767676;
}
.cid-sLdEiyvSSZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdEiyvSSZ .card-img {
  background-color: #fff;
}
.cid-sLdEiyvSSZ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sLdEiyvSSZ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sLdEiyvSSZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLdEiyvSSZ p {
  text-align: left;
}
.cid-sLdEiyvSSZ .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-sLdEiyvSSZ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLdEiyvSSZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLdEiyvSSZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sLdEiyvSSZ .mbr-text B {
  color: #df2b2b;
}
.cid-sLdPU2mgiZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdPU2mgiZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sLdPVDetrp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdPVDetrp .card-img {
  background-color: #fff;
}
.cid-sLdPVDetrp .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sLdPVDetrp .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sLdPVDetrp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLdPVDetrp p {
  text-align: left;
}
.cid-sLdPVDetrp .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-sLdPVDetrp .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLdPVDetrp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLdPVDetrp .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sLdPVDetrp .mbr-text B {
  color: #df2b2b;
}
.cid-sLdUtbn8UX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdUtbn8UX .mbr-section-subtitle {
  color: #767676;
}
.cid-sLdUvxo9Ou {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdUvxo9Ou .card-img {
  background-color: #fff;
}
.cid-sLdUvxo9Ou .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sLdUvxo9Ou .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sLdUvxo9Ou h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLdUvxo9Ou p {
  text-align: left;
}
.cid-sLdUvxo9Ou .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-sLdUvxo9Ou .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLdUvxo9Ou .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLdUvxo9Ou .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sLdUvxo9Ou .mbr-text B {
  color: #df2b2b;
}
.cid-tOw6PrvPQV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOw6PrvPQV .mbr-section-subtitle {
  color: #767676;
}
.cid-tOw6T4KDEu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOw6T4KDEu .card-img {
  background-color: #fff;
}
.cid-tOw6T4KDEu .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tOw6T4KDEu .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tOw6T4KDEu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tOw6T4KDEu p {
  text-align: left;
}
.cid-tOw6T4KDEu .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-tOw6T4KDEu .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tOw6T4KDEu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tOw6T4KDEu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tOw6T4KDEu .mbr-text B {
  color: #df2b2b;
}
.cid-tOw1c0NoaG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOw1c0NoaG .mbr-section-subtitle {
  color: #767676;
}
.cid-tOw1d9lSnY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOw1d9lSnY .card-img {
  background-color: #fff;
}
.cid-tOw1d9lSnY .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tOw1d9lSnY .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tOw1d9lSnY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tOw1d9lSnY p {
  text-align: left;
}
.cid-tOw1d9lSnY .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-tOw1d9lSnY .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tOw1d9lSnY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tOw1d9lSnY .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tOw1d9lSnY .mbr-text B {
  color: #df2b2b;
}
.cid-tOw6UzvfxJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOw6UzvfxJ .mbr-section-subtitle {
  color: #767676;
}
.cid-tOw6VUoywz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOw6VUoywz .card-img {
  background-color: #fff;
}
.cid-tOw6VUoywz .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tOw6VUoywz .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tOw6VUoywz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tOw6VUoywz p {
  text-align: left;
}
.cid-tOw6VUoywz .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-tOw6VUoywz .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tOw6VUoywz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tOw6VUoywz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tOw6VUoywz .mbr-text B {
  color: #df2b2b;
}
.cid-u5L8kiliWf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5L8kiliWf .mbr-section-subtitle {
  color: #767676;
}
.cid-u5L8mojUhV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5L8mojUhV .card-img {
  background-color: #fff;
}
.cid-u5L8mojUhV .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u5L8mojUhV .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u5L8mojUhV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u5L8mojUhV p {
  text-align: left;
}
.cid-u5L8mojUhV .mbr-text {
  color: #cc2952;
}
.cid-u5L8mojUhV .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u5L8mojUhV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u5L8mojUhV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u5L8mojUhV .mbr-text B {
  color: #df2b2b;
}
.cid-u5L8oopC9S {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5L8oopC9S .mbr-section-subtitle {
  color: #767676;
}
.cid-u5L8qROghB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5L8qROghB .card-img {
  background-color: #fff;
}
.cid-u5L8qROghB .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-u5L8qROghB .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-u5L8qROghB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u5L8qROghB p {
  text-align: left;
}
.cid-u5L8qROghB .mbr-text {
  color: #cc2952;
}
.cid-u5L8qROghB .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u5L8qROghB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u5L8qROghB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-u5L8qROghB .mbr-text B {
  color: #df2b2b;
}
.cid-qwSS1SX1JV {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qwSS1SX1JV .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qwSS1SX1JV .social-list a:focus {
  text-decoration: none;
}
.cid-qwSS1SX1JV H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwT0Non96R {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-qwT0Non96R .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qwT0Non96R .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qwT0Non96R .mbr-text {
  color: #d2bd74;
  text-align: center;
}
.cid-qwT0Non96R .mbr-text B {
  color: #b1a374;
}
.cid-qySbyPE34y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qySbyPE34y .mbr-section-subtitle {
  color: #767676;
}
.cid-qySaJXytjl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qySaJXytjl .card-img {
  background-color: #fff;
}
.cid-qySaJXytjl .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qySaJXytjl .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qySaJXytjl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qySaJXytjl p {
  text-align: left;
}
.cid-qySaJXytjl .mbr-text {
  color: #cc2952;
}
.cid-qySaJXytjl .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qySaJXytjl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qySaJXytjl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qySaJXytjl .mbr-text B {
  color: #df2b2b;
}
.cid-qxH3MEN7RT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxH3MEN7RT .mbr-section-subtitle {
  color: #767676;
}
.cid-qxH3MEN7RT H2 {
  text-align: center;
}
.cid-qxH3MEN7RT .mbr-section-subtitle DIV {
  text-align: center;
  color: #232323;
}
.cid-qwT160bOij {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qwT160bOij .card-img {
  background-color: #fff;
}
.cid-qwT160bOij .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qwT160bOij .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qwT160bOij h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qwT160bOij p {
  text-align: left;
}
.cid-qwT160bOij .mbr-text {
  color: #cc2952;
}
.cid-qwT160bOij .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qwT160bOij .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qwT160bOij .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qwT160bOij .mbr-text B {
  color: #df2b2b;
}
.cid-qxH7kzMrwn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxH7kzMrwn .mbr-section-subtitle {
  color: #767676;
}
.cid-qxH7kzMrwn .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxH7lMHKMw {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxH7lMHKMw .card-img {
  background-color: #fff;
}
.cid-qxH7lMHKMw .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxH7lMHKMw .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxH7lMHKMw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxH7lMHKMw p {
  text-align: left;
}
.cid-qxH7lMHKMw .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-qxH7lMHKMw .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxH7lMHKMw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxH7lMHKMw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxH7lMHKMw .mbr-text B {
  color: #df2b2b;
}
.cid-qxH94sIc5c {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxH94sIc5c .mbr-section-subtitle {
  color: #767676;
}
.cid-qxH94sIc5c .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxH96w4sUO {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxH96w4sUO .card-img {
  background-color: #fff;
}
.cid-qxH96w4sUO .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxH96w4sUO .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxH96w4sUO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxH96w4sUO p {
  text-align: left;
}
.cid-qxH96w4sUO .mbr-text {
  color: #cc2952;
}
.cid-qxH96w4sUO .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxH96w4sUO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxH96w4sUO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxH96w4sUO .mbr-text B {
  color: #df2b2b;
}
.cid-qxHbLesId6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxHbLesId6 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxHbLesId6 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qyXs8D9gdw {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qyXs8D9gdw .card-img {
  background-color: #fff;
}
.cid-qyXs8D9gdw .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qyXs8D9gdw .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qyXs8D9gdw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qyXs8D9gdw p {
  text-align: left;
}
.cid-qyXs8D9gdw .mbr-text {
  color: #df2b2b;
}
.cid-qyXs8D9gdw .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qyXs8D9gdw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qyXs8D9gdw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qyXs8D9gdw .mbr-text B {
  color: #df2b2b;
}
.cid-qxJx02XfmA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxJx02XfmA .mbr-section-subtitle {
  color: #232323;
}
.cid-qxJx37gDff {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxJx37gDff .card-img {
  background-color: #fff;
}
.cid-qxJx37gDff .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxJx37gDff .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxJx37gDff h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxJx37gDff p {
  text-align: left;
}
.cid-qxJx37gDff .mbr-text {
  color: #cc2952;
}
.cid-qxJx37gDff .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxJx37gDff .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxJx37gDff .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxJx37gDff .mbr-text B {
  color: #df2b2b;
}
.cid-qxJBIRiOlL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxJBIRiOlL .mbr-section-subtitle {
  color: #767676;
}
.cid-qxJBIRiOlL .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxJDo0VQPc {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxJDo0VQPc .card-img {
  background-color: #fff;
}
.cid-qxJDo0VQPc .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxJDo0VQPc .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxJDo0VQPc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxJDo0VQPc p {
  text-align: left;
}
.cid-qxJDo0VQPc .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-qxJDo0VQPc .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxJDo0VQPc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxJDo0VQPc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxJDo0VQPc .mbr-text B {
  color: #df2b2b;
}
.cid-qycgZurXRe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qycgZurXRe .mbr-section-subtitle {
  color: #767676;
}
.cid-qS7zHgxrsY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qS7zHgxrsY .mbr-section-subtitle {
  color: #767676;
}
.cid-qS7zLjl9X4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qS7zLjl9X4 .card-img {
  background-color: #fff;
}
.cid-qS7zLjl9X4 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qS7zLjl9X4 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qS7zLjl9X4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qS7zLjl9X4 p {
  text-align: left;
}
.cid-qS7zLjl9X4 .mbr-text {
  color: #cc2952;
}
.cid-qS7zLjl9X4 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qS7zLjl9X4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qS7zLjl9X4 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qS7zLjl9X4 .mbr-text B {
  color: #df2b2b;
}
.cid-qS7Ewy0GFB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qS7Ewy0GFB .mbr-section-subtitle {
  color: #767676;
}
.cid-qS7EGEyOfS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qS7EGEyOfS .card-img {
  background-color: #fff;
}
.cid-qS7EGEyOfS .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qS7EGEyOfS .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qS7EGEyOfS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qS7EGEyOfS p {
  text-align: left;
}
.cid-qS7EGEyOfS .mbr-text {
  color: #cc2952;
}
.cid-qS7EGEyOfS .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qS7EGEyOfS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qS7EGEyOfS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qS7EGEyOfS .mbr-text B {
  color: #df2b2b;
}
.cid-qxO0CixvW6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxO0CixvW6 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxO0CixvW6 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxO0Ea3IWK {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxO0Ea3IWK .card-img {
  background-color: #fff;
}
.cid-qxO0Ea3IWK .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxO0Ea3IWK .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxO0Ea3IWK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxO0Ea3IWK p {
  text-align: left;
}
.cid-qxO0Ea3IWK .mbr-text {
  color: #cc2952;
}
.cid-qxO0Ea3IWK .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxO0Ea3IWK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxO0Ea3IWK .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxO0Ea3IWK .mbr-text B {
  color: #df2b2b;
}
.cid-qxO3HW12iv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxO3HW12iv .mbr-section-subtitle {
  color: #767676;
}
.cid-qxO3HW12iv .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxO3J68pu1 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxO3J68pu1 .card-img {
  background-color: #fff;
}
.cid-qxO3J68pu1 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxO3J68pu1 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxO3J68pu1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxO3J68pu1 p {
  text-align: left;
}
.cid-qxO3J68pu1 .mbr-text {
  color: #df2b2b;
}
.cid-qxO3J68pu1 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxO3J68pu1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxO3J68pu1 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxO3J68pu1 .mbr-text B {
  color: #df2b2b;
}
.cid-qxOeD0E2ZQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxOeD0E2ZQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qxOeD0E2ZQ .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxOeEXtJhY {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxOeEXtJhY .card-img {
  background-color: #fff;
}
.cid-qxOeEXtJhY .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxOeEXtJhY .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxOeEXtJhY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxOeEXtJhY p {
  text-align: left;
}
.cid-qxOeEXtJhY .mbr-text {
  color: #df2b2b;
}
.cid-qxOeEXtJhY .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxOeEXtJhY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxOeEXtJhY .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxOeEXtJhY .mbr-text B {
  color: #df2b2b;
}
.cid-rMY5kHld27 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMY5kHld27 .mbr-section-subtitle {
  color: #767676;
}
.cid-rMY5lq1Mbu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMY5lq1Mbu .mbr-section-subtitle {
  color: #767676;
}
.cid-rMY5mQYEbE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMY5mQYEbE .card-img {
  background-color: #fff;
}
.cid-rMY5mQYEbE .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rMY5mQYEbE .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rMY5mQYEbE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMY5mQYEbE p {
  text-align: left;
}
.cid-rMY5mQYEbE .mbr-text {
  color: #cc2952;
}
.cid-rMY5mQYEbE .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMY5mQYEbE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rMY5mQYEbE .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rMY5mQYEbE .mbr-text B {
  color: #df2b2b;
}
.cid-rMY5mQYEbE .card-title {
  text-align: left;
}
.cid-rMY7JG1BhS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMY7JG1BhS .mbr-section-subtitle {
  color: #767676;
}
.cid-rMY8lvpddH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMY8lvpddH .card-img {
  background-color: #fff;
}
.cid-rMY8lvpddH .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rMY8lvpddH .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rMY8lvpddH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMY8lvpddH p {
  text-align: left;
}
.cid-rMY8lvpddH .mbr-text {
  color: #cc2952;
}
.cid-rMY8lvpddH .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMY8lvpddH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rMY8lvpddH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rMY8lvpddH .mbr-text B {
  color: #df2b2b;
}
.cid-rMY8lvpddH .card-title {
  text-align: left;
}
.cid-qwT1yNDXNJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qwT1yNDXNJ .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qwT1yNDXNJ .social-list a:focus {
  text-decoration: none;
}
.cid-qwT1yNDXNJ H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwT28mnKQ5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #311c38;
}
@media (min-width: 992px) {
  .cid-qwT28mnKQ5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qwT28mnKQ5 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qwT28mnKQ5 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qwT28mnKQ5 .mbr-text B {
  color: #ffffff;
}
.cid-v6nh2KGhsd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6nh2KGhsd .mbr-section-subtitle {
  color: #767676;
}
.cid-v6nh7CUXhq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6nh7CUXhq .card-img {
  background-color: #fff;
}
.cid-v6nh7CUXhq .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v6nh7CUXhq .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v6nh7CUXhq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v6nh7CUXhq p {
  text-align: left;
}
.cid-v6nh7CUXhq .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-v6nh7CUXhq .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v6nh7CUXhq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v6nh7CUXhq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v6nh7CUXhq .mbr-text B {
  color: #df2b2b;
}
.cid-qxFKX3Dvgr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxFKX3Dvgr .mbr-section-subtitle {
  color: #767676;
}
.cid-qxFL055eai {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxFL055eai .card-img {
  background-color: #fff;
}
.cid-qxFL055eai .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxFL055eai .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxFL055eai h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxFL055eai p {
  text-align: left;
}
.cid-qxFL055eai .mbr-text {
  color: #cc2952;
}
.cid-qxFL055eai .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxFL055eai .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxFL055eai .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxFL055eai .mbr-text B {
  color: #df2b2b;
}
.cid-rdYjfhEK2t {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdYjfhEK2t .mbr-section-subtitle {
  color: #767676;
}
.cid-rdYjgePPRL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdYjgePPRL .card-img {
  background-color: #fff;
}
.cid-rdYjgePPRL .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rdYjgePPRL .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rdYjgePPRL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rdYjgePPRL p {
  text-align: left;
}
.cid-rdYjgePPRL .mbr-text {
  color: #cc2952;
}
.cid-rdYjgePPRL .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rdYjgePPRL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rdYjgePPRL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rdYjgePPRL .mbr-text B {
  color: #df2b2b;
}
.cid-rdYjgePPRL P {
  text-align: left;
}
.cid-skUJwNYvVT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skUJwNYvVT .mbr-section-subtitle {
  color: #767676;
}
.cid-skUJxUAqTe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skUJxUAqTe .card-img {
  background-color: #fff;
}
.cid-skUJxUAqTe .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-skUJxUAqTe .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-skUJxUAqTe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-skUJxUAqTe p {
  text-align: left;
}
.cid-skUJxUAqTe .mbr-text {
  color: #cc2952;
}
.cid-skUJxUAqTe .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skUJxUAqTe .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-skUJxUAqTe .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-skUJxUAqTe .mbr-text B {
  color: #df2b2b;
}
.cid-skUJxUAqTe .card-title {
  text-align: left;
}
.cid-tgxDCJtnKB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxDCJtnKB .mbr-section-subtitle {
  color: #767676;
}
.cid-tgxDE7X8oB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxDE7X8oB .card-img {
  background-color: #fff;
}
.cid-tgxDE7X8oB .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tgxDE7X8oB .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tgxDE7X8oB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tgxDE7X8oB p {
  text-align: left;
}
.cid-tgxDE7X8oB .mbr-text {
  color: #cc2952;
}
.cid-tgxDE7X8oB .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgxDE7X8oB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tgxDE7X8oB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tgxDE7X8oB .mbr-text B {
  color: #df2b2b;
}
.cid-tgxDE7X8oB .card-title {
  text-align: left;
}
.cid-sLdYMH1mCZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdYMH1mCZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sLdYNVpK0R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdYNVpK0R .card-img {
  background-color: #fff;
}
.cid-sLdYNVpK0R .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-sLdYNVpK0R .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-sLdYNVpK0R h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLdYNVpK0R p {
  text-align: left;
}
.cid-sLdYNVpK0R .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-sLdYNVpK0R .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLdYNVpK0R .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLdYNVpK0R .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sLdYNVpK0R .mbr-text B {
  color: #df2b2b;
}
.cid-qxFQ3NkfWe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxFQ3NkfWe .mbr-section-subtitle {
  color: #767676;
}
.cid-qxFQ5iRz0c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxFQ5iRz0c .card-img {
  background-color: #fff;
}
.cid-qxFQ5iRz0c .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxFQ5iRz0c .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxFQ5iRz0c h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxFQ5iRz0c p {
  text-align: left;
}
.cid-qxFQ5iRz0c .mbr-text {
  color: #cc2952;
}
.cid-qxFQ5iRz0c .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxFQ5iRz0c .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxFQ5iRz0c .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxFQ5iRz0c .mbr-text B {
  color: #df2b2b;
}
.cid-r2nCKynmC4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r2nCKynmC4 .mbr-section-subtitle {
  color: #767676;
}
.cid-r2nCLIrlq7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r2nCLIrlq7 .card-img {
  background-color: #fff;
}
.cid-r2nCLIrlq7 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-r2nCLIrlq7 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-r2nCLIrlq7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r2nCLIrlq7 p {
  text-align: left;
}
.cid-r2nCLIrlq7 .mbr-text {
  color: #cc2952;
}
.cid-r2nCLIrlq7 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r2nCLIrlq7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-r2nCLIrlq7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-r2nCLIrlq7 .mbr-text B {
  color: #df2b2b;
}
.cid-uBwtwRmBIW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBwtwRmBIW .mbr-section-subtitle {
  color: #767676;
}
.cid-uBwtz4Q6gB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBwtz4Q6gB .card-img {
  background-color: #fff;
}
.cid-uBwtz4Q6gB .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uBwtz4Q6gB .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uBwtz4Q6gB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBwtz4Q6gB p {
  text-align: left;
}
.cid-uBwtz4Q6gB .mbr-text {
  color: #cc2952;
}
.cid-uBwtz4Q6gB .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uBwtz4Q6gB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uBwtz4Q6gB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uBwtz4Q6gB .mbr-text B {
  color: #df2b2b;
}
.cid-uBwtz4Q6gB .card-title {
  text-align: left;
}
.cid-r2nA1xfMgf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r2nA1xfMgf .mbr-section-subtitle {
  color: #767676;
}
.cid-r2nA2R6Spv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r2nA2R6Spv .card-img {
  background-color: #fff;
}
.cid-r2nA2R6Spv .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-r2nA2R6Spv .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-r2nA2R6Spv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r2nA2R6Spv p {
  text-align: left;
}
.cid-r2nA2R6Spv .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-r2nA2R6Spv .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r2nA2R6Spv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-r2nA2R6Spv .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-r2nA2R6Spv .mbr-text B {
  color: #df2b2b;
}
.cid-usQNbezxn8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-usQNbezxn8 .mbr-section-subtitle {
  color: #767676;
}
.cid-usQNfgb6N9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-usQNfgb6N9 .card-img {
  background-color: #fff;
}
.cid-usQNfgb6N9 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-usQNfgb6N9 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-usQNfgb6N9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-usQNfgb6N9 p {
  text-align: left;
}
.cid-usQNfgb6N9 .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-usQNfgb6N9 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-usQNfgb6N9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-usQNfgb6N9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-usQNfgb6N9 .mbr-text B {
  color: #df2b2b;
}
.cid-tgxGxvJOf7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxGxvJOf7 .mbr-section-subtitle {
  color: #767676;
}
.cid-tgxGytIjT2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgxGytIjT2 .card-img {
  background-color: #fff;
}
.cid-tgxGytIjT2 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tgxGytIjT2 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tgxGytIjT2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tgxGytIjT2 p {
  text-align: left;
}
.cid-tgxGytIjT2 .mbr-text {
  color: #cc2952;
}
.cid-tgxGytIjT2 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgxGytIjT2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tgxGytIjT2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tgxGytIjT2 .mbr-text B {
  color: #df2b2b;
}
.cid-tgxGytIjT2 .card-title {
  text-align: left;
}
.cid-qwT2lr9JuI {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qwT2lr9JuI .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qwT2lr9JuI .social-list a:focus {
  text-decoration: none;
}
.cid-qwT2lr9JuI H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwT3VSif1y {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #311c38;
}
@media (min-width: 992px) {
  .cid-qwT3VSif1y .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qwT3VSif1y .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qwT3VSif1y .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qwT3VSif1y .mbr-text B {
  color: #ffffff;
}
.cid-qxJJe3qVdy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxJJe3qVdy .mbr-section-subtitle {
  color: #767676;
}
.cid-qxJJe3qVdy .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qxJJfNXaEd {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxJJfNXaEd .card-img {
  background-color: #fff;
}
.cid-qxJJfNXaEd .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxJJfNXaEd .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxJJfNXaEd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxJJfNXaEd p {
  text-align: left;
}
.cid-qxJJfNXaEd .mbr-text {
  color: #cc2952;
}
.cid-qxJJfNXaEd .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxJJfNXaEd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxJJfNXaEd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxJJfNXaEd .mbr-text B {
  color: #df2b2b;
}
.cid-sHFt0EOo7l {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFt0EOo7l .mbr-section-subtitle {
  color: #767676;
}
.cid-sHFt0EOo7l .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-rvqcIFaWot {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rvqcIFaWot .card-img {
  background-color: #fff;
}
.cid-rvqcIFaWot .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rvqcIFaWot .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rvqcIFaWot h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rvqcIFaWot p {
  text-align: left;
}
.cid-rvqcIFaWot .mbr-text {
  color: #cc2952;
}
.cid-rvqcIFaWot .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rvqcIFaWot .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rvqcIFaWot .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rvqcIFaWot .mbr-text B {
  color: #df2b2b;
}
.cid-qxJU3w7tHk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxJU3w7tHk .mbr-section-subtitle {
  color: #767676;
}
.cid-qxJU3w7tHk .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxJU4O9kOT {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxJU4O9kOT .card-img {
  background-color: #fff;
}
.cid-qxJU4O9kOT .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxJU4O9kOT .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxJU4O9kOT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxJU4O9kOT p {
  text-align: left;
}
.cid-qxJU4O9kOT .mbr-text {
  color: #cc2952;
}
.cid-qxJU4O9kOT .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxJU4O9kOT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxJU4O9kOT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxJU4O9kOT .mbr-text B {
  color: #df2b2b;
}
.cid-qxJXGr3r7S {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxJXGr3r7S .mbr-section-subtitle {
  color: #767676;
}
.cid-qxJXGr3r7S .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxJXHUkcRV {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxJXHUkcRV .card-img {
  background-color: #fff;
}
.cid-qxJXHUkcRV .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxJXHUkcRV .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxJXHUkcRV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxJXHUkcRV p {
  text-align: left;
}
.cid-qxJXHUkcRV .mbr-text {
  color: #cc2952;
}
.cid-qxJXHUkcRV .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxJXHUkcRV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxJXHUkcRV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxJXHUkcRV .mbr-text B {
  color: #df2b2b;
}
.cid-qxK29IaZKQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxK29IaZKQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qxK29IaZKQ .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxK2ckHnAO {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxK2ckHnAO .card-img {
  background-color: #fff;
}
.cid-qxK2ckHnAO .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxK2ckHnAO .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxK2ckHnAO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxK2ckHnAO p {
  text-align: left;
}
.cid-qxK2ckHnAO .mbr-text {
  color: #cc2952;
}
.cid-qxK2ckHnAO .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxK2ckHnAO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxK2ckHnAO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxK2ckHnAO .mbr-text B {
  color: #df2b2b;
}
.cid-qxK9zLjSOQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxK9zLjSOQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qxK9zLjSOQ .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxK9DPplRT {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxK9DPplRT .card-img {
  background-color: #fff;
}
.cid-qxK9DPplRT .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxK9DPplRT .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxK9DPplRT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxK9DPplRT p {
  text-align: left;
}
.cid-qxK9DPplRT .mbr-text {
  color: #cc2952;
}
.cid-qxK9DPplRT .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxK9DPplRT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxK9DPplRT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxK9DPplRT .mbr-text B {
  color: #df2b2b;
}
.cid-qxNCiIGaBC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxNCiIGaBC .mbr-section-subtitle {
  color: #767676;
}
.cid-qxNCiIGaBC .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxNCrwrDRl {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxNCrwrDRl .card-img {
  background-color: #fff;
}
.cid-qxNCrwrDRl .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxNCrwrDRl .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxNCrwrDRl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxNCrwrDRl p {
  text-align: left;
}
.cid-qxNCrwrDRl .mbr-text {
  color: #cc2952;
}
.cid-qxNCrwrDRl .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxNCrwrDRl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxNCrwrDRl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxNCrwrDRl .mbr-text B {
  color: #df2b2b;
}
.cid-se9jlkd9bx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-se9jlkd9bx .mbr-section-subtitle {
  color: #767676;
}
.cid-se9jlkd9bx .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-se9jjjzyy7 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-se9jjjzyy7 .card-img {
  background-color: #fff;
}
.cid-se9jjjzyy7 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-se9jjjzyy7 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-se9jjjzyy7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-se9jjjzyy7 p {
  text-align: left;
}
.cid-se9jjjzyy7 .mbr-text {
  color: #cc2952;
}
.cid-se9jjjzyy7 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-se9jjjzyy7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-se9jjjzyy7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-se9jjjzyy7 .mbr-text B {
  color: #df2b2b;
}
.cid-se9lsvTkK4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-se9lsvTkK4 .mbr-section-subtitle {
  color: #767676;
}
.cid-se9lsvTkK4 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-se9ltq3SvW {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-se9ltq3SvW .card-img {
  background-color: #fff;
}
.cid-se9ltq3SvW .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-se9ltq3SvW .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-se9ltq3SvW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-se9ltq3SvW p {
  text-align: left;
}
.cid-se9ltq3SvW .mbr-text {
  color: #cc2952;
}
.cid-se9ltq3SvW .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-se9ltq3SvW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-se9ltq3SvW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-se9ltq3SvW .mbr-text B {
  color: #df2b2b;
}
.cid-qxNJ93tyKs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxNJ93tyKs .mbr-section-subtitle {
  color: #767676;
}
.cid-qxNJ93tyKs .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxNJaDWeM1 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxNJaDWeM1 .card-img {
  background-color: #fff;
}
.cid-qxNJaDWeM1 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxNJaDWeM1 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxNJaDWeM1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxNJaDWeM1 p {
  text-align: left;
}
.cid-qxNJaDWeM1 .mbr-text {
  color: #cc2952;
}
.cid-qxNJaDWeM1 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxNJaDWeM1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxNJaDWeM1 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxNJaDWeM1 .mbr-text B {
  color: #df2b2b;
}
.cid-qxNLigTx9W {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxNLigTx9W .mbr-section-subtitle {
  color: #767676;
}
.cid-qxNLigTx9W .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxNLkMbJPT {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxNLkMbJPT .card-img {
  background-color: #fff;
}
.cid-qxNLkMbJPT .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxNLkMbJPT .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxNLkMbJPT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxNLkMbJPT p {
  text-align: left;
}
.cid-qxNLkMbJPT .mbr-text {
  color: #cc2952;
}
.cid-qxNLkMbJPT .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxNLkMbJPT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxNLkMbJPT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxNLkMbJPT .mbr-text B {
  color: #df2b2b;
}
.cid-qxNO8Zs5GX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxNO8Zs5GX .mbr-section-subtitle {
  color: #767676;
}
.cid-qxNO8Zs5GX .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxNOastQKd {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxNOastQKd .card-img {
  background-color: #fff;
}
.cid-qxNOastQKd .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxNOastQKd .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxNOastQKd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxNOastQKd p {
  text-align: left;
}
.cid-qxNOastQKd .mbr-text {
  color: #cc2952;
}
.cid-qxNOastQKd .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxNOastQKd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxNOastQKd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxNOastQKd .mbr-text B {
  color: #df2b2b;
}
.cid-rvqzmYubJK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvqzmYubJK .mbr-section-subtitle {
  color: #767676;
}
.cid-rvqzmYubJK .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-rvqzk9r4sy {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rvqzk9r4sy .card-img {
  background-color: #fff;
}
.cid-rvqzk9r4sy .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rvqzk9r4sy .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rvqzk9r4sy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rvqzk9r4sy p {
  text-align: left;
}
.cid-rvqzk9r4sy .mbr-text {
  color: #cc2952;
}
.cid-rvqzk9r4sy .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rvqzk9r4sy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rvqzk9r4sy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rvqzk9r4sy .mbr-text B {
  color: #df2b2b;
}
.cid-rvqAVc3fA9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvqAVc3fA9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rvqAVc3fA9 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-rvqAWRHUTf {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rvqAWRHUTf .card-img {
  background-color: #fff;
}
.cid-rvqAWRHUTf .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rvqAWRHUTf .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rvqAWRHUTf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rvqAWRHUTf p {
  text-align: left;
}
.cid-rvqAWRHUTf .mbr-text {
  color: #cc2952;
}
.cid-rvqAWRHUTf .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rvqAWRHUTf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rvqAWRHUTf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rvqAWRHUTf .mbr-text B {
  color: #df2b2b;
}
.cid-qwT42j9CIg {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qwT42j9CIg .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qwT42j9CIg .social-list a:focus {
  text-decoration: none;
}
.cid-qwT42j9CIg H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwT4C0xnve {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #301f1a;
}
@media (min-width: 992px) {
  .cid-qwT4C0xnve .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qwT4C0xnve .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qwT4C0xnve .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qwT4C0xnve .mbr-text B {
  color: #ffffff;
}
.cid-v8lIpQsnwb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8lIpQsnwb .mbr-section-subtitle {
  color: #767676;
}
.cid-v8lIpQsnwb H2 {
  text-align: center;
}
.cid-v8lIpQsnwb .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-v8lIrR3inx {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v8lIrR3inx .card-img {
  background-color: #fff;
}
.cid-v8lIrR3inx .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v8lIrR3inx .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v8lIrR3inx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v8lIrR3inx p {
  text-align: left;
}
.cid-v8lIrR3inx .mbr-text {
  color: #cc2952;
}
.cid-v8lIrR3inx .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v8lIrR3inx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v8lIrR3inx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v8lIrR3inx .mbr-text B {
  color: #df2b2b;
}
.cid-qxE6dV86AG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxE6dV86AG .mbr-section-subtitle {
  color: #767676;
}
.cid-qxE6dV86AG .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxE6eKL6QS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxE6eKL6QS .card-img {
  background-color: #fff;
}
.cid-qxE6eKL6QS .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxE6eKL6QS .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxE6eKL6QS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxE6eKL6QS p {
  text-align: left;
}
.cid-qxE6eKL6QS .mbr-text {
  color: #cc2952;
}
.cid-qxE6eKL6QS .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxE6eKL6QS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxE6eKL6QS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxE6eKL6QS .mbr-text B {
  color: #df2b2b;
}
.cid-v8lMWrzh9V {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8lMWrzh9V .mbr-section-subtitle {
  color: #767676;
}
.cid-v8lMWrzh9V H2 {
  text-align: center;
}
.cid-v8lMWrzh9V .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-v8lMYtnCaa {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v8lMYtnCaa .card-img {
  background-color: #fff;
}
.cid-v8lMYtnCaa .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v8lMYtnCaa .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v8lMYtnCaa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v8lMYtnCaa p {
  text-align: left;
}
.cid-v8lMYtnCaa .mbr-text {
  color: #cc2952;
}
.cid-v8lMYtnCaa .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v8lMYtnCaa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v8lMYtnCaa .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v8lMYtnCaa .mbr-text B {
  color: #df2b2b;
}
.cid-v8lP6xEz7h {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8lP6xEz7h .mbr-section-subtitle {
  color: #767676;
}
.cid-v8lP6xEz7h H2 {
  text-align: center;
}
.cid-v8lP6xEz7h .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-v8lP8HyFOd {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v8lP8HyFOd .card-img {
  background-color: #fff;
}
.cid-v8lP8HyFOd .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v8lP8HyFOd .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v8lP8HyFOd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v8lP8HyFOd p {
  text-align: left;
}
.cid-v8lP8HyFOd .mbr-text {
  color: #cc2952;
}
.cid-v8lP8HyFOd .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v8lP8HyFOd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v8lP8HyFOd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v8lP8HyFOd .mbr-text B {
  color: #df2b2b;
}
.cid-qyzC3b2SId {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyzC3b2SId .mbr-section-subtitle {
  color: #767676;
}
.cid-qyz5o3usU9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qyz5o3usU9 .card-img {
  background-color: #fff;
}
.cid-qyz5o3usU9 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qyz5o3usU9 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qyz5o3usU9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qyz5o3usU9 p {
  text-align: left;
}
.cid-qyz5o3usU9 .mbr-text {
  color: #cc2952;
}
.cid-qyz5o3usU9 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qyz5o3usU9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qyz5o3usU9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qyz5o3usU9 .mbr-text B {
  color: #df2b2b;
}
.cid-qyzEV9SDiQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyzEV9SDiQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qyzfbbIJbY {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qyzfbbIJbY .card-img {
  background-color: #fff;
}
.cid-qyzfbbIJbY .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qyzfbbIJbY .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qyzfbbIJbY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qyzfbbIJbY p {
  text-align: left;
}
.cid-qyzfbbIJbY .mbr-text {
  color: #cc2952;
}
.cid-qyzfbbIJbY .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qyzfbbIJbY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qyzfbbIJbY .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qyzfbbIJbY .mbr-text B {
  color: #df2b2b;
}
.cid-qwT5iVbQoo {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qwT5iVbQoo .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qwT5iVbQoo .social-list a:focus {
  text-decoration: none;
}
.cid-qwT5iVbQoo H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwT66hNALk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #303b4e;
}
@media (min-width: 992px) {
  .cid-qwT66hNALk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qwT66hNALk .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qwT66hNALk .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qwT66hNALk .mbr-text B {
  color: #ffffff;
}
.cid-qxVljX1dZR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxVljX1dZR .mbr-section-subtitle {
  color: #e27e18;
}
.cid-qxVlAzSBvc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxVlAzSBvc .card-img {
  background-color: #fff;
}
.cid-qxVlAzSBvc .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxVlAzSBvc .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxVlAzSBvc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxVlAzSBvc p {
  text-align: left;
}
.cid-qxVlAzSBvc .mbr-text {
  color: #cc2952;
}
.cid-qxVlAzSBvc .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxVlAzSBvc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxVlAzSBvc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxVlAzSBvc .mbr-text B {
  color: #df2b2b;
}
.cid-tNFdN1MMwy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tNFdN1MMwy .mbr-section-subtitle {
  color: #47ca4c;
}
.cid-tNFdObheva {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tNFdObheva .card-img {
  background-color: #fff;
}
.cid-tNFdObheva .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tNFdObheva .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tNFdObheva h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tNFdObheva p {
  text-align: left;
}
.cid-tNFdObheva .mbr-text {
  color: #cc2952;
}
.cid-tNFdObheva .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tNFdObheva .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tNFdObheva .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tNFdObheva .mbr-text B {
  color: #df2b2b;
}
.cid-tNFf0CpE28 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tNFf0CpE28 .mbr-section-subtitle {
  color: #e27e18;
}
.cid-tNFf1ucOsv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tNFf1ucOsv .card-img {
  background-color: #fff;
}
.cid-tNFf1ucOsv .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tNFf1ucOsv .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tNFf1ucOsv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tNFf1ucOsv p {
  text-align: left;
}
.cid-tNFf1ucOsv .mbr-text {
  color: #cc2952;
}
.cid-tNFf1ucOsv .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tNFf1ucOsv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tNFf1ucOsv .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tNFf1ucOsv .mbr-text B {
  color: #df2b2b;
}
.cid-tNFf2lJlaz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tNFf2lJlaz .mbr-section-subtitle {
  color: #47ca4c;
}
.cid-tNFf39PyvW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tNFf39PyvW .card-img {
  background-color: #fff;
}
.cid-tNFf39PyvW .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tNFf39PyvW .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tNFf39PyvW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tNFf39PyvW p {
  text-align: left;
}
.cid-tNFf39PyvW .mbr-text {
  color: #cc2952;
}
.cid-tNFf39PyvW .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tNFf39PyvW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tNFf39PyvW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tNFf39PyvW .mbr-text B {
  color: #df2b2b;
}
.cid-uTy5W8AXoV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTy5W8AXoV .mbr-section-subtitle {
  color: #232323;
}
.cid-uTy5XlDPwK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTy5XlDPwK .card-img {
  background-color: #fff;
}
.cid-uTy5XlDPwK .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uTy5XlDPwK .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uTy5XlDPwK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uTy5XlDPwK p {
  text-align: left;
}
.cid-uTy5XlDPwK .mbr-text {
  color: #cc2952;
}
.cid-uTy5XlDPwK .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uTy5XlDPwK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uTy5XlDPwK .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uTy5XlDPwK .mbr-text B {
  color: #df2b2b;
}
.cid-uTy6127T9O {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTy6127T9O .mbr-section-subtitle {
  color: #232323;
}
.cid-uTy62DlS6Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTy62DlS6Q .card-img {
  background-color: #fff;
}
.cid-uTy62DlS6Q .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uTy62DlS6Q .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uTy62DlS6Q h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uTy62DlS6Q p {
  text-align: left;
}
.cid-uTy62DlS6Q .mbr-text {
  color: #cc2952;
}
.cid-uTy62DlS6Q .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uTy62DlS6Q .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uTy62DlS6Q .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uTy62DlS6Q .mbr-text B {
  color: #df2b2b;
}
.cid-qwT6nKzA8J {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qwT6nKzA8J .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qwT6nKzA8J .social-list a:focus {
  text-decoration: none;
}
.cid-qwT6nKzA8J H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwT6GNl0xI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #303b4e;
}
@media (min-width: 992px) {
  .cid-qwT6GNl0xI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qwT6GNl0xI .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qwT6GNl0xI .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qwT6GNl0xI .mbr-text B {
  color: #ffffff;
}
.cid-qywe5LTWnk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qywe5LTWnk .mbr-section-subtitle {
  color: #767676;
}
.cid-qywdZc1nrw {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qywdZc1nrw .image-block {
  margin: auto;
}
.cid-qywdZc1nrw figcaption {
  position: relative;
}
.cid-qywdZc1nrw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qywdZc1nrw .image-block {
    width: 100% !important;
  }
}
.cid-qxPfwJJzVN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-qxPfwJJzVN .mbr-section-subtitle {
  color: #767676;
}
.cid-qxPfwJJzVN .container-table {
  margin: 0 auto;
}
.cid-qxPfwJJzVN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qxPfwJJzVN .dataTables_wrapper {
  display: block;
}
.cid-qxPfwJJzVN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qxPfwJJzVN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qxPfwJJzVN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qxPfwJJzVN table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qxPfwJJzVN table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qxPfwJJzVN table td {
  border-top: 1px solid #cccccc;
}
.cid-qxPfwJJzVN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qxPfwJJzVN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qxPfwJJzVN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qxPfwJJzVN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qxPfwJJzVN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qxPfwJJzVN .dataTables_filter {
    text-align: center;
  }
  .cid-qxPfwJJzVN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qxPfwJJzVN .body-item {
  text-align: left;
}
.cid-qyweb0YbzQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyweb0YbzQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qywejJhjwq {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qywejJhjwq .image-block {
  margin: auto;
}
.cid-qywejJhjwq figcaption {
  position: relative;
}
.cid-qywejJhjwq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qywejJhjwq .image-block {
    width: 100% !important;
  }
}
.cid-qxWdrJ5pm6 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qxWdrJ5pm6 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxWdrJ5pm6 .container-table {
  margin: 0 auto;
}
.cid-qxWdrJ5pm6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qxWdrJ5pm6 .dataTables_wrapper {
  display: block;
}
.cid-qxWdrJ5pm6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qxWdrJ5pm6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qxWdrJ5pm6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qxWdrJ5pm6 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qxWdrJ5pm6 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qxWdrJ5pm6 table td {
  border-top: 1px solid #cccccc;
}
.cid-qxWdrJ5pm6 table.table {
  background: #ffffff;
}
.cid-qxWdrJ5pm6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qxWdrJ5pm6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qxWdrJ5pm6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qxWdrJ5pm6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qxWdrJ5pm6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qxWdrJ5pm6 .dataTables_filter {
    text-align: center;
  }
  .cid-qxWdrJ5pm6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rSmpGkYMwL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSmpGkYMwL .mbr-section-subtitle {
  color: #767676;
}
.cid-rSmpHPo9q6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rSmpHPo9q6 .image-block {
  margin: auto;
}
.cid-rSmpHPo9q6 figcaption {
  position: relative;
}
.cid-rSmpHPo9q6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSmpHPo9q6 .image-block {
    width: 100% !important;
  }
}
.cid-rSm5LIrlwV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rSm5LIrlwV .mbr-section-subtitle {
  color: #767676;
}
.cid-rSm5LIrlwV .container-table {
  margin: 0 auto;
}
.cid-rSm5LIrlwV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSm5LIrlwV .dataTables_wrapper {
  display: block;
}
.cid-rSm5LIrlwV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rSm5LIrlwV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rSm5LIrlwV table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rSm5LIrlwV table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rSm5LIrlwV table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rSm5LIrlwV table td {
  border-top: 1px solid #cccccc;
}
.cid-rSm5LIrlwV table.table {
  background: #ffffff;
}
.cid-rSm5LIrlwV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rSm5LIrlwV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rSm5LIrlwV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rSm5LIrlwV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rSm5LIrlwV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rSm5LIrlwV .dataTables_filter {
    text-align: center;
  }
  .cid-rSm5LIrlwV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rSmp8KIcow {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSmp8KIcow .mbr-section-subtitle {
  color: #767676;
}
.cid-rSmp7juFmW {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rSmp7juFmW .image-block {
  margin: auto;
}
.cid-rSmp7juFmW figcaption {
  position: relative;
}
.cid-rSmp7juFmW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSmp7juFmW .image-block {
    width: 100% !important;
  }
}
.cid-rSlYV1uSbK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rSlYV1uSbK .mbr-section-subtitle {
  color: #767676;
}
.cid-rSlYV1uSbK .container-table {
  margin: 0 auto;
}
.cid-rSlYV1uSbK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSlYV1uSbK .dataTables_wrapper {
  display: block;
}
.cid-rSlYV1uSbK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rSlYV1uSbK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rSlYV1uSbK table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rSlYV1uSbK table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rSlYV1uSbK table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rSlYV1uSbK table td {
  border-top: 1px solid #cccccc;
}
.cid-rSlYV1uSbK table.table {
  background: #ffffff;
}
.cid-rSlYV1uSbK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rSlYV1uSbK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rSlYV1uSbK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rSlYV1uSbK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rSlYV1uSbK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rSlYV1uSbK .dataTables_filter {
    text-align: center;
  }
  .cid-rSlYV1uSbK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rSmqQkhdSv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSmqQkhdSv .mbr-section-subtitle {
  color: #767676;
}
.cid-rSmqResWlJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rSmqResWlJ .image-block {
  margin: auto;
}
.cid-rSmqResWlJ figcaption {
  position: relative;
}
.cid-rSmqResWlJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSmqResWlJ .image-block {
    width: 100% !important;
  }
}
.cid-rSm6lKtui0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rSm6lKtui0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rSm6lKtui0 .container-table {
  margin: 0 auto;
}
.cid-rSm6lKtui0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSm6lKtui0 .dataTables_wrapper {
  display: block;
}
.cid-rSm6lKtui0 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rSm6lKtui0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rSm6lKtui0 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rSm6lKtui0 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rSm6lKtui0 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rSm6lKtui0 table td {
  border-top: 1px solid #cccccc;
}
.cid-rSm6lKtui0 table.table {
  background: #ffffff;
}
.cid-rSm6lKtui0 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rSm6lKtui0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rSm6lKtui0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rSm6lKtui0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rSm6lKtui0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rSm6lKtui0 .dataTables_filter {
    text-align: center;
  }
  .cid-rSm6lKtui0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rSmrjzD9iU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSmrjzD9iU .mbr-section-subtitle {
  color: #767676;
}
.cid-rSmrkqtnGJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rSmrkqtnGJ .image-block {
  margin: auto;
}
.cid-rSmrkqtnGJ figcaption {
  position: relative;
}
.cid-rSmrkqtnGJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSmrkqtnGJ .image-block {
    width: 100% !important;
  }
}
.cid-rSm6CxeglS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rSm6CxeglS .mbr-section-subtitle {
  color: #767676;
}
.cid-rSm6CxeglS .container-table {
  margin: 0 auto;
}
.cid-rSm6CxeglS .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSm6CxeglS .dataTables_wrapper {
  display: block;
}
.cid-rSm6CxeglS .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rSm6CxeglS .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rSm6CxeglS table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rSm6CxeglS table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rSm6CxeglS table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rSm6CxeglS table td {
  border-top: 1px solid #cccccc;
}
.cid-rSm6CxeglS table.table {
  background: #ffffff;
}
.cid-rSm6CxeglS .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rSm6CxeglS .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rSm6CxeglS .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rSm6CxeglS .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rSm6CxeglS .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rSm6CxeglS .dataTables_filter {
    text-align: center;
  }
  .cid-rSm6CxeglS .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rSmrNKCCaz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSmrNKCCaz .mbr-section-subtitle {
  color: #767676;
}
.cid-rSmrOMsVvr {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rSmrOMsVvr .image-block {
  margin: auto;
}
.cid-rSmrOMsVvr figcaption {
  position: relative;
}
.cid-rSmrOMsVvr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSmrOMsVvr .image-block {
    width: 100% !important;
  }
}
.cid-rSm7iiQOs3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rSm7iiQOs3 .mbr-section-subtitle {
  color: #767676;
}
.cid-rSm7iiQOs3 .container-table {
  margin: 0 auto;
}
.cid-rSm7iiQOs3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSm7iiQOs3 .dataTables_wrapper {
  display: block;
}
.cid-rSm7iiQOs3 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rSm7iiQOs3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rSm7iiQOs3 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rSm7iiQOs3 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rSm7iiQOs3 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rSm7iiQOs3 table td {
  border-top: 1px solid #cccccc;
}
.cid-rSm7iiQOs3 table.table {
  background: #ffffff;
}
.cid-rSm7iiQOs3 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rSm7iiQOs3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rSm7iiQOs3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rSm7iiQOs3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rSm7iiQOs3 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rSm7iiQOs3 .dataTables_filter {
    text-align: center;
  }
  .cid-rSm7iiQOs3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rSmsZzWbIs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSmsZzWbIs .mbr-section-subtitle {
  color: #767676;
}
.cid-rSmsYxmmv4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rSmsYxmmv4 .image-block {
  margin: auto;
}
.cid-rSmsYxmmv4 figcaption {
  position: relative;
}
.cid-rSmsYxmmv4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSmsYxmmv4 .image-block {
    width: 100% !important;
  }
}
.cid-rSm7FjwN0S {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rSm7FjwN0S .mbr-section-subtitle {
  color: #767676;
}
.cid-rSm7FjwN0S .container-table {
  margin: 0 auto;
}
.cid-rSm7FjwN0S .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSm7FjwN0S .dataTables_wrapper {
  display: block;
}
.cid-rSm7FjwN0S .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rSm7FjwN0S .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rSm7FjwN0S table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rSm7FjwN0S table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rSm7FjwN0S table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rSm7FjwN0S table td {
  border-top: 1px solid #cccccc;
}
.cid-rSm7FjwN0S table.table {
  background: #ffffff;
}
.cid-rSm7FjwN0S .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rSm7FjwN0S .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rSm7FjwN0S .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rSm7FjwN0S .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rSm7FjwN0S .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rSm7FjwN0S .dataTables_filter {
    text-align: center;
  }
  .cid-rSm7FjwN0S .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tVcdORhzmg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVcdORhzmg .mbr-section-subtitle {
  color: #767676;
}
.cid-tVcdR8YTOZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tVcdR8YTOZ .image-block {
  margin: auto;
}
.cid-tVcdR8YTOZ figcaption {
  position: relative;
}
.cid-tVcdR8YTOZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVcdR8YTOZ .image-block {
    width: 100% !important;
  }
}
.cid-tVcdSRq5bv {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-tVcdSRq5bv .mbr-section-subtitle {
  color: #767676;
}
.cid-tVcdSRq5bv .container-table {
  margin: 0 auto;
}
.cid-tVcdSRq5bv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tVcdSRq5bv .dataTables_wrapper {
  display: block;
}
.cid-tVcdSRq5bv .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tVcdSRq5bv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tVcdSRq5bv table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tVcdSRq5bv table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tVcdSRq5bv table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tVcdSRq5bv table td {
  border-top: 1px solid #cccccc;
}
.cid-tVcdSRq5bv .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tVcdSRq5bv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tVcdSRq5bv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tVcdSRq5bv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tVcdSRq5bv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tVcdSRq5bv .dataTables_filter {
    text-align: center;
  }
  .cid-tVcdSRq5bv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tVcdSRq5bv .body-item {
  text-align: left;
}
.cid-tVcfR2f0zs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVcfR2f0zs .mbr-section-subtitle {
  color: #767676;
}
.cid-tVcfTls7zr {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tVcfTls7zr .image-block {
  margin: auto;
}
.cid-tVcfTls7zr figcaption {
  position: relative;
}
.cid-tVcfTls7zr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVcfTls7zr .image-block {
    width: 100% !important;
  }
}
.cid-tVcfV0aoTL {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-tVcfV0aoTL .mbr-section-subtitle {
  color: #767676;
}
.cid-tVcfV0aoTL .container-table {
  margin: 0 auto;
}
.cid-tVcfV0aoTL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tVcfV0aoTL .dataTables_wrapper {
  display: block;
}
.cid-tVcfV0aoTL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tVcfV0aoTL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tVcfV0aoTL table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tVcfV0aoTL table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tVcfV0aoTL table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tVcfV0aoTL table td {
  border-top: 1px solid #cccccc;
}
.cid-tVcfV0aoTL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tVcfV0aoTL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tVcfV0aoTL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tVcfV0aoTL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tVcfV0aoTL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tVcfV0aoTL .dataTables_filter {
    text-align: center;
  }
  .cid-tVcfV0aoTL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tVcfV0aoTL .body-item {
  text-align: left;
}
.cid-tVcfYUzPMp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVcfYUzPMp .mbr-section-subtitle {
  color: #767676;
}
.cid-tVcg0z6fet {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tVcg0z6fet .image-block {
  margin: auto;
}
.cid-tVcg0z6fet figcaption {
  position: relative;
}
.cid-tVcg0z6fet figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVcg0z6fet .image-block {
    width: 100% !important;
  }
}
.cid-tVcg1y0j1S {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-tVcg1y0j1S .mbr-section-subtitle {
  color: #767676;
}
.cid-tVcg1y0j1S .container-table {
  margin: 0 auto;
}
.cid-tVcg1y0j1S .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tVcg1y0j1S .dataTables_wrapper {
  display: block;
}
.cid-tVcg1y0j1S .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tVcg1y0j1S .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tVcg1y0j1S table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tVcg1y0j1S table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tVcg1y0j1S table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tVcg1y0j1S table td {
  border-top: 1px solid #cccccc;
}
.cid-tVcg1y0j1S .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tVcg1y0j1S .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tVcg1y0j1S .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tVcg1y0j1S .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tVcg1y0j1S .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tVcg1y0j1S .dataTables_filter {
    text-align: center;
  }
  .cid-tVcg1y0j1S .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tVcg1y0j1S .body-item {
  text-align: left;
}
.cid-tVchuhkKyu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVchuhkKyu .mbr-section-subtitle {
  color: #767676;
}
.cid-tVchwbgrnW {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tVchwbgrnW .image-block {
  margin: auto;
}
.cid-tVchwbgrnW figcaption {
  position: relative;
}
.cid-tVchwbgrnW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVchwbgrnW .image-block {
    width: 100% !important;
  }
}
.cid-tVchynhp3e {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-tVchynhp3e .mbr-section-subtitle {
  color: #767676;
}
.cid-tVchynhp3e .container-table {
  margin: 0 auto;
}
.cid-tVchynhp3e .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tVchynhp3e .dataTables_wrapper {
  display: block;
}
.cid-tVchynhp3e .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tVchynhp3e .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tVchynhp3e table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tVchynhp3e table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tVchynhp3e table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tVchynhp3e table td {
  border-top: 1px solid #cccccc;
}
.cid-tVchynhp3e .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tVchynhp3e .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tVchynhp3e .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tVchynhp3e .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tVchynhp3e .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tVchynhp3e .dataTables_filter {
    text-align: center;
  }
  .cid-tVchynhp3e .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tVchynhp3e .body-item {
  text-align: left;
}
.cid-qwT6P9kHc2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qwT6P9kHc2 .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qwT6P9kHc2 .social-list a:focus {
  text-decoration: none;
}
.cid-qwT6P9kHc2 H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qx5yj4qcuh {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #f9f295;
}
@media (min-width: 992px) {
  .cid-qx5yj4qcuh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qx5yj4qcuh .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qx5yj4qcuh .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qx5yj4qcuh .mbr-text B {
  color: #0f7699;
}
.cid-qx5yj4qcuh .mbr-text FONT {
  color: #0f7699;
}
.cid-rB0cNpvpWn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rB0cNpvpWn .mbr-section-subtitle {
  color: #767676;
}
.cid-qxVtXzTMgz {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxVtXzTMgz .card-img {
  background-color: #fff;
}
.cid-qxVtXzTMgz .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxVtXzTMgz .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxVtXzTMgz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxVtXzTMgz p {
  text-align: left;
}
.cid-qxVtXzTMgz .mbr-text {
  color: #cc2952;
}
.cid-qxVtXzTMgz .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxVtXzTMgz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxVtXzTMgz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxVtXzTMgz .mbr-text B {
  color: #df2b2b;
}
.cid-rB0dyoKJhB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rB0dyoKJhB .mbr-section-subtitle {
  color: #767676;
}
.cid-rB0cbhDKh3 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rB0cbhDKh3 .card-img {
  background-color: #fff;
}
.cid-rB0cbhDKh3 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-rB0cbhDKh3 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-rB0cbhDKh3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rB0cbhDKh3 p {
  text-align: left;
}
.cid-rB0cbhDKh3 .mbr-text {
  color: #cc2952;
}
.cid-rB0cbhDKh3 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rB0cbhDKh3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rB0cbhDKh3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rB0cbhDKh3 .mbr-text B {
  color: #df2b2b;
}
.cid-qx5yvjUfEl {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qx5yvjUfEl .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qx5yvjUfEl .social-list a:focus {
  text-decoration: none;
}
.cid-qx5yvjUfEl H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-umy4bI7VFJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-umy4bI7VFJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-umy4bI7VFJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-umy4bI7VFJ .mbr-text {
  color: #d2bd74;
  text-align: center;
}
.cid-umy4bI7VFJ .mbr-text B {
  color: #d2bd74;
}
.cid-umy40ToNfB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umy40ToNfB .mbr-section-subtitle {
  color: #767676;
}
.cid-v6R8x0SCd9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6R8x0SCd9 .card-img {
  background-color: #fff;
}
.cid-v6R8x0SCd9 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v6R8x0SCd9 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v6R8x0SCd9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v6R8x0SCd9 p {
  text-align: left;
}
.cid-v6R8x0SCd9 .mbr-text {
  color: #cc2952;
}
.cid-v6R8x0SCd9 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v6R8x0SCd9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v6R8x0SCd9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v6R8x0SCd9 .mbr-text B {
  color: #df2b2b;
}
.cid-sHExdGpjoM {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sHExdGpjoM .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sHExdGpjoM .social-list a:focus {
  text-decoration: none;
}
.cid-sHExdGpjoM H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qsOF1vRQBT .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qsOF1vRQBT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qsOF1vRQBT a {
  font-style: normal;
}
.cid-qsOF1vRQBT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qsOF1vRQBT .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qsOF1vRQBT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qsOF1vRQBT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qsOF1vRQBT .menu-logo {
  margin-right: auto;
}
.cid-qsOF1vRQBT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qsOF1vRQBT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qsOF1vRQBT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qsOF1vRQBT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qsOF1vRQBT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qsOF1vRQBT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qsOF1vRQBT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qsOF1vRQBT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qsOF1vRQBT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qsOF1vRQBT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qsOF1vRQBT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qsOF1vRQBT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qsOF1vRQBT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qsOF1vRQBT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qsOF1vRQBT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qsOF1vRQBT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qsOF1vRQBT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qsOF1vRQBT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qsOF1vRQBT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qsOF1vRQBT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qsOF1vRQBT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qsOF1vRQBT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qsOF1vRQBT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qsOF1vRQBT button.navbar-toggler:focus {
  outline: none;
}
.cid-qsOF1vRQBT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qsOF1vRQBT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qsOF1vRQBT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qsOF1vRQBT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qsOF1vRQBT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qsOF1vRQBT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qsOF1vRQBT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qsOF1vRQBT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qsOF1vRQBT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qsOF1vRQBT .collapsed .btn {
  display: flex;
}
.cid-qsOF1vRQBT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qsOF1vRQBT .collapsed .navbar-collapse.collapsing,
.cid-qsOF1vRQBT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qsOF1vRQBT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qsOF1vRQBT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qsOF1vRQBT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qsOF1vRQBT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qsOF1vRQBT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qsOF1vRQBT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qsOF1vRQBT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qsOF1vRQBT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qsOF1vRQBT .collapsed button.navbar-toggler {
  display: block;
}
.cid-qsOF1vRQBT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qsOF1vRQBT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qsOF1vRQBT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qsOF1vRQBT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qsOF1vRQBT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qsOF1vRQBT .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qsOF1vRQBT img {
    height: 3.8rem !important;
  }
  .cid-qsOF1vRQBT .btn {
    display: flex;
  }
  .cid-qsOF1vRQBT button.navbar-toggler {
    display: block;
  }
  .cid-qsOF1vRQBT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qsOF1vRQBT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qsOF1vRQBT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qsOF1vRQBT .navbar-collapse.collapsing,
  .cid-qsOF1vRQBT .navbar-collapse.show {
    display: block !important;
  }
  .cid-qsOF1vRQBT .navbar-collapse.collapsing .navbar-nav,
  .cid-qsOF1vRQBT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qsOF1vRQBT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qsOF1vRQBT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qsOF1vRQBT .navbar-collapse.collapsing .navbar-buttons,
  .cid-qsOF1vRQBT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qsOF1vRQBT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qsOF1vRQBT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qsOF1vRQBT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qsOF1vRQBT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qsOF1vRQBT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qsOF1vRQBT .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tZZApCqJgS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #311c38;
}
@media (min-width: 992px) {
  .cid-tZZApCqJgS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tZZApCqJgS .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tZZApCqJgS .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tZZApCqJgS .mbr-text B {
  color: #ffffff;
}
.cid-szExDN44ug {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szExDN44ug .mbr-section-subtitle {
  color: #767676;
}
.cid-v6R92QdtCN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6R92QdtCN .card-img {
  background-color: #fff;
}
.cid-v6R92QdtCN .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v6R92QdtCN .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v6R92QdtCN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v6R92QdtCN p {
  text-align: left;
}
.cid-v6R92QdtCN .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-v6R92QdtCN .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v6R92QdtCN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v6R92QdtCN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v6R92QdtCN .mbr-text B {
  color: #df2b2b;
}
.cid-sHEx6G0tp0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sHEx6G0tp0 .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sHEx6G0tp0 .social-list a:focus {
  text-decoration: none;
}
.cid-sHEx6G0tp0 H2 {
  color: #efefef;
}
.cid-tZZAlXpJTu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #311c38;
}
@media (min-width: 992px) {
  .cid-tZZAlXpJTu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tZZAlXpJTu .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tZZAlXpJTu .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tZZAlXpJTu .mbr-text B {
  color: #ffffff;
}
.cid-umy7pz0YPg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umy7pz0YPg .mbr-section-subtitle {
  color: #767676;
}
.cid-v6R98Vej1r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6R98Vej1r .card-img {
  background-color: #fff;
}
.cid-v6R98Vej1r .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v6R98Vej1r .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v6R98Vej1r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v6R98Vej1r p {
  text-align: left;
}
.cid-v6R98Vej1r .mbr-text {
  color: #cc2952;
}
.cid-v6R98Vej1r .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v6R98Vej1r .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v6R98Vej1r .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v6R98Vej1r .mbr-text B {
  color: #df2b2b;
}
.cid-sHEwZwHHaA {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sHEwZwHHaA .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sHEwZwHHaA .social-list a:focus {
  text-decoration: none;
}
.cid-sHEwZwHHaA H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-txezd8nE7P {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #301f1a;
}
@media (min-width: 992px) {
  .cid-txezd8nE7P .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-txezd8nE7P .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-txezd8nE7P .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-txezd8nE7P .mbr-text B {
  color: #ffffff;
}
.cid-v8lTdP2CJW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8lTdP2CJW .mbr-section-subtitle {
  color: #767676;
}
.cid-v8lTdP2CJW H2 {
  text-align: center;
}
.cid-v8lTdP2CJW .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-v8lTfJv1Y9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v8lTfJv1Y9 .card-img {
  background-color: #fff;
}
.cid-v8lTfJv1Y9 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v8lTfJv1Y9 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v8lTfJv1Y9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v8lTfJv1Y9 p {
  text-align: left;
}
.cid-v8lTfJv1Y9 .mbr-text {
  color: #cc2952;
}
.cid-v8lTfJv1Y9 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v8lTfJv1Y9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v8lTfJv1Y9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v8lTfJv1Y9 .mbr-text B {
  color: #df2b2b;
}
.cid-sHExjZJJPP {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sHExjZJJPP .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sHExjZJJPP .social-list a:focus {
  text-decoration: none;
}
.cid-sHExjZJJPP H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwT5SWukHv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #301f1a;
}
@media (min-width: 992px) {
  .cid-qwT5SWukHv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qwT5SWukHv .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qwT5SWukHv .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qwT5SWukHv .mbr-text B {
  color: #ffffff;
}
.cid-qxSf38tnK5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxSf38tnK5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxSf38tnK5 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxSf4ijVt7 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxSf4ijVt7 .card-img {
  background-color: #fff;
}
.cid-qxSf4ijVt7 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxSf4ijVt7 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxSf4ijVt7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxSf4ijVt7 p {
  text-align: left;
}
.cid-qxSf4ijVt7 .mbr-text {
  color: #cc2952;
}
.cid-qxSf4ijVt7 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxSf4ijVt7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxSf4ijVt7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxSf4ijVt7 .mbr-text B {
  color: #df2b2b;
}
.cid-qxSyhUdXIy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxSyhUdXIy .mbr-section-subtitle {
  color: #767676;
}
.cid-qxSyhUdXIy .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxSylpuDOI {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxSylpuDOI .card-img {
  background-color: #fff;
}
.cid-qxSylpuDOI .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxSylpuDOI .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxSylpuDOI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxSylpuDOI p {
  text-align: left;
}
.cid-qxSylpuDOI .mbr-text {
  color: #cc2952;
}
.cid-qxSylpuDOI .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxSylpuDOI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxSylpuDOI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxSylpuDOI .mbr-text B {
  color: #df2b2b;
}
.cid-qyzMJoNXxW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyzMJoNXxW .mbr-section-subtitle {
  color: #767676;
}
.cid-qyuuzAI0LA {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qyuuzAI0LA .card-img {
  background-color: #fff;
}
.cid-qyuuzAI0LA .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qyuuzAI0LA .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qyuuzAI0LA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qyuuzAI0LA p {
  text-align: left;
}
.cid-qyuuzAI0LA .mbr-text {
  color: #cc2952;
}
.cid-qyuuzAI0LA .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qyuuzAI0LA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qyuuzAI0LA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qyuuzAI0LA .mbr-text B {
  color: #df2b2b;
}
.cid-qyzOTeglaf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyzOTeglaf .mbr-section-subtitle {
  color: #767676;
}
.cid-qyumwOMSvt {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qyumwOMSvt .card-img {
  background-color: #fff;
}
.cid-qyumwOMSvt .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qyumwOMSvt .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qyumwOMSvt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qyumwOMSvt p {
  text-align: left;
}
.cid-qyumwOMSvt .mbr-text {
  color: #cc2952;
}
.cid-qyumwOMSvt .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qyumwOMSvt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qyumwOMSvt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qyumwOMSvt .mbr-text B {
  color: #df2b2b;
}
.cid-qyzSy1oGTC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qyzSy1oGTC .mbr-section-subtitle {
  color: #767676;
}
.cid-qxSBe07ROQ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxSBe07ROQ .card-img {
  background-color: #fff;
}
.cid-qxSBe07ROQ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxSBe07ROQ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxSBe07ROQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxSBe07ROQ p {
  text-align: left;
}
.cid-qxSBe07ROQ .mbr-text {
  color: #cc2952;
}
.cid-qxSBe07ROQ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxSBe07ROQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxSBe07ROQ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxSBe07ROQ .mbr-text B {
  color: #df2b2b;
}
.cid-qxSMntLRxs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxSMntLRxs .mbr-section-subtitle {
  color: #767676;
}
.cid-qxSMntLRxs .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxSMp02ozA {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxSMp02ozA .card-img {
  background-color: #fff;
}
.cid-qxSMp02ozA .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxSMp02ozA .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxSMp02ozA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxSMp02ozA p {
  text-align: left;
}
.cid-qxSMp02ozA .mbr-text {
  color: #cc2952;
}
.cid-qxSMp02ozA .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxSMp02ozA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxSMp02ozA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxSMp02ozA .mbr-text B {
  color: #df2b2b;
}
.cid-tqmipNT39y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqmipNT39y .mbr-section-subtitle {
  color: #767676;
}
.cid-tqmipNT39y .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-tqmiofiM8p {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tqmiofiM8p .card-img {
  background-color: #fff;
}
.cid-tqmiofiM8p .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-tqmiofiM8p .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-tqmiofiM8p h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tqmiofiM8p p {
  text-align: left;
}
.cid-tqmiofiM8p .mbr-text {
  color: #cc2952;
}
.cid-tqmiofiM8p .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tqmiofiM8p .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tqmiofiM8p .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tqmiofiM8p .mbr-text B {
  color: #df2b2b;
}
.cid-qxSPLZZHW1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxSPLZZHW1 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxSPLZZHW1 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxSPNd9LdN {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxSPNd9LdN .card-img {
  background-color: #fff;
}
.cid-qxSPNd9LdN .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxSPNd9LdN .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxSPNd9LdN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxSPNd9LdN p {
  text-align: left;
}
.cid-qxSPNd9LdN .mbr-text {
  color: #cc2952;
}
.cid-qxSPNd9LdN .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxSPNd9LdN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxSPNd9LdN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxSPNd9LdN .mbr-text B {
  color: #df2b2b;
}
.cid-qxSSkrDum2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxSSkrDum2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxSSkrDum2 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxSSltPR3z {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxSSltPR3z .card-img {
  background-color: #fff;
}
.cid-qxSSltPR3z .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxSSltPR3z .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxSSltPR3z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxSSltPR3z p {
  text-align: left;
}
.cid-qxSSltPR3z .mbr-text {
  color: #cc2952;
}
.cid-qxSSltPR3z .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxSSltPR3z .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxSSltPR3z .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxSSltPR3z .mbr-text B {
  color: #df2b2b;
}
.cid-qxSXez6pYk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxSXez6pYk .mbr-section-subtitle {
  color: #767676;
}
.cid-qxSXez6pYk .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxSXfodyiY {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxSXfodyiY .card-img {
  background-color: #fff;
}
.cid-qxSXfodyiY .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxSXfodyiY .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxSXfodyiY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxSXfodyiY p {
  text-align: left;
}
.cid-qxSXfodyiY .mbr-text {
  color: #cc2952;
}
.cid-qxSXfodyiY .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxSXfodyiY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxSXfodyiY .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxSXfodyiY .mbr-text B {
  color: #df2b2b;
}
.cid-qxSZZEH2yo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxSZZEH2yo .mbr-section-subtitle {
  color: #767676;
}
.cid-qxSZZEH2yo .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxT00zKi7A {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxT00zKi7A .card-img {
  background-color: #fff;
}
.cid-qxT00zKi7A .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxT00zKi7A .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxT00zKi7A h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxT00zKi7A p {
  text-align: left;
}
.cid-qxT00zKi7A .mbr-text {
  color: #cc2952;
}
.cid-qxT00zKi7A .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxT00zKi7A .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxT00zKi7A .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxT00zKi7A .mbr-text B {
  color: #df2b2b;
}
.cid-qxT8wJl23d {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxT8wJl23d .mbr-section-subtitle {
  color: #767676;
}
.cid-qxT8wJl23d .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxT8EObCn4 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxT8EObCn4 .card-img {
  background-color: #fff;
}
.cid-qxT8EObCn4 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxT8EObCn4 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxT8EObCn4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxT8EObCn4 p {
  text-align: left;
}
.cid-qxT8EObCn4 .mbr-text {
  color: #cc2952;
}
.cid-qxT8EObCn4 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxT8EObCn4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxT8EObCn4 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxT8EObCn4 .mbr-text B {
  color: #df2b2b;
}
.cid-qxT3RgH2oI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxT3RgH2oI .mbr-section-subtitle {
  color: #767676;
}
.cid-qxT3SzIbT8 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxT3SzIbT8 .card-img {
  background-color: #fff;
}
.cid-qxT3SzIbT8 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxT3SzIbT8 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxT3SzIbT8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxT3SzIbT8 p {
  text-align: left;
}
.cid-qxT3SzIbT8 .mbr-text {
  color: #cc2952;
}
.cid-qxT3SzIbT8 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxT3SzIbT8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxT3SzIbT8 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxT3SzIbT8 .mbr-text B {
  color: #df2b2b;
}
.cid-qxT6v7P8cL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxT6v7P8cL .mbr-section-subtitle {
  color: #767676;
}
.cid-qxT6v7P8cL .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxT6xktohV {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxT6xktohV .card-img {
  background-color: #fff;
}
.cid-qxT6xktohV .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxT6xktohV .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxT6xktohV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxT6xktohV p {
  text-align: left;
}
.cid-qxT6xktohV .mbr-text {
  color: #cc2952;
}
.cid-qxT6xktohV .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxT6xktohV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxT6xktohV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxT6xktohV .mbr-text B {
  color: #df2b2b;
}
.cid-qxTcB5fyrb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxTcB5fyrb .mbr-section-subtitle {
  color: #767676;
}
.cid-uUzJD6eSMM {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUzJD6eSMM .card-img {
  background-color: #fff;
}
.cid-uUzJD6eSMM .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-uUzJD6eSMM .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-uUzJD6eSMM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uUzJD6eSMM p {
  text-align: left;
}
.cid-uUzJD6eSMM .mbr-text {
  color: #cc2952;
}
.cid-uUzJD6eSMM .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uUzJD6eSMM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uUzJD6eSMM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uUzJD6eSMM .mbr-text B {
  color: #df2b2b;
}
.cid-qxTdEaY2hu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxTdEaY2hu .mbr-section-subtitle {
  color: #767676;
}
.cid-qxTdEaY2hu .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxTdFey1Vu {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxTdFey1Vu .card-img {
  background-color: #fff;
}
.cid-qxTdFey1Vu .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxTdFey1Vu .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxTdFey1Vu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxTdFey1Vu p {
  text-align: left;
}
.cid-qxTdFey1Vu .mbr-text {
  color: #cc2952;
}
.cid-qxTdFey1Vu .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxTdFey1Vu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxTdFey1Vu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxTdFey1Vu .mbr-text B {
  color: #df2b2b;
}
.cid-qxTeNXSvp5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxTeNXSvp5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qxTeOYSocq {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxTeOYSocq .card-img {
  background-color: #fff;
}
.cid-qxTeOYSocq .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxTeOYSocq .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxTeOYSocq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxTeOYSocq p {
  text-align: left;
}
.cid-qxTeOYSocq .mbr-text {
  color: #cc2952;
}
.cid-qxTeOYSocq .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxTeOYSocq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxTeOYSocq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxTeOYSocq .mbr-text B {
  color: #df2b2b;
}
.cid-qxTfpaTxSs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxTfpaTxSs .mbr-section-subtitle {
  color: #767676;
}
.cid-qxTfpaTxSs .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxTfqgjT9F {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxTfqgjT9F .card-img {
  background-color: #fff;
}
.cid-qxTfqgjT9F .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxTfqgjT9F .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxTfqgjT9F h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxTfqgjT9F p {
  text-align: left;
}
.cid-qxTfqgjT9F .mbr-text {
  color: #cc2952;
}
.cid-qxTfqgjT9F .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxTfqgjT9F .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxTfqgjT9F .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxTfqgjT9F .mbr-text B {
  color: #df2b2b;
}
.cid-qxTgkZfXEu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxTgkZfXEu .mbr-section-subtitle {
  color: #767676;
}
.cid-qxTgkZfXEu .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qxTgrd98Q3 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxTgrd98Q3 .card-img {
  background-color: #fff;
}
.cid-qxTgrd98Q3 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxTgrd98Q3 .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-qxTgrd98Q3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxTgrd98Q3 p {
  text-align: left;
}
.cid-qxTgrd98Q3 .mbr-text {
  color: #cc2952;
}
.cid-qxTgrd98Q3 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxTgrd98Q3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxTgrd98Q3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxTgrd98Q3 .mbr-text B {
  color: #df2b2b;
}
.cid-qwT5ZNNMaH {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-qwT5ZNNMaH .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-qwT5ZNNMaH .social-list a:focus {
  text-decoration: none;
}
.cid-qwT5ZNNMaH H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-szEGoLlF4S {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #311c38;
}
@media (min-width: 992px) {
  .cid-szEGoLlF4S .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-szEGoLlF4S .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-szEGoLlF4S .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-szEGoLlF4S .mbr-text B {
  color: #ffffff;
}
.cid-v1zqwN20Zb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1zqwN20Zb .mbr-section-subtitle {
  color: #767676;
}
.cid-v6R9qaVKXz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6R9qaVKXz .card-img {
  background-color: #fff;
}
.cid-v6R9qaVKXz .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v6R9qaVKXz .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v6R9qaVKXz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v6R9qaVKXz p {
  text-align: left;
}
.cid-v6R9qaVKXz .mbr-text {
  color: #cc2952;
}
.cid-v6R9qaVKXz .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v6R9qaVKXz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v6R9qaVKXz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v6R9qaVKXz .mbr-text B {
  color: #df2b2b;
}
.cid-v6R9qaVKXz P {
  text-align: left;
}
.cid-rAJiBMCZ0R {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-rAJiBMCZ0R .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-rAJiBMCZ0R .social-list a:focus {
  text-decoration: none;
}
.cid-rAJiBMCZ0R H2 {
  color: #efefef;
}
.cid-rAJiBOspMq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rAJj9LDDR6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #301f1a;
}
@media (min-width: 992px) {
  .cid-rAJj9LDDR6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rAJj9LDDR6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rAJj9LDDR6 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rAJj9LDDR6 .mbr-text B {
  color: #ffffff;
}
.cid-v1zraSY3Rk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1zraSY3Rk .mbr-section-subtitle {
  color: #767676;
}
.cid-v1zraSY3Rk .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-v6Ra7G5q6J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6Ra7G5q6J .card-img {
  background-color: #fff;
}
.cid-v6Ra7G5q6J .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v6Ra7G5q6J .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v6Ra7G5q6J h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v6Ra7G5q6J p {
  text-align: left;
}
.cid-v6Ra7G5q6J .mbr-text {
  color: #cc2952;
}
.cid-v6Ra7G5q6J .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v6Ra7G5q6J .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v6Ra7G5q6J .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v6Ra7G5q6J .mbr-text B {
  color: #df2b2b;
}
.cid-rAJj9UvZ0f {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-rAJj9UvZ0f .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-rAJj9UvZ0f .social-list a:focus {
  text-decoration: none;
}
.cid-rAJj9UvZ0f H2 {
  color: #efefef;
}
.cid-rAJj9V2CMt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sfgIr9eex6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sfgIr9eex6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sfgIr9eex6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sfgIr9eex6 .mbr-text {
  color: #d2bd74;
  text-align: center;
}
.cid-sfgIr9eex6 .mbr-text B {
  color: #d2bd74;
}
.cid-sfgIHeOK6o {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfgIHeOK6o .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfgIHeOK6o .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfgIHeOK6o .mbr-section-title {
  color: #311c38;
}
.cid-sfgIHeOK6o .mbr-text,
.cid-sfgIHeOK6o .mbr-section-btn {
  color: #311c38;
}
.cid-sfnwa0ETSa {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnwa0ETSa .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnwa0ETSa .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnwa0ETSa .mbr-section-title {
  color: #311c38;
}
.cid-sfnwa0ETSa .mbr-text,
.cid-sfnwa0ETSa .mbr-section-btn {
  color: #311c38;
}
.cid-sfnBjXz2Sy {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnBjXz2Sy .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnBjXz2Sy .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnBjXz2Sy .mbr-section-title {
  color: #311c38;
}
.cid-sfnBjXz2Sy .mbr-text,
.cid-sfnBjXz2Sy .mbr-section-btn {
  color: #311c38;
}
.cid-sfnD6Xv3eR {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnD6Xv3eR .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnD6Xv3eR .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnD6Xv3eR .mbr-section-title {
  color: #311c38;
}
.cid-sfnD6Xv3eR .mbr-text,
.cid-sfnD6Xv3eR .mbr-section-btn {
  color: #311c38;
}
.cid-sfgIrswDX0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sfgIrswDX0 .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sfgIrswDX0 .social-list a:focus {
  text-decoration: none;
}
.cid-sfgIrswDX0 H2 {
  color: #efefef;
}
.cid-sfgIrtbfGK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sfgLEGITYM {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfgLEGITYM .mbr-section-subtitle {
  color: #767676;
}
.cid-sflhYAQ8gj {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sflhYAQ8gj .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sflhYAQ8gj .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sflhYAQ8gj .mbr-section-title {
  color: #311c38;
}
.cid-sflhYAQ8gj .mbr-text,
.cid-sflhYAQ8gj .mbr-section-btn {
  color: #311c38;
}
.cid-sflBmZ6pu0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sflBmZ6pu0 .card-img {
  background-color: #fff;
}
.cid-sflBmZ6pu0 .card-box {
  padding: 2rem;
}
.cid-sflBmZ6pu0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sflBmZ6pu0 p {
  text-align: left;
}
.cid-sflBmZ6pu0 .mbr-text {
  color: #767676;
}
.cid-sflBmZ6pu0 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sflBmZ6pu0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sflBmZ6pu0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sfgLEMnjAn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #403e3e;
}
.cid-sfgLEMnjAn .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sfgLEMnjAn .input {
  margin-bottom: 15px;
}
.cid-sfgLEMnjAn .map {
  width: 100%;
  height: 30rem;
}
.cid-sfgLEMnjAn .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sfgLEMnjAn .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfgLEMnjAn .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sfgLEMnjAn .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sfgLEMnjAn .mbr-text {
  color: #efefef;
}
.cid-sfgLEMnjAn a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfgLEMnjAn .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sfgLEMnjAn .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sfgLEMnjAn .google-map {
  height: 25rem;
  position: relative;
}
.cid-sfgLEMnjAn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sfgLEMnjAn .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-sfgLEMnjAn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sfgLEMnjAn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sfgLEMnjAn h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sfgLEMnjAn .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sfgLEMnjAn .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sfgLEMnjAn H2 {
  color: #ffffff;
}
.cid-sfgLEMnjAn H4 {
  color: #ffffff;
}
.cid-sfgLENCkyW {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sfgLENCkyW .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sfgLENCkyW .social-list a:focus {
  text-decoration: none;
}
.cid-sfgLENCkyW H2 {
  color: #efefef;
}
.cid-sfgLEP4Kqd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sflIgg5DlC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #311c38;
}
@media (min-width: 992px) {
  .cid-sflIgg5DlC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sflIgg5DlC .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sflIgg5DlC .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sflIgg5DlC .mbr-text B {
  color: #ffffff;
}
.cid-sflIy1Q4cf {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sflIy1Q4cf .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sflIy1Q4cf .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sflIy1Q4cf .mbr-section-title {
  color: #311c38;
}
.cid-sflIy1Q4cf .mbr-text,
.cid-sflIy1Q4cf .mbr-section-btn {
  color: #311c38;
}
.cid-sfnBquV19I {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnBquV19I .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnBquV19I .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnBquV19I .mbr-section-title {
  color: #311c38;
}
.cid-sfnBquV19I .mbr-text,
.cid-sfnBquV19I .mbr-section-btn {
  color: #311c38;
}
.cid-sfnDOjgbWw {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnDOjgbWw .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnDOjgbWw .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnDOjgbWw .mbr-section-title {
  color: #311c38;
}
.cid-sfnDOjgbWw .mbr-text,
.cid-sfnDOjgbWw .mbr-section-btn {
  color: #311c38;
}
.cid-sflIguLxZH {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sflIguLxZH .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sflIguLxZH .social-list a:focus {
  text-decoration: none;
}
.cid-sflIguLxZH H2 {
  color: #efefef;
}
.cid-sflIgvXP3K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sfnyKfNu5b {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #301f1a;
}
@media (min-width: 992px) {
  .cid-sfnyKfNu5b .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sfnyKfNu5b .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sfnyKfNu5b .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sfnyKfNu5b .mbr-text B {
  color: #ffffff;
}
.cid-sfnz3yuge3 {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnz3yuge3 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnz3yuge3 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnz3yuge3 .mbr-section-title {
  color: #311c38;
}
.cid-sfnz3yuge3 .mbr-text,
.cid-sfnz3yuge3 .mbr-section-btn {
  color: #311c38;
}
.cid-sfnAlD8dvp {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnAlD8dvp .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnAlD8dvp .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnAlD8dvp .mbr-section-title {
  color: #311c38;
}
.cid-sfnAlD8dvp .mbr-text,
.cid-sfnAlD8dvp .mbr-section-btn {
  color: #311c38;
}
.cid-sfnDRdqaLc {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnDRdqaLc .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnDRdqaLc .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnDRdqaLc .mbr-section-title {
  color: #311c38;
}
.cid-sfnDRdqaLc .mbr-text,
.cid-sfnDRdqaLc .mbr-section-btn {
  color: #311c38;
}
.cid-sfnyKoTwjN {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sfnyKoTwjN .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sfnyKoTwjN .social-list a:focus {
  text-decoration: none;
}
.cid-sfnyKoTwjN H2 {
  color: #efefef;
}
.cid-sfnyKpHbgg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sfnBxmtIlK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #303b4e;
}
@media (min-width: 992px) {
  .cid-sfnBxmtIlK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sfnBxmtIlK .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sfnBxmtIlK .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sfnBxmtIlK .mbr-text B {
  color: #ffffff;
}
.cid-sfnCC8mXv2 {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnCC8mXv2 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnCC8mXv2 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnCC8mXv2 .mbr-section-title {
  color: #311c38;
}
.cid-sfnCC8mXv2 .mbr-text,
.cid-sfnCC8mXv2 .mbr-section-btn {
  color: #311c38;
}
.cid-sfnC3EjkVZ {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnC3EjkVZ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnC3EjkVZ .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnC3EjkVZ .mbr-section-title {
  color: #311c38;
}
.cid-sfnC3EjkVZ .mbr-text,
.cid-sfnC3EjkVZ .mbr-section-btn {
  color: #311c38;
}
.cid-sfnCk3qC9e {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnCk3qC9e .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnCk3qC9e .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnCk3qC9e .mbr-section-title {
  color: #311c38;
}
.cid-sfnCk3qC9e .mbr-text,
.cid-sfnCk3qC9e .mbr-section-btn {
  color: #311c38;
}
.cid-sfnE63ULBQ {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnE63ULBQ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnE63ULBQ .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnE63ULBQ .mbr-section-title {
  color: #311c38;
}
.cid-sfnE63ULBQ .mbr-text,
.cid-sfnE63ULBQ .mbr-section-btn {
  color: #311c38;
}
.cid-sBqeMQaUxU {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sBqeMQaUxU .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sBqeMQaUxU .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sBqeMQaUxU .mbr-section-title {
  color: #311c38;
}
.cid-sBqeMQaUxU .mbr-text,
.cid-sBqeMQaUxU .mbr-section-btn {
  color: #311c38;
}
.cid-sfnBxGnYUK {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sfnBxGnYUK .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sfnBxGnYUK .social-list a:focus {
  text-decoration: none;
}
.cid-sfnBxGnYUK H2 {
  color: #efefef;
}
.cid-sfnBxJzElb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sfnEbZxtuK {
  padding-top: 120px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnEbZxtuK .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnEbZxtuK .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnEbZxtuK .mbr-section-title {
  color: #311c38;
}
.cid-sfnEbZxtuK .mbr-text,
.cid-sfnEbZxtuK .mbr-section-btn {
  color: #311c38;
}
.cid-sfnEN8d8mC {
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnEN8d8mC .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnEN8d8mC .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnEN8d8mC .mbr-section-title {
  color: #311c38;
}
.cid-sfnEN8d8mC .mbr-text,
.cid-sfnEN8d8mC .mbr-section-btn {
  color: #311c38;
}
.cid-sfnEbYkCcE {
  padding-top: 120px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-sfnEbYkCcE .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfnEbYkCcE .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfnEbYkCcE .mbr-section-title {
  color: #311c38;
}
.cid-sfnEbYkCcE .mbr-text,
.cid-sfnEbYkCcE .mbr-section-btn {
  color: #311c38;
}
.cid-sfnEc000kt {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sfnEc000kt .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sfnEc000kt .social-list a:focus {
  text-decoration: none;
}
.cid-sfnEc000kt H2 {
  color: #efefef;
}
.cid-sfnEc0YPNE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rAJkHvTnF0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-rAJkHvTnF0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rAJkHvTnF0 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rAJkHvTnF0 .mbr-text {
  color: #d2bd74;
  text-align: center;
}
.cid-rAJkHvTnF0 .mbr-text B {
  color: #d2bd74;
}
.cid-umy3RbBo5L {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umy3RbBo5L .mbr-section-subtitle {
  color: #767676;
}
.cid-v6R8o0WpYy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6R8o0WpYy .card-img {
  background-color: #fff;
}
.cid-v6R8o0WpYy .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v6R8o0WpYy .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v6R8o0WpYy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v6R8o0WpYy p {
  text-align: left;
}
.cid-v6R8o0WpYy .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-v6R8o0WpYy .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v6R8o0WpYy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v6R8o0WpYy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v6R8o0WpYy .mbr-text B {
  color: #df2b2b;
}
.cid-rAJkHNgd00 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-rAJkHNgd00 .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-rAJkHNgd00 .social-list a:focus {
  text-decoration: none;
}
.cid-rAJkHNgd00 H2 {
  color: #efefef;
}
.cid-rAJkHOlOQS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-umy4fTDbMz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-umy4fTDbMz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-umy4fTDbMz .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-umy4fTDbMz .mbr-text {
  color: #d2bd74;
  text-align: center;
}
.cid-umy4fTDbMz .mbr-text B {
  color: #d2bd74;
}
.cid-umy4fe7Crl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umy4fe7Crl .mbr-section-subtitle {
  color: #767676;
}
.cid-v6R8CGpTJI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6R8CGpTJI .card-img {
  background-color: #fff;
}
.cid-v6R8CGpTJI .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-v6R8CGpTJI .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-v6R8CGpTJI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v6R8CGpTJI p {
  text-align: left;
}
.cid-v6R8CGpTJI .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-v6R8CGpTJI .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v6R8CGpTJI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v6R8CGpTJI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v6R8CGpTJI .mbr-text B {
  color: #df2b2b;
}
.cid-sHEx9CTbjY {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-sHEx9CTbjY .mbr-iconfont-social {
  font-size: 32px;
  color: #efefef;
}
.cid-sHEx9CTbjY .social-list a:focus {
  text-decoration: none;
}
.cid-sHEx9CTbjY H2 {
  color: #efefef;
}
.cid-qsR3s6DwCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
