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





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Roboto', sans-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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #d21e08 !important;
}
.bg-success {
  background-color: #767676 !important;
}
.bg-info {
  background-color: #767676 !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d21e08 !important;
  border-color: #d21e08 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #881305 !important;
  border-color: #881305 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #881305 !important;
  border-color: #881305 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-info,
.btn-info:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-success,
.btn-success:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !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: #701004;
  color: #701004;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d21e08;
  border-color: #d21e08;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d21e08 !important;
  border-color: #d21e08 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !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: #d21e08 !important;
}
.text-secondary {
  color: #767676 !important;
}
.text-success {
  color: #767676 !important;
}
.text-info {
  color: #767676 !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #701004 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #434343 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #434343 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #434343 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #434343 !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: #767676;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #767676;
}
.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: #d21e08;
  border-color: #d21e08;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d21e08;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3aa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b6b6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #d21e08;
}
/* 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: #d21e08;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #d21e08;
}
/* 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: #d21e08;
  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: #d21e08;
  border-bottom-color: #d21e08;
}
.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: #d21e08 !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: #767676 !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='%23d21e08' %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-s27Nj4xRq7 .navbar {
  padding: .2rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-s27Nj4xRq7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s27Nj4xRq7 a {
  font-style: normal;
}
.cid-s27Nj4xRq7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .nav-item:focus,
.cid-s27Nj4xRq7 .nav-link:focus {
  outline: none;
}
.cid-s27Nj4xRq7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s27Nj4xRq7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s27Nj4xRq7 .menu-logo {
  margin-right: auto;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-toggler-right {
  top: 0px;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler:focus {
  outline: none;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s27Nj4xRq7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s27Nj4xRq7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s27Nj4xRq7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s27Nj4xRq7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 img {
    height: 3.8rem !important;
  }
  .cid-s27Nj4xRq7 .btn {
    display: -webkit-flex;
  }
  .cid-s27Nj4xRq7 button.navbar-toggler {
    display: block;
  }
  .cid-s27Nj4xRq7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s27Nj4xRq7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing,
  .cid-s27Nj4xRq7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s27Nj4xRq7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s27Nj4xRq7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s27Nj4xRq7 .nav-link:hover,
.cid-s27Nj4xRq7 .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-s27WIGbDDP .modal-body .close {
  background: #1b1b1b;
}
.cid-s27WIGbDDP .modal-body .close span {
  font-style: normal;
}
.cid-s27WIGbDDP .carousel-inner > .active,
.cid-s27WIGbDDP .carousel-inner > .next,
.cid-s27WIGbDDP .carousel-inner > .prev {
  display: table;
}
.cid-s27WIGbDDP .carousel-control .icon-next,
.cid-s27WIGbDDP .carousel-control .icon-prev {
  margin-top: -16px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s27WIGbDDP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s27WIGbDDP .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s27WIGbDDP .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s27WIGbDDP .boxed-slider > div {
  position: relative;
}
.cid-s27WIGbDDP .container img {
  width: 100%;
}
.cid-s27WIGbDDP .container img + .row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s27WIGbDDP .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s27WIGbDDP .mbr-table-cell {
  padding: 0;
}
.cid-s27WIGbDDP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s27WIGbDDP .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: top-center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s27WIGbDDP .mbr-overlay {
  z-index: 1;
}
.cid-s27WIGbDDP .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s27WIGbDDP .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: 1600px) {
  .cid-s27WIGbDDP .carousel-item .container {
    width: 100%;
  }
}
.cid-s27WIGbDDP .carousel-item-next.carousel-item-left,
.cid-s27WIGbDDP .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s27WIGbDDP .active.carousel-item-right,
.cid-s27WIGbDDP .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s27WIGbDDP .active.carousel-item-left,
.cid-s27WIGbDDP .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s27WIGbDDP .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 20s;
}
.cid-s27WIGbDDP .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s27WIGbDDP .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s27WIGbDDP .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s27WIGbDDP .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s27WIGbDDP .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s27WIGbDDP .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s27WIGbDDP .mbr-slider .carousel-indicators li.active,
.cid-s27WIGbDDP .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s27WIGbDDP .mbr-slider .carousel-indicators li::after,
.cid-s27WIGbDDP .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s27WIGbDDP .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s27WIGbDDP .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s27WIGbDDP .mbr-slider > .container img {
  width: 100%;
}
.cid-s27WIGbDDP .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-s27WIGbDDP .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s27WIGbDDP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s27WIGbDDP .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s27WIGbDDP .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s27WIGbDDP .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s27WIGbDDP .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s27WIGbDDP .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s27WIGbDDP .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s27WIGbDDP .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s27WIGbDDP .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s27WIGbDDP .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s27WIGbDDP .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s27WIGbDDP H2 {
  color: #f1fd00;
}
.cid-s2flESufzT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #8d0628;
}
.cid-s2flESufzT .mbr-text,
.cid-s2flESufzT blockquote {
  color: #767676;
}
.cid-s2flESufzT .mbr-text P {
  text-align: center;
}
.cid-s2flESufzT .mbr-text {
  color: #ffffff;
}
.cid-s2eKhLRRGI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fundo-barra-katas.jpg");
}
.cid-s2eKhLRRGI p {
  color: #767676;
}
.cid-s2eKhLRRGI .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-s2eKhLRRGI .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s2eKhLRRGI .panel-group {
  width: 100%;
}
.cid-s2eKhLRRGI .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s2eKhLRRGI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s2eKhLRRGI .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s2eKhLRRGI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s2eKhLRRGI .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 3px solid #8c6f0c;
  margin-bottom: 0;
}
.cid-s2eKhLRRGI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s2eKhLRRGI .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-s2eKhLRRGI .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-s2eKhLRRGI .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s2eKhLRRGI .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-s2eKhLRRGI H4 {
  color: #ffffff;
  text-align: center;
}
.cid-s2eKhLRRGI .panel-text {
  text-align: center;
  color: #e4d295;
}
.cid-s2eKhLRRGI H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vde691Jq24 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-vde691Jq24 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-vde691Jq24 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-vde691Jq24 .mbr-text {
  color: #ffffff;
}
.cid-s283mSZeaW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/imagem-paralax-index-base-1.jpg");
}
.cid-s2HLgmawN7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8d0628;
}
.cid-s2HLgmawN7 .mbr-text,
.cid-s2HLgmawN7 blockquote {
  color: #767676;
}
.cid-s2HLgmawN7 .mbr-text P {
  text-align: center;
}
.cid-s2HLgmawN7 .mbr-text {
  color: #ffffff;
}
.cid-s2EUCuIo7k {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s2EUCuIo7k .mbr-text,
.cid-s2EUCuIo7k blockquote {
  color: #767676;
}
.cid-s2EUCuIo7k .mbr-text P {
  text-align: center;
}
.cid-s2EUCuIo7k .mbr-text {
  color: #ffffff;
}
.cid-s2cXHdfh0y .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-s2cXHdfh0y .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s2cXHdfh0y a {
  font-style: normal;
}
.cid-s2cXHdfh0y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2cXHdfh0y .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-s2cXHdfh0y .nav-item:focus,
.cid-s2cXHdfh0y .nav-link:focus {
  outline: none;
}
.cid-s2cXHdfh0y .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2cXHdfh0y .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2cXHdfh0y .menu-logo {
  margin-right: auto;
}
.cid-s2cXHdfh0y .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-s2cXHdfh0y .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-s2cXHdfh0y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2cXHdfh0y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2cXHdfh0y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2cXHdfh0y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2cXHdfh0y .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2cXHdfh0y .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2cXHdfh0y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2cXHdfh0y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2cXHdfh0y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2cXHdfh0y .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2cXHdfh0y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2cXHdfh0y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2cXHdfh0y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2cXHdfh0y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2cXHdfh0y .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-s2cXHdfh0y .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2cXHdfh0y .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2cXHdfh0y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2cXHdfh0y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2cXHdfh0y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2cXHdfh0y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2cXHdfh0y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2cXHdfh0y button.navbar-toggler:focus {
  outline: none;
}
.cid-s2cXHdfh0y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2cXHdfh0y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2cXHdfh0y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2cXHdfh0y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2cXHdfh0y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2cXHdfh0y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2cXHdfh0y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2cXHdfh0y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2cXHdfh0y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2cXHdfh0y .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2cXHdfh0y .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2cXHdfh0y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2cXHdfh0y .collapsed .navbar-collapse.collapsing,
.cid-s2cXHdfh0y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2cXHdfh0y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2cXHdfh0y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2cXHdfh0y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2cXHdfh0y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2cXHdfh0y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2cXHdfh0y .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2cXHdfh0y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2cXHdfh0y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2cXHdfh0y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2cXHdfh0y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2cXHdfh0y .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s2cXHdfh0y .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2cXHdfh0y .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2cXHdfh0y .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2cXHdfh0y .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-s2cXHdfh0y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2cXHdfh0y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2cXHdfh0y .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-s2cXHdfh0y .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2cXHdfh0y img {
    height: 3.8rem !important;
  }
  .cid-s2cXHdfh0y .btn {
    display: -webkit-flex;
  }
  .cid-s2cXHdfh0y button.navbar-toggler {
    display: block;
  }
  .cid-s2cXHdfh0y .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2cXHdfh0y .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2cXHdfh0y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2cXHdfh0y .navbar-collapse.collapsing,
  .cid-s2cXHdfh0y .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2cXHdfh0y .navbar-collapse.collapsing .navbar-nav,
  .cid-s2cXHdfh0y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2cXHdfh0y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2cXHdfh0y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2cXHdfh0y .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2cXHdfh0y .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2cXHdfh0y .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2cXHdfh0y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2cXHdfh0y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2cXHdfh0y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2cXHdfh0y .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-s2cXHdfh0y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2cXHdfh0y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2cXHdfh0y .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-s2cXHdfh0y .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2cXHdfh0y .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2cXHdfh0y .nav-link:hover,
.cid-s2cXHdfh0y .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-s2khChIsGG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/paralax-topo-goshindo-marca-dagua.jpg");
}
.cid-s2COqLRkGl {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2COqLRkGl h2 {
  text-align: left;
}
.cid-s2COqLRkGl h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s2COqLRkGl p {
  color: #767676;
  text-align: left;
}
.cid-s2COqLRkGl .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s2COqLRkGl .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s2COqLRkGl .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2COqLRkGl .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s2COqLRkGl .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s2COqLRkGl .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s2COqLRkGl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2COqLRkGl .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s2COqLRkGl .card-img span {
    font-size: 40px !important;
  }
}
.cid-s2COqLRkGl P {
  color: #767676;
  text-align: justify;
}
.cid-s2HUbPE62f {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2HUbPE62f .mbr-section-subtitle {
  color: #767676;
}
.cid-s2HUbPE62f H2 {
  color: #767676;
}
.cid-s2I04Ee11Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s2I04Ee11Y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2I04Ee11Y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2I04Ee11Y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2I04Ee11Y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2I04Ee11Y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2I04Ee11Y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2I04Ee11Y .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2I04Ee11Y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2I04Ee11Y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2I2S4r1Cc {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2I2S4r1Cc .mbr-section-subtitle {
  color: #767676;
}
.cid-s2I2S4r1Cc H2 {
  color: #767676;
}
.cid-s2I2Yp3Trr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s2I2Yp3Trr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2I2Yp3Trr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2I2Yp3Trr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2I2Yp3Trr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2I2Yp3Trr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2I2Yp3Trr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2I2Yp3Trr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2I2Yp3Trr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2I2Yp3Trr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2I5MHCwwi {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2I5MHCwwi .mbr-section-subtitle {
  color: #767676;
}
.cid-s2I5MHCwwi H2 {
  color: #767676;
}
.cid-s2I5Y5fW2i {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s2I5Y5fW2i .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2I5Y5fW2i .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2I5Y5fW2i .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2I5Y5fW2i .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2I5Y5fW2i .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2I5Y5fW2i .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2I5Y5fW2i .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2I5Y5fW2i .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2I5Y5fW2i .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-szFTmI2fsI {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szFTmI2fsI .mbr-section-subtitle {
  color: #767676;
}
.cid-szFTmI2fsI H2 {
  color: #767676;
}
.cid-szFTtQmJ0W {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-szFTtQmJ0W .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-szFTtQmJ0W .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-szFTtQmJ0W .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-szFTtQmJ0W .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-szFTtQmJ0W .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-szFTtQmJ0W .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-szFTtQmJ0W .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-szFTtQmJ0W .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-szFTtQmJ0W .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2HSwXGSTJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8d0628;
}
.cid-s2HSwXGSTJ .mbr-text,
.cid-s2HSwXGSTJ blockquote {
  color: #767676;
}
.cid-s2HSwXGSTJ .mbr-text P {
  text-align: center;
}
.cid-s2HSwXGSTJ .mbr-text {
  color: #ffffff;
}
.cid-s2HSxEz8KB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s2HSxEz8KB .mbr-text,
.cid-s2HSxEz8KB blockquote {
  color: #767676;
}
.cid-s2HSxEz8KB .mbr-text P {
  text-align: center;
}
.cid-s2HSxEz8KB .mbr-text {
  color: #ffffff;
}
.cid-s27Nj4xRq7 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-s27Nj4xRq7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s27Nj4xRq7 a {
  font-style: normal;
}
.cid-s27Nj4xRq7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .nav-item:focus,
.cid-s27Nj4xRq7 .nav-link:focus {
  outline: none;
}
.cid-s27Nj4xRq7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s27Nj4xRq7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s27Nj4xRq7 .menu-logo {
  margin-right: auto;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler:focus {
  outline: none;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s27Nj4xRq7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s27Nj4xRq7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s27Nj4xRq7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s27Nj4xRq7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 img {
    height: 3.8rem !important;
  }
  .cid-s27Nj4xRq7 .btn {
    display: -webkit-flex;
  }
  .cid-s27Nj4xRq7 button.navbar-toggler {
    display: block;
  }
  .cid-s27Nj4xRq7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s27Nj4xRq7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing,
  .cid-s27Nj4xRq7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s27Nj4xRq7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s27Nj4xRq7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s27Nj4xRq7 .nav-link:hover,
.cid-s27Nj4xRq7 .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-s28dnDOx59 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/paralax-topo-katas-marca-dagua.jpg");
}
.cid-s29lt7G1Ab {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s29lt7G1Ab h2 {
  text-align: left;
}
.cid-s29lt7G1Ab h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s29lt7G1Ab p {
  color: #767676;
  text-align: left;
}
.cid-s29lt7G1Ab .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s29lt7G1Ab .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s29lt7G1Ab .media {
  margin: initial;
  align-items: justify;
  -webkit-align-items: center;
}
.cid-s29lt7G1Ab .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s29lt7G1Ab .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s29lt7G1Ab .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s29lt7G1Ab .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s29lt7G1Ab .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s29lt7G1Ab .card-img span {
    font-size: 40px !important;
  }
}
.cid-s29lt7G1Ab P {
  color: #767676;
  text-align: justify;
}
.cid-ug9yYIVyqR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug9yYIVyqR .mbr-section-subtitle {
  color: #767676;
}
.cid-ug9yYIVyqR H2 {
  text-align: center;
  color: #8d0628;
}
.cid-ug9zvlSjUT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ug9zvlSjUT .mbr-text,
.cid-ug9zvlSjUT blockquote {
  color: #767676;
}
.cid-ug9zvlSjUT .mbr-text P {
  text-align: justify;
}
.cid-ug9zvlSjUT .mbr-text {
  color: #767676;
}
.cid-s28GRrB1Uo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s28GRrB1Uo .mbr-section-subtitle {
  color: #767676;
}
.cid-s28GRrB1Uo H2 {
  text-align: center;
  color: #8d0628;
}
.cid-s28GC10eHd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s28GC10eHd .mbr-text,
.cid-s28GC10eHd blockquote {
  color: #767676;
}
.cid-s28GC10eHd .mbr-text P {
  text-align: justify;
}
.cid-s28GC10eHd .mbr-text {
  color: #767676;
}
.cid-s28UZot92P {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s28UZot92P .mbr-section-subtitle {
  color: #767676;
}
.cid-s28UZot92P H2 {
  color: #767676;
}
.cid-s28UCrjNbB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s28UCrjNbB .mbr-text,
.cid-s28UCrjNbB blockquote {
  color: #767676;
}
.cid-s28UCrjNbB .mbr-text {
  color: #ffffff;
}
.cid-s28UCrjNbB .mbr-text P {
  text-align: justify;
}
.cid-s2jmAcvDsz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2jmAcvDsz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2jmAcvDsz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2jmAcvDsz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2jmAcvDsz .mbr-slider .modal-body .close {
  background: #e0e0e0e;
}
.cid-s2jmAcvDsz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2jmAcvDsz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2jmAcvDsz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2jmAcvDsz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2jmAcvDsz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2jmAcvDsz .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s7Bg36PCsb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #641025;
}
.cid-s7Bg36PCsb .mbr-text,
.cid-s7Bg36PCsb blockquote {
  color: #767676;
}
.cid-s7Bg36PCsb .mbr-text P {
  text-align: center;
}
.cid-s7Bg36PCsb .mbr-text {
  color: #ffffff;
}
.cid-s5iR6H9daQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #641025;
}
.cid-s5iR6H9daQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5iR6H9daQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5iR6H9daQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5iR6H9daQ .mbr-slider .modal-body .close {
  background: #e0e0e0e;
}
.cid-s5iR6H9daQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s5iR6H9daQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5iR6H9daQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s5iR6H9daQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s5iR6H9daQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s5iR6H9daQ .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s28X5qDQix {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s28X5qDQix .mbr-section-subtitle {
  color: #767676;
}
.cid-s28X5qDQix H2 {
  text-align: center;
  color: #8d0628;
}
.cid-s28YocXzI2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s28YocXzI2 .mbr-section-subtitle {
  color: #767676;
}
.cid-s28YocXzI2 H2 {
  text-align: center;
  color: #767676;
}
.cid-s28Y7uMYyy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s28Y7uMYyy .mbr-text,
.cid-s28Y7uMYyy blockquote {
  color: #767676;
}
.cid-s28Y7uMYyy .mbr-text P {
  text-align: justify;
}
.cid-s28Y7uMYyy .mbr-text {
  color: #ffffff;
}
.cid-s2jyW0jHRj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2jyW0jHRj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2jyW0jHRj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2jyW0jHRj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2jyW0jHRj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2jyW0jHRj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2jyW0jHRj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2jyW0jHRj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2jyW0jHRj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2jyW0jHRj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2jyW0jHRj .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-sc24A2ixY3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #641025;
}
.cid-sc24A2ixY3 .mbr-text,
.cid-sc24A2ixY3 blockquote {
  color: #767676;
}
.cid-sc24A2ixY3 .mbr-text P {
  text-align: center;
}
.cid-sc24A2ixY3 .mbr-text {
  color: #ffffff;
}
.cid-sc25e85OGP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #641025;
}
.cid-sc25e85OGP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sc25e85OGP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sc25e85OGP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sc25e85OGP .mbr-slider .modal-body .close {
  background: #e0e0e0e;
}
.cid-sc25e85OGP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sc25e85OGP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sc25e85OGP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sc25e85OGP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sc25e85OGP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sc25e85OGP .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s292RVK4ZV {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s292RVK4ZV .mbr-section-subtitle {
  color: #767676;
}
.cid-s292RVK4ZV H2 {
  text-align: center;
  color: #8d0628;
}
.cid-s29393xQds {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s29393xQds .mbr-section-subtitle {
  color: #767676;
}
.cid-s29393xQds H2 {
  text-align: center;
  color: #767676;
}
.cid-s294ZzfBxj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s294ZzfBxj .mbr-text,
.cid-s294ZzfBxj blockquote {
  color: #767676;
}
.cid-s294ZzfBxj .mbr-text P {
  text-align: justify;
}
.cid-s294ZzfBxj .mbr-text {
  color: #ffffff;
}
.cid-s2jI8zIeqF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2jI8zIeqF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2jI8zIeqF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2jI8zIeqF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2jI8zIeqF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2jI8zIeqF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2jI8zIeqF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2jI8zIeqF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2jI8zIeqF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2jI8zIeqF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2jI8zIeqF .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s298AlwRyF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s298AlwRyF .mbr-section-subtitle {
  color: #767676;
}
.cid-s298AlwRyF H2 {
  text-align: center;
  color: #767676;
}
.cid-s298L7zaqE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s298L7zaqE .mbr-text,
.cid-s298L7zaqE blockquote {
  color: #767676;
}
.cid-s298L7zaqE .mbr-text P {
  text-align: justify;
}
.cid-s298L7zaqE .mbr-text {
  color: #ffffff;
}
.cid-s2jLpEiLHf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2jLpEiLHf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2jLpEiLHf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2jLpEiLHf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2jLpEiLHf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2jLpEiLHf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2jLpEiLHf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2jLpEiLHf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2jLpEiLHf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2jLpEiLHf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2jLpEiLHf .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s29dTXuGEv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s29dTXuGEv .mbr-section-subtitle {
  color: #767676;
}
.cid-s29dTXuGEv H2 {
  text-align: center;
  color: #767676;
}
.cid-s29e9k2Dc0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s29e9k2Dc0 .mbr-text,
.cid-s29e9k2Dc0 blockquote {
  color: #767676;
}
.cid-s29e9k2Dc0 .mbr-text P {
  text-align: justify;
}
.cid-s29e9k2Dc0 .mbr-text {
  color: #ffffff;
}
.cid-s2jRG1D10D {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2jRG1D10D .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2jRG1D10D .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2jRG1D10D .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2jRG1D10D .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2jRG1D10D .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2jRG1D10D .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2jRG1D10D .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2jRG1D10D .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2jRG1D10D .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2jRG1D10D .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s29fgGMbcj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s29fgGMbcj .mbr-section-subtitle {
  color: #767676;
}
.cid-s29fgGMbcj H2 {
  text-align: center;
  color: #767676;
}
.cid-s29fpcwSnf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s29fpcwSnf .mbr-text,
.cid-s29fpcwSnf blockquote {
  color: #767676;
}
.cid-s29fpcwSnf .mbr-text P {
  text-align: justify;
}
.cid-s29fpcwSnf .mbr-text {
  color: #ffffff;
}
.cid-s2jSfH9dmH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2jSfH9dmH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2jSfH9dmH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2jSfH9dmH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2jSfH9dmH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2jSfH9dmH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2jSfH9dmH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2jSfH9dmH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2jSfH9dmH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2jSfH9dmH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2jSfH9dmH .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-si2FgivfLa {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-si2FgivfLa .mbr-section-subtitle {
  color: #767676;
}
.cid-si2FgivfLa H2 {
  text-align: center;
  color: #8d0628;
}
.cid-si2FUCXmzJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-si2FUCXmzJ .mbr-section-subtitle {
  color: #767676;
}
.cid-si2FUCXmzJ H2 {
  text-align: center;
  color: #767676;
}
.cid-si2GrsNI4D {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #641025;
}
.cid-si2GrsNI4D .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-si2GrsNI4D .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-si2GrsNI4D .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-si2GrsNI4D .mbr-slider .modal-body .close {
  background: #e0e0e0e;
}
.cid-si2GrsNI4D .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-si2GrsNI4D .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-si2GrsNI4D .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-si2GrsNI4D .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-si2GrsNI4D .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-si2GrsNI4D .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s29gODF38j {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s29gODF38j .mbr-section-subtitle {
  color: #767676;
}
.cid-s29gODF38j H2 {
  text-align: center;
  color: #8d0628;
}
.cid-s29hMIVTGH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s29hMIVTGH .mbr-section-subtitle {
  color: #767676;
}
.cid-s29hMIVTGH H2 {
  text-align: center;
  color: #767676;
}
.cid-s29i8m2IGV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s29i8m2IGV .mbr-text,
.cid-s29i8m2IGV blockquote {
  color: #767676;
}
.cid-s29i8m2IGV .mbr-text P {
  text-align: justify;
}
.cid-s29i8m2IGV .mbr-text {
  color: #ffffff;
}
.cid-s2jTMSsBWe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2jTMSsBWe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2jTMSsBWe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2jTMSsBWe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2jTMSsBWe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2jTMSsBWe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2jTMSsBWe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2jTMSsBWe .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2jTMSsBWe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2jTMSsBWe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2jTMSsBWe .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s29jnm6dXo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s29jnm6dXo .mbr-section-subtitle {
  color: #767676;
}
.cid-s29jnm6dXo H2 {
  text-align: center;
  color: #767676;
}
.cid-s29jvmO5D3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s29jvmO5D3 .mbr-text,
.cid-s29jvmO5D3 blockquote {
  color: #767676;
}
.cid-s29jvmO5D3 .mbr-text P {
  text-align: justify;
}
.cid-s29jvmO5D3 .mbr-text {
  color: #ffffff;
}
.cid-s2jZsxhTvp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2jZsxhTvp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2jZsxhTvp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2jZsxhTvp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2jZsxhTvp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2jZsxhTvp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2jZsxhTvp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2jZsxhTvp .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2jZsxhTvp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2jZsxhTvp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2jZsxhTvp .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s2cq0gixrZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2cq0gixrZ .mbr-section-subtitle {
  color: #767676;
}
.cid-s2cq0gixrZ H2 {
  text-align: center;
  color: #767676;
}
.cid-s2cq5jHNU1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2cq5jHNU1 .mbr-text,
.cid-s2cq5jHNU1 blockquote {
  color: #767676;
}
.cid-s2cq5jHNU1 .mbr-text P {
  text-align: justify;
}
.cid-s2cq5jHNU1 .mbr-text {
  color: #ffffff;
}
.cid-s2k0b1hsL1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2k0b1hsL1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2k0b1hsL1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2k0b1hsL1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2k0b1hsL1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2k0b1hsL1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2k0b1hsL1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2k0b1hsL1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2k0b1hsL1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2k0b1hsL1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2k0b1hsL1 .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-szEou89WIL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szEou89WIL .mbr-section-subtitle {
  color: #767676;
}
.cid-szEou89WIL H2 {
  text-align: center;
  color: #8d0628;
}
.cid-szEoOnK8or {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szEoOnK8or .mbr-section-subtitle {
  color: #767676;
}
.cid-szEoOnK8or H2 {
  text-align: center;
  color: #767676;
}
.cid-szEp5SddS9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #641025;
}
.cid-szEp5SddS9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-szEp5SddS9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-szEp5SddS9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-szEp5SddS9 .mbr-slider .modal-body .close {
  background: #e0e0e0e;
}
.cid-szEp5SddS9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-szEp5SddS9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-szEp5SddS9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-szEp5SddS9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-szEp5SddS9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-szEp5SddS9 .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-szFyk5Aoey {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #393536;
}
.cid-szFyk5Aoey .mbr-text,
.cid-szFyk5Aoey blockquote {
  color: #767676;
}
.cid-szFyk5Aoey .mbr-text P {
  text-align: justify;
}
.cid-szFyk5Aoey .mbr-text {
  color: #ffffff;
}
.cid-szFxPKCAdY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #393536;
}
.cid-szFxPKCAdY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-szFxPKCAdY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-szFxPKCAdY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-szFxPKCAdY .mbr-slider .modal-body .close {
  background: #e0e0e0e;
}
.cid-szFxPKCAdY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-szFxPKCAdY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-szFxPKCAdY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-szFxPKCAdY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-szFxPKCAdY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-szFxPKCAdY .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-szFAZF3A8j {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #393536;
}
.cid-szFAZF3A8j .mbr-text,
.cid-szFAZF3A8j blockquote {
  color: #767676;
}
.cid-szFAZF3A8j .mbr-text P {
  text-align: justify;
}
.cid-szFAZF3A8j .mbr-text {
  color: #ffffff;
}
.cid-s2cs5gQ0q2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2cs5gQ0q2 .mbr-section-subtitle {
  color: #767676;
}
.cid-s2cs5gQ0q2 H2 {
  text-align: center;
  color: #767676;
}
.cid-s2csaWnDzg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2csaWnDzg .mbr-text,
.cid-s2csaWnDzg blockquote {
  color: #767676;
}
.cid-s2csaWnDzg .mbr-text P {
  text-align: justify;
}
.cid-s2csaWnDzg .mbr-text {
  color: #ffffff;
}
.cid-s2k0JPIDNt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2k0JPIDNt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2k0JPIDNt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2k0JPIDNt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2k0JPIDNt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2k0JPIDNt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2k0JPIDNt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2k0JPIDNt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2k0JPIDNt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2k0JPIDNt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2k0JPIDNt .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s2ctexXyXZ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2ctexXyXZ .mbr-section-subtitle {
  color: #767676;
}
.cid-s2ctexXyXZ H2 {
  text-align: center;
  color: #767676;
}
.cid-s2ctladgD1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2ctladgD1 .mbr-text,
.cid-s2ctladgD1 blockquote {
  color: #767676;
}
.cid-s2ctladgD1 .mbr-text P {
  text-align: justify;
}
.cid-s2ctladgD1 .mbr-text {
  color: #ffffff;
}
.cid-s2k2H5VxPR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2k2H5VxPR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2k2H5VxPR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2k2H5VxPR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2k2H5VxPR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2k2H5VxPR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2k2H5VxPR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2k2H5VxPR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2k2H5VxPR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2k2H5VxPR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2k2H5VxPR .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s2cv5JkEDf {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2cv5JkEDf .mbr-section-subtitle {
  color: #767676;
}
.cid-s2cv5JkEDf H2 {
  text-align: center;
  color: #767676;
}
.cid-s2cvckB8qy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2cvckB8qy .mbr-text,
.cid-s2cvckB8qy blockquote {
  color: #767676;
}
.cid-s2cvckB8qy .mbr-text P {
  text-align: justify;
}
.cid-s2cvckB8qy .mbr-text {
  color: #ffffff;
}
.cid-s2k3sayKTI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2k3sayKTI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2k3sayKTI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2k3sayKTI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2k3sayKTI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2k3sayKTI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2k3sayKTI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2k3sayKTI .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2k3sayKTI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2k3sayKTI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2k3sayKTI .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s2cwb6KHtj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2cwb6KHtj .mbr-section-subtitle {
  color: #767676;
}
.cid-s2cwb6KHtj H2 {
  text-align: center;
  color: #767676;
}
.cid-s2cwiIWV1U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2cwiIWV1U .mbr-text,
.cid-s2cwiIWV1U blockquote {
  color: #767676;
}
.cid-s2cwiIWV1U .mbr-text P {
  text-align: justify;
}
.cid-s2cwiIWV1U .mbr-text {
  color: #ffffff;
}
.cid-s2kaYldsMb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2kaYldsMb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2kaYldsMb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2kaYldsMb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2kaYldsMb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2kaYldsMb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2kaYldsMb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2kaYldsMb .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2kaYldsMb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2kaYldsMb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2kaYldsMb .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s2cz5Co4wJ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2cz5Co4wJ .mbr-section-subtitle {
  color: #767676;
}
.cid-s2cz5Co4wJ H2 {
  text-align: center;
  color: #767676;
}
.cid-s2czbfieej {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2czbfieej .mbr-text,
.cid-s2czbfieej blockquote {
  color: #767676;
}
.cid-s2czbfieej .mbr-text P {
  text-align: justify;
}
.cid-s2czbfieej .mbr-text {
  color: #ffffff;
}
.cid-s2keiNeTwS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2keiNeTwS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2keiNeTwS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2keiNeTwS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2keiNeTwS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2keiNeTwS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2keiNeTwS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2keiNeTwS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2keiNeTwS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2keiNeTwS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2keiNeTwS .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s2cAe1b6va {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2cAe1b6va .mbr-section-subtitle {
  color: #767676;
}
.cid-s2cAe1b6va H2 {
  text-align: center;
  color: #767676;
}
.cid-s2cAmDeOQB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2cAmDeOQB .mbr-text,
.cid-s2cAmDeOQB blockquote {
  color: #767676;
}
.cid-s2cAmDeOQB .mbr-text P {
  text-align: justify;
}
.cid-s2cAmDeOQB .mbr-text {
  color: #ffffff;
}
.cid-s2keQMcxga {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2keQMcxga .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2keQMcxga .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2keQMcxga .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2keQMcxga .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2keQMcxga .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2keQMcxga .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2keQMcxga .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2keQMcxga .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2keQMcxga .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2keQMcxga .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s2cCeToI1s {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2cCeToI1s .mbr-section-subtitle {
  color: #767676;
}
.cid-s2cCeToI1s H2 {
  text-align: center;
  color: #767676;
}
.cid-s2cCsQZETI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2cCsQZETI .mbr-text,
.cid-s2cCsQZETI blockquote {
  color: #767676;
}
.cid-s2cCsQZETI .mbr-text P {
  text-align: justify;
}
.cid-s2cCsQZETI .mbr-text {
  color: #ffffff;
}
.cid-s2kfpFYy4C {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2kfpFYy4C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2kfpFYy4C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2kfpFYy4C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2kfpFYy4C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2kfpFYy4C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2kfpFYy4C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2kfpFYy4C .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2kfpFYy4C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2kfpFYy4C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2kfpFYy4C .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s2cDcKW5x6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2cDcKW5x6 .mbr-section-subtitle {
  color: #767676;
}
.cid-s2cDcKW5x6 H2 {
  text-align: center;
  color: #767676;
}
.cid-s2cDgZ5Qob {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2cDgZ5Qob .mbr-text,
.cid-s2cDgZ5Qob blockquote {
  color: #767676;
}
.cid-s2cDgZ5Qob .mbr-text P {
  text-align: justify;
}
.cid-s2cDgZ5Qob .mbr-text {
  color: #ffffff;
}
.cid-s2kfKbZL4j {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2kfKbZL4j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2kfKbZL4j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2kfKbZL4j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2kfKbZL4j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2kfKbZL4j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2kfKbZL4j .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2kfKbZL4j .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2kfKbZL4j .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2kfKbZL4j .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2kfKbZL4j .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s2cEpevhqG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2cEpevhqG .mbr-section-subtitle {
  color: #767676;
}
.cid-s2cEpevhqG H2 {
  text-align: center;
  color: #767676;
}
.cid-s2cEJcV92M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2cEJcV92M .mbr-text,
.cid-s2cEJcV92M blockquote {
  color: #767676;
}
.cid-s2cEJcV92M .mbr-text P {
  text-align: justify;
}
.cid-s2cEJcV92M .mbr-text {
  color: #ffffff;
}
.cid-s2kg8P7FE3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #8d0628;
}
.cid-s2kg8P7FE3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2kg8P7FE3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2kg8P7FE3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2kg8P7FE3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2kg8P7FE3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2kg8P7FE3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2kg8P7FE3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2kg8P7FE3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2kg8P7FE3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2kg8P7FE3 .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-s2jyF1CPpk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2jyF1CPpk .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jyF1CPpk H2 {
  text-align: center;
  color: #232323;
}
.cid-s2HSmSyNsI {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #8d0628, #8d0628);
}
.cid-s2HSmSyNsI .mbr-iconfont-social {
  font-size: 32px;
  color: #cc2952;
}
.cid-s2HSmSyNsI .social-list a:focus {
  text-decoration: none;
}
.cid-s2HSodMXpD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s2HSodMXpD .mbr-text,
.cid-s2HSodMXpD blockquote {
  color: #767676;
}
.cid-s2HSodMXpD .mbr-text P {
  text-align: center;
}
.cid-s2HSodMXpD .mbr-text {
  color: #ffffff;
}
.cid-s27Nj4xRq7 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-s27Nj4xRq7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s27Nj4xRq7 a {
  font-style: normal;
}
.cid-s27Nj4xRq7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .nav-item:focus,
.cid-s27Nj4xRq7 .nav-link:focus {
  outline: none;
}
.cid-s27Nj4xRq7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s27Nj4xRq7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s27Nj4xRq7 .menu-logo {
  margin-right: auto;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler:focus {
  outline: none;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s27Nj4xRq7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s27Nj4xRq7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s27Nj4xRq7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s27Nj4xRq7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 img {
    height: 3.8rem !important;
  }
  .cid-s27Nj4xRq7 .btn {
    display: -webkit-flex;
  }
  .cid-s27Nj4xRq7 button.navbar-toggler {
    display: block;
  }
  .cid-s27Nj4xRq7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s27Nj4xRq7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing,
  .cid-s27Nj4xRq7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s27Nj4xRq7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s27Nj4xRq7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s27Nj4xRq7 .nav-link:hover,
.cid-s27Nj4xRq7 .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-s2kho0Q44v {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/paralax-topo-perfil-sepia-marca-dagua.jpg");
}
.cid-s2BZJWxcsN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background-perfil-unico-new.jpg");
}
.cid-s2BZJWxcsN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s2BZJWxcsN p {
  color: #767676;
  text-align: justify;
}
.cid-s2BZJWxcsN .card-box {
  padding-top: 2rem;
}
.cid-s2BZJWxcsN .card-wrapper {
  height: 100%;
}
.cid-s2BZJWxcsN P {
  color: #767676;
}
.cid-s2BZJWxcsN .card-title {
  color: #767676;
}
.cid-s2HS72CefI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8d0628;
}
.cid-s2HS72CefI .mbr-text,
.cid-s2HS72CefI blockquote {
  color: #767676;
}
.cid-s2HS72CefI .mbr-text P {
  text-align: center;
}
.cid-s2HS72CefI .mbr-text {
  color: #ffffff;
}
.cid-s2HSamMvEI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s2HSamMvEI .mbr-text,
.cid-s2HSamMvEI blockquote {
  color: #767676;
}
.cid-s2HSamMvEI .mbr-text P {
  text-align: center;
}
.cid-s2HSamMvEI .mbr-text {
  color: #ffffff;
}
.cid-s27Nj4xRq7 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-s27Nj4xRq7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s27Nj4xRq7 a {
  font-style: normal;
}
.cid-s27Nj4xRq7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .nav-item:focus,
.cid-s27Nj4xRq7 .nav-link:focus {
  outline: none;
}
.cid-s27Nj4xRq7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s27Nj4xRq7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s27Nj4xRq7 .menu-logo {
  margin-right: auto;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler:focus {
  outline: none;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s27Nj4xRq7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s27Nj4xRq7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s27Nj4xRq7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s27Nj4xRq7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 img {
    height: 3.8rem !important;
  }
  .cid-s27Nj4xRq7 .btn {
    display: -webkit-flex;
  }
  .cid-s27Nj4xRq7 button.navbar-toggler {
    display: block;
  }
  .cid-s27Nj4xRq7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s27Nj4xRq7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing,
  .cid-s27Nj4xRq7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s27Nj4xRq7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s27Nj4xRq7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s27Nj4xRq7 .nav-link:hover,
.cid-s27Nj4xRq7 .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-s2kh7GAeNg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/paralax-topo-karatedo-1.jpg");
}
.cid-s2BD9zRkNS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background-karatedo-unico.jpg");
}
.cid-s2BD9zRkNS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s2BD9zRkNS p {
  color: #767676;
  text-align: justify;
}
.cid-s2BD9zRkNS .card-box {
  padding-top: 2rem;
}
.cid-s2BD9zRkNS .card-wrapper {
  height: 100%;
}
.cid-s2BD9zRkNS P {
  color: #767676;
}
.cid-s2BD9zRkNS .card-title {
  color: #767676;
}
.cid-s2HRnDFTfy {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #8d0628, #8d0628);
}
.cid-s2HRnDFTfy .mbr-iconfont-social {
  font-size: 32px;
  color: #cc2952;
}
.cid-s2HRnDFTfy .social-list a:focus {
  text-decoration: none;
}
.cid-s2HR8NhPNm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s2HR8NhPNm .mbr-text,
.cid-s2HR8NhPNm blockquote {
  color: #767676;
}
.cid-s2HR8NhPNm .mbr-text P {
  text-align: center;
}
.cid-s2HR8NhPNm .mbr-text {
  color: #ffffff;
}
.cid-s27Nj4xRq7 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-s27Nj4xRq7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s27Nj4xRq7 a {
  font-style: normal;
}
.cid-s27Nj4xRq7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .nav-item:focus,
.cid-s27Nj4xRq7 .nav-link:focus {
  outline: none;
}
.cid-s27Nj4xRq7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s27Nj4xRq7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s27Nj4xRq7 .menu-logo {
  margin-right: auto;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler:focus {
  outline: none;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s27Nj4xRq7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s27Nj4xRq7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s27Nj4xRq7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s27Nj4xRq7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 img {
    height: 3.8rem !important;
  }
  .cid-s27Nj4xRq7 .btn {
    display: -webkit-flex;
  }
  .cid-s27Nj4xRq7 button.navbar-toggler {
    display: block;
  }
  .cid-s27Nj4xRq7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s27Nj4xRq7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing,
  .cid-s27Nj4xRq7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s27Nj4xRq7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s27Nj4xRq7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s27Nj4xRq7 .nav-link:hover,
.cid-s27Nj4xRq7 .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-s2khR3aE0P {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/paralax-topo-extras-marca-dagua.jpg");
}
.cid-s2NaQmGQNR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2NaQmGQNR .mbr-section-subtitle {
  color: #767676;
}
.cid-s2NaQmGQNR H2 {
  color: #767676;
}
.cid-s2NbaL9SxX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2NbaL9SxX .mbr-text,
.cid-s2NbaL9SxX blockquote {
  color: #767676;
}
.cid-s2NbaL9SxX .mbr-text P {
  text-align: justify;
}
.cid-s2NbaL9SxX .mbr-text {
  color: #767676;
}
.cid-s2NbEURdlV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2NbEURdlV .mbr-section-subtitle {
  color: #767676;
}
.cid-s2NbEURdlV H2 {
  color: #767676;
}
.cid-s2NbQUyPAW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s2NbQUyPAW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2NbQUyPAW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2NbQUyPAW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2NbQUyPAW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2NbQUyPAW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2NbQUyPAW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2NbQUyPAW .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2NbQUyPAW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2NbQUyPAW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2HTEXNUy6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2HTEXNUy6 .mbr-section-subtitle {
  color: #767676;
}
.cid-s2HTEXNUy6 H2 {
  color: #767676;
}
.cid-uga3NH7poL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background-karatedo-unico.jpg");
}
.cid-uga3NH7poL .card-img {
  background-color: #fff;
}
.cid-uga3NH7poL .card {
  align-self: stretch;
}
.cid-uga3NH7poL .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uga3NH7poL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uga3NH7poL p {
  text-align: left;
}
.cid-uga3NH7poL .mbr-text {
  color: #767676;
}
.cid-uga3NH7poL .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uga3NH7poL .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-uga3NH7poL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uga3NH7poL .card-title {
  text-align: center;
  color: #c1c1c1;
}
.cid-s2PNMu59nB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2PNMu59nB .mbr-section-subtitle {
  color: #767676;
}
.cid-s2PNMu59nB H2 {
  color: #767676;
}
.cid-s4nuCH9v5W {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s4nuCH9v5W .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4nuCH9v5W .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s4nuCH9v5W .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-s4nrdkI7El {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s4nrdkI7El .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4nrdkI7El .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s4nrdkI7El .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-s4nrUj9X9P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s4nrUj9X9P .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4nrUj9X9P .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s4nrUj9X9P .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-s4nswMcWo9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s4nswMcWo9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4nswMcWo9 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s4nswMcWo9 .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-s4nt6d9oCT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s4nt6d9oCT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4nt6d9oCT .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s4nt6d9oCT .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-s4nttiedge {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s4nttiedge .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4nttiedge .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s4nttiedge .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-s4nucbC0TA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s4nucbC0TA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4nucbC0TA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s4nucbC0TA .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-s5k4qOIYfU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s5k4qOIYfU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5k4qOIYfU .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s5k4qOIYfU .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-s7BsVOuIK0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s7BsVOuIK0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7BsVOuIK0 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s7BsVOuIK0 .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-tbMRN90Jph {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-tbMRN90Jph .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tbMRN90Jph .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tbMRN90Jph .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-tbMRPYXWiv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-tbMRPYXWiv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tbMRPYXWiv .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tbMRPYXWiv .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-s2HTvTeY6i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8d0628;
}
.cid-s2HTvTeY6i .mbr-text,
.cid-s2HTvTeY6i blockquote {
  color: #767676;
}
.cid-s2HTvTeY6i .mbr-text P {
  text-align: center;
}
.cid-s2HTvTeY6i .mbr-text {
  color: #ffffff;
}
.cid-s2HTwJmJdu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s2HTwJmJdu .mbr-text,
.cid-s2HTwJmJdu blockquote {
  color: #767676;
}
.cid-s2HTwJmJdu .mbr-text P {
  text-align: center;
}
.cid-s2HTwJmJdu .mbr-text {
  color: #ffffff;
}
.cid-s27Nj4xRq7 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-s27Nj4xRq7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s27Nj4xRq7 a {
  font-style: normal;
}
.cid-s27Nj4xRq7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .nav-item:focus,
.cid-s27Nj4xRq7 .nav-link:focus {
  outline: none;
}
.cid-s27Nj4xRq7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s27Nj4xRq7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s27Nj4xRq7 .menu-logo {
  margin-right: auto;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler:focus {
  outline: none;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s27Nj4xRq7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s27Nj4xRq7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s27Nj4xRq7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s27Nj4xRq7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 img {
    height: 3.8rem !important;
  }
  .cid-s27Nj4xRq7 .btn {
    display: -webkit-flex;
  }
  .cid-s27Nj4xRq7 button.navbar-toggler {
    display: block;
  }
  .cid-s27Nj4xRq7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s27Nj4xRq7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing,
  .cid-s27Nj4xRq7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s27Nj4xRq7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s27Nj4xRq7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s27Nj4xRq7 .nav-link:hover,
.cid-s27Nj4xRq7 .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-s2ki0JouiQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/paralax-topo-contato-1.jpg");
}
.cid-s2Qf0iGnSM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/slide-index-dudukaraterj.jpg");
}
.cid-s2Qf0iGnSM .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-s2Qf0iGnSM .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #767676;
  padding: 1rem 3rem;
  margin: 0.2rem .8rem !important;
  transition: all .3s;
}
.cid-s2Qf0iGnSM .nav-tabs .nav-link:hover {
  background-color: #7f1933;
}
.cid-s2Qf0iGnSM .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #7f1933;
}
.cid-s2Qf0iGnSM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #7f1933;
}
.cid-s2Qf0iGnSM .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-s2Qf0iGnSM .mbr-section-subtitle {
  color: #767676;
}
.cid-s2Qf0iGnSM p {
  color: #767676;
}
.cid-s2Qf0iGnSM .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-s2Qf0iGnSM .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-s2Qf0iGnSM .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-s2PZQvROMY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2PZQvROMY .google-map {
  height: 25rem;
  position: relative;
}
.cid-s2PZQvROMY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s2PZQvROMY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Roboto;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 10%;
  width: 100%;
}
.cid-s2PZQvROMY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s2PZQvROMY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sB02b24EmB {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sB02b24EmB .google-map {
  height: 25rem;
  position: relative;
}
.cid-sB02b24EmB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sB02b24EmB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Roboto;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 10%;
  width: 100%;
}
.cid-sB02b24EmB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sB02b24EmB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s2Q2pgKA6Y {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2Q2pgKA6Y .google-map {
  height: 25rem;
  position: relative;
}
.cid-s2Q2pgKA6Y .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s2Q2pgKA6Y .google-map [data-state-details] {
  color: #6b6763;
  font-family: Roboto;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 10%;
  width: 100%;
}
.cid-s2Q2pgKA6Y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s2Q2pgKA6Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdehGaD67K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-vdehGaD67K .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-vdehGaD67K .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-vdehGaD67K .mbr-text {
  color: #ffffff;
}
.cid-s2MfEnvEcM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s2MfEnvEcM .mbr-text,
.cid-s2MfEnvEcM blockquote {
  color: #767676;
}
.cid-s2MfEnvEcM .mbr-text P {
  text-align: center;
}
.cid-s2MfEnvEcM .mbr-text {
  color: #ffffff;
}
.cid-s2jlM1VWFE .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-s2jlM1VWFE .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s2jlM1VWFE a {
  font-style: normal;
}
.cid-s2jlM1VWFE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2jlM1VWFE .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-s2jlM1VWFE .nav-item:focus,
.cid-s2jlM1VWFE .nav-link:focus {
  outline: none;
}
.cid-s2jlM1VWFE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2jlM1VWFE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2jlM1VWFE .menu-logo {
  margin-right: auto;
}
.cid-s2jlM1VWFE .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-s2jlM1VWFE .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-s2jlM1VWFE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2jlM1VWFE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2jlM1VWFE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2jlM1VWFE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2jlM1VWFE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2jlM1VWFE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2jlM1VWFE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2jlM1VWFE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2jlM1VWFE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2jlM1VWFE .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2jlM1VWFE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2jlM1VWFE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2jlM1VWFE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2jlM1VWFE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2jlM1VWFE .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-s2jlM1VWFE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2jlM1VWFE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2jlM1VWFE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2jlM1VWFE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2jlM1VWFE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2jlM1VWFE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2jlM1VWFE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2jlM1VWFE button.navbar-toggler:focus {
  outline: none;
}
.cid-s2jlM1VWFE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2jlM1VWFE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2jlM1VWFE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2jlM1VWFE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2jlM1VWFE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2jlM1VWFE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2jlM1VWFE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2jlM1VWFE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2jlM1VWFE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2jlM1VWFE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2jlM1VWFE .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2jlM1VWFE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2jlM1VWFE .collapsed .navbar-collapse.collapsing,
.cid-s2jlM1VWFE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2jlM1VWFE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2jlM1VWFE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2jlM1VWFE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2jlM1VWFE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2jlM1VWFE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2jlM1VWFE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2jlM1VWFE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2jlM1VWFE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2jlM1VWFE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2jlM1VWFE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2jlM1VWFE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s2jlM1VWFE .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2jlM1VWFE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2jlM1VWFE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2jlM1VWFE .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-s2jlM1VWFE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2jlM1VWFE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2jlM1VWFE .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-s2jlM1VWFE .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2jlM1VWFE img {
    height: 3.8rem !important;
  }
  .cid-s2jlM1VWFE .btn {
    display: -webkit-flex;
  }
  .cid-s2jlM1VWFE button.navbar-toggler {
    display: block;
  }
  .cid-s2jlM1VWFE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2jlM1VWFE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2jlM1VWFE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2jlM1VWFE .navbar-collapse.collapsing,
  .cid-s2jlM1VWFE .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2jlM1VWFE .navbar-collapse.collapsing .navbar-nav,
  .cid-s2jlM1VWFE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2jlM1VWFE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2jlM1VWFE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2jlM1VWFE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2jlM1VWFE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2jlM1VWFE .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2jlM1VWFE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2jlM1VWFE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2jlM1VWFE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2jlM1VWFE .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-s2jlM1VWFE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2jlM1VWFE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2jlM1VWFE .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-s2jlM1VWFE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2jlM1VWFE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2jlM1VWFE .nav-link:hover,
.cid-s2jlM1VWFE .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-s2jlM2xRBh {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-s2jlM34Wsa {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2jlM34Wsa h2 {
  text-align: left;
}
.cid-s2jlM34Wsa h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s2jlM34Wsa p {
  color: #767676;
  text-align: left;
}
.cid-s2jlM34Wsa .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s2jlM34Wsa .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s2jlM34Wsa .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2jlM34Wsa .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s2jlM34Wsa .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s2jlM34Wsa .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s2jlM34Wsa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlM34Wsa .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s2jlM34Wsa .card-img span {
    font-size: 40px !important;
  }
}
.cid-s2jlM3DlNN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlM3DlNN .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlM3DlNN H2 {
  text-align: center;
}
.cid-s2jlM4bliT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2jlM4bliT .mbr-text,
.cid-s2jlM4bliT blockquote {
  color: #767676;
}
.cid-s2jlM4bliT .mbr-text P {
  text-align: left;
}
.cid-s2jlM4BrtE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlM4BrtE .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlM51dTE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlM51dTE .mbr-text,
.cid-s2jlM51dTE blockquote {
  color: #767676;
}
.cid-s2jlM5uhgt {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlM5uhgt .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlM5uhgt .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlM5uhgt .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlM5uhgt .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlM5uhgt .mbr-text,
.cid-s2jlM5uhgt .mbr-section-btn {
  text-align: left;
}
.cid-s2jlM5uhgt .mbr-section-title {
  text-align: left;
}
.cid-s2jlM622up {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlM622up .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlM622up .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlM622up .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlM622up .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlM622up .mbr-text,
.cid-s2jlM622up .mbr-section-btn {
  text-align: left;
}
.cid-s2jlM622up .mbr-section-title {
  text-align: left;
}
.cid-s2jlM6GcK0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlM6GcK0 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlM6GcK0 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlM6GcK0 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlM6GcK0 .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlM6GcK0 .mbr-text,
.cid-s2jlM6GcK0 .mbr-section-btn {
  text-align: left;
}
.cid-s2jlM6GcK0 .mbr-section-title {
  text-align: left;
}
.cid-s2jlM7cZ4Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlM7cZ4Z .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlM7cZ4Z .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlM7cZ4Z .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlM7cZ4Z .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlM7cZ4Z .mbr-text,
.cid-s2jlM7cZ4Z .mbr-section-btn {
  text-align: left;
}
.cid-s2jlM7cZ4Z .mbr-section-title {
  text-align: left;
}
.cid-s2jlM7IvZW {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlM7IvZW .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlM7IvZW .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlM7IvZW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlM7IvZW .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlM7IvZW .mbr-text,
.cid-s2jlM7IvZW .mbr-section-btn {
  text-align: left;
}
.cid-s2jlM7IvZW .mbr-section-title {
  text-align: left;
}
.cid-s2jlM8fniQ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2jlM8fniQ .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlM8fniQ H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlM8GXPq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlM8GXPq .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlM8GXPq H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlM97BBb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2jlM97BBb .mbr-text,
.cid-s2jlM97BBb blockquote {
  color: #767676;
}
.cid-s2jlM97BBb .mbr-text P {
  text-align: left;
}
.cid-s2jlM9vx2M {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlM9vx2M .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlM9vx2M .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlM9vx2M .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlM9vx2M .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlM9vx2M .mbr-text,
.cid-s2jlM9vx2M .mbr-section-btn {
  text-align: left;
}
.cid-s2jlM9vx2M .mbr-section-title {
  text-align: left;
}
.cid-s2jlMa4hjC {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlMa4hjC .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMa4hjC .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMa4hjC .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMa4hjC .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMa4hjC .mbr-text,
.cid-s2jlMa4hjC .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMa4hjC .mbr-section-title {
  text-align: left;
}
.cid-s2jlMaL7Q3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlMaL7Q3 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMaL7Q3 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMaL7Q3 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMaL7Q3 .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMaL7Q3 .mbr-text,
.cid-s2jlMaL7Q3 .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMaL7Q3 .mbr-section-title {
  text-align: left;
}
.cid-s2jlMbkQQk {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2jlMbkQQk .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMbkQQk H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMbLO0H {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMbLO0H .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMbLO0H H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMcc8KK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2jlMcc8KK .mbr-text,
.cid-s2jlMcc8KK blockquote {
  color: #767676;
}
.cid-s2jlMcc8KK .mbr-text P {
  text-align: left;
}
.cid-s2jlMcDngR {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlMcDngR .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMcDngR .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMcDngR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMcDngR .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMcDngR .mbr-text,
.cid-s2jlMcDngR .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMcDngR .mbr-section-title {
  text-align: left;
}
.cid-s2jlMdd8zh {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlMdd8zh .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMdd8zh .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMdd8zh .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMdd8zh .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMdd8zh .mbr-text,
.cid-s2jlMdd8zh .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMdd8zh .mbr-section-title {
  text-align: left;
}
.cid-s2jlMdIqC5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMdIqC5 .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMdIqC5 H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMe9E07 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2jlMe9E07 .mbr-text,
.cid-s2jlMe9E07 blockquote {
  color: #767676;
}
.cid-s2jlMe9E07 .mbr-text P {
  text-align: left;
}
.cid-s2jlMeIPSg {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlMeIPSg .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMeIPSg .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMeIPSg .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMeIPSg .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMeIPSg .mbr-text,
.cid-s2jlMeIPSg .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMeIPSg .mbr-section-title {
  text-align: left;
}
.cid-s2jlMfhxAo {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlMfhxAo .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMfhxAo .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMfhxAo .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMfhxAo .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMfhxAo .mbr-text,
.cid-s2jlMfhxAo .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMfhxAo .mbr-section-title {
  text-align: left;
}
.cid-s2jlMfUuzu {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMfUuzu .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMfUuzu H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMgqntj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMgqntj .mbr-text,
.cid-s2jlMgqntj blockquote {
  color: #767676;
}
.cid-s2jlMgqntj .mbr-text P {
  text-align: left;
}
.cid-s2jlMgUvfh {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlMgUvfh .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMgUvfh .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMgUvfh .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMgUvfh .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMgUvfh .mbr-text,
.cid-s2jlMgUvfh .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMgUvfh .mbr-section-title {
  text-align: left;
}
.cid-s2jlMhuLii {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMhuLii .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMhuLii H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMhXgvS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMhXgvS .mbr-text,
.cid-s2jlMhXgvS blockquote {
  color: #767676;
}
.cid-s2jlMhXgvS .mbr-text P {
  text-align: left;
}
.cid-s2jlMinuKd {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlMinuKd .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMinuKd .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMinuKd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMinuKd .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMinuKd .mbr-text,
.cid-s2jlMinuKd .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMinuKd .mbr-section-title {
  text-align: left;
}
.cid-s2jlMj3KyE {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2jlMj3KyE .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMj3KyE H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMjxzkf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMjxzkf .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMjxzkf H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMk2vvK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMk2vvK .mbr-text,
.cid-s2jlMk2vvK blockquote {
  color: #767676;
}
.cid-s2jlMk2vvK .mbr-text P {
  text-align: left;
}
.cid-s2jlMkx659 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlMkx659 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMkx659 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMkx659 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMkx659 .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMkx659 .mbr-text,
.cid-s2jlMkx659 .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMkx659 .mbr-section-title {
  text-align: left;
}
.cid-s2jlMl9XQP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMl9XQP .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMl9XQP H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMlDugN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMlDugN .mbr-text,
.cid-s2jlMlDugN blockquote {
  color: #767676;
}
.cid-s2jlMlDugN .mbr-text P {
  text-align: left;
}
.cid-s2jlMm6rPq {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlMm6rPq .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMm6rPq .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMm6rPq .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMm6rPq .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMm6rPq .mbr-text,
.cid-s2jlMm6rPq .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMm6rPq .mbr-section-title {
  text-align: left;
}
.cid-s2jlMmSC9Z {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMmSC9Z .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMmSC9Z H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMnjvHi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMnjvHi .mbr-text,
.cid-s2jlMnjvHi blockquote {
  color: #767676;
}
.cid-s2jlMnjvHi .mbr-text P {
  text-align: left;
}
.cid-s2jlMnPwXJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlMnPwXJ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMnPwXJ .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMnPwXJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMnPwXJ .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMnPwXJ .mbr-text,
.cid-s2jlMnPwXJ .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMnPwXJ .mbr-section-title {
  text-align: left;
}
.cid-s2jlMouGnl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMouGnl .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMouGnl H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMp1aol {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMp1aol .mbr-text,
.cid-s2jlMp1aol blockquote {
  color: #767676;
}
.cid-s2jlMp1aol .mbr-text P {
  text-align: left;
}
.cid-s2jlMpva9j {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlMpva9j .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMpva9j .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMpva9j .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMpva9j .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMpva9j .mbr-text,
.cid-s2jlMpva9j .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMpva9j .mbr-section-title {
  text-align: left;
}
.cid-s2jlMq5P8a {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMq5P8a .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMq5P8a H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMqDwLd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMqDwLd .mbr-text,
.cid-s2jlMqDwLd blockquote {
  color: #767676;
}
.cid-s2jlMqDwLd .mbr-text P {
  text-align: left;
}
.cid-s2jlMrfNvt {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlMrfNvt .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMrfNvt .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMrfNvt .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMrfNvt .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMrfNvt .mbr-text,
.cid-s2jlMrfNvt .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMrfNvt .mbr-section-title {
  text-align: left;
}
.cid-s2jlMrX06f {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMrX06f .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMrX06f H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMsCbUJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMsCbUJ .mbr-text,
.cid-s2jlMsCbUJ blockquote {
  color: #767676;
}
.cid-s2jlMsCbUJ .mbr-text P {
  text-align: left;
}
.cid-s2jlMtlIr1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlMtlIr1 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMtlIr1 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMtlIr1 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMtlIr1 .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMtlIr1 .mbr-text,
.cid-s2jlMtlIr1 .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMtlIr1 .mbr-section-title {
  text-align: left;
}
.cid-s2jlMutwcN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMutwcN .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMutwcN H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMvmXVJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMvmXVJ .mbr-text,
.cid-s2jlMvmXVJ blockquote {
  color: #767676;
}
.cid-s2jlMvmXVJ .mbr-text P {
  text-align: left;
}
.cid-s2jlMxWuyu {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlMxWuyu .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMxWuyu .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMxWuyu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMxWuyu .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMxWuyu .mbr-text,
.cid-s2jlMxWuyu .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMxWuyu .mbr-section-title {
  text-align: left;
}
.cid-s2jlMyAfnR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMyAfnR .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMyAfnR H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMz5kRu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMz5kRu .mbr-text,
.cid-s2jlMz5kRu blockquote {
  color: #767676;
}
.cid-s2jlMz5kRu .mbr-text P {
  text-align: left;
}
.cid-s2jlMzBknG {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlMzBknG .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMzBknG .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMzBknG .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMzBknG .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMzBknG .mbr-text,
.cid-s2jlMzBknG .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMzBknG .mbr-section-title {
  text-align: left;
}
.cid-s2jlMAb2vo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMAb2vo .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMAb2vo H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMAJtFU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMAJtFU .mbr-text,
.cid-s2jlMAJtFU blockquote {
  color: #767676;
}
.cid-s2jlMAJtFU .mbr-text P {
  text-align: left;
}
.cid-s2jlMBfIfQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlMBfIfQ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMBfIfQ .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMBfIfQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMBfIfQ .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMBfIfQ .mbr-text,
.cid-s2jlMBfIfQ .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMBfIfQ .mbr-section-title {
  text-align: left;
}
.cid-s2jlMC0TpT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMC0TpT .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMC0TpT H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMCwU59 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMCwU59 .mbr-text,
.cid-s2jlMCwU59 blockquote {
  color: #767676;
}
.cid-s2jlMCwU59 .mbr-text P {
  text-align: left;
}
.cid-s2jlMD2gNX {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlMD2gNX .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMD2gNX .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMD2gNX .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMD2gNX .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMD2gNX .mbr-text,
.cid-s2jlMD2gNX .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMD2gNX .mbr-section-title {
  text-align: left;
}
.cid-s2jlMDFc2a {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMDFc2a .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMDFc2a H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMEbLgD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMEbLgD .mbr-text,
.cid-s2jlMEbLgD blockquote {
  color: #767676;
}
.cid-s2jlMEbLgD .mbr-text P {
  text-align: left;
}
.cid-s2jlMEI4Xa {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #8c8c8c, #8c8c8c);
}
@media (min-width: 992px) {
  .cid-s2jlMEI4Xa .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMEI4Xa .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMEI4Xa .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMEI4Xa .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMEI4Xa .mbr-text,
.cid-s2jlMEI4Xa .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMEI4Xa .mbr-section-title {
  text-align: left;
}
.cid-s2jlMFmOgF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMFmOgF .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMFmOgF H2 {
  text-align: center;
  color: #232323;
}
.cid-s2jlMG4Vgo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2jlMG4Vgo .mbr-text,
.cid-s2jlMG4Vgo blockquote {
  color: #767676;
}
.cid-s2jlMG4Vgo .mbr-text P {
  text-align: left;
}
.cid-s2jlMGFjk9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #bababa, #bababa);
}
@media (min-width: 992px) {
  .cid-s2jlMGFjk9 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2jlMGFjk9 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-s2jlMGFjk9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2jlMGFjk9 .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-s2jlMGFjk9 .mbr-text,
.cid-s2jlMGFjk9 .mbr-section-btn {
  text-align: left;
}
.cid-s2jlMGFjk9 .mbr-section-title {
  text-align: left;
}
.cid-s2jlMHsmAY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2jlMHsmAY .mbr-section-subtitle {
  color: #767676;
}
.cid-s2jlMHsmAY H2 {
  text-align: center;
  color: #232323;
}
.cid-tsROag98No {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsROag98No .mbr-section-subtitle {
  color: #8d0628;
}
.cid-tsROag98No H2 {
  color: #767676;
}
.cid-tsRNkPKlCN .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tsRNkPKlCN .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tsRNkPKlCN a {
  font-style: normal;
}
.cid-tsRNkPKlCN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsRNkPKlCN .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-tsRNkPKlCN .nav-item:focus,
.cid-tsRNkPKlCN .nav-link:focus {
  outline: none;
}
.cid-tsRNkPKlCN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsRNkPKlCN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsRNkPKlCN .menu-logo {
  margin-right: auto;
}
.cid-tsRNkPKlCN .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-tsRNkPKlCN .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-tsRNkPKlCN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsRNkPKlCN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsRNkPKlCN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsRNkPKlCN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsRNkPKlCN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsRNkPKlCN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsRNkPKlCN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsRNkPKlCN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsRNkPKlCN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsRNkPKlCN .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsRNkPKlCN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsRNkPKlCN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsRNkPKlCN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsRNkPKlCN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsRNkPKlCN .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-tsRNkPKlCN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsRNkPKlCN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsRNkPKlCN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsRNkPKlCN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsRNkPKlCN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsRNkPKlCN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsRNkPKlCN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsRNkPKlCN button.navbar-toggler:focus {
  outline: none;
}
.cid-tsRNkPKlCN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsRNkPKlCN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsRNkPKlCN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsRNkPKlCN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsRNkPKlCN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsRNkPKlCN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsRNkPKlCN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsRNkPKlCN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsRNkPKlCN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsRNkPKlCN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsRNkPKlCN .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsRNkPKlCN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsRNkPKlCN .collapsed .navbar-collapse.collapsing,
.cid-tsRNkPKlCN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsRNkPKlCN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsRNkPKlCN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsRNkPKlCN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsRNkPKlCN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsRNkPKlCN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsRNkPKlCN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsRNkPKlCN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsRNkPKlCN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsRNkPKlCN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsRNkPKlCN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsRNkPKlCN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tsRNkPKlCN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsRNkPKlCN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsRNkPKlCN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsRNkPKlCN .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-tsRNkPKlCN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsRNkPKlCN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsRNkPKlCN .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-tsRNkPKlCN .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsRNkPKlCN img {
    height: 3.8rem !important;
  }
  .cid-tsRNkPKlCN .btn {
    display: -webkit-flex;
  }
  .cid-tsRNkPKlCN button.navbar-toggler {
    display: block;
  }
  .cid-tsRNkPKlCN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsRNkPKlCN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsRNkPKlCN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsRNkPKlCN .navbar-collapse.collapsing,
  .cid-tsRNkPKlCN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsRNkPKlCN .navbar-collapse.collapsing .navbar-nav,
  .cid-tsRNkPKlCN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsRNkPKlCN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsRNkPKlCN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsRNkPKlCN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsRNkPKlCN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsRNkPKlCN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsRNkPKlCN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsRNkPKlCN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsRNkPKlCN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsRNkPKlCN .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-tsRNkPKlCN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsRNkPKlCN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsRNkPKlCN .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-tsRNkPKlCN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsRNkPKlCN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsRNkPKlCN .nav-link:hover,
.cid-tsRNkPKlCN .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-tsRNShOOW4 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #a40a0a;
  overflow: hidden;
}
.cid-tsRNShOOW4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsRNShOOW4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsRNShOOW4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsRNShOOW4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsRNShOOW4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e7456e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsRNShOOW4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsRNShOOW4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsRNShOOW4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsRNShOOW4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #e7456e !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsRNkRugnr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8d0628;
}
.cid-tsRNkRugnr .mbr-text,
.cid-tsRNkRugnr blockquote {
  color: #767676;
}
.cid-tsRNkRugnr .mbr-text P {
  text-align: center;
}
.cid-tsRNkRugnr .mbr-text {
  color: #ffffff;
}
.cid-tsRNkRTfi9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsRNkRTfi9 .mbr-text,
.cid-tsRNkRTfi9 blockquote {
  color: #767676;
}
.cid-tsRNkRTfi9 .mbr-text P {
  text-align: center;
}
.cid-tsRNkRTfi9 .mbr-text {
  color: #ffffff;
}
.cid-tsRP2smuhm {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsRP2smuhm .mbr-section-subtitle {
  color: #8d0628;
}
.cid-tsRP2smuhm H2 {
  color: #767676;
}
.cid-tsRP2tlwOr .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tsRP2tlwOr .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tsRP2tlwOr a {
  font-style: normal;
}
.cid-tsRP2tlwOr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsRP2tlwOr .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-tsRP2tlwOr .nav-item:focus,
.cid-tsRP2tlwOr .nav-link:focus {
  outline: none;
}
.cid-tsRP2tlwOr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsRP2tlwOr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsRP2tlwOr .menu-logo {
  margin-right: auto;
}
.cid-tsRP2tlwOr .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-tsRP2tlwOr .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-tsRP2tlwOr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsRP2tlwOr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsRP2tlwOr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsRP2tlwOr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsRP2tlwOr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsRP2tlwOr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsRP2tlwOr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsRP2tlwOr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsRP2tlwOr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsRP2tlwOr .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsRP2tlwOr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsRP2tlwOr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsRP2tlwOr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsRP2tlwOr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsRP2tlwOr .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-tsRP2tlwOr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsRP2tlwOr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsRP2tlwOr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsRP2tlwOr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsRP2tlwOr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsRP2tlwOr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsRP2tlwOr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsRP2tlwOr button.navbar-toggler:focus {
  outline: none;
}
.cid-tsRP2tlwOr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsRP2tlwOr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsRP2tlwOr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsRP2tlwOr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsRP2tlwOr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsRP2tlwOr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsRP2tlwOr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsRP2tlwOr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsRP2tlwOr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsRP2tlwOr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsRP2tlwOr .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsRP2tlwOr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsRP2tlwOr .collapsed .navbar-collapse.collapsing,
.cid-tsRP2tlwOr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsRP2tlwOr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsRP2tlwOr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsRP2tlwOr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsRP2tlwOr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsRP2tlwOr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsRP2tlwOr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsRP2tlwOr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsRP2tlwOr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsRP2tlwOr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsRP2tlwOr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsRP2tlwOr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tsRP2tlwOr .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsRP2tlwOr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsRP2tlwOr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsRP2tlwOr .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-tsRP2tlwOr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsRP2tlwOr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsRP2tlwOr .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-tsRP2tlwOr .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsRP2tlwOr img {
    height: 3.8rem !important;
  }
  .cid-tsRP2tlwOr .btn {
    display: -webkit-flex;
  }
  .cid-tsRP2tlwOr button.navbar-toggler {
    display: block;
  }
  .cid-tsRP2tlwOr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsRP2tlwOr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsRP2tlwOr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsRP2tlwOr .navbar-collapse.collapsing,
  .cid-tsRP2tlwOr .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsRP2tlwOr .navbar-collapse.collapsing .navbar-nav,
  .cid-tsRP2tlwOr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsRP2tlwOr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsRP2tlwOr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsRP2tlwOr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsRP2tlwOr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsRP2tlwOr .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsRP2tlwOr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsRP2tlwOr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsRP2tlwOr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsRP2tlwOr .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-tsRP2tlwOr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsRP2tlwOr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsRP2tlwOr .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-tsRP2tlwOr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsRP2tlwOr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsRP2tlwOr .nav-link:hover,
.cid-tsRP2tlwOr .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-tsRP2tYb6q {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #a40a0a;
  overflow: hidden;
}
.cid-tsRP2tYb6q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsRP2tYb6q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsRP2tYb6q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsRP2tYb6q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsRP2tYb6q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e7456e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsRP2tYb6q .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsRP2tYb6q .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsRP2tYb6q .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsRP2tYb6q .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #e7456e !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsRP2uthR9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8d0628;
}
.cid-tsRP2uthR9 .mbr-text,
.cid-tsRP2uthR9 blockquote {
  color: #767676;
}
.cid-tsRP2uthR9 .mbr-text P {
  text-align: center;
}
.cid-tsRP2uthR9 .mbr-text {
  color: #ffffff;
}
.cid-tsRP2uPERe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsRP2uPERe .mbr-text,
.cid-tsRP2uPERe blockquote {
  color: #767676;
}
.cid-tsRP2uPERe .mbr-text P {
  text-align: center;
}
.cid-tsRP2uPERe .mbr-text {
  color: #ffffff;
}
.cid-tsRPn0tsQP {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsRPn0tsQP .mbr-section-subtitle {
  color: #8d0628;
}
.cid-tsRPn0tsQP H2 {
  color: #767676;
}
.cid-tsRPn17QvY .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tsRPn17QvY .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tsRPn17QvY a {
  font-style: normal;
}
.cid-tsRPn17QvY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsRPn17QvY .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-tsRPn17QvY .nav-item:focus,
.cid-tsRPn17QvY .nav-link:focus {
  outline: none;
}
.cid-tsRPn17QvY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsRPn17QvY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsRPn17QvY .menu-logo {
  margin-right: auto;
}
.cid-tsRPn17QvY .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-tsRPn17QvY .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-tsRPn17QvY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsRPn17QvY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsRPn17QvY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsRPn17QvY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsRPn17QvY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsRPn17QvY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsRPn17QvY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsRPn17QvY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsRPn17QvY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsRPn17QvY .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsRPn17QvY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsRPn17QvY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsRPn17QvY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsRPn17QvY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsRPn17QvY .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-tsRPn17QvY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsRPn17QvY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsRPn17QvY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsRPn17QvY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsRPn17QvY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsRPn17QvY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsRPn17QvY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsRPn17QvY button.navbar-toggler:focus {
  outline: none;
}
.cid-tsRPn17QvY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsRPn17QvY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsRPn17QvY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsRPn17QvY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsRPn17QvY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsRPn17QvY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsRPn17QvY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsRPn17QvY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsRPn17QvY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsRPn17QvY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsRPn17QvY .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsRPn17QvY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsRPn17QvY .collapsed .navbar-collapse.collapsing,
.cid-tsRPn17QvY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsRPn17QvY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsRPn17QvY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsRPn17QvY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsRPn17QvY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsRPn17QvY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsRPn17QvY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsRPn17QvY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsRPn17QvY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsRPn17QvY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsRPn17QvY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsRPn17QvY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tsRPn17QvY .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsRPn17QvY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsRPn17QvY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsRPn17QvY .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-tsRPn17QvY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsRPn17QvY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsRPn17QvY .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-tsRPn17QvY .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsRPn17QvY img {
    height: 3.8rem !important;
  }
  .cid-tsRPn17QvY .btn {
    display: -webkit-flex;
  }
  .cid-tsRPn17QvY button.navbar-toggler {
    display: block;
  }
  .cid-tsRPn17QvY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsRPn17QvY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsRPn17QvY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsRPn17QvY .navbar-collapse.collapsing,
  .cid-tsRPn17QvY .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsRPn17QvY .navbar-collapse.collapsing .navbar-nav,
  .cid-tsRPn17QvY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsRPn17QvY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsRPn17QvY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsRPn17QvY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsRPn17QvY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsRPn17QvY .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsRPn17QvY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsRPn17QvY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsRPn17QvY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsRPn17QvY .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-tsRPn17QvY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsRPn17QvY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsRPn17QvY .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-tsRPn17QvY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsRPn17QvY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsRPn17QvY .nav-link:hover,
.cid-tsRPn17QvY .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-tsRPn1NYAt {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #a40a0a;
  overflow: hidden;
}
.cid-tsRPn1NYAt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsRPn1NYAt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsRPn1NYAt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsRPn1NYAt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsRPn1NYAt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e7456e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsRPn1NYAt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsRPn1NYAt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsRPn1NYAt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsRPn1NYAt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #e7456e !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsRPn2lJPU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8d0628;
}
.cid-tsRPn2lJPU .mbr-text,
.cid-tsRPn2lJPU blockquote {
  color: #767676;
}
.cid-tsRPn2lJPU .mbr-text P {
  text-align: center;
}
.cid-tsRPn2lJPU .mbr-text {
  color: #ffffff;
}
.cid-tsRPn2EXa1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsRPn2EXa1 .mbr-text,
.cid-tsRPn2EXa1 blockquote {
  color: #767676;
}
.cid-tsRPn2EXa1 .mbr-text P {
  text-align: center;
}
.cid-tsRPn2EXa1 .mbr-text {
  color: #ffffff;
}
.cid-s27Nj4xRq7 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-s27Nj4xRq7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s27Nj4xRq7 a {
  font-style: normal;
}
.cid-s27Nj4xRq7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .nav-item:focus,
.cid-s27Nj4xRq7 .nav-link:focus {
  outline: none;
}
.cid-s27Nj4xRq7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s27Nj4xRq7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s27Nj4xRq7 .menu-logo {
  margin-right: auto;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler:focus {
  outline: none;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s27Nj4xRq7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s27Nj4xRq7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s27Nj4xRq7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s27Nj4xRq7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 img {
    height: 3.8rem !important;
  }
  .cid-s27Nj4xRq7 .btn {
    display: -webkit-flex;
  }
  .cid-s27Nj4xRq7 button.navbar-toggler {
    display: block;
  }
  .cid-s27Nj4xRq7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s27Nj4xRq7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing,
  .cid-s27Nj4xRq7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s27Nj4xRq7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s27Nj4xRq7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s27Nj4xRq7 .nav-link:hover,
.cid-s27Nj4xRq7 .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-s2khKa9FPr {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/paralax-topo-fotos-marca-dagua.jpg");
}
.cid-s2I96NpFpW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2I96NpFpW .mbr-section-subtitle {
  color: #767676;
}
.cid-s2I96NpFpW H2 {
  color: #767676;
}
.cid-s2I8FDIUOB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s2I8FDIUOB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2I8FDIUOB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2I8FDIUOB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2I8FDIUOB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2I8FDIUOB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2I8FDIUOB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2I8FDIUOB .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2I8FDIUOB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2I8FDIUOB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2I9Cy2KMS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2I9Cy2KMS .mbr-section-subtitle {
  color: #767676;
}
.cid-s2I9Cy2KMS H2 {
  color: #767676;
}
.cid-s2I9CT5E5p {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s2I9CT5E5p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2I9CT5E5p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2I9CT5E5p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2I9CT5E5p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2I9CT5E5p .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s2I9CT5E5p .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2I9CT5E5p .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2I9CT5E5p .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2I9CT5E5p .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsRKKR8tI1 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #b81f12;
}
.cid-tsRKKR8tI1 p {
  margin-bottom: 0;
}
.cid-tsRKKR8tI1 .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-tsRKKR8tI1 .card-box .mbr-text {
  pointer-events: all;
}
.cid-tsRKKR8tI1 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tsRKKR8tI1 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tsRKKR8tI1 .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tsRKKR8tI1 .card-wrap {
  position: relative;
}
.cid-tsRKKR8tI1 .card {
  padding-bottom: 2rem;
}
.cid-tsRKKR8tI1 .mbr-section-title {
  color: #ffffff;
}
.cid-tsRKKR8tI1 H4 {
  color: #000000;
}
.cid-tsRKKR8tI1 P {
  text-align: center;
  color: #ffffff;
}
.cid-tDMz4haBvU {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tDMz4haBvU .mbr-section-subtitle {
  color: #ef3b25;
}
.cid-tDMz4haBvU H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tDMz4HxRtH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tDMz4HxRtH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tDMz4HxRtH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDMz4HxRtH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDMz4HxRtH .mbr-slider .modal-body .close {
  background: #e0e0e0e;
}
.cid-tDMz4HxRtH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f41a00;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tDMz4HxRtH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tDMz4HxRtH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tDMz4HxRtH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tDMz4HxRtH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #f41a00 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tDMz4HxRtH .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-tDMz5aiIMB {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tDMz5aiIMB .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-tDMz5aiIMB .mbr-author-desc {
  display: block;
}
.cid-tDMz5aiIMB .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
  margin-top: 3rem;
}
.cid-tDMz5aiIMB .mbr-testimonial .panel-item {
  background-color: #d21e08;
}
.cid-tDMz5aiIMB .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tDMz5aiIMB .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 0.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tDMz5aiIMB .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tDMz5aiIMB .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tDMz5aiIMB .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tDMz5aiIMB .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tDMz5aiIMB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDMz5aiIMB .mbr-text {
  color: #ffffff;
}
.cid-s2HSCKTuVk {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #8d0628, #8d0628);
}
.cid-s2HSCKTuVk .mbr-iconfont-social {
  font-size: 32px;
  color: #cc2952;
}
.cid-s2HSCKTuVk .social-list a:focus {
  text-decoration: none;
}
.cid-s2HSDg2gKp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s2HSDg2gKp .mbr-text,
.cid-s2HSDg2gKp blockquote {
  color: #767676;
}
.cid-s2HSDg2gKp .mbr-text P {
  text-align: center;
}
.cid-s2HSDg2gKp .mbr-text {
  color: #ffffff;
}
.cid-s27Nj4xRq7 .navbar {
  padding: .2rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-s27Nj4xRq7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s27Nj4xRq7 a {
  font-style: normal;
}
.cid-s27Nj4xRq7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .nav-item:focus,
.cid-s27Nj4xRq7 .nav-link:focus {
  outline: none;
}
.cid-s27Nj4xRq7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s27Nj4xRq7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s27Nj4xRq7 .menu-logo {
  margin-right: auto;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27Nj4xRq7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27Nj4xRq7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-toggler-right {
  top: 0px;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s27Nj4xRq7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s27Nj4xRq7 button.navbar-toggler:focus {
  outline: none;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27Nj4xRq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s27Nj4xRq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27Nj4xRq7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s27Nj4xRq7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s27Nj4xRq7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s27Nj4xRq7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s27Nj4xRq7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s27Nj4xRq7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s27Nj4xRq7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s27Nj4xRq7 .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-s27Nj4xRq7 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 img {
    height: 3.8rem !important;
  }
  .cid-s27Nj4xRq7 .btn {
    display: -webkit-flex;
  }
  .cid-s27Nj4xRq7 button.navbar-toggler {
    display: block;
  }
  .cid-s27Nj4xRq7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s27Nj4xRq7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s27Nj4xRq7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing,
  .cid-s27Nj4xRq7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s27Nj4xRq7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s27Nj4xRq7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s27Nj4xRq7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s27Nj4xRq7 .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-s27Nj4xRq7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s27Nj4xRq7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s27Nj4xRq7 .nav-link:hover,
.cid-s27Nj4xRq7 .dropdown-item:hover {
  color: #c30c3a !important;
}
.cid-vd8irXhhhq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/paralax-topo-tsuzukete-3.jpg");
}
.cid-vdojPSaLhm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdojPSaLhm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdojPSaLhm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdojPSaLhm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdojPSaLhm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdojPSaLhm .row > .row {
  display: block;
}
.cid-vdojPSaLhm .mbr-gallery-item {
  width: 100%;
}
.cid-vdojPSaLhm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdojPSaLhm .mbr-gallery-item > div {
  position: relative;
}
.cid-vdojPSaLhm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdojPSaLhm .mbr-gallery-item > div:hover:before {
  opacity: 0.1 !important;
}
.cid-vdojPSaLhm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vdojPSaLhm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdoZmNae0n {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdoZmNae0n .mbr-section-subtitle {
  color: #767676;
}
.cid-vdoZmNae0n H2 {
  text-align: center;
  color: #000000;
}
.cid-vdoZ7E5pFr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdoZ7E5pFr .mbr-text {
  color: #767676;
}
.cid-vdoZ7E5pFr .mbr-text p {
  background: #ffffff;
}
.cid-vdoZ7E5pFr .mbr-text P {
  text-align: justify;
}
.cid-vdp0KT8jZu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdp0KT8jZu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdp0KT8jZu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdp0KT8jZu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdp0KT8jZu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdp0KT8jZu .row > .row {
  display: block;
}
.cid-vdp0KT8jZu .mbr-gallery-item {
  width: 100%;
}
.cid-vdp0KT8jZu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdp0KT8jZu .mbr-gallery-item > div {
  position: relative;
}
.cid-vdp0KT8jZu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdp0KT8jZu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdp0KT8jZu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdp0KT8jZu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdp7zRfEHx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdp7zRfEHx .mbr-text {
  color: #767676;
}
.cid-vdp7zRfEHx .mbr-text p {
  background: #ffffff;
}
.cid-vdp7zRfEHx .mbr-text P {
  text-align: justify;
}
.cid-vdp8z0QxFA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdp8z0QxFA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdp8z0QxFA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdp8z0QxFA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdp8z0QxFA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdp8z0QxFA .row > .row {
  display: block;
}
.cid-vdp8z0QxFA .mbr-gallery-item {
  width: 100%;
}
.cid-vdp8z0QxFA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdp8z0QxFA .mbr-gallery-item > div {
  position: relative;
}
.cid-vdp8z0QxFA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdp8z0QxFA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdp8z0QxFA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdp8z0QxFA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdp6JtzClr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdp6JtzClr .mbr-text {
  color: #767676;
}
.cid-vdp6JtzClr .mbr-text p {
  background: #ffffff;
}
.cid-vdp6JtzClr .mbr-text P {
  text-align: justify;
}
.cid-vdpdGwVIF8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vdpdGwVIF8 .mbr-section-subtitle {
  color: #767676;
}
.cid-vdpdGwVIF8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-vdpdGwVIF8 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdsSO5S2lZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdsSO5S2lZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdsSO5S2lZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdsSO5S2lZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdsSO5S2lZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdsSO5S2lZ .row > .row {
  display: block;
}
.cid-vdsSO5S2lZ .mbr-gallery-item {
  width: 100%;
}
.cid-vdsSO5S2lZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdsSO5S2lZ .mbr-gallery-item > div {
  position: relative;
}
.cid-vdsSO5S2lZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdsSO5S2lZ .mbr-gallery-item > div:hover:before {
  opacity: 0.1 !important;
}
.cid-vdsSO5S2lZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vdsSO5S2lZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdsTkxIEWo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdsTkxIEWo .mbr-section-subtitle {
  color: #767676;
}
.cid-vdsTkxIEWo H2 {
  text-align: center;
  color: #000000;
}
.cid-vdsTrjz2DO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdsTrjz2DO .mbr-text {
  color: #767676;
}
.cid-vdsTrjz2DO .mbr-text p {
  background: #ffffff;
}
.cid-vdsTrjz2DO .mbr-text P {
  text-align: justify;
}
.cid-vdsTYSf1oM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdsTYSf1oM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdsTYSf1oM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdsTYSf1oM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdsTYSf1oM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdsTYSf1oM .row > .row {
  display: block;
}
.cid-vdsTYSf1oM .mbr-gallery-item {
  width: 100%;
}
.cid-vdsTYSf1oM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdsTYSf1oM .mbr-gallery-item > div {
  position: relative;
}
.cid-vdsTYSf1oM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdsTYSf1oM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdsTYSf1oM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdsTYSf1oM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdsUVgHJdV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdsUVgHJdV .mbr-text {
  color: #767676;
}
.cid-vdsUVgHJdV .mbr-text p {
  background: #ffffff;
}
.cid-vdsUVgHJdV .mbr-text P {
  text-align: justify;
}
.cid-vdsVgtyltL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdsVgtyltL .mbr-section-subtitle {
  color: #767676;
}
.cid-vdsVgtyltL H2 {
  text-align: center;
  color: #000000;
}
.cid-vdsVsljTSj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdsVsljTSj .mbr-text {
  color: #767676;
}
.cid-vdsVsljTSj .mbr-text p {
  background: #ffffff;
}
.cid-vdsVsljTSj .mbr-text P {
  text-align: justify;
}
.cid-vdsW1VF6UQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdsW1VF6UQ .mbr-section-subtitle {
  color: #767676;
}
.cid-vdsW1VF6UQ H2 {
  text-align: center;
  color: #000000;
}
.cid-vdsWa251s5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdsWa251s5 .mbr-text {
  color: #767676;
}
.cid-vdsWa251s5 .mbr-text p {
  background: #ffffff;
}
.cid-vdsWa251s5 .mbr-text P {
  text-align: justify;
}
.cid-vdsWpmUHYx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdsWpmUHYx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdsWpmUHYx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdsWpmUHYx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdsWpmUHYx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdsWpmUHYx .row > .row {
  display: block;
}
.cid-vdsWpmUHYx .mbr-gallery-item {
  width: 100%;
}
.cid-vdsWpmUHYx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdsWpmUHYx .mbr-gallery-item > div {
  position: relative;
}
.cid-vdsWpmUHYx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdsWpmUHYx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdsWpmUHYx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdsWpmUHYx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdsWAJsP2T {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdsWAJsP2T .mbr-text {
  color: #767676;
}
.cid-vdsWAJsP2T .mbr-text p {
  background: #ffffff;
}
.cid-vdsWAJsP2T .mbr-text P {
  text-align: justify;
}
.cid-vdg6Ec3UFD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vdg6Ec3UFD .mbr-section-subtitle {
  color: #767676;
}
.cid-vdg6Ec3UFD H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdg74T0Via {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vdg74T0Via .mbr-section-subtitle,
.cid-vdg74T0Via .mbr-text {
  color: #767676;
}
.cid-vdg74T0Via .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdg74T0Via .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vdg74T0Via .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vdg74T0Via .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-vdg74T0Via .card-wrapper .card-img img {
  width: 100%;
}
.cid-vdg74T0Via .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-vdg74T0Via .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-vdg74T0Via .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-vdg74T0Via .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-vdg74T0Via .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-vdg74T0Via .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-vdg74T0Via .mbr-text {
  text-align: center;
}
.cid-vdg74T0Via .card-title {
  text-align: center;
}
.cid-vdg74T0Via .mbr-section-subtitle {
  color: #000000;
}
.cid-vdg74T0Via .mbr-section-title {
  color: #000000;
}
.cid-vdg8vGX7aa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vdg8vGX7aa .mbr-section-subtitle,
.cid-vdg8vGX7aa .mbr-text {
  color: #767676;
}
.cid-vdg8vGX7aa .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdg8vGX7aa .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vdg8vGX7aa .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vdg8vGX7aa .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-vdg8vGX7aa .card-wrapper .card-img img {
  width: 100%;
}
.cid-vdg8vGX7aa .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-vdg8vGX7aa .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-vdg8vGX7aa .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-vdg8vGX7aa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-vdg8vGX7aa .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-vdg8vGX7aa .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-vdg8vGX7aa .mbr-text {
  text-align: center;
}
.cid-vdg8vGX7aa .card-title {
  text-align: center;
}
.cid-vdg8vGX7aa .mbr-section-subtitle {
  color: #000000;
}
.cid-vdg8vGX7aa .mbr-section-title {
  color: #000000;
}
.cid-vdgaIWAOTD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vdgaIWAOTD .mbr-section-subtitle,
.cid-vdgaIWAOTD .mbr-text {
  color: #767676;
}
.cid-vdgaIWAOTD .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdgaIWAOTD .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vdgaIWAOTD .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vdgaIWAOTD .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-vdgaIWAOTD .card-wrapper .card-img img {
  width: 100%;
}
.cid-vdgaIWAOTD .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-vdgaIWAOTD .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-vdgaIWAOTD .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-vdgaIWAOTD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-vdgaIWAOTD .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-vdgaIWAOTD .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-vdgaIWAOTD .mbr-text {
  text-align: center;
}
.cid-vdgaIWAOTD .card-title {
  text-align: center;
}
.cid-vdgaIWAOTD .mbr-section-subtitle {
  color: #000000;
}
.cid-vdgaIWAOTD .mbr-section-title {
  color: #000000;
}
.cid-vdgbsUV0Xb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vdgbsUV0Xb .mbr-section-subtitle,
.cid-vdgbsUV0Xb .mbr-text {
  color: #767676;
}
.cid-vdgbsUV0Xb .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdgbsUV0Xb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vdgbsUV0Xb .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vdgbsUV0Xb .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-vdgbsUV0Xb .card-wrapper .card-img img {
  width: 100%;
}
.cid-vdgbsUV0Xb .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-vdgbsUV0Xb .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-vdgbsUV0Xb .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-vdgbsUV0Xb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-vdgbsUV0Xb .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-vdgbsUV0Xb .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-vdgbsUV0Xb .mbr-text {
  text-align: center;
}
.cid-vdgbsUV0Xb .card-title {
  text-align: center;
}
.cid-vdgbsUV0Xb .mbr-section-subtitle {
  color: #000000;
}
.cid-vdgbsUV0Xb .mbr-section-title {
  color: #000000;
}
.cid-vdnNTSv50g {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdnNTSv50g .mbr-section-subtitle {
  color: #767676;
}
.cid-vdnNTSv50g H2 {
  text-align: center;
  color: #000000;
}
.cid-vdgpwQCEnK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vdgpwQCEnK .mbr-section-subtitle {
  color: #767676;
}
.cid-vdgpwQCEnK H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdgv93HlUX {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vdgv93HlUX .mbr-section-subtitle,
.cid-vdgv93HlUX .mbr-text {
  color: #767676;
}
.cid-vdgv93HlUX .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdgv93HlUX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vdgv93HlUX .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vdgv93HlUX .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-vdgv93HlUX .card-wrapper .card-img img {
  width: 100%;
}
.cid-vdgv93HlUX .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-vdgv93HlUX .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-vdgv93HlUX .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-vdgv93HlUX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-vdgv93HlUX .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-vdgv93HlUX .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-vdgv93HlUX .mbr-text {
  text-align: center;
}
.cid-vdgv93HlUX .card-title {
  text-align: center;
}
.cid-vdgv93HlUX .mbr-section-subtitle {
  color: #000000;
}
.cid-vdgv93HlUX .mbr-section-title {
  color: #000000;
}
.cid-vdgw4naYUz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-vdgw4naYUz .mbr-section-subtitle,
.cid-vdgw4naYUz .mbr-text {
  color: #767676;
}
.cid-vdgw4naYUz .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdgw4naYUz .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vdgw4naYUz .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vdgw4naYUz .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-vdgw4naYUz .card-wrapper .card-img img {
  width: 100%;
}
.cid-vdgw4naYUz .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-vdgw4naYUz .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-vdgw4naYUz .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-vdgw4naYUz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-vdgw4naYUz .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-vdgw4naYUz .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-vdgw4naYUz .mbr-text {
  text-align: center;
}
.cid-vdgw4naYUz .card-title {
  text-align: center;
}
.cid-vdgw4naYUz .mbr-section-subtitle {
  color: #000000;
}
.cid-vdgw4naYUz .mbr-section-title {
  color: #000000;
}
.cid-vdfQqcjD6U {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vdfQqcjD6U .mbr-section-subtitle {
  color: #767676;
}
.cid-vdfQqcjD6U H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdfzS3gR1W {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vdfzS3gR1W .mbr-section-subtitle,
.cid-vdfzS3gR1W .mbr-text {
  color: #767676;
}
.cid-vdfzS3gR1W .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdfzS3gR1W .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vdfzS3gR1W .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vdfzS3gR1W .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-vdfzS3gR1W .card-wrapper .card-img img {
  width: 100%;
}
.cid-vdfzS3gR1W .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-vdfzS3gR1W .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-vdfzS3gR1W .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-vdfzS3gR1W .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-vdfzS3gR1W .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-vdfzS3gR1W .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-vdfzS3gR1W .mbr-text {
  text-align: center;
}
.cid-vdfzS3gR1W .card-title {
  text-align: center;
}
.cid-vdfzS3gR1W .mbr-section-subtitle {
  color: #000000;
}
.cid-vdfzS3gR1W .mbr-section-title {
  color: #000000;
}
.cid-vdfFMRat0V {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-vdfFMRat0V .mbr-section-subtitle,
.cid-vdfFMRat0V .mbr-text {
  color: #767676;
}
.cid-vdfFMRat0V .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdfFMRat0V .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vdfFMRat0V .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vdfFMRat0V .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-vdfFMRat0V .card-wrapper .card-img img {
  width: 100%;
}
.cid-vdfFMRat0V .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-vdfFMRat0V .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-vdfFMRat0V .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-vdfFMRat0V .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-vdfFMRat0V .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-vdfFMRat0V .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-vdfFMRat0V .mbr-text {
  text-align: center;
}
.cid-vdfFMRat0V .card-title {
  text-align: center;
}
.cid-vdfRhch2kX {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-vdfRhch2kX .mbr-section-subtitle,
.cid-vdfRhch2kX .mbr-text {
  color: #767676;
}
.cid-vdfRhch2kX .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdfRhch2kX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vdfRhch2kX .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vdfRhch2kX .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-vdfRhch2kX .card-wrapper .card-img img {
  width: 100%;
}
.cid-vdfRhch2kX .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-vdfRhch2kX .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-vdfRhch2kX .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-vdfRhch2kX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-vdfRhch2kX .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-vdfRhch2kX .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-vdfRhch2kX .mbr-text {
  text-align: center;
}
.cid-vdfRhch2kX .card-title {
  text-align: center;
}
.cid-vdfRhch2kX .mbr-section-subtitle {
  color: #000000;
}
.cid-vdfRhch2kX .mbr-section-title {
  color: #000000;
}
.cid-vdfVhSOsAc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vdfVhSOsAc .mbr-text {
  color: #767676;
}
.cid-vdfVhSOsAc .mbr-text P {
  text-align: left;
}
.cid-vdfUOTMJ58 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vdfUOTMJ58 .mbr-section-subtitle {
  color: #767676;
}
.cid-vdfUOTMJ58 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdfWEdjgl7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vdfWEdjgl7 .mbr-text {
  color: #767676;
}
.cid-vdfWEdjgl7 .mbr-text P {
  text-align: left;
}
.cid-vdeK4CodGU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeK4CodGU .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeK4CodGU H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeK4ZlytJ {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeK4ZlytJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeK4ZlytJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeK4ZlytJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeK4ZlytJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeK4ZlytJ .row > .row {
  display: block;
}
.cid-vdeK4ZlytJ .mbr-gallery-item {
  width: 100%;
}
.cid-vdeK4ZlytJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeK4ZlytJ .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeK4ZlytJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeK4ZlytJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeK4ZlytJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}
.cid-vdeK4ZlytJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeJU4mh0D {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeJU4mh0D .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeJU4mh0D H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeJUmD7rU {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeJUmD7rU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeJUmD7rU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeJUmD7rU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeJUmD7rU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeJUmD7rU .row > .row {
  display: block;
}
.cid-vdeJUmD7rU .mbr-gallery-item {
  width: 100%;
}
.cid-vdeJUmD7rU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeJUmD7rU .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeJUmD7rU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeJUmD7rU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeJUmD7rU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeJUmD7rU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeAejitK0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeAejitK0 .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeAejitK0 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeyaPbmBj {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeyaPbmBj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeyaPbmBj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeyaPbmBj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeyaPbmBj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeyaPbmBj .row > .row {
  display: block;
}
.cid-vdeyaPbmBj .mbr-gallery-item {
  width: 100%;
}
.cid-vdeyaPbmBj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeyaPbmBj .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeyaPbmBj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeyaPbmBj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeyaPbmBj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeyaPbmBj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeIAuCiLz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeIAuCiLz .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeIAuCiLz H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeIzmy1jX {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeIzmy1jX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeIzmy1jX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeIzmy1jX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeIzmy1jX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeIzmy1jX .row > .row {
  display: block;
}
.cid-vdeIzmy1jX .mbr-gallery-item {
  width: 100%;
}
.cid-vdeIzmy1jX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeIzmy1jX .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeIzmy1jX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeIzmy1jX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeIzmy1jX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeIzmy1jX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeGZIyMhS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeGZIyMhS .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeGZIyMhS H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeH01Surx {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeH01Surx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeH01Surx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeH01Surx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeH01Surx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeH01Surx .row > .row {
  display: block;
}
.cid-vdeH01Surx .mbr-gallery-item {
  width: 100%;
}
.cid-vdeH01Surx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeH01Surx .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeH01Surx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeH01Surx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeH01Surx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeH01Surx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeGfLuDoG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeGfLuDoG .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeGfLuDoG H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeGg1gPhJ {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeGg1gPhJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeGg1gPhJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeGg1gPhJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeGg1gPhJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeGg1gPhJ .row > .row {
  display: block;
}
.cid-vdeGg1gPhJ .mbr-gallery-item {
  width: 100%;
}
.cid-vdeGg1gPhJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeGg1gPhJ .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeGg1gPhJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeGg1gPhJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeGg1gPhJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeGg1gPhJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeFLAWvK0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeFLAWvK0 .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeFLAWvK0 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeFezvh3G {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeFezvh3G .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeFezvh3G .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeFezvh3G .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeFezvh3G .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeFezvh3G .row > .row {
  display: block;
}
.cid-vdeFezvh3G .mbr-gallery-item {
  width: 100%;
}
.cid-vdeFezvh3G .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeFezvh3G .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeFezvh3G .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeFezvh3G .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeFezvh3G .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeFezvh3G .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeFeU5sXM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeFeU5sXM .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeFeU5sXM H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeFgWfYpf {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeFgWfYpf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeFgWfYpf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeFgWfYpf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeFgWfYpf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeFgWfYpf .row > .row {
  display: block;
}
.cid-vdeFgWfYpf .mbr-gallery-item {
  width: 100%;
}
.cid-vdeFgWfYpf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeFgWfYpf .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeFgWfYpf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeFgWfYpf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeFgWfYpf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeFgWfYpf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeEuCUSXb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeEuCUSXb .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeEuCUSXb H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeEunoK1L {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeEunoK1L .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeEunoK1L .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeEunoK1L .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeEunoK1L .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeEunoK1L .row > .row {
  display: block;
}
.cid-vdeEunoK1L .mbr-gallery-item {
  width: 100%;
}
.cid-vdeEunoK1L .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeEunoK1L .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeEunoK1L .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeEunoK1L .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeEunoK1L .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeEunoK1L .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeCVgMTp5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeCVgMTp5 .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeCVgMTp5 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeCUYy8iI {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeCUYy8iI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeCUYy8iI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeCUYy8iI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeCUYy8iI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeCUYy8iI .row > .row {
  display: block;
}
.cid-vdeCUYy8iI .mbr-gallery-item {
  width: 100%;
}
.cid-vdeCUYy8iI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeCUYy8iI .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeCUYy8iI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeCUYy8iI .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeCUYy8iI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeCUYy8iI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeC9sBBM6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeC9sBBM6 .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeC9sBBM6 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeC9a9MGL {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeC9a9MGL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeC9a9MGL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeC9a9MGL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeC9a9MGL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeC9a9MGL .row > .row {
  display: block;
}
.cid-vdeC9a9MGL .mbr-gallery-item {
  width: 100%;
}
.cid-vdeC9a9MGL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeC9a9MGL .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeC9a9MGL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeC9a9MGL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeC9a9MGL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeC9a9MGL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeBPkpGFs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeBPkpGFs .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeBPkpGFs H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeBOHuDsu {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeBOHuDsu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeBOHuDsu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeBOHuDsu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeBOHuDsu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeBOHuDsu .row > .row {
  display: block;
}
.cid-vdeBOHuDsu .mbr-gallery-item {
  width: 100%;
}
.cid-vdeBOHuDsu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeBOHuDsu .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeBOHuDsu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeBOHuDsu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeBOHuDsu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeBOHuDsu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeBjsgDhB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeBjsgDhB .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeBjsgDhB H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeBj9VE8A {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeBj9VE8A .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeBj9VE8A .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeBj9VE8A .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeBj9VE8A .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeBj9VE8A .row > .row {
  display: block;
}
.cid-vdeBj9VE8A .mbr-gallery-item {
  width: 100%;
}
.cid-vdeBj9VE8A .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeBj9VE8A .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeBj9VE8A .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeBj9VE8A .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeBj9VE8A .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeBj9VE8A .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeAYLPc4I {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeAYLPc4I .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeAYLPc4I H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeAYxPYsx {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeAYxPYsx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeAYxPYsx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeAYxPYsx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeAYxPYsx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeAYxPYsx .row > .row {
  display: block;
}
.cid-vdeAYxPYsx .mbr-gallery-item {
  width: 100%;
}
.cid-vdeAYxPYsx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeAYxPYsx .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeAYxPYsx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeAYxPYsx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeAYxPYsx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeAYxPYsx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeAEH8Gxp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeAEH8Gxp .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeAEH8Gxp H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeAEfz7rN {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeAEfz7rN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeAEfz7rN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeAEfz7rN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeAEfz7rN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeAEfz7rN .row > .row {
  display: block;
}
.cid-vdeAEfz7rN .mbr-gallery-item {
  width: 100%;
}
.cid-vdeAEfz7rN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeAEfz7rN .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeAEfz7rN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeAEfz7rN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeAEfz7rN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeAEfz7rN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdeJnUyy5b {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeJnUyy5b .mbr-section-subtitle {
  color: #767676;
}
.cid-vdeJnUyy5b H2 {
  text-align: center;
  color: #ffffff;
}
.cid-vdeJodstNZ {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdeJodstNZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdeJodstNZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdeJodstNZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdeJodstNZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdeJodstNZ .row > .row {
  display: block;
}
.cid-vdeJodstNZ .mbr-gallery-item {
  width: 100%;
}
.cid-vdeJodstNZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a40a0a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdeJodstNZ .mbr-gallery-item > div {
  position: relative;
}
.cid-vdeJodstNZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdeJodstNZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vdeJodstNZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-vdeJodstNZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a40a0a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdfhafQsQc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vdfhafQsQc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdfhafQsQc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdfhafQsQc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdfhafQsQc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdfhafQsQc .row > .row {
  display: block;
}
.cid-vdfhafQsQc .mbr-gallery-item {
  width: 100%;
}
.cid-vdfhafQsQc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdfhafQsQc .mbr-gallery-item > div {
  position: relative;
}
.cid-vdfhafQsQc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vdfhafQsQc .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-vdfhafQsQc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vdfhafQsQc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vdepiCrfuD {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #8d0628, #8d0628);
}
.cid-vdepiCrfuD .mbr-iconfont-social {
  font-size: 32px;
  color: #cc2952;
}
.cid-vdepiCrfuD .social-list a:focus {
  text-decoration: none;
}
.cid-vdeAlscByn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vdeAlscByn .mbr-text,
.cid-vdeAlscByn blockquote {
  color: #767676;
}
.cid-vdeAlscByn .mbr-text P {
  text-align: center;
}
.cid-vdeAlscByn .mbr-text {
  color: #ffffff;
}
