body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'veteran typewriter';
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'veteran typewriter';
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'veteran typewriter';
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'veteran typewriter';
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'veteran typewriter';
  font-size: 1.6rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.56rem;
}
/* ---- 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: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* 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: #efefef !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #f9f295 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
  color: #877e08 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !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: #bcbcbc;
  color: #bcbcbc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f4e634;
  color: #f4e634;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #877e08;
  background-color: #f9f295;
  border-color: #f9f295;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #877e08 !important;
  background-color: #f9f295 !important;
  border-color: #f9f295 !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: #efefef !important;
}
.text-secondary {
  color: #7f1933 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #f9f295 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #bcbcbc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2a0811 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f4e634 !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: #ffffff;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #f9f295;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #efefef;
  border-color: #efefef;
  color: #7c7c7c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #efefef;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'veteran typewriter';
  font-size: 1.6rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.56rem;
}
blockquote {
  border-color: #efefef;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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: #efefef;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #efefef;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #efefef;
  color: #000000;
}
.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: #efefef;
  border-bottom-color: #efefef;
}
.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: #000000 !important;
  background-color: #efefef !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: #7f1933 !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='%23efefef' %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-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s38W5dmsDr {
  background-image: url("../../../assets/images/81542680-471043480223940-7946171543254466560-n-1024x768.jpeg");
}
.cid-s38W5dmsDr img {
  width: 100%;
}
.cid-s38W5dmsDr p {
  margin-top: 6rem;
}
.cid-s38W5dmsDr .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-s38W5dmsDr .content-wrapper {
  padding-top: 6rem;
}
.cid-s38W5dmsDr h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s38W5dmsDr .content-wrapper {
    padding-top: 0rem;
  }
  .cid-s38W5dmsDr p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s38W5dmsDr .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-s38W5dmsDr p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s38W5dmsDr .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-s38W5dmsDr h4 {
    left: 2rem;
  }
}
.cid-s38W5dmsDr H1 {
  color: #30050c;
}
.cid-s38W5dmsDr .mbr-text,
.cid-s38W5dmsDr .mbr-section-btn {
  color: #efefef;
}
.cid-s3kkZqi18m {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/vehbw.jpeg");
}
.cid-s3kkZqi18m .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s3kkZqi18m .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s3kkZqi18m .card-img span {
  font-size: 100px;
}
.cid-s3kkZqi18m .mbr-text,
.cid-s3kkZqi18m .mbr-section-btn {
  color: #efefef;
}
.cid-s5ADv5Ig9P {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/vehbw.jpg");
}
.cid-s5ADv5Ig9P .title {
  margin-bottom: 2rem;
}
.cid-s5ADv5Ig9P .mbr-section-subtitle {
  color: #232323;
}
.cid-s5ADv5Ig9P a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s5ADv5Ig9P a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s5ADv5Ig9P textarea.form-control {
  min-height: 188px;
}
.cid-s3kqP6CCmw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20200715-165129.jpg");
}
.cid-s3kqP6CCmw .testimonials-container {
  margin: 0 auto;
}
.cid-s3kqP6CCmw .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-s3kqP6CCmw .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-s3kqP6CCmw .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-s3kqP6CCmw .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-s3kqP6CCmw .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s3kqP6CCmw .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-s3kqP6CCmw .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-s3kqP6CCmw .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3E7eruDwU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #330505;
}
.cid-s3E7eruDwU .line {
  background-color: #330505;
  color: #330505;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3E7eruDwU .section-text {
  padding: 2rem 0;
  color: #efefef;
}
.cid-s3E7eruDwU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3E7eruDwU .inner-container {
    width: 100% !important;
  }
}
.cid-s3E7bhx09B {
  padding-top: 30px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/81542680-471043480223940-7946171543254466560-n-2-1024x768.jpeg");
}
.cid-s3E7bhx09B .card-box {
  padding: 0 2rem;
}
.cid-s3E7bhx09B .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s3E7bhx09B .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s3E7bhx09B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s3E7bhx09B p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s3E7bhx09B .mbr-text {
  color: #767676;
}
.cid-s3E7bhx09B .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s3E7bhx09B .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s3E7bhx09B .card-title {
  color: #efefef;
}
.cid-s3dH7WzZNN {
  background-image: url("../../../assets/images/donnie-rosie-tao2fc7sxdu-unsplash.jpg");
}
.cid-s3dH7WzZNN P {
  color: #767676;
}
.cid-s3dH7WzZNN H1 {
  color: #efefef;
}
.cid-s3dH7WzZNN .mbr-text,
.cid-s3dH7WzZNN .mbr-section-btn {
  color: #cccccc;
}
.cid-s3dza8NvWN {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/vehbw.jpg");
}
.cid-s3dza8NvWN .mbr-section-subtitle {
  color: #767676;
}
.cid-s3dza8NvWN .mbr-text {
  color: #767676;
}
.cid-s3dza8NvWN .card {
  display: block;
  position: relative;
}
.cid-s3dza8NvWN .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s3dza8NvWN .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s3dza8NvWN .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-s3dza8NvWN .card-wrapper .card-img .mbr-overlay {
  background: #030a0b;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-s3dza8NvWN .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-s3dza8NvWN .card-wrapper .card-box {
  background-color: #30050c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s3dza8NvWN .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s3dza8NvWN .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s3dza8NvWN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s3dza8NvWN .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-s3dza8NvWN .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-s3dza8NvWN .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-s3dza8NvWN .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s3dza8NvWN .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s3dza8NvWN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #efefef, #7f1933);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-s3dza8NvWN .mbr-section-title,
  .cid-s3dza8NvWN .underline,
  .cid-s3dza8NvWN .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-s3dza8NvWN .card-title {
  color: #cccccc;
}
.cid-s3dza8NvWN .mbr-section-title,
.cid-s3dza8NvWN .underline {
  color: #ffffff;
}
.cid-s3qTN4gfhF {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/donnie-rosie-tao2fc7sxdu-unsplash.jpg");
}
.cid-s3qTN4gfhF .mbr-section-subtitle {
  color: #767676;
}
.cid-s3qTN4gfhF .mbr-text {
  color: #767676;
}
.cid-s3qTN4gfhF .card {
  display: block;
  position: relative;
}
.cid-s3qTN4gfhF .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s3qTN4gfhF .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s3qTN4gfhF .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-s3qTN4gfhF .card-wrapper .card-img .mbr-overlay {
  background: #030a0b;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-s3qTN4gfhF .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-s3qTN4gfhF .card-wrapper .card-box {
  background-color: #30050c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s3qTN4gfhF .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s3qTN4gfhF .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s3qTN4gfhF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s3qTN4gfhF .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-s3qTN4gfhF .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-s3qTN4gfhF .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-s3qTN4gfhF .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s3qTN4gfhF .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s3qTN4gfhF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #efefef, #7f1933);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-s3qTN4gfhF .mbr-section-title,
  .cid-s3qTN4gfhF .underline,
  .cid-s3qTN4gfhF .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-s3qTN4gfhF .card-title {
  color: #cccccc;
}
.cid-s3qTN4gfhF .mbr-section-title,
.cid-s3qTN4gfhF .underline {
  color: #ffffff;
}
.cid-skGFkFgStk {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/donnie-rosie-tao2fc7sxdu-unsplash.jpg");
}
.cid-skGFkFgStk .mbr-section-subtitle {
  color: #767676;
}
.cid-skGFkFgStk .mbr-text {
  color: #767676;
}
.cid-skGFkFgStk .card {
  display: block;
  position: relative;
}
.cid-skGFkFgStk .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-skGFkFgStk .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skGFkFgStk .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-skGFkFgStk .card-wrapper .card-img .mbr-overlay {
  background: #030a0b;
  display: block;
  opacity: 0.3;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-skGFkFgStk .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-skGFkFgStk .card-wrapper .card-box {
  background-color: #30050c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-skGFkFgStk .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-skGFkFgStk .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-skGFkFgStk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skGFkFgStk .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-skGFkFgStk .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-skGFkFgStk .popup-btn:hover .mbr-overlay {
  opacity: 0.3;
  height: 100%;
}
.cid-skGFkFgStk .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-skGFkFgStk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-skGFkFgStk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #efefef, #7f1933);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-skGFkFgStk .mbr-section-title,
  .cid-skGFkFgStk .underline,
  .cid-skGFkFgStk .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-skGFkFgStk .card-title {
  color: #cccccc;
}
.cid-skGFkFgStk .mbr-section-title,
.cid-skGFkFgStk .underline {
  color: #ffffff;
}
.cid-skLxMfDZgT {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-skLxMfDZgT .mbr-section-subtitle {
  color: #767676;
}
.cid-skLxMfDZgT .mbr-text {
  color: #767676;
}
.cid-skLxMfDZgT .card {
  display: block;
  position: relative;
}
.cid-skLxMfDZgT .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-skLxMfDZgT .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-skLxMfDZgT .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-skLxMfDZgT .card-wrapper .card-img .mbr-overlay {
  background: #030a0b;
  display: block;
  opacity: 0.1;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-skLxMfDZgT .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-skLxMfDZgT .card-wrapper .card-box {
  background-color: #30050c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-skLxMfDZgT .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-skLxMfDZgT .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-skLxMfDZgT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-skLxMfDZgT .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-skLxMfDZgT .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-skLxMfDZgT .popup-btn:hover .mbr-overlay {
  opacity: 0.1;
  height: 100%;
}
.cid-skLxMfDZgT .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-skLxMfDZgT .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-skLxMfDZgT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #efefef, #7f1933);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-skLxMfDZgT .mbr-section-title,
  .cid-skLxMfDZgT .underline,
  .cid-skLxMfDZgT .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-skLxMfDZgT .card-title {
  color: #cccccc;
  text-align: center;
}
.cid-skLxMfDZgT .mbr-section-title,
.cid-skLxMfDZgT .underline {
  color: #ffffff;
}
.cid-s5FZU04dJ3 {
  background-image: url("../../../assets/images/custom-bfc-800x651.jpg");
}
.cid-s5FZU04dJ3 P {
  color: #767676;
}
.cid-s5FZU04dJ3 H1 {
  color: #efefef;
}
.cid-s5FZU04dJ3 .mbr-text,
.cid-s5FZU04dJ3 .mbr-section-btn {
  color: #cccccc;
}
.cid-s5FZHE0P3x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/vehbw.jpg");
}
.cid-s5FZHE0P3x .title {
  margin-bottom: 2rem;
}
.cid-s5FZHE0P3x .mbr-section-subtitle {
  color: #232323;
}
.cid-s5FZHE0P3x a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s5FZHE0P3x a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s5FZHE0P3x textarea.form-control {
  min-height: 188px;
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4tHNZ4Zp9 {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s4tHNZ4Zp9 p {
  color: #767676;
}
.cid-s4tHNZ4Zp9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4tHNZ4Zp9 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s4tHNZ4Zp9 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4tHNZ4Zp9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4tHNZ4Zp9 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4tHNZ4Zp9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4tHNZ4Zp9 H2 {
  color: #efefef;
}
.cid-s4tHNZ4Zp9 H4 {
  color: #efefef;
}
.cid-s4tHKifz5S {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s4tHKifz5S .icon-focus {
  display: none;
}
.cid-s4tHKifz5S .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4tHKifz5S .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4tHKifz5S .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4tHKifz5S .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4tHKifz5S .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4tHKifz5S .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4tHKifz5S .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4tHKifz5S .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4tHKifz5S .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3dvqImiL8 {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s3dvqImiL8 p {
  color: #767676;
}
.cid-s3dvqImiL8 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s3dvqImiL8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s3dvqImiL8 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s3dvqImiL8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s3dvqImiL8 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s3dvqImiL8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s3dvqImiL8 H2 {
  color: #efefef;
}
.cid-s3dvqImiL8 H4 {
  color: #efefef;
}
.cid-s3UOEVnSL4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s3UOEVnSL4 .icon-focus {
  display: none;
}
.cid-s3UOEVnSL4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s3UOEVnSL4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3UOEVnSL4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3UOEVnSL4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s3UOEVnSL4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s3UOEVnSL4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s3UOEVnSL4 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s3UOEVnSL4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s3UOEVnSL4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s3qQdk7PjO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qQdk7PjO .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3qQdk7PjO .nav-item,
.cid-s3qQdk7PjO .nav-link,
.cid-s3qQdk7PjO .navbar-caption {
  font-weight: normal;
}
.cid-s3qQdk7PjO .nav-item:focus,
.cid-s3qQdk7PjO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3qQdk7PjO .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3qQdk7PjO .nav-item .nav-link {
    position: relative;
  }
  .cid-s3qQdk7PjO .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3qQdk7PjO .nav-item:hover .nav-link:before,
  .cid-s3qQdk7PjO .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3qQdk7PjO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3qQdk7PjO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3qQdk7PjO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3qQdk7PjO .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3qQdk7PjO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3qQdk7PjO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qQdk7PjO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3qQdk7PjO .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3qQdk7PjO .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3qQdk7PjO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3qQdk7PjO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3qQdk7PjO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3qQdk7PjO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3qQdk7PjO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3qQdk7PjO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3qQdk7PjO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3qQdk7PjO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3qQdk7PjO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3qQdk7PjO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3qQdk7PjO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3qQdk7PjO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3qQdk7PjO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3qQdk7PjO .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3qQdk7PjO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3qQdk7PjO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3qQdk7PjO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3qQdk7PjO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3qQdk7PjO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3qQdk7PjO .dropdown-item.active,
.cid-s3qQdk7PjO .dropdown-item:active {
  background-color: transparent;
}
.cid-s3qQdk7PjO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3qQdk7PjO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3qQdk7PjO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3qQdk7PjO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3qQdk7PjO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3qQdk7PjO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3qQdk7PjO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3qQdk7PjO .navbar-buttons {
  text-align: center;
}
.cid-s3qQdk7PjO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3qQdk7PjO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3qQdk7PjO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3qQdk7PjO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qQdk7PjO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qQdk7PjO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3qQdk7PjO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qQdk7PjO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3qQdk7PjO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3qQdk7PjO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qQdk7PjO .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3qQdk7PjO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qQdk7PjO .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3qQdk7PjO .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3qQdk7PjO .soc-item {
  margin: .5rem .3rem;
}
.cid-s3qQdk7PjO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qQdk7PjO a.nav-link .mbr-iconfont-btn,
.cid-s3qQdk7PjO a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3qQdk7PjO a.nav-link:hover .mbr-iconfont-btn,
.cid-s3qQdk7PjO a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3qQdk7PjO a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3qQdk7PjO .navbar {
    height: 77px;
  }
  .cid-s3qQdk7PjO .navbar.opened {
    height: auto;
  }
  .cid-s3qQdk7PjO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4t2wXTMu3 {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s4t2wXTMu3 p {
  color: #767676;
}
.cid-s4t2wXTMu3 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4t2wXTMu3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s4t2wXTMu3 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4t2wXTMu3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4t2wXTMu3 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4t2wXTMu3 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4t2wXTMu3 H2 {
  color: #efefef;
}
.cid-s4t2wXTMu3 H4 {
  color: #efefef;
}
.cid-s4t2xhLQV4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s4t2xhLQV4 .icon-focus {
  display: none;
}
.cid-s4t2xhLQV4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4t2xhLQV4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4t2xhLQV4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4t2xhLQV4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4t2xhLQV4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4t2xhLQV4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4t2xhLQV4 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4t2xhLQV4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4t2xhLQV4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s4t2xhLQV4 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4sRsq27V4 {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s4sRsq27V4 p {
  color: #767676;
}
.cid-s4sRsq27V4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4sRsq27V4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s4sRsq27V4 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4sRsq27V4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4sRsq27V4 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4sRsq27V4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4sRsq27V4 H2 {
  color: #efefef;
}
.cid-s4sRsq27V4 H4 {
  color: #efefef;
}
.cid-s4sRsRqtww {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s4sRsRqtww .icon-focus {
  display: none;
}
.cid-s4sRsRqtww .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4sRsRqtww .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4sRsRqtww .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4sRsRqtww .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4sRsRqtww .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4sRsRqtww .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4sRsRqtww .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4sRsRqtww .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4sRsRqtww .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s4sRsRqtww .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4tBWsUHBT {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s4tBWsUHBT p {
  color: #767676;
}
.cid-s4tBWsUHBT .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4tBWsUHBT .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s4tBWsUHBT .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4tBWsUHBT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4tBWsUHBT .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4tBWsUHBT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4tBWsUHBT H2 {
  color: #efefef;
}
.cid-s4tBWsUHBT H4 {
  color: #efefef;
}
.cid-s4tBVrWlHu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s4tBVrWlHu .icon-focus {
  display: none;
}
.cid-s4tBVrWlHu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4tBVrWlHu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4tBVrWlHu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4tBVrWlHu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4tBVrWlHu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4tBVrWlHu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4tBVrWlHu .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4tBVrWlHu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4tBVrWlHu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s4tBVrWlHu .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4tIQcm3Gr {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s4tIQcm3Gr p {
  color: #767676;
}
.cid-s4tIQcm3Gr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4tIQcm3Gr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s4tIQcm3Gr .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4tIQcm3Gr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4tIQcm3Gr .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4tIQcm3Gr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4tIQcm3Gr H2 {
  color: #efefef;
}
.cid-s4tIQcm3Gr H4 {
  color: #efefef;
}
.cid-s4tIPFWtBE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s4tIPFWtBE .icon-focus {
  display: none;
}
.cid-s4tIPFWtBE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4tIPFWtBE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4tIPFWtBE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4tIPFWtBE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4tIPFWtBE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4tIPFWtBE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4tIPFWtBE .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4tIPFWtBE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4tIPFWtBE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3VckcgnVL {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-s3VckcgnVL .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s3VckcgnVL img {
    width: 90%;
  }
}
.cid-s3VckcgnVL .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s3VckcgnVL .items {
  margin-bottom: 0;
}
.cid-s3VckcgnVL .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s3VckcgnVL .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s3VckcgnVL .soc-item:hover span {
  color: #efefef !important;
}
.cid-s3VckcgnVL .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-s3VckcgnVL .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3VckcgnVL .social-list {
    justify-content: center;
  }
}
.cid-s3VckcgnVL .mbr-text,
.cid-s3VckcgnVL .mbr-section-btn {
  color: #efefef;
}
.cid-s3VdG2vXMO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-s3VdG2vXMO .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s3VdG2vXMO img {
    width: 90%;
  }
}
.cid-s3VdG2vXMO .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s3VdG2vXMO .items {
  margin-bottom: 0;
}
.cid-s3VdG2vXMO .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s3VdG2vXMO .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s3VdG2vXMO .soc-item:hover span {
  color: #efefef !important;
}
.cid-s3VdG2vXMO .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-s3VdG2vXMO .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3VdG2vXMO .social-list {
    justify-content: center;
  }
}
.cid-s3VdG2vXMO .mbr-text,
.cid-s3VdG2vXMO .mbr-section-btn {
  color: #efefef;
}
.cid-s3VdGOHhZv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-s3VdGOHhZv .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s3VdGOHhZv img {
    width: 90%;
  }
}
.cid-s3VdGOHhZv .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s3VdGOHhZv .items {
  margin-bottom: 0;
}
.cid-s3VdGOHhZv .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s3VdGOHhZv .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s3VdGOHhZv .soc-item:hover span {
  color: #efefef !important;
}
.cid-s3VdGOHhZv .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-s3VdGOHhZv .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3VdGOHhZv .social-list {
    justify-content: center;
  }
}
.cid-s3VdGOHhZv .mbr-text,
.cid-s3VdGOHhZv .mbr-section-btn {
  color: #efefef;
}
.cid-s3VdHrYyTC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-s3VdHrYyTC .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s3VdHrYyTC img {
    width: 90%;
  }
}
.cid-s3VdHrYyTC .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s3VdHrYyTC .items {
  margin-bottom: 0;
}
.cid-s3VdHrYyTC .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s3VdHrYyTC .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s3VdHrYyTC .soc-item:hover span {
  color: #efefef !important;
}
.cid-s3VdHrYyTC .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-s3VdHrYyTC .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3VdHrYyTC .social-list {
    justify-content: center;
  }
}
.cid-s3VdHrYyTC .mbr-text,
.cid-s3VdHrYyTC .mbr-section-btn {
  color: #efefef;
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4tFZX9wRU {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s4tFZX9wRU p {
  color: #767676;
}
.cid-s4tFZX9wRU .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4tFZX9wRU .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s4tFZX9wRU .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4tFZX9wRU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4tFZX9wRU .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4tFZX9wRU .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4tFZX9wRU H2 {
  color: #efefef;
}
.cid-s4tFZX9wRU H4 {
  color: #efefef;
}
.cid-s4tFZCtPXa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s4tFZCtPXa .icon-focus {
  display: none;
}
.cid-s4tFZCtPXa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4tFZCtPXa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4tFZCtPXa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4tFZCtPXa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4tFZCtPXa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4tFZCtPXa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4tFZCtPXa .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4tFZCtPXa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4tFZCtPXa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s4tFZCtPXa .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-s3qQkgBKYI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qQkgBKYI .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3qQkgBKYI .nav-item,
.cid-s3qQkgBKYI .nav-link,
.cid-s3qQkgBKYI .navbar-caption {
  font-weight: normal;
}
.cid-s3qQkgBKYI .nav-item:focus,
.cid-s3qQkgBKYI .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3qQkgBKYI .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3qQkgBKYI .nav-item .nav-link {
    position: relative;
  }
  .cid-s3qQkgBKYI .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3qQkgBKYI .nav-item:hover .nav-link:before,
  .cid-s3qQkgBKYI .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3qQkgBKYI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3qQkgBKYI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3qQkgBKYI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3qQkgBKYI .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3qQkgBKYI .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3qQkgBKYI .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qQkgBKYI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3qQkgBKYI .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3qQkgBKYI .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3qQkgBKYI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3qQkgBKYI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3qQkgBKYI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3qQkgBKYI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3qQkgBKYI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3qQkgBKYI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3qQkgBKYI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3qQkgBKYI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3qQkgBKYI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3qQkgBKYI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3qQkgBKYI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3qQkgBKYI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3qQkgBKYI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3qQkgBKYI .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3qQkgBKYI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3qQkgBKYI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3qQkgBKYI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3qQkgBKYI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3qQkgBKYI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3qQkgBKYI .dropdown-item.active,
.cid-s3qQkgBKYI .dropdown-item:active {
  background-color: transparent;
}
.cid-s3qQkgBKYI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3qQkgBKYI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3qQkgBKYI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3qQkgBKYI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3qQkgBKYI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3qQkgBKYI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3qQkgBKYI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3qQkgBKYI .navbar-buttons {
  text-align: center;
}
.cid-s3qQkgBKYI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3qQkgBKYI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3qQkgBKYI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3qQkgBKYI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qQkgBKYI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qQkgBKYI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3qQkgBKYI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qQkgBKYI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3qQkgBKYI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3qQkgBKYI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qQkgBKYI .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3qQkgBKYI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qQkgBKYI .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3qQkgBKYI .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3qQkgBKYI .soc-item {
  margin: .5rem .3rem;
}
.cid-s3qQkgBKYI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qQkgBKYI a.nav-link .mbr-iconfont-btn,
.cid-s3qQkgBKYI a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3qQkgBKYI a.nav-link:hover .mbr-iconfont-btn,
.cid-s3qQkgBKYI a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3qQkgBKYI a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3qQkgBKYI .navbar {
    height: 77px;
  }
  .cid-s3qQkgBKYI .navbar.opened {
    height: auto;
  }
  .cid-s3qQkgBKYI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4tBeChtUb {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s4tBeChtUb p {
  color: #767676;
}
.cid-s4tBeChtUb .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4tBeChtUb .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s4tBeChtUb .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4tBeChtUb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4tBeChtUb .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4tBeChtUb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4tBeChtUb H2 {
  color: #efefef;
}
.cid-s4tBeChtUb H4 {
  color: #efefef;
}
.cid-s4tBfhsLdS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s4tBfhsLdS .icon-focus {
  display: none;
}
.cid-s4tBfhsLdS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4tBfhsLdS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4tBfhsLdS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4tBfhsLdS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4tBfhsLdS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4tBfhsLdS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4tBfhsLdS .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4tBfhsLdS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4tBfhsLdS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s4tBfhsLdS .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4sPQfgPCh {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s4sPQfgPCh p {
  color: #767676;
}
.cid-s4sPQfgPCh .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4sPQfgPCh .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s4sPQfgPCh .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4sPQfgPCh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4sPQfgPCh .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4sPQfgPCh .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4sPQfgPCh H2 {
  color: #efefef;
}
.cid-s4sPQfgPCh H4 {
  color: #efefef;
}
.cid-s4sPQEj73l {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s4sPQEj73l .icon-focus {
  display: none;
}
.cid-s4sPQEj73l .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4sPQEj73l .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4sPQEj73l .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4sPQEj73l .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4sPQEj73l .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4sPQEj73l .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4sPQEj73l .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4sPQEj73l .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4sPQEj73l .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s4sPQEj73l .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4t4aEpNCZ {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s4t4aEpNCZ p {
  color: #767676;
}
.cid-s4t4aEpNCZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4t4aEpNCZ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s4t4aEpNCZ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4t4aEpNCZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4t4aEpNCZ .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4t4aEpNCZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4t4aEpNCZ H2 {
  color: #efefef;
}
.cid-s4t4aEpNCZ H4 {
  color: #efefef;
}
.cid-s4t4abn6wh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s4t4abn6wh .icon-focus {
  display: none;
}
.cid-s4t4abn6wh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4t4abn6wh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4t4abn6wh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4t4abn6wh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4t4abn6wh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4t4abn6wh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4t4abn6wh .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4t4abn6wh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4t4abn6wh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s4t4abn6wh .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-s3qQfSRYVm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qQfSRYVm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3qQfSRYVm .nav-item,
.cid-s3qQfSRYVm .nav-link,
.cid-s3qQfSRYVm .navbar-caption {
  font-weight: normal;
}
.cid-s3qQfSRYVm .nav-item:focus,
.cid-s3qQfSRYVm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3qQfSRYVm .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3qQfSRYVm .nav-item .nav-link {
    position: relative;
  }
  .cid-s3qQfSRYVm .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3qQfSRYVm .nav-item:hover .nav-link:before,
  .cid-s3qQfSRYVm .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3qQfSRYVm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3qQfSRYVm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3qQfSRYVm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3qQfSRYVm .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3qQfSRYVm .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3qQfSRYVm .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qQfSRYVm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3qQfSRYVm .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3qQfSRYVm .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3qQfSRYVm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3qQfSRYVm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3qQfSRYVm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3qQfSRYVm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3qQfSRYVm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3qQfSRYVm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3qQfSRYVm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3qQfSRYVm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3qQfSRYVm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3qQfSRYVm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3qQfSRYVm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3qQfSRYVm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3qQfSRYVm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3qQfSRYVm .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3qQfSRYVm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3qQfSRYVm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3qQfSRYVm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3qQfSRYVm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3qQfSRYVm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3qQfSRYVm .dropdown-item.active,
.cid-s3qQfSRYVm .dropdown-item:active {
  background-color: transparent;
}
.cid-s3qQfSRYVm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3qQfSRYVm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3qQfSRYVm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3qQfSRYVm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3qQfSRYVm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3qQfSRYVm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3qQfSRYVm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3qQfSRYVm .navbar-buttons {
  text-align: center;
}
.cid-s3qQfSRYVm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3qQfSRYVm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3qQfSRYVm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3qQfSRYVm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qQfSRYVm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qQfSRYVm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3qQfSRYVm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qQfSRYVm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3qQfSRYVm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3qQfSRYVm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qQfSRYVm .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3qQfSRYVm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qQfSRYVm .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3qQfSRYVm .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3qQfSRYVm .soc-item {
  margin: .5rem .3rem;
}
.cid-s3qQfSRYVm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qQfSRYVm a.nav-link .mbr-iconfont-btn,
.cid-s3qQfSRYVm a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3qQfSRYVm a.nav-link:hover .mbr-iconfont-btn,
.cid-s3qQfSRYVm a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3qQfSRYVm a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3qQfSRYVm .navbar {
    height: 77px;
  }
  .cid-s3qQfSRYVm .navbar.opened {
    height: auto;
  }
  .cid-s3qQfSRYVm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4t6b9XT7X {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s4t6b9XT7X p {
  color: #767676;
}
.cid-s4t6b9XT7X .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4t6b9XT7X .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s4t6b9XT7X .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4t6b9XT7X .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4t6b9XT7X .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4t6b9XT7X .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4t6b9XT7X H2 {
  color: #efefef;
}
.cid-s4t6b9XT7X H4 {
  color: #efefef;
}
.cid-s4t6aA6RCK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s4t6aA6RCK .icon-focus {
  display: none;
}
.cid-s4t6aA6RCK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4t6aA6RCK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4t6aA6RCK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4t6aA6RCK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4t6aA6RCK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4t6aA6RCK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4t6aA6RCK .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4t6aA6RCK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4t6aA6RCK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s4t6aA6RCK .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-s3qQltfCX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qQltfCX5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3qQltfCX5 .nav-item,
.cid-s3qQltfCX5 .nav-link,
.cid-s3qQltfCX5 .navbar-caption {
  font-weight: normal;
}
.cid-s3qQltfCX5 .nav-item:focus,
.cid-s3qQltfCX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3qQltfCX5 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3qQltfCX5 .nav-item .nav-link {
    position: relative;
  }
  .cid-s3qQltfCX5 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3qQltfCX5 .nav-item:hover .nav-link:before,
  .cid-s3qQltfCX5 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3qQltfCX5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3qQltfCX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3qQltfCX5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3qQltfCX5 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3qQltfCX5 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3qQltfCX5 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qQltfCX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3qQltfCX5 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3qQltfCX5 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3qQltfCX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3qQltfCX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3qQltfCX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3qQltfCX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3qQltfCX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3qQltfCX5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3qQltfCX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3qQltfCX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3qQltfCX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3qQltfCX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3qQltfCX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3qQltfCX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3qQltfCX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3qQltfCX5 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3qQltfCX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3qQltfCX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3qQltfCX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3qQltfCX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3qQltfCX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3qQltfCX5 .dropdown-item.active,
.cid-s3qQltfCX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-s3qQltfCX5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3qQltfCX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3qQltfCX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3qQltfCX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3qQltfCX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3qQltfCX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3qQltfCX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3qQltfCX5 .navbar-buttons {
  text-align: center;
}
.cid-s3qQltfCX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3qQltfCX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3qQltfCX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3qQltfCX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qQltfCX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qQltfCX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3qQltfCX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qQltfCX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3qQltfCX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3qQltfCX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qQltfCX5 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3qQltfCX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qQltfCX5 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3qQltfCX5 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3qQltfCX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-s3qQltfCX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qQltfCX5 a.nav-link .mbr-iconfont-btn,
.cid-s3qQltfCX5 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3qQltfCX5 a.nav-link:hover .mbr-iconfont-btn,
.cid-s3qQltfCX5 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3qQltfCX5 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3qQltfCX5 .navbar {
    height: 77px;
  }
  .cid-s3qQltfCX5 .navbar.opened {
    height: auto;
  }
  .cid-s3qQltfCX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4t3FgXoho {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-s4t3FgXoho p {
  color: #767676;
}
.cid-s4t3FgXoho .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4t3FgXoho .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s4t3FgXoho .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4t3FgXoho .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4t3FgXoho .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4t3FgXoho .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4t3FgXoho H2 {
  color: #efefef;
}
.cid-s4t3FgXoho H4 {
  color: #efefef;
}
.cid-s4t3FgXoho .panel-text {
  color: #efefef;
}
.cid-s4t3EtjE8Q {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-s4t3EtjE8Q .icon-focus {
  display: none;
}
.cid-s4t3EtjE8Q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4t3EtjE8Q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4t3EtjE8Q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4t3EtjE8Q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4t3EtjE8Q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4t3EtjE8Q .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4t3EtjE8Q .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4t3EtjE8Q .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4t3EtjE8Q .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s4t3EtjE8Q .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4KkkMsgWT {
  background-image: url("../../../assets/images/vehbw.jpg");
}
.cid-s4KkkMsgWT P {
  color: #767676;
}
.cid-s4KkkMsgWT .mbr-text,
.cid-s4KkkMsgWT .mbr-section-btn {
  color: #cccccc;
}
.cid-s4KkkMsgWT H1 {
  color: #efefef;
}
.cid-s4KjhgiLy9 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #30050c;
}
.cid-s4KjhgiLy9 .icon-focus {
  display: none;
}
.cid-s4KjhgiLy9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4KjhgiLy9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4KjhgiLy9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4KjhgiLy9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4KjhgiLy9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4KjhgiLy9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4KjhgiLy9 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s4KjhgiLy9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s4KjhgiLy9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s5G56f2zDg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/20200618-180218-800x450.jpg");
}
.cid-s5G56f2zDg .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s5G56f2zDg .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5G56f2zDg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s5G56f2zDg .mbr-text {
    text-align: center;
  }
}
.cid-s3le2Dg2aG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .nav-item,
.cid-s3le2Dg2aG .nav-link,
.cid-s3le2Dg2aG .navbar-caption {
  font-weight: normal;
}
.cid-s3le2Dg2aG .nav-item:focus,
.cid-s3le2Dg2aG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3le2Dg2aG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link {
    position: relative;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s3le2Dg2aG .nav-item:hover .nav-link:before,
  .cid-s3le2Dg2aG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3le2Dg2aG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3le2Dg2aG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-s3le2Dg2aG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s3le2Dg2aG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s3le2Dg2aG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s3le2Dg2aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3le2Dg2aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3le2Dg2aG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3le2Dg2aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3le2Dg2aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3le2Dg2aG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3le2Dg2aG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3le2Dg2aG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3le2Dg2aG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3le2Dg2aG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3le2Dg2aG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3le2Dg2aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3le2Dg2aG .dropdown-item.active,
.cid-s3le2Dg2aG .dropdown-item:active {
  background-color: transparent;
}
.cid-s3le2Dg2aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3le2Dg2aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-s3le2Dg2aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3le2Dg2aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3le2Dg2aG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3le2Dg2aG .navbar-buttons {
  text-align: center;
}
.cid-s3le2Dg2aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3le2Dg2aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3le2Dg2aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3le2Dg2aG .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s3le2Dg2aG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-s3le2Dg2aG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s3le2Dg2aG .soc-item {
  margin: .5rem .3rem;
}
.cid-s3le2Dg2aG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3le2Dg2aG a.nav-link .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s3le2Dg2aG a.nav-link:hover .mbr-iconfont-btn,
.cid-s3le2Dg2aG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s3le2Dg2aG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3le2Dg2aG .navbar {
    height: 77px;
  }
  .cid-s3le2Dg2aG .navbar.opened {
    height: auto;
  }
  .cid-s3le2Dg2aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4QfqJxDur {
  background-image: url("../../../assets/images/81542680-471043480223940-7946171543254466560-n-3-1024x768.jpeg");
}
.cid-s4QfqJxDur .form-control,
.cid-s4QfqJxDur .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-s4QfqJxDur .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-s4QfqJxDur textarea.form-control {
  min-height: 188px;
}
.cid-s4QfqJxDur .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-s4QfqJxDur .content-container {
    padding-right: 5rem;
  }
}
.cid-skGApQADLM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skGApQADLM .navbar-buttons {
  flex-wrap: wrap;
}
.cid-skGApQADLM .nav-item,
.cid-skGApQADLM .nav-link,
.cid-skGApQADLM .navbar-caption {
  font-weight: normal;
}
.cid-skGApQADLM .nav-item:focus,
.cid-skGApQADLM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skGApQADLM .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-skGApQADLM .nav-item .nav-link {
    position: relative;
  }
  .cid-skGApQADLM .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-skGApQADLM .nav-item:hover .nav-link:before,
  .cid-skGApQADLM .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-skGApQADLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-skGApQADLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skGApQADLM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-skGApQADLM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-skGApQADLM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skGApQADLM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skGApQADLM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-skGApQADLM .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-skGApQADLM .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-skGApQADLM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-skGApQADLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skGApQADLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skGApQADLM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skGApQADLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skGApQADLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skGApQADLM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skGApQADLM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skGApQADLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skGApQADLM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skGApQADLM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skGApQADLM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skGApQADLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skGApQADLM .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-skGApQADLM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skGApQADLM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skGApQADLM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skGApQADLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skGApQADLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skGApQADLM .dropdown-item.active,
.cid-skGApQADLM .dropdown-item:active {
  background-color: transparent;
}
.cid-skGApQADLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skGApQADLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skGApQADLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skGApQADLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-skGApQADLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skGApQADLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skGApQADLM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skGApQADLM .navbar-buttons {
  text-align: center;
}
.cid-skGApQADLM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skGApQADLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-skGApQADLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skGApQADLM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skGApQADLM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skGApQADLM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skGApQADLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skGApQADLM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skGApQADLM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skGApQADLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skGApQADLM .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-skGApQADLM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skGApQADLM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-skGApQADLM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-skGApQADLM .soc-item {
  margin: .5rem .3rem;
}
.cid-skGApQADLM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skGApQADLM a.nav-link .mbr-iconfont-btn,
.cid-skGApQADLM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-skGApQADLM a.nav-link:hover .mbr-iconfont-btn,
.cid-skGApQADLM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-skGApQADLM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skGApQADLM .navbar {
    height: 77px;
  }
  .cid-skGApQADLM .navbar.opened {
    height: auto;
  }
  .cid-skGApQADLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skGApS6FSl {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-skGApS6FSl p {
  color: #767676;
}
.cid-skGApS6FSl .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-skGApS6FSl .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-skGApS6FSl .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-skGApS6FSl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skGApS6FSl .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-skGApS6FSl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-skGApS6FSl H2 {
  color: #efefef;
}
.cid-skGApS6FSl H4 {
  color: #efefef;
}
.cid-skGApTcyTb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-skGApTcyTb .icon-focus {
  display: none;
}
.cid-skGApTcyTb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGApTcyTb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGApTcyTb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGApTcyTb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGApTcyTb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGApTcyTb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skGApTcyTb .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-skGApTcyTb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skGApTcyTb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skGApTcyTb .mbr-gallery-item > div > span {
  text-align: left;
}
.cid-skGO1bodJj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skGO1bodJj .navbar-buttons {
  flex-wrap: wrap;
}
.cid-skGO1bodJj .nav-item,
.cid-skGO1bodJj .nav-link,
.cid-skGO1bodJj .navbar-caption {
  font-weight: normal;
}
.cid-skGO1bodJj .nav-item:focus,
.cid-skGO1bodJj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skGO1bodJj .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-skGO1bodJj .nav-item .nav-link {
    position: relative;
  }
  .cid-skGO1bodJj .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-skGO1bodJj .nav-item:hover .nav-link:before,
  .cid-skGO1bodJj .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-skGO1bodJj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-skGO1bodJj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skGO1bodJj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-skGO1bodJj .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-skGO1bodJj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skGO1bodJj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skGO1bodJj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-skGO1bodJj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-skGO1bodJj .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-skGO1bodJj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-skGO1bodJj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skGO1bodJj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skGO1bodJj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skGO1bodJj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skGO1bodJj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skGO1bodJj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skGO1bodJj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skGO1bodJj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skGO1bodJj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skGO1bodJj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skGO1bodJj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skGO1bodJj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skGO1bodJj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-skGO1bodJj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skGO1bodJj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skGO1bodJj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skGO1bodJj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skGO1bodJj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skGO1bodJj .dropdown-item.active,
.cid-skGO1bodJj .dropdown-item:active {
  background-color: transparent;
}
.cid-skGO1bodJj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skGO1bodJj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skGO1bodJj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skGO1bodJj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-skGO1bodJj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skGO1bodJj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skGO1bodJj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skGO1bodJj .navbar-buttons {
  text-align: center;
}
.cid-skGO1bodJj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skGO1bodJj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-skGO1bodJj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skGO1bodJj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skGO1bodJj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skGO1bodJj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skGO1bodJj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skGO1bodJj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skGO1bodJj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skGO1bodJj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skGO1bodJj .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-skGO1bodJj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skGO1bodJj .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-skGO1bodJj .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-skGO1bodJj .soc-item {
  margin: .5rem .3rem;
}
.cid-skGO1bodJj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skGO1bodJj a.nav-link .mbr-iconfont-btn,
.cid-skGO1bodJj a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-skGO1bodJj a.nav-link:hover .mbr-iconfont-btn,
.cid-skGO1bodJj a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-skGO1bodJj a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skGO1bodJj .navbar {
    height: 77px;
  }
  .cid-skGO1bodJj .navbar.opened {
    height: auto;
  }
  .cid-skGO1bodJj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skGO1czylb {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-skGO1czylb p {
  color: #767676;
}
.cid-skGO1czylb .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-skGO1czylb .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-skGO1czylb .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-skGO1czylb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skGO1czylb .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-skGO1czylb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-skGO1czylb H2 {
  color: #efefef;
}
.cid-skGO1czylb H4 {
  color: #efefef;
}
.cid-skGO1dLRTt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-skGO1dLRTt .icon-focus {
  display: none;
}
.cid-skGO1dLRTt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGO1dLRTt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGO1dLRTt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGO1dLRTt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGO1dLRTt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGO1dLRTt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skGO1dLRTt .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-skGO1dLRTt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skGO1dLRTt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skGO1dLRTt .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-skLpLHZ3WC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skLpLHZ3WC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-skLpLHZ3WC .nav-item,
.cid-skLpLHZ3WC .nav-link,
.cid-skLpLHZ3WC .navbar-caption {
  font-weight: normal;
}
.cid-skLpLHZ3WC .nav-item:focus,
.cid-skLpLHZ3WC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skLpLHZ3WC .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-skLpLHZ3WC .nav-item .nav-link {
    position: relative;
  }
  .cid-skLpLHZ3WC .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-skLpLHZ3WC .nav-item:hover .nav-link:before,
  .cid-skLpLHZ3WC .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-skLpLHZ3WC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-skLpLHZ3WC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skLpLHZ3WC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-skLpLHZ3WC .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-skLpLHZ3WC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skLpLHZ3WC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skLpLHZ3WC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-skLpLHZ3WC .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-skLpLHZ3WC .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-skLpLHZ3WC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-skLpLHZ3WC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skLpLHZ3WC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skLpLHZ3WC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skLpLHZ3WC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skLpLHZ3WC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skLpLHZ3WC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skLpLHZ3WC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skLpLHZ3WC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skLpLHZ3WC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skLpLHZ3WC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skLpLHZ3WC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skLpLHZ3WC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skLpLHZ3WC .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-skLpLHZ3WC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skLpLHZ3WC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skLpLHZ3WC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skLpLHZ3WC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skLpLHZ3WC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skLpLHZ3WC .dropdown-item.active,
.cid-skLpLHZ3WC .dropdown-item:active {
  background-color: transparent;
}
.cid-skLpLHZ3WC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skLpLHZ3WC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skLpLHZ3WC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skLpLHZ3WC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-skLpLHZ3WC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skLpLHZ3WC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skLpLHZ3WC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skLpLHZ3WC .navbar-buttons {
  text-align: center;
}
.cid-skLpLHZ3WC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skLpLHZ3WC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-skLpLHZ3WC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skLpLHZ3WC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skLpLHZ3WC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skLpLHZ3WC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skLpLHZ3WC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skLpLHZ3WC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skLpLHZ3WC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skLpLHZ3WC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skLpLHZ3WC .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-skLpLHZ3WC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skLpLHZ3WC .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-skLpLHZ3WC .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-skLpLHZ3WC .soc-item {
  margin: .5rem .3rem;
}
.cid-skLpLHZ3WC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skLpLHZ3WC a.nav-link .mbr-iconfont-btn,
.cid-skLpLHZ3WC a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-skLpLHZ3WC a.nav-link:hover .mbr-iconfont-btn,
.cid-skLpLHZ3WC a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-skLpLHZ3WC a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skLpLHZ3WC .navbar {
    height: 77px;
  }
  .cid-skLpLHZ3WC .navbar.opened {
    height: auto;
  }
  .cid-skLpLHZ3WC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skLpLLDxXY {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-skLpLLDxXY p {
  color: #767676;
}
.cid-skLpLLDxXY .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-skLpLLDxXY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-skLpLLDxXY .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-skLpLLDxXY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skLpLLDxXY .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-skLpLLDxXY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-skLpLLDxXY H2 {
  color: #efefef;
}
.cid-skLpLLDxXY H4 {
  color: #efefef;
}
.cid-skLpLNtS6w {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-skLpLNtS6w .icon-focus {
  display: none;
}
.cid-skLpLNtS6w .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skLpLNtS6w .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skLpLNtS6w .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skLpLNtS6w .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skLpLNtS6w .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skLpLNtS6w .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skLpLNtS6w .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-skLpLNtS6w .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skLpLNtS6w .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skLpLNtS6w .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-skLz46zb1F .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skLz46zb1F .navbar-buttons {
  flex-wrap: wrap;
}
.cid-skLz46zb1F .nav-item,
.cid-skLz46zb1F .nav-link,
.cid-skLz46zb1F .navbar-caption {
  font-weight: normal;
}
.cid-skLz46zb1F .nav-item:focus,
.cid-skLz46zb1F .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skLz46zb1F .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-skLz46zb1F .nav-item .nav-link {
    position: relative;
  }
  .cid-skLz46zb1F .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-skLz46zb1F .nav-item:hover .nav-link:before,
  .cid-skLz46zb1F .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-skLz46zb1F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-skLz46zb1F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skLz46zb1F .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-skLz46zb1F .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-skLz46zb1F .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skLz46zb1F .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skLz46zb1F .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-skLz46zb1F .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-skLz46zb1F .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-skLz46zb1F .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-skLz46zb1F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skLz46zb1F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skLz46zb1F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skLz46zb1F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skLz46zb1F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skLz46zb1F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skLz46zb1F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skLz46zb1F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skLz46zb1F .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skLz46zb1F .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skLz46zb1F .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skLz46zb1F .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skLz46zb1F .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-skLz46zb1F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skLz46zb1F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skLz46zb1F .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skLz46zb1F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skLz46zb1F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skLz46zb1F .dropdown-item.active,
.cid-skLz46zb1F .dropdown-item:active {
  background-color: transparent;
}
.cid-skLz46zb1F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skLz46zb1F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skLz46zb1F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skLz46zb1F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-skLz46zb1F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skLz46zb1F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skLz46zb1F ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skLz46zb1F .navbar-buttons {
  text-align: center;
}
.cid-skLz46zb1F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skLz46zb1F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-skLz46zb1F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skLz46zb1F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skLz46zb1F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skLz46zb1F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skLz46zb1F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skLz46zb1F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skLz46zb1F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skLz46zb1F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skLz46zb1F .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-skLz46zb1F a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skLz46zb1F .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-skLz46zb1F .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-skLz46zb1F .soc-item {
  margin: .5rem .3rem;
}
.cid-skLz46zb1F .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skLz46zb1F a.nav-link .mbr-iconfont-btn,
.cid-skLz46zb1F a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-skLz46zb1F a.nav-link:hover .mbr-iconfont-btn,
.cid-skLz46zb1F a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-skLz46zb1F a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skLz46zb1F .navbar {
    height: 77px;
  }
  .cid-skLz46zb1F .navbar.opened {
    height: auto;
  }
  .cid-skLz46zb1F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skLz47Kixt {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-skLz47Kixt p {
  color: #767676;
}
.cid-skLz47Kixt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-skLz47Kixt .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-skLz47Kixt .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-skLz47Kixt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skLz47Kixt .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-skLz47Kixt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-skLz47Kixt H2 {
  color: #efefef;
}
.cid-skLz47Kixt H4 {
  color: #efefef;
}
.cid-skLz49dAI1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-skLz49dAI1 .icon-focus {
  display: none;
}
.cid-skLz49dAI1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skLz49dAI1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skLz49dAI1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skLz49dAI1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skLz49dAI1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skLz49dAI1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skLz49dAI1 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-skLz49dAI1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skLz49dAI1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skLz49dAI1 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-skM6lJSn1o .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skM6lJSn1o .navbar-buttons {
  flex-wrap: wrap;
}
.cid-skM6lJSn1o .nav-item,
.cid-skM6lJSn1o .nav-link,
.cid-skM6lJSn1o .navbar-caption {
  font-weight: normal;
}
.cid-skM6lJSn1o .nav-item:focus,
.cid-skM6lJSn1o .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skM6lJSn1o .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-skM6lJSn1o .nav-item .nav-link {
    position: relative;
  }
  .cid-skM6lJSn1o .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-skM6lJSn1o .nav-item:hover .nav-link:before,
  .cid-skM6lJSn1o .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-skM6lJSn1o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-skM6lJSn1o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skM6lJSn1o .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-skM6lJSn1o .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-skM6lJSn1o .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skM6lJSn1o .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skM6lJSn1o .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-skM6lJSn1o .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-skM6lJSn1o .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-skM6lJSn1o .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-skM6lJSn1o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skM6lJSn1o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skM6lJSn1o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skM6lJSn1o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skM6lJSn1o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skM6lJSn1o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skM6lJSn1o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skM6lJSn1o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skM6lJSn1o .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skM6lJSn1o .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skM6lJSn1o .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skM6lJSn1o .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skM6lJSn1o .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-skM6lJSn1o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skM6lJSn1o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skM6lJSn1o .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skM6lJSn1o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skM6lJSn1o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skM6lJSn1o .dropdown-item.active,
.cid-skM6lJSn1o .dropdown-item:active {
  background-color: transparent;
}
.cid-skM6lJSn1o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skM6lJSn1o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skM6lJSn1o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skM6lJSn1o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-skM6lJSn1o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skM6lJSn1o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skM6lJSn1o ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skM6lJSn1o .navbar-buttons {
  text-align: center;
}
.cid-skM6lJSn1o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skM6lJSn1o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-skM6lJSn1o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skM6lJSn1o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skM6lJSn1o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skM6lJSn1o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skM6lJSn1o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skM6lJSn1o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skM6lJSn1o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skM6lJSn1o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skM6lJSn1o .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-skM6lJSn1o a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skM6lJSn1o .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-skM6lJSn1o .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-skM6lJSn1o .soc-item {
  margin: .5rem .3rem;
}
.cid-skM6lJSn1o .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skM6lJSn1o a.nav-link .mbr-iconfont-btn,
.cid-skM6lJSn1o a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-skM6lJSn1o a.nav-link:hover .mbr-iconfont-btn,
.cid-skM6lJSn1o a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-skM6lJSn1o a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skM6lJSn1o .navbar {
    height: 77px;
  }
  .cid-skM6lJSn1o .navbar.opened {
    height: auto;
  }
  .cid-skM6lJSn1o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skM6lL07dj {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-skM6lL07dj p {
  color: #767676;
}
.cid-skM6lL07dj .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-skM6lL07dj .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-skM6lL07dj .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-skM6lL07dj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skM6lL07dj .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-skM6lL07dj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-skM6lL07dj H2 {
  color: #efefef;
}
.cid-skM6lL07dj H4 {
  color: #efefef;
}
.cid-skM6lMoIUA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-skM6lMoIUA .icon-focus {
  display: none;
}
.cid-skM6lMoIUA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skM6lMoIUA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skM6lMoIUA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skM6lMoIUA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skM6lMoIUA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skM6lMoIUA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skM6lMoIUA .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-skM6lMoIUA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skM6lMoIUA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skM6lMoIUA .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-skGIgTTyf8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skGIgTTyf8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-skGIgTTyf8 .nav-item,
.cid-skGIgTTyf8 .nav-link,
.cid-skGIgTTyf8 .navbar-caption {
  font-weight: normal;
}
.cid-skGIgTTyf8 .nav-item:focus,
.cid-skGIgTTyf8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skGIgTTyf8 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-skGIgTTyf8 .nav-item .nav-link {
    position: relative;
  }
  .cid-skGIgTTyf8 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-skGIgTTyf8 .nav-item:hover .nav-link:before,
  .cid-skGIgTTyf8 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-skGIgTTyf8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-skGIgTTyf8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skGIgTTyf8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-skGIgTTyf8 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-skGIgTTyf8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skGIgTTyf8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skGIgTTyf8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-skGIgTTyf8 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-skGIgTTyf8 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-skGIgTTyf8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-skGIgTTyf8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skGIgTTyf8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skGIgTTyf8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skGIgTTyf8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skGIgTTyf8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skGIgTTyf8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skGIgTTyf8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skGIgTTyf8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skGIgTTyf8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skGIgTTyf8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skGIgTTyf8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skGIgTTyf8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skGIgTTyf8 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-skGIgTTyf8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skGIgTTyf8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skGIgTTyf8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skGIgTTyf8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skGIgTTyf8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skGIgTTyf8 .dropdown-item.active,
.cid-skGIgTTyf8 .dropdown-item:active {
  background-color: transparent;
}
.cid-skGIgTTyf8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skGIgTTyf8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skGIgTTyf8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skGIgTTyf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-skGIgTTyf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skGIgTTyf8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skGIgTTyf8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skGIgTTyf8 .navbar-buttons {
  text-align: center;
}
.cid-skGIgTTyf8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skGIgTTyf8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-skGIgTTyf8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skGIgTTyf8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skGIgTTyf8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skGIgTTyf8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skGIgTTyf8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skGIgTTyf8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skGIgTTyf8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skGIgTTyf8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skGIgTTyf8 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-skGIgTTyf8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skGIgTTyf8 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-skGIgTTyf8 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-skGIgTTyf8 .soc-item {
  margin: .5rem .3rem;
}
.cid-skGIgTTyf8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skGIgTTyf8 a.nav-link .mbr-iconfont-btn,
.cid-skGIgTTyf8 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-skGIgTTyf8 a.nav-link:hover .mbr-iconfont-btn,
.cid-skGIgTTyf8 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-skGIgTTyf8 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skGIgTTyf8 .navbar {
    height: 77px;
  }
  .cid-skGIgTTyf8 .navbar.opened {
    height: auto;
  }
  .cid-skGIgTTyf8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skGIgVCCvn {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-skGIgVCCvn p {
  color: #767676;
}
.cid-skGIgVCCvn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-skGIgVCCvn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-skGIgVCCvn .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-skGIgVCCvn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skGIgVCCvn .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-skGIgVCCvn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-skGIgVCCvn H2 {
  color: #efefef;
}
.cid-skGIgVCCvn H4 {
  color: #efefef;
}
.cid-skGIgWUySF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-skGIgWUySF .icon-focus {
  display: none;
}
.cid-skGIgWUySF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGIgWUySF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGIgWUySF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGIgWUySF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGIgWUySF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGIgWUySF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skGIgWUySF .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-skGIgWUySF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skGIgWUySF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skMqs0C0ZY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skMqs0C0ZY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-skMqs0C0ZY .nav-item,
.cid-skMqs0C0ZY .nav-link,
.cid-skMqs0C0ZY .navbar-caption {
  font-weight: normal;
}
.cid-skMqs0C0ZY .nav-item:focus,
.cid-skMqs0C0ZY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skMqs0C0ZY .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-skMqs0C0ZY .nav-item .nav-link {
    position: relative;
  }
  .cid-skMqs0C0ZY .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-skMqs0C0ZY .nav-item:hover .nav-link:before,
  .cid-skMqs0C0ZY .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-skMqs0C0ZY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-skMqs0C0ZY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skMqs0C0ZY .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-skMqs0C0ZY .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-skMqs0C0ZY .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skMqs0C0ZY .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skMqs0C0ZY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-skMqs0C0ZY .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-skMqs0C0ZY .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-skMqs0C0ZY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-skMqs0C0ZY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skMqs0C0ZY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skMqs0C0ZY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skMqs0C0ZY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skMqs0C0ZY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skMqs0C0ZY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skMqs0C0ZY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skMqs0C0ZY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skMqs0C0ZY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skMqs0C0ZY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skMqs0C0ZY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skMqs0C0ZY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skMqs0C0ZY .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-skMqs0C0ZY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skMqs0C0ZY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skMqs0C0ZY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skMqs0C0ZY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skMqs0C0ZY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skMqs0C0ZY .dropdown-item.active,
.cid-skMqs0C0ZY .dropdown-item:active {
  background-color: transparent;
}
.cid-skMqs0C0ZY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skMqs0C0ZY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skMqs0C0ZY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skMqs0C0ZY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-skMqs0C0ZY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skMqs0C0ZY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skMqs0C0ZY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skMqs0C0ZY .navbar-buttons {
  text-align: center;
}
.cid-skMqs0C0ZY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skMqs0C0ZY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-skMqs0C0ZY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skMqs0C0ZY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skMqs0C0ZY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skMqs0C0ZY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skMqs0C0ZY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skMqs0C0ZY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skMqs0C0ZY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skMqs0C0ZY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skMqs0C0ZY .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-skMqs0C0ZY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skMqs0C0ZY .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-skMqs0C0ZY .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-skMqs0C0ZY .soc-item {
  margin: .5rem .3rem;
}
.cid-skMqs0C0ZY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skMqs0C0ZY a.nav-link .mbr-iconfont-btn,
.cid-skMqs0C0ZY a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-skMqs0C0ZY a.nav-link:hover .mbr-iconfont-btn,
.cid-skMqs0C0ZY a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-skMqs0C0ZY a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skMqs0C0ZY .navbar {
    height: 77px;
  }
  .cid-skMqs0C0ZY .navbar.opened {
    height: auto;
  }
  .cid-skMqs0C0ZY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skMqs1MJU8 {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-skMqs1MJU8 p {
  color: #767676;
}
.cid-skMqs1MJU8 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-skMqs1MJU8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-skMqs1MJU8 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-skMqs1MJU8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skMqs1MJU8 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-skMqs1MJU8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-skMqs1MJU8 H2 {
  color: #efefef;
}
.cid-skMqs1MJU8 H4 {
  color: #efefef;
}
.cid-skMqs39gEs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-skMqs39gEs .icon-focus {
  display: none;
}
.cid-skMqs39gEs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skMqs39gEs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skMqs39gEs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skMqs39gEs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skMqs39gEs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skMqs39gEs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skMqs39gEs .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-skMqs39gEs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skMqs39gEs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skMqs39gEs .mbr-gallery-item > div > span {
  text-align: left;
  color: #030a0b;
}
.cid-skMcXAPX5R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #7f1933;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skMcXAPX5R .navbar-buttons {
  flex-wrap: wrap;
}
.cid-skMcXAPX5R .nav-item,
.cid-skMcXAPX5R .nav-link,
.cid-skMcXAPX5R .navbar-caption {
  font-weight: normal;
}
.cid-skMcXAPX5R .nav-item:focus,
.cid-skMcXAPX5R .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-skMcXAPX5R .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-skMcXAPX5R .nav-item .nav-link {
    position: relative;
  }
  .cid-skMcXAPX5R .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #7f1933;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-skMcXAPX5R .nav-item:hover .nav-link:before,
  .cid-skMcXAPX5R .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-skMcXAPX5R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-skMcXAPX5R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skMcXAPX5R .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-skMcXAPX5R .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-skMcXAPX5R .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skMcXAPX5R .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skMcXAPX5R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-skMcXAPX5R .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-skMcXAPX5R .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-skMcXAPX5R .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-skMcXAPX5R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skMcXAPX5R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skMcXAPX5R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skMcXAPX5R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skMcXAPX5R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skMcXAPX5R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skMcXAPX5R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skMcXAPX5R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skMcXAPX5R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skMcXAPX5R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skMcXAPX5R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skMcXAPX5R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-skMcXAPX5R .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-skMcXAPX5R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skMcXAPX5R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skMcXAPX5R .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skMcXAPX5R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skMcXAPX5R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skMcXAPX5R .dropdown-item.active,
.cid-skMcXAPX5R .dropdown-item:active {
  background-color: transparent;
}
.cid-skMcXAPX5R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skMcXAPX5R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skMcXAPX5R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skMcXAPX5R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-skMcXAPX5R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skMcXAPX5R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skMcXAPX5R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skMcXAPX5R .navbar-buttons {
  text-align: center;
}
.cid-skMcXAPX5R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skMcXAPX5R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-skMcXAPX5R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skMcXAPX5R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skMcXAPX5R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skMcXAPX5R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skMcXAPX5R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skMcXAPX5R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skMcXAPX5R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skMcXAPX5R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skMcXAPX5R .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-skMcXAPX5R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skMcXAPX5R .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7f1933;
  display: inline-flex;
}
.cid-skMcXAPX5R .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-skMcXAPX5R .soc-item {
  margin: .5rem .3rem;
}
.cid-skMcXAPX5R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skMcXAPX5R a.nav-link .mbr-iconfont-btn,
.cid-skMcXAPX5R a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-skMcXAPX5R a.nav-link:hover .mbr-iconfont-btn,
.cid-skMcXAPX5R a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-skMcXAPX5R a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skMcXAPX5R .navbar {
    height: 77px;
  }
  .cid-skMcXAPX5R .navbar.opened {
    height: auto;
  }
  .cid-skMcXAPX5R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skMcXCdhkw {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #030a0b;
}
.cid-skMcXCdhkw p {
  color: #767676;
}
.cid-skMcXCdhkw .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-skMcXCdhkw .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-skMcXCdhkw .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-skMcXCdhkw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skMcXCdhkw .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-skMcXCdhkw .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-skMcXCdhkw H2 {
  color: #efefef;
}
.cid-skMcXCdhkw H4 {
  color: #efefef;
}
.cid-skMcXDdCKV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #30050c;
}
.cid-skMcXDdCKV .icon-focus {
  display: none;
}
.cid-skMcXDdCKV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skMcXDdCKV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skMcXDdCKV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skMcXDdCKV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skMcXDdCKV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skMcXDdCKV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skMcXDdCKV .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-skMcXDdCKV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skMcXDdCKV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skMcXDdCKV .mbr-gallery-item > div > span {
  text-align: left;
  color: #030a0b;
}
