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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: #7e0909 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #eaeaea !important;
}
.bg-warning {
  background-color: #f7ed4a !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7e0909 !important;
  border-color: #7e0909 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #370404 !important;
  border-color: #370404 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #370404 !important;
  border-color: #370404 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
  color: #6a6a6a !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #6a6a6a !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6a6a6a !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1f0202;
  color: #1f0202;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7e0909;
  border-color: #7e0909;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e0909 !important;
  border-color: #7e0909 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b7b7b7;
  color: #b7b7b7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6a6a6a;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6a6a6a !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #7e0909 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #eaeaea !important;
}
.text-warning {
  color: #f7ed4a !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1f0202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b7b7b7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d2c609 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #eaeaea;
}
.alert-warning {
  background-color: #f7ed4a;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #7e0909;
  border-color: #7e0909;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7e0909;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ef1818;
}
.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: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #7e0909;
}
/* 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: #7e0909;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7e0909;
}
.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: #7e0909;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7e0909;
  border-bottom-color: #7e0909;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7e0909 !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: #ff3366 !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='%237e0909' %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-sm5ISnFnCi {
  z-index: 1000;
  width: 100%;
}
.cid-sm5ISnFnCi nav.navbar {
  position: fixed;
}
.cid-sm5ISnFnCi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sm5ISnFnCi .dropdown-menu {
  opacity: 0.7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sm5ISnFnCi .dropdown-item:focus {
  background: #7e0909 !important;
  color: white !important;
}
.cid-sm5ISnFnCi .dropdown-item:hover {
  background: #7e0909 !important;
  color: #cccccc !important;
}
.cid-sm5ISnFnCi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sm5ISnFnCi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sm5ISnFnCi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sm5ISnFnCi .nav-dropdown .link.dropdown-toggle::after {
  margin: 0.667em 1em !important;
  margin-top: 0.2rem;
}
.cid-sm5ISnFnCi .nav-link {
  position: relative;
}
.cid-sm5ISnFnCi .container {
  display: flex;
  margin: auto;
}
.cid-sm5ISnFnCi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sm5ISnFnCi .dropdown-menu,
.cid-sm5ISnFnCi .navbar.opened {
  background: #7e0909 !important;
}
.cid-sm5ISnFnCi .nav-item:focus,
.cid-sm5ISnFnCi .nav-link:focus {
  outline: none;
}
.cid-sm5ISnFnCi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sm5ISnFnCi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sm5ISnFnCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sm5ISnFnCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sm5ISnFnCi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sm5ISnFnCi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sm5ISnFnCi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(126, 9, 9, 0.7);
}
.cid-sm5ISnFnCi .navbar.opened {
  transition: all 0.3s;
}
.cid-sm5ISnFnCi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sm5ISnFnCi .navbar .navbar-logo img {
  width: auto;
}
.cid-sm5ISnFnCi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sm5ISnFnCi .navbar.collapsed {
  justify-content: center;
}
.cid-sm5ISnFnCi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sm5ISnFnCi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sm5ISnFnCi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sm5ISnFnCi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sm5ISnFnCi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sm5ISnFnCi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sm5ISnFnCi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sm5ISnFnCi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sm5ISnFnCi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sm5ISnFnCi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sm5ISnFnCi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sm5ISnFnCi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sm5ISnFnCi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sm5ISnFnCi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sm5ISnFnCi .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-sm5ISnFnCi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sm5ISnFnCi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sm5ISnFnCi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sm5ISnFnCi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sm5ISnFnCi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sm5ISnFnCi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sm5ISnFnCi .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-sm5ISnFnCi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sm5ISnFnCi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sm5ISnFnCi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sm5ISnFnCi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sm5ISnFnCi .dropdown-item.active,
.cid-sm5ISnFnCi .dropdown-item:active {
  background-color: transparent;
}
.cid-sm5ISnFnCi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sm5ISnFnCi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sm5ISnFnCi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sm5ISnFnCi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0909;
}
.cid-sm5ISnFnCi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sm5ISnFnCi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sm5ISnFnCi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sm5ISnFnCi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sm5ISnFnCi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sm5ISnFnCi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sm5ISnFnCi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sm5ISnFnCi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm5ISnFnCi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sm5ISnFnCi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sm5ISnFnCi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm5ISnFnCi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sm5ISnFnCi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sm5ISnFnCi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sm5ISnFnCi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sm5ISnFnCi a.nav-link {
  display: flex;
  align-items: left;
  justify-content: center;
}
.cid-sm5ISnFnCi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm5ISnFnCi .navbar {
    height: 70px;
  }
  .cid-sm5ISnFnCi .navbar.opened {
    height: auto;
  }
  .cid-sm5ISnFnCi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sm5kfczise {
  background-image: url("../../../assets/images/photo-6553652-dji-52-jpg-4154417-0-2020102292942-photo-original-2000x1374.jpeg");
}
.cid-sma1gDpQCx {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #7e0909 0%, #7e0909 30%, #eaeaea 30%, #eaeaea 100%);
}
.cid-sma1gDpQCx .animated-element {
  color: #767676;
}
.cid-sma1gDpQCx .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-sma1gDpQCx .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sma1gDpQCx {
    background: #eaeaea;
  }
}
.cid-sma1gDpQCx .mbr-section-subtitle {
  color: #7e0909;
}
.cid-sma1gDpQCx .mbr-text,
.cid-sma1gDpQCx .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-sma1gDpQCx .mbr-section-title {
  color: #767676;
}
.cid-sm5khBj6jz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/org-aa254b71344499de-1568362144000-easy-resize.com-2000x1500.jpg");
}
.cid-sm5kjCZGnb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sm5kjCZGnb .mbr-section-title {
  font-weight: bold;
  color: #7e0909;
  margin-bottom: 2.5rem;
}
.cid-sm5kjCZGnb .tab-header {
  color: #232323;
}
.cid-sm5kjCZGnb .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sm5kjCZGnb .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sm5kjCZGnb .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sm5kjCZGnb .card-img span {
  font-size: 80px;
}
.cid-sm5kjCZGnb .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sm5kjCZGnb .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sm5kjCZGnb .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sm5kjCZGnb .nav-item {
  margin-top: 1rem;
}
.cid-sm5kjCZGnb .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sm5kjCZGnb .tab-content {
  width: 100%;
}
.cid-sm5kjCZGnb .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #7e0909;
}
.cid-sm5kjCZGnb .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #7e0909;
}
.cid-sm5kjCZGnb .nav-tabs .nav-link.active {
  border: 1px solid #7e0909;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sm5kUSGsVD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-6553683-dji-83-jpg-3996922-0-2020116142812-photo-original-1575x886.jpg");
}
.cid-sm5kt5r4fv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sm5kt5r4fv .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sm5kt5r4fv .mbr-section-title {
  margin: 0;
  color: #7e0909;
}
.cid-sm5kt5r4fv .mbr-section-subtitle {
  color: #000000;
}
.cid-sm5kt5r4fv .card-img span {
  color: #7e0909;
}
.cid-sm5kt5r4fv .row-item {
  margin-bottom: 2rem;
}
.cid-sm5kt5r4fv .row-item:hover .wrapper {
  background: linear-gradient(90deg, #7e0909, #7e0909);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sm5kt5r4fv .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sm5kt5r4fv .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sm5kt5r4fv .wrapper {
  padding: 2.5rem 1rem;
  background: #eaeaea;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sm5kXSRSc4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2020-09-21-01-09-24-358-1575x886.jpg");
}
.cid-sm5l07ykRG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm5l07ykRG .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sm5l07ykRG .card-box {
  width: 100%;
}
.cid-sm5l07ykRG .card-img {
  padding: 1rem;
  border: 2px solid #ffffff;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sm5l07ykRG .card-img span {
  color: #7e0909;
  font-size: 4.6rem;
}
.cid-sm5l07ykRG .mbr-text {
  color: #767676;
}
.cid-sm5l07ykRG p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sm5l07ykRG .card {
    margin-bottom: 2rem;
  }
}
.cid-sm5l07ykRG .card-title,
.cid-sm5l07ykRG .card-img {
  color: #7e0909;
  text-align: center;
}
.cid-sm5l07ykRG .mbr-section-title {
  text-align: center;
}
.cid-sm5l07ykRG .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sm5l07ykRG .mbr-section-title,
.cid-sm5l07ykRG .line-wrap {
  text-align: center;
  color: #7e0909;
}
.cid-sm5l07ykRG .mbr-text,
.cid-sm5l07ykRG .line-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-sm5l1M7jPH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dji-1166-1575x1181.jpg");
}
.cid-sm5l7FVleX {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sm5l7FVleX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sm5l7FVleX .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sm5l7FVleX .carousel-item .wrap-img {
  text-align: center;
}
.cid-sm5l7FVleX .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sm5l7FVleX .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #7e0909;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sm5l7FVleX .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-sm5l7FVleX .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-sm5l7FVleX .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-sm5l7FVleX .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-sm5l7FVleX .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sm5l7FVleX .carousel-control:hover {
  background-color: #7e0909;
}
@media (max-width: 767px) {
  .cid-sm5l7FVleX .carousel-control {
    display: none;
  }
  .cid-sm5l7FVleX .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-sm5l7FVleX .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-sm5l7FVleX .cloneditem-1,
.cid-sm5l7FVleX .cloneditem-2,
.cid-sm5l7FVleX .cloneditem-3,
.cid-sm5l7FVleX .cloneditem-4,
.cid-sm5l7FVleX .cloneditem-5 {
  display: none;
}
.cid-sm5l7FVleX .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sm5l7FVleX .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sm5l7FVleX .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sm5l7FVleX .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sm5l7FVleX .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sm5l7FVleX .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sm5l7FVleX .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides2 .cloneditem-1,
  .cid-sm5l7FVleX .carousel-inner.slides2 .cloneditem-2,
  .cid-sm5l7FVleX .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sm5l7FVleX .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sm5l7FVleX .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sm5l7FVleX .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sm5l7FVleX .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sm5l7FVleX .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides3 .cloneditem-1,
  .cid-sm5l7FVleX .carousel-inner.slides3 .cloneditem-2,
  .cid-sm5l7FVleX .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sm5l7FVleX .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sm5l7FVleX .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sm5l7FVleX .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sm5l7FVleX .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sm5l7FVleX .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides4 .cloneditem-1,
  .cid-sm5l7FVleX .carousel-inner.slides4 .cloneditem-2,
  .cid-sm5l7FVleX .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sm5l7FVleX .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sm5l7FVleX .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sm5l7FVleX .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sm5l7FVleX .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sm5l7FVleX .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides5 .cloneditem-1,
  .cid-sm5l7FVleX .carousel-inner.slides5 .cloneditem-2,
  .cid-sm5l7FVleX .carousel-inner.slides5 .cloneditem-3,
  .cid-sm5l7FVleX .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sm5l7FVleX .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sm5l7FVleX .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sm5l7FVleX .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sm5l7FVleX .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sm5l7FVleX .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sm5l7FVleX .carousel-inner.slides6 .cloneditem-1,
  .cid-sm5l7FVleX .carousel-inner.slides6 .cloneditem-2,
  .cid-sm5l7FVleX .carousel-inner.slides6 .cloneditem-3,
  .cid-sm5l7FVleX .carousel-inner.slides6 .cloneditem-4,
  .cid-sm5l7FVleX .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sm5l7FVleX .mbr-section-title {
  margin: 0;
}
.cid-sm5l7FVleX .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sm5l7FVleX .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-sm5l7FVleX .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 0px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sm5l7FVleX .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-sm5l7FVleX .carousel-control-prev {
    left: 15px !important;
  }
  .cid-sm5l7FVleX .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-sm5l7FVleX .carousel-control-next {
    right: 15px !important;
  }
  .cid-sm5l7FVleX .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-sm5l7FVleX .mbr-section-title,
.cid-sm5l7FVleX .underline {
  color: #7e0909;
}
.cid-sm5l9EE4l5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/org-023e602f45c02fd5-1578573658000-easy-resize.com-1536x1152.jpg");
}
.cid-stsId8RDkq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-stsId8RDkq H3 {
  color: #7e0909;
  text-align: left;
}
.cid-stMMBEzM3Z {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-stMMBEzM3Z .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-stMMBEzM3Z .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-stMMBEzM3Z .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #7e0909;
}
.cid-stMMBEzM3Z .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-stMMBEzM3Z .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #7e0909;
}
.cid-stMMBEzM3Z .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-stMMBEzM3Z .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-stMMBEzM3Z .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-stMMBEzM3Z .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-stMMBEzM3Z .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-stMMBEzM3Z .number,
  .cid-stMMBEzM3Z .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-stMMBEzM3Z .period {
    font-size: 0.8rem;
  }
}
.cid-sm5M88kJDc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sm5M88kJDc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sm5M88kJDc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sm5M88kJDc .text-wrapper {
    padding: 2rem;
  }
}
.cid-sm5M88kJDc .mbr-section-title {
  color: #7e0909;
  text-align: left;
}
.cid-sm5MfBlQt0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smbficVpU0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smbficVpU0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-smbficVpU0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-smbficVpU0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smbficVpU0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smbficVpU0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-smbficVpU0 .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-smbficVpU0 .form-container {
  padding: 3rem;
}
.cid-smbficVpU0 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-smbficVpU0 .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smbficVpU0 .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-smbficVpU0 .form-group,
  .cid-smbficVpU0 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-smbficVpU0 .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-smbficVpU0 .form-control:focus,
.cid-smbficVpU0 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-smbficVpU0 textarea.form-control {
  min-height: 170px;
}
.cid-smbficVpU0 .form-group {
  margin-bottom: 1rem;
}
.cid-smbficVpU0 input::-webkit-input-placeholder,
.cid-smbficVpU0 textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-smbficVpU0 input:-moz-placeholder,
.cid-smbficVpU0 textarea:-moz-placeholder {
  color: #565656;
}
.cid-smbficVpU0 .jq-selectbox li,
.cid-smbficVpU0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbficVpU0 .jq-selectbox li:hover,
.cid-smbficVpU0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbficVpU0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-smbficVpU0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smbficVpU0 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-smbficVpU0 .text-block {
    margin-bottom: 2rem;
  }
  .cid-smbficVpU0 .wrapper {
    margin-top: 0;
  }
}
.cid-smbficVpU0 .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smbficVpU0 .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-smbficVpU0 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-smbficVpU0 .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-smbficVpU0 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smbficVpU0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smbficVpU0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sm5li2tMtG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e0909;
}
.cid-sm5li2tMtG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smbiuS7uqT {
  z-index: 1000;
  width: 100%;
}
.cid-smbiuS7uqT nav.navbar {
  position: fixed;
}
.cid-smbiuS7uqT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbiuS7uqT .dropdown-menu {
  opacity: 0.7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smbiuS7uqT .dropdown-item:focus {
  background: #7e0909 !important;
  color: white !important;
}
.cid-smbiuS7uqT .dropdown-item:hover {
  background: #7e0909 !important;
  color: #cccccc !important;
}
.cid-smbiuS7uqT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smbiuS7uqT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smbiuS7uqT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smbiuS7uqT .nav-dropdown .link.dropdown-toggle::after {
  margin: 0.667em 1em !important;
  margin-top: 0.2rem;
}
.cid-smbiuS7uqT .nav-link {
  position: relative;
}
.cid-smbiuS7uqT .container {
  display: flex;
  margin: auto;
}
.cid-smbiuS7uqT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smbiuS7uqT .dropdown-menu,
.cid-smbiuS7uqT .navbar.opened {
  background: #7e0909 !important;
}
.cid-smbiuS7uqT .nav-item:focus,
.cid-smbiuS7uqT .nav-link:focus {
  outline: none;
}
.cid-smbiuS7uqT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smbiuS7uqT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smbiuS7uqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smbiuS7uqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbiuS7uqT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smbiuS7uqT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smbiuS7uqT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(126, 9, 9, 0.7);
}
.cid-smbiuS7uqT .navbar.opened {
  transition: all 0.3s;
}
.cid-smbiuS7uqT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smbiuS7uqT .navbar .navbar-logo img {
  width: auto;
}
.cid-smbiuS7uqT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smbiuS7uqT .navbar.collapsed {
  justify-content: center;
}
.cid-smbiuS7uqT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smbiuS7uqT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smbiuS7uqT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smbiuS7uqT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smbiuS7uqT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smbiuS7uqT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smbiuS7uqT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smbiuS7uqT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smbiuS7uqT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smbiuS7uqT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smbiuS7uqT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smbiuS7uqT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smbiuS7uqT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smbiuS7uqT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smbiuS7uqT .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-smbiuS7uqT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smbiuS7uqT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smbiuS7uqT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smbiuS7uqT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smbiuS7uqT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smbiuS7uqT .navbar.navbar-short {
  min-height: 60px;
}
.cid-smbiuS7uqT .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-smbiuS7uqT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smbiuS7uqT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smbiuS7uqT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smbiuS7uqT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smbiuS7uqT .dropdown-item.active,
.cid-smbiuS7uqT .dropdown-item:active {
  background-color: transparent;
}
.cid-smbiuS7uqT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smbiuS7uqT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smbiuS7uqT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smbiuS7uqT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0909;
}
.cid-smbiuS7uqT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smbiuS7uqT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smbiuS7uqT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smbiuS7uqT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smbiuS7uqT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smbiuS7uqT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smbiuS7uqT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smbiuS7uqT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbiuS7uqT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbiuS7uqT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smbiuS7uqT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbiuS7uqT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smbiuS7uqT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smbiuS7uqT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbiuS7uqT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smbiuS7uqT a.nav-link {
  display: flex;
  align-items: left;
  justify-content: center;
}
.cid-smbiuS7uqT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smbiuS7uqT .navbar {
    height: 70px;
  }
  .cid-smbiuS7uqT .navbar.opened {
    height: auto;
  }
  .cid-smbiuS7uqT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smbkvFJYin {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1297.jpg");
}
.cid-smbkvFJYin .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-smbkvFJYin .mbr-section-title {
  letter-spacing: .1em;
}
.cid-smbkvFJYin .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-smbkvFJYin .mbr-media {
  height: 70px;
}
.cid-smbkvFJYin .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-smbkvFJYin .mbr-media span:hover {
  opacity: 0.7;
}
.cid-smbkvFJYin .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-smbkvFJYin .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-smbkvFJYin .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-smbkvFJYin .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-smbkvFJYin a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-smbkvFJYin a.close:hover {
  color: #ffffff;
}
.cid-smbkvFJYin .mbr-text,
.cid-smbkvFJYin .mbr-section-btn {
  color: #efefef;
}
.cid-smbpxACojB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaeaea;
}
.cid-smbpxACojB .mbr-text,
.cid-smbpxACojB blockquote {
  color: #767676;
}
.cid-smbpxACojB .mbr-text {
  color: #000000;
}
.cid-smbiv4h6qc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-smbiv4h6qc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smbiv4h6qc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smbiv4h6qc .text-wrapper {
    padding: 2rem;
  }
}
.cid-smbiv4h6qc .mbr-section-title {
  color: #7e0909;
  text-align: left;
}
.cid-smbiv4Y64x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smbiv5HFVF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smbiv5HFVF .google-map {
  height: 25rem;
  position: relative;
}
.cid-smbiv5HFVF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-smbiv5HFVF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smbiv5HFVF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smbiv5HFVF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-smbiv5HFVF .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-smbiv5HFVF .form-container {
  padding: 3rem;
}
.cid-smbiv5HFVF .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-smbiv5HFVF .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smbiv5HFVF .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-smbiv5HFVF .form-group,
  .cid-smbiv5HFVF .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-smbiv5HFVF .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-smbiv5HFVF .form-control:focus,
.cid-smbiv5HFVF .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-smbiv5HFVF textarea.form-control {
  min-height: 170px;
}
.cid-smbiv5HFVF .form-group {
  margin-bottom: 1rem;
}
.cid-smbiv5HFVF input::-webkit-input-placeholder,
.cid-smbiv5HFVF textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-smbiv5HFVF input:-moz-placeholder,
.cid-smbiv5HFVF textarea:-moz-placeholder {
  color: #565656;
}
.cid-smbiv5HFVF .jq-selectbox li,
.cid-smbiv5HFVF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbiv5HFVF .jq-selectbox li:hover,
.cid-smbiv5HFVF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbiv5HFVF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-smbiv5HFVF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smbiv5HFVF .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-smbiv5HFVF .text-block {
    margin-bottom: 2rem;
  }
  .cid-smbiv5HFVF .wrapper {
    margin-top: 0;
  }
}
.cid-smbiv5HFVF .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smbiv5HFVF .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-smbiv5HFVF .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-smbiv5HFVF .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-smbiv5HFVF .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smbiv5HFVF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smbiv5HFVF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smbiv6J79X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e0909;
}
.cid-smbiv6J79X .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smbrgCbaht {
  z-index: 1000;
  width: 100%;
}
.cid-smbrgCbaht nav.navbar {
  position: fixed;
}
.cid-smbrgCbaht .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbrgCbaht .dropdown-menu {
  opacity: 0.7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smbrgCbaht .dropdown-item:focus {
  background: #7e0909 !important;
  color: white !important;
}
.cid-smbrgCbaht .dropdown-item:hover {
  background: #7e0909 !important;
  color: #cccccc !important;
}
.cid-smbrgCbaht .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smbrgCbaht .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smbrgCbaht .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smbrgCbaht .nav-dropdown .link.dropdown-toggle::after {
  margin: 0.667em 1em !important;
  margin-top: 0.2rem;
}
.cid-smbrgCbaht .nav-link {
  position: relative;
}
.cid-smbrgCbaht .container {
  display: flex;
  margin: auto;
}
.cid-smbrgCbaht .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smbrgCbaht .dropdown-menu,
.cid-smbrgCbaht .navbar.opened {
  background: #7e0909 !important;
}
.cid-smbrgCbaht .nav-item:focus,
.cid-smbrgCbaht .nav-link:focus {
  outline: none;
}
.cid-smbrgCbaht .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smbrgCbaht .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smbrgCbaht .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smbrgCbaht .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbrgCbaht .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smbrgCbaht .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smbrgCbaht .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(126, 9, 9, 0.7);
}
.cid-smbrgCbaht .navbar.opened {
  transition: all 0.3s;
}
.cid-smbrgCbaht .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smbrgCbaht .navbar .navbar-logo img {
  width: auto;
}
.cid-smbrgCbaht .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smbrgCbaht .navbar.collapsed {
  justify-content: center;
}
.cid-smbrgCbaht .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smbrgCbaht .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smbrgCbaht .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smbrgCbaht .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smbrgCbaht .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smbrgCbaht .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smbrgCbaht .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smbrgCbaht .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smbrgCbaht .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smbrgCbaht .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smbrgCbaht .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smbrgCbaht .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smbrgCbaht .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smbrgCbaht .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smbrgCbaht .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-smbrgCbaht .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smbrgCbaht .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smbrgCbaht .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smbrgCbaht .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smbrgCbaht .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smbrgCbaht .navbar.navbar-short {
  min-height: 60px;
}
.cid-smbrgCbaht .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-smbrgCbaht .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smbrgCbaht .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smbrgCbaht .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smbrgCbaht .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smbrgCbaht .dropdown-item.active,
.cid-smbrgCbaht .dropdown-item:active {
  background-color: transparent;
}
.cid-smbrgCbaht .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smbrgCbaht .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smbrgCbaht .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smbrgCbaht .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0909;
}
.cid-smbrgCbaht .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smbrgCbaht .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smbrgCbaht ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smbrgCbaht .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smbrgCbaht button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smbrgCbaht button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smbrgCbaht button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smbrgCbaht button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbrgCbaht button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbrgCbaht button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smbrgCbaht nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbrgCbaht nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smbrgCbaht nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smbrgCbaht nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbrgCbaht .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smbrgCbaht a.nav-link {
  display: flex;
  align-items: left;
  justify-content: center;
}
.cid-smbrgCbaht .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smbrgCbaht .navbar {
    height: 70px;
  }
  .cid-smbrgCbaht .navbar.opened {
    height: auto;
  }
  .cid-smbrgCbaht .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smbrgDiuRx {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fotowoltaika-1-2000x1124.jpg");
}
.cid-smbrgDiuRx .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-smbrgDiuRx .mbr-section-title {
  letter-spacing: .1em;
}
.cid-smbrgDiuRx .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-smbrgDiuRx .mbr-media {
  height: 70px;
}
.cid-smbrgDiuRx .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-smbrgDiuRx .mbr-media span:hover {
  opacity: 0.7;
}
.cid-smbrgDiuRx .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-smbrgDiuRx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-smbrgDiuRx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-smbrgDiuRx .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-smbrgDiuRx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-smbrgDiuRx a.close:hover {
  color: #ffffff;
}
.cid-smbrgDiuRx .mbr-text,
.cid-smbrgDiuRx .mbr-section-btn {
  color: #efefef;
}
.cid-smbrgE9Yn5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaeaea;
}
.cid-smbrgE9Yn5 .mbr-text,
.cid-smbrgE9Yn5 blockquote {
  color: #767676;
}
.cid-smbrgE9Yn5 .mbr-text {
  color: #000000;
}
.cid-smIUzSQJbg {
  background: #eaeaea;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-smIUzSQJbg .image-block {
  margin: auto;
}
.cid-smIUzSQJbg figcaption {
  position: relative;
}
.cid-smIUzSQJbg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smIUzSQJbg .image-block {
    width: 100% !important;
  }
}
.cid-smbrgEMwOw {
  padding-top: 45px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-smbrgEMwOw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smbrgEMwOw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smbrgEMwOw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smbrgEMwOw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smbrgEMwOw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7e0909;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #7e0909, #7e0909);
}
.cid-smbrgEMwOw .icon-focus {
  display: none;
}
.cid-smbrgEMwOw .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-smbrgEMwOw ul {
  font-size: 0;
}
.cid-smbrgEMwOw .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-smbrgEMwOw .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-smbrgEMwOw .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7e0909, #ff3366);
}
.cid-smbrgEMwOw .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-smbrgEMwOw .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-smbrgEMwOw .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-smbrgEMwOw .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-smbrgEMwOw .btn:hover {
  background: transparent !important;
}
.cid-smbrgEMwOw .btn:hover:before {
  background: transparent !important;
}
.cid-smbrgEMwOw .btn:before {
  background-color: transparent !important;
}
.cid-smbrgEMwOw .btn:focus {
  box-shadow: none;
}
.cid-smbrgEMwOw .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #7e0909;
}
.cid-smbrgFP8Rf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-smbrgFP8Rf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smbrgFP8Rf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smbrgFP8Rf .text-wrapper {
    padding: 2rem;
  }
}
.cid-smbrgFP8Rf .mbr-section-title {
  color: #7e0909;
  text-align: left;
}
.cid-smbrgGuC2c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smbrgH9DEO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smbrgH9DEO .google-map {
  height: 25rem;
  position: relative;
}
.cid-smbrgH9DEO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-smbrgH9DEO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smbrgH9DEO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smbrgH9DEO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-smbrgH9DEO .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-smbrgH9DEO .form-container {
  padding: 3rem;
}
.cid-smbrgH9DEO .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-smbrgH9DEO .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smbrgH9DEO .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-smbrgH9DEO .form-group,
  .cid-smbrgH9DEO .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-smbrgH9DEO .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-smbrgH9DEO .form-control:focus,
.cid-smbrgH9DEO .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-smbrgH9DEO textarea.form-control {
  min-height: 170px;
}
.cid-smbrgH9DEO .form-group {
  margin-bottom: 1rem;
}
.cid-smbrgH9DEO input::-webkit-input-placeholder,
.cid-smbrgH9DEO textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-smbrgH9DEO input:-moz-placeholder,
.cid-smbrgH9DEO textarea:-moz-placeholder {
  color: #565656;
}
.cid-smbrgH9DEO .jq-selectbox li,
.cid-smbrgH9DEO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbrgH9DEO .jq-selectbox li:hover,
.cid-smbrgH9DEO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbrgH9DEO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-smbrgH9DEO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smbrgH9DEO .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-smbrgH9DEO .text-block {
    margin-bottom: 2rem;
  }
  .cid-smbrgH9DEO .wrapper {
    margin-top: 0;
  }
}
.cid-smbrgH9DEO .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smbrgH9DEO .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-smbrgH9DEO .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-smbrgH9DEO .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-smbrgH9DEO .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smbrgH9DEO .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smbrgH9DEO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smbrgIa8C0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e0909;
}
.cid-smbrgIa8C0 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smbxqaO6Kd {
  z-index: 1000;
  width: 100%;
}
.cid-smbxqaO6Kd nav.navbar {
  position: fixed;
}
.cid-smbxqaO6Kd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbxqaO6Kd .dropdown-menu {
  opacity: 0.7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smbxqaO6Kd .dropdown-item:focus {
  background: #7e0909 !important;
  color: white !important;
}
.cid-smbxqaO6Kd .dropdown-item:hover {
  background: #7e0909 !important;
  color: #cccccc !important;
}
.cid-smbxqaO6Kd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smbxqaO6Kd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smbxqaO6Kd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smbxqaO6Kd .nav-dropdown .link.dropdown-toggle::after {
  margin: 0.667em 1em !important;
  margin-top: 0.2rem;
}
.cid-smbxqaO6Kd .nav-link {
  position: relative;
}
.cid-smbxqaO6Kd .container {
  display: flex;
  margin: auto;
}
.cid-smbxqaO6Kd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smbxqaO6Kd .dropdown-menu,
.cid-smbxqaO6Kd .navbar.opened {
  background: #7e0909 !important;
}
.cid-smbxqaO6Kd .nav-item:focus,
.cid-smbxqaO6Kd .nav-link:focus {
  outline: none;
}
.cid-smbxqaO6Kd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smbxqaO6Kd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smbxqaO6Kd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smbxqaO6Kd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbxqaO6Kd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smbxqaO6Kd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smbxqaO6Kd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(126, 9, 9, 0.7);
}
.cid-smbxqaO6Kd .navbar.opened {
  transition: all 0.3s;
}
.cid-smbxqaO6Kd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smbxqaO6Kd .navbar .navbar-logo img {
  width: auto;
}
.cid-smbxqaO6Kd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smbxqaO6Kd .navbar.collapsed {
  justify-content: center;
}
.cid-smbxqaO6Kd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smbxqaO6Kd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smbxqaO6Kd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smbxqaO6Kd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smbxqaO6Kd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smbxqaO6Kd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smbxqaO6Kd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smbxqaO6Kd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smbxqaO6Kd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smbxqaO6Kd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smbxqaO6Kd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smbxqaO6Kd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smbxqaO6Kd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smbxqaO6Kd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smbxqaO6Kd .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-smbxqaO6Kd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smbxqaO6Kd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smbxqaO6Kd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smbxqaO6Kd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smbxqaO6Kd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smbxqaO6Kd .navbar.navbar-short {
  min-height: 60px;
}
.cid-smbxqaO6Kd .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-smbxqaO6Kd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smbxqaO6Kd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smbxqaO6Kd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smbxqaO6Kd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smbxqaO6Kd .dropdown-item.active,
.cid-smbxqaO6Kd .dropdown-item:active {
  background-color: transparent;
}
.cid-smbxqaO6Kd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smbxqaO6Kd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smbxqaO6Kd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smbxqaO6Kd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0909;
}
.cid-smbxqaO6Kd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smbxqaO6Kd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smbxqaO6Kd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smbxqaO6Kd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smbxqaO6Kd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smbxqaO6Kd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smbxqaO6Kd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smbxqaO6Kd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbxqaO6Kd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbxqaO6Kd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smbxqaO6Kd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbxqaO6Kd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smbxqaO6Kd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smbxqaO6Kd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbxqaO6Kd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smbxqaO6Kd a.nav-link {
  display: flex;
  align-items: left;
  justify-content: center;
}
.cid-smbxqaO6Kd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smbxqaO6Kd .navbar {
    height: 70px;
  }
  .cid-smbxqaO6Kd .navbar.opened {
    height: auto;
  }
  .cid-smbxqaO6Kd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smbxqccykP {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/dla-domu-1-1575x886.jpeg");
}
.cid-smbxqccykP .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-smbxqccykP .mbr-section-title {
  letter-spacing: .1em;
}
.cid-smbxqccykP .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-smbxqccykP .mbr-media {
  height: 70px;
}
.cid-smbxqccykP .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-smbxqccykP .mbr-media span:hover {
  opacity: 0.7;
}
.cid-smbxqccykP .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-smbxqccykP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-smbxqccykP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-smbxqccykP .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-smbxqccykP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-smbxqccykP a.close:hover {
  color: #ffffff;
}
.cid-smbxqccykP .mbr-text,
.cid-smbxqccykP .mbr-section-btn {
  color: #efefef;
}
.cid-smbxqda7E1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaeaea;
}
.cid-smbxqda7E1 .mbr-text,
.cid-smbxqda7E1 blockquote {
  color: #767676;
}
.cid-smbxqda7E1 .mbr-text {
  color: #000000;
}
.cid-smbxqdMP26 {
  padding-top: 45px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-smbxqdMP26 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smbxqdMP26 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smbxqdMP26 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smbxqdMP26 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smbxqdMP26 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7e0909;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #7e0909, #7e0909);
}
.cid-smbxqdMP26 .icon-focus {
  display: none;
}
.cid-smbxqdMP26 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-smbxqdMP26 ul {
  font-size: 0;
}
.cid-smbxqdMP26 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-smbxqdMP26 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-smbxqdMP26 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7e0909, #ff3366);
}
.cid-smbxqdMP26 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-smbxqdMP26 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-smbxqdMP26 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-smbxqdMP26 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-smbxqdMP26 .btn:hover {
  background: transparent !important;
}
.cid-smbxqdMP26 .btn:hover:before {
  background: transparent !important;
}
.cid-smbxqdMP26 .btn:before {
  background-color: transparent !important;
}
.cid-smbxqdMP26 .btn:focus {
  box-shadow: none;
}
.cid-smbxqdMP26 .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #7e0909;
}
.cid-smbxqeZHX5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-smbxqeZHX5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smbxqeZHX5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smbxqeZHX5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-smbxqeZHX5 .mbr-section-title {
  color: #7e0909;
  text-align: left;
}
.cid-smbxqfGGt7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smbxqgl9NL {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smbxqgl9NL .google-map {
  height: 25rem;
  position: relative;
}
.cid-smbxqgl9NL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-smbxqgl9NL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smbxqgl9NL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smbxqgl9NL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-smbxqgl9NL .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-smbxqgl9NL .form-container {
  padding: 3rem;
}
.cid-smbxqgl9NL .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-smbxqgl9NL .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smbxqgl9NL .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-smbxqgl9NL .form-group,
  .cid-smbxqgl9NL .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-smbxqgl9NL .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-smbxqgl9NL .form-control:focus,
.cid-smbxqgl9NL .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-smbxqgl9NL textarea.form-control {
  min-height: 170px;
}
.cid-smbxqgl9NL .form-group {
  margin-bottom: 1rem;
}
.cid-smbxqgl9NL input::-webkit-input-placeholder,
.cid-smbxqgl9NL textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-smbxqgl9NL input:-moz-placeholder,
.cid-smbxqgl9NL textarea:-moz-placeholder {
  color: #565656;
}
.cid-smbxqgl9NL .jq-selectbox li,
.cid-smbxqgl9NL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbxqgl9NL .jq-selectbox li:hover,
.cid-smbxqgl9NL .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbxqgl9NL .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-smbxqgl9NL .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smbxqgl9NL .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-smbxqgl9NL .text-block {
    margin-bottom: 2rem;
  }
  .cid-smbxqgl9NL .wrapper {
    margin-top: 0;
  }
}
.cid-smbxqgl9NL .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smbxqgl9NL .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-smbxqgl9NL .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-smbxqgl9NL .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-smbxqgl9NL .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smbxqgl9NL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smbxqgl9NL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smbxqhjpxV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e0909;
}
.cid-smbxqhjpxV .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smbydC6EVo {
  z-index: 1000;
  width: 100%;
}
.cid-smbydC6EVo nav.navbar {
  position: fixed;
}
.cid-smbydC6EVo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbydC6EVo .dropdown-menu {
  opacity: 0.7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smbydC6EVo .dropdown-item:focus {
  background: #7e0909 !important;
  color: white !important;
}
.cid-smbydC6EVo .dropdown-item:hover {
  background: #7e0909 !important;
  color: #cccccc !important;
}
.cid-smbydC6EVo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smbydC6EVo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smbydC6EVo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smbydC6EVo .nav-dropdown .link.dropdown-toggle::after {
  margin: 0.667em 1em !important;
  margin-top: 0.2rem;
}
.cid-smbydC6EVo .nav-link {
  position: relative;
}
.cid-smbydC6EVo .container {
  display: flex;
  margin: auto;
}
.cid-smbydC6EVo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smbydC6EVo .dropdown-menu,
.cid-smbydC6EVo .navbar.opened {
  background: #7e0909 !important;
}
.cid-smbydC6EVo .nav-item:focus,
.cid-smbydC6EVo .nav-link:focus {
  outline: none;
}
.cid-smbydC6EVo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smbydC6EVo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smbydC6EVo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smbydC6EVo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbydC6EVo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smbydC6EVo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smbydC6EVo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(126, 9, 9, 0.7);
}
.cid-smbydC6EVo .navbar.opened {
  transition: all 0.3s;
}
.cid-smbydC6EVo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smbydC6EVo .navbar .navbar-logo img {
  width: auto;
}
.cid-smbydC6EVo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smbydC6EVo .navbar.collapsed {
  justify-content: center;
}
.cid-smbydC6EVo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smbydC6EVo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smbydC6EVo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smbydC6EVo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smbydC6EVo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smbydC6EVo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smbydC6EVo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smbydC6EVo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smbydC6EVo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smbydC6EVo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smbydC6EVo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smbydC6EVo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smbydC6EVo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smbydC6EVo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smbydC6EVo .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-smbydC6EVo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smbydC6EVo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smbydC6EVo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smbydC6EVo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smbydC6EVo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smbydC6EVo .navbar.navbar-short {
  min-height: 60px;
}
.cid-smbydC6EVo .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-smbydC6EVo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smbydC6EVo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smbydC6EVo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smbydC6EVo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smbydC6EVo .dropdown-item.active,
.cid-smbydC6EVo .dropdown-item:active {
  background-color: transparent;
}
.cid-smbydC6EVo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smbydC6EVo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smbydC6EVo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smbydC6EVo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0909;
}
.cid-smbydC6EVo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smbydC6EVo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smbydC6EVo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smbydC6EVo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smbydC6EVo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smbydC6EVo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smbydC6EVo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smbydC6EVo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbydC6EVo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbydC6EVo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smbydC6EVo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbydC6EVo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smbydC6EVo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smbydC6EVo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbydC6EVo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smbydC6EVo a.nav-link {
  display: flex;
  align-items: left;
  justify-content: center;
}
.cid-smbydC6EVo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smbydC6EVo .navbar {
    height: 70px;
  }
  .cid-smbydC6EVo .navbar.opened {
    height: auto;
  }
  .cid-smbydC6EVo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smbydDclvd {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/dla-firm-1-2000x1333.jpg");
}
.cid-smbydDclvd .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-smbydDclvd .mbr-section-title {
  letter-spacing: .1em;
}
.cid-smbydDclvd .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-smbydDclvd .mbr-media {
  height: 70px;
}
.cid-smbydDclvd .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-smbydDclvd .mbr-media span:hover {
  opacity: 0.7;
}
.cid-smbydDclvd .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-smbydDclvd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-smbydDclvd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-smbydDclvd .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-smbydDclvd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-smbydDclvd a.close:hover {
  color: #ffffff;
}
.cid-smbydDclvd .mbr-text,
.cid-smbydDclvd .mbr-section-btn {
  color: #efefef;
}
.cid-smbydE5afb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaeaea;
}
.cid-smbydE5afb .mbr-text,
.cid-smbydE5afb blockquote {
  color: #767676;
}
.cid-smbydE5afb .mbr-text {
  color: #000000;
}
.cid-smbydEA3lJ {
  padding-top: 45px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-smbydEA3lJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smbydEA3lJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smbydEA3lJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smbydEA3lJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smbydEA3lJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7e0909;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #7e0909, #7e0909);
}
.cid-smbydEA3lJ .icon-focus {
  display: none;
}
.cid-smbydEA3lJ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-smbydEA3lJ ul {
  font-size: 0;
}
.cid-smbydEA3lJ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-smbydEA3lJ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-smbydEA3lJ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7e0909, #ff3366);
}
.cid-smbydEA3lJ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-smbydEA3lJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-smbydEA3lJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-smbydEA3lJ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-smbydEA3lJ .btn:hover {
  background: transparent !important;
}
.cid-smbydEA3lJ .btn:hover:before {
  background: transparent !important;
}
.cid-smbydEA3lJ .btn:before {
  background-color: transparent !important;
}
.cid-smbydEA3lJ .btn:focus {
  box-shadow: none;
}
.cid-smbydEA3lJ .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #7e0909;
}
.cid-smbydFs0JY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-smbydFs0JY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smbydFs0JY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smbydFs0JY .text-wrapper {
    padding: 2rem;
  }
}
.cid-smbydFs0JY .mbr-section-title {
  color: #7e0909;
  text-align: left;
}
.cid-smbydG3kOW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smbydGNJCm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smbydGNJCm .google-map {
  height: 25rem;
  position: relative;
}
.cid-smbydGNJCm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-smbydGNJCm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smbydGNJCm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smbydGNJCm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-smbydGNJCm .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-smbydGNJCm .form-container {
  padding: 3rem;
}
.cid-smbydGNJCm .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-smbydGNJCm .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smbydGNJCm .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-smbydGNJCm .form-group,
  .cid-smbydGNJCm .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-smbydGNJCm .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-smbydGNJCm .form-control:focus,
.cid-smbydGNJCm .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-smbydGNJCm textarea.form-control {
  min-height: 170px;
}
.cid-smbydGNJCm .form-group {
  margin-bottom: 1rem;
}
.cid-smbydGNJCm input::-webkit-input-placeholder,
.cid-smbydGNJCm textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-smbydGNJCm input:-moz-placeholder,
.cid-smbydGNJCm textarea:-moz-placeholder {
  color: #565656;
}
.cid-smbydGNJCm .jq-selectbox li,
.cid-smbydGNJCm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbydGNJCm .jq-selectbox li:hover,
.cid-smbydGNJCm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbydGNJCm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-smbydGNJCm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smbydGNJCm .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-smbydGNJCm .text-block {
    margin-bottom: 2rem;
  }
  .cid-smbydGNJCm .wrapper {
    margin-top: 0;
  }
}
.cid-smbydGNJCm .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smbydGNJCm .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-smbydGNJCm .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-smbydGNJCm .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-smbydGNJCm .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smbydGNJCm .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smbydGNJCm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smbydHHPr2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e0909;
}
.cid-smbydHHPr2 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smbIPcIK5D {
  z-index: 1000;
  width: 100%;
}
.cid-smbIPcIK5D nav.navbar {
  position: fixed;
}
.cid-smbIPcIK5D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbIPcIK5D .dropdown-menu {
  opacity: 0.7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smbIPcIK5D .dropdown-item:focus {
  background: #7e0909 !important;
  color: white !important;
}
.cid-smbIPcIK5D .dropdown-item:hover {
  background: #7e0909 !important;
  color: #cccccc !important;
}
.cid-smbIPcIK5D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smbIPcIK5D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smbIPcIK5D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smbIPcIK5D .nav-dropdown .link.dropdown-toggle::after {
  margin: 0.667em 1em !important;
  margin-top: 0.2rem;
}
.cid-smbIPcIK5D .nav-link {
  position: relative;
}
.cid-smbIPcIK5D .container {
  display: flex;
  margin: auto;
}
.cid-smbIPcIK5D .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smbIPcIK5D .dropdown-menu,
.cid-smbIPcIK5D .navbar.opened {
  background: #7e0909 !important;
}
.cid-smbIPcIK5D .nav-item:focus,
.cid-smbIPcIK5D .nav-link:focus {
  outline: none;
}
.cid-smbIPcIK5D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smbIPcIK5D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smbIPcIK5D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smbIPcIK5D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbIPcIK5D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smbIPcIK5D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smbIPcIK5D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(126, 9, 9, 0.7);
}
.cid-smbIPcIK5D .navbar.opened {
  transition: all 0.3s;
}
.cid-smbIPcIK5D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smbIPcIK5D .navbar .navbar-logo img {
  width: auto;
}
.cid-smbIPcIK5D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smbIPcIK5D .navbar.collapsed {
  justify-content: center;
}
.cid-smbIPcIK5D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smbIPcIK5D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smbIPcIK5D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smbIPcIK5D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smbIPcIK5D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smbIPcIK5D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smbIPcIK5D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smbIPcIK5D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smbIPcIK5D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smbIPcIK5D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smbIPcIK5D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smbIPcIK5D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smbIPcIK5D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smbIPcIK5D .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smbIPcIK5D .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-smbIPcIK5D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smbIPcIK5D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smbIPcIK5D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smbIPcIK5D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smbIPcIK5D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smbIPcIK5D .navbar.navbar-short {
  min-height: 60px;
}
.cid-smbIPcIK5D .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-smbIPcIK5D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smbIPcIK5D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smbIPcIK5D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smbIPcIK5D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smbIPcIK5D .dropdown-item.active,
.cid-smbIPcIK5D .dropdown-item:active {
  background-color: transparent;
}
.cid-smbIPcIK5D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smbIPcIK5D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smbIPcIK5D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smbIPcIK5D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0909;
}
.cid-smbIPcIK5D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smbIPcIK5D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smbIPcIK5D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smbIPcIK5D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smbIPcIK5D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smbIPcIK5D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smbIPcIK5D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smbIPcIK5D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbIPcIK5D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbIPcIK5D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smbIPcIK5D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbIPcIK5D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smbIPcIK5D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smbIPcIK5D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbIPcIK5D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smbIPcIK5D a.nav-link {
  display: flex;
  align-items: left;
  justify-content: center;
}
.cid-smbIPcIK5D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smbIPcIK5D .navbar {
    height: 70px;
  }
  .cid-smbIPcIK5D .navbar.opened {
    height: auto;
  }
  .cid-smbIPcIK5D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smbIPdLn3u {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-smbIPdLn3u .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-smbIPdLn3u .mbr-section-title {
  letter-spacing: .1em;
}
.cid-smbIPdLn3u .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-smbIPdLn3u .mbr-media {
  height: 70px;
}
.cid-smbIPdLn3u .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-smbIPdLn3u .mbr-media span:hover {
  opacity: 0.7;
}
.cid-smbIPdLn3u .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-smbIPdLn3u .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-smbIPdLn3u .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-smbIPdLn3u .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-smbIPdLn3u a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-smbIPdLn3u a.close:hover {
  color: #ffffff;
}
.cid-smbIPdLn3u .mbr-text,
.cid-smbIPdLn3u .mbr-section-btn {
  color: #efefef;
}
.cid-smbJR8Y0Qd {
  background-color: #eaeaea;
}
.cid-smbJR8Y0Qd img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-smbJR8Y0Qd img:hover {
  transform: scale(1.1);
}
.cid-smbJR8Y0Qd .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-smbJR8Y0Qd h2 {
  padding: 0;
  margin: 0;
}
.cid-smbJR8Y0Qd .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smbJR8Y0Qd .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-smbJR8Y0Qd .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-smbJR8Y0Qd .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-smbJR8Y0Qd .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-smbJR8Y0Qd .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-smbJR8Y0Qd .mbr-iconfont {
  margin: 0!important;
}
.cid-smbJR8Y0Qd .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-smbJR8Y0Qd .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-smbJR8Y0Qd .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-smbJR8Y0Qd .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-smbJR8Y0Qd .text-col {
    padding: 2rem 1rem;
  }
}
.cid-smbJR8Y0Qd H2 {
  color: #333333;
}
.cid-smbJR8Y0Qd .mbr-text {
  color: #000000;
}
.cid-smbJR8Y0Qd H1 {
  color: #7e0909;
}
.cid-smbLq0flaZ {
  background-color: #eaeaea;
}
.cid-smbLq0flaZ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-smbLq0flaZ img:hover {
  transform: scale(1.1);
}
.cid-smbLq0flaZ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-smbLq0flaZ h2 {
  padding: 0;
  margin: 0;
}
.cid-smbLq0flaZ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smbLq0flaZ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-smbLq0flaZ .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-smbLq0flaZ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-smbLq0flaZ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-smbLq0flaZ .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-smbLq0flaZ .mbr-iconfont {
  margin: 0!important;
}
.cid-smbLq0flaZ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-smbLq0flaZ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-smbLq0flaZ .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-smbLq0flaZ .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-smbLq0flaZ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-smbLq0flaZ H2 {
  color: #333333;
}
.cid-smbLq0flaZ .mbr-text {
  color: #000000;
}
.cid-smbLq0flaZ H1 {
  color: #7e0909;
}
.cid-smbIPfIzJK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-smbIPfIzJK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smbIPfIzJK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smbIPfIzJK .text-wrapper {
    padding: 2rem;
  }
}
.cid-smbIPfIzJK .mbr-section-title {
  color: #7e0909;
  text-align: left;
}
.cid-smbIPgiI3y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smbIPgUcZM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smbIPgUcZM .google-map {
  height: 25rem;
  position: relative;
}
.cid-smbIPgUcZM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-smbIPgUcZM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smbIPgUcZM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smbIPgUcZM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-smbIPgUcZM .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-smbIPgUcZM .form-container {
  padding: 3rem;
}
.cid-smbIPgUcZM .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-smbIPgUcZM .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smbIPgUcZM .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-smbIPgUcZM .form-group,
  .cid-smbIPgUcZM .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-smbIPgUcZM .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-smbIPgUcZM .form-control:focus,
.cid-smbIPgUcZM .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-smbIPgUcZM textarea.form-control {
  min-height: 170px;
}
.cid-smbIPgUcZM .form-group {
  margin-bottom: 1rem;
}
.cid-smbIPgUcZM input::-webkit-input-placeholder,
.cid-smbIPgUcZM textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-smbIPgUcZM input:-moz-placeholder,
.cid-smbIPgUcZM textarea:-moz-placeholder {
  color: #565656;
}
.cid-smbIPgUcZM .jq-selectbox li,
.cid-smbIPgUcZM .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbIPgUcZM .jq-selectbox li:hover,
.cid-smbIPgUcZM .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbIPgUcZM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-smbIPgUcZM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smbIPgUcZM .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-smbIPgUcZM .text-block {
    margin-bottom: 2rem;
  }
  .cid-smbIPgUcZM .wrapper {
    margin-top: 0;
  }
}
.cid-smbIPgUcZM .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smbIPgUcZM .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-smbIPgUcZM .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-smbIPgUcZM .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-smbIPgUcZM .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smbIPgUcZM .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smbIPgUcZM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smbIPhPqxN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e0909;
}
.cid-smbIPhPqxN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smbMrqnIZS {
  z-index: 1000;
  width: 100%;
}
.cid-smbMrqnIZS nav.navbar {
  position: fixed;
}
.cid-smbMrqnIZS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbMrqnIZS .dropdown-menu {
  opacity: 0.7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smbMrqnIZS .dropdown-item:focus {
  background: #7e0909 !important;
  color: white !important;
}
.cid-smbMrqnIZS .dropdown-item:hover {
  background: #7e0909 !important;
  color: #cccccc !important;
}
.cid-smbMrqnIZS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smbMrqnIZS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smbMrqnIZS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smbMrqnIZS .nav-dropdown .link.dropdown-toggle::after {
  margin: 0.667em 1em !important;
  margin-top: 0.2rem;
}
.cid-smbMrqnIZS .nav-link {
  position: relative;
}
.cid-smbMrqnIZS .container {
  display: flex;
  margin: auto;
}
.cid-smbMrqnIZS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smbMrqnIZS .dropdown-menu,
.cid-smbMrqnIZS .navbar.opened {
  background: #7e0909 !important;
}
.cid-smbMrqnIZS .nav-item:focus,
.cid-smbMrqnIZS .nav-link:focus {
  outline: none;
}
.cid-smbMrqnIZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smbMrqnIZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smbMrqnIZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smbMrqnIZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbMrqnIZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smbMrqnIZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smbMrqnIZS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(126, 9, 9, 0.7);
}
.cid-smbMrqnIZS .navbar.opened {
  transition: all 0.3s;
}
.cid-smbMrqnIZS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smbMrqnIZS .navbar .navbar-logo img {
  width: auto;
}
.cid-smbMrqnIZS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smbMrqnIZS .navbar.collapsed {
  justify-content: center;
}
.cid-smbMrqnIZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smbMrqnIZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smbMrqnIZS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smbMrqnIZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smbMrqnIZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smbMrqnIZS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smbMrqnIZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smbMrqnIZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smbMrqnIZS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smbMrqnIZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smbMrqnIZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smbMrqnIZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smbMrqnIZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smbMrqnIZS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smbMrqnIZS .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-smbMrqnIZS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smbMrqnIZS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smbMrqnIZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smbMrqnIZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smbMrqnIZS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smbMrqnIZS .navbar.navbar-short {
  min-height: 60px;
}
.cid-smbMrqnIZS .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-smbMrqnIZS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smbMrqnIZS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smbMrqnIZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smbMrqnIZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smbMrqnIZS .dropdown-item.active,
.cid-smbMrqnIZS .dropdown-item:active {
  background-color: transparent;
}
.cid-smbMrqnIZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smbMrqnIZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smbMrqnIZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smbMrqnIZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0909;
}
.cid-smbMrqnIZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smbMrqnIZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smbMrqnIZS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smbMrqnIZS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smbMrqnIZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smbMrqnIZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smbMrqnIZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smbMrqnIZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbMrqnIZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbMrqnIZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smbMrqnIZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbMrqnIZS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smbMrqnIZS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smbMrqnIZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbMrqnIZS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smbMrqnIZS a.nav-link {
  display: flex;
  align-items: left;
  justify-content: center;
}
.cid-smbMrqnIZS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smbMrqnIZS .navbar {
    height: 70px;
  }
  .cid-smbMrqnIZS .navbar.opened {
    height: auto;
  }
  .cid-smbMrqnIZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smbMrrFhxa {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-smbMrrFhxa .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-smbMrrFhxa .mbr-section-title {
  letter-spacing: .1em;
}
.cid-smbMrrFhxa .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-smbMrrFhxa .mbr-media {
  height: 70px;
}
.cid-smbMrrFhxa .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-smbMrrFhxa .mbr-media span:hover {
  opacity: 0.7;
}
.cid-smbMrrFhxa .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-smbMrrFhxa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-smbMrrFhxa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-smbMrrFhxa .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-smbMrrFhxa a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-smbMrrFhxa a.close:hover {
  color: #ffffff;
}
.cid-smbMrrFhxa .mbr-text,
.cid-smbMrrFhxa .mbr-section-btn {
  color: #efefef;
}
.cid-smbO7rZ28C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaeaea;
}
.cid-smbO7rZ28C .mbr-text,
.cid-smbO7rZ28C blockquote {
  color: #767676;
}
.cid-smbO7rZ28C .mbr-text {
  color: #000000;
}
.cid-smbOVLNvek {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smbMrtKSsn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-smbMrtKSsn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smbMrtKSsn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smbMrtKSsn .text-wrapper {
    padding: 2rem;
  }
}
.cid-smbMrtKSsn .mbr-section-title {
  color: #7e0909;
  text-align: left;
}
.cid-smbMrurvOP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smbMrv59Nl {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smbMrv59Nl .google-map {
  height: 25rem;
  position: relative;
}
.cid-smbMrv59Nl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-smbMrv59Nl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smbMrv59Nl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smbMrv59Nl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-smbMrv59Nl .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-smbMrv59Nl .form-container {
  padding: 3rem;
}
.cid-smbMrv59Nl .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-smbMrv59Nl .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smbMrv59Nl .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-smbMrv59Nl .form-group,
  .cid-smbMrv59Nl .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-smbMrv59Nl .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-smbMrv59Nl .form-control:focus,
.cid-smbMrv59Nl .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-smbMrv59Nl textarea.form-control {
  min-height: 170px;
}
.cid-smbMrv59Nl .form-group {
  margin-bottom: 1rem;
}
.cid-smbMrv59Nl input::-webkit-input-placeholder,
.cid-smbMrv59Nl textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-smbMrv59Nl input:-moz-placeholder,
.cid-smbMrv59Nl textarea:-moz-placeholder {
  color: #565656;
}
.cid-smbMrv59Nl .jq-selectbox li,
.cid-smbMrv59Nl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbMrv59Nl .jq-selectbox li:hover,
.cid-smbMrv59Nl .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbMrv59Nl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-smbMrv59Nl .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smbMrv59Nl .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-smbMrv59Nl .text-block {
    margin-bottom: 2rem;
  }
  .cid-smbMrv59Nl .wrapper {
    margin-top: 0;
  }
}
.cid-smbMrv59Nl .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smbMrv59Nl .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-smbMrv59Nl .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-smbMrv59Nl .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-smbMrv59Nl .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smbMrv59Nl .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smbMrv59Nl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smbMrw39St {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e0909;
}
.cid-smbMrw39St .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smbPxcdShk {
  z-index: 1000;
  width: 100%;
}
.cid-smbPxcdShk nav.navbar {
  position: fixed;
}
.cid-smbPxcdShk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbPxcdShk .dropdown-menu {
  opacity: 0.7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smbPxcdShk .dropdown-item:focus {
  background: #7e0909 !important;
  color: white !important;
}
.cid-smbPxcdShk .dropdown-item:hover {
  background: #7e0909 !important;
  color: #cccccc !important;
}
.cid-smbPxcdShk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smbPxcdShk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smbPxcdShk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smbPxcdShk .nav-dropdown .link.dropdown-toggle::after {
  margin: 0.667em 1em !important;
  margin-top: 0.2rem;
}
.cid-smbPxcdShk .nav-link {
  position: relative;
}
.cid-smbPxcdShk .container {
  display: flex;
  margin: auto;
}
.cid-smbPxcdShk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smbPxcdShk .dropdown-menu,
.cid-smbPxcdShk .navbar.opened {
  background: #7e0909 !important;
}
.cid-smbPxcdShk .nav-item:focus,
.cid-smbPxcdShk .nav-link:focus {
  outline: none;
}
.cid-smbPxcdShk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smbPxcdShk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smbPxcdShk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smbPxcdShk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbPxcdShk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smbPxcdShk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smbPxcdShk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(126, 9, 9, 0.7);
}
.cid-smbPxcdShk .navbar.opened {
  transition: all 0.3s;
}
.cid-smbPxcdShk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smbPxcdShk .navbar .navbar-logo img {
  width: auto;
}
.cid-smbPxcdShk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smbPxcdShk .navbar.collapsed {
  justify-content: center;
}
.cid-smbPxcdShk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smbPxcdShk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smbPxcdShk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smbPxcdShk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smbPxcdShk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smbPxcdShk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smbPxcdShk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smbPxcdShk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smbPxcdShk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smbPxcdShk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smbPxcdShk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smbPxcdShk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smbPxcdShk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smbPxcdShk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smbPxcdShk .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-smbPxcdShk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smbPxcdShk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smbPxcdShk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smbPxcdShk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smbPxcdShk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smbPxcdShk .navbar.navbar-short {
  min-height: 60px;
}
.cid-smbPxcdShk .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-smbPxcdShk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smbPxcdShk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smbPxcdShk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smbPxcdShk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smbPxcdShk .dropdown-item.active,
.cid-smbPxcdShk .dropdown-item:active {
  background-color: transparent;
}
.cid-smbPxcdShk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smbPxcdShk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smbPxcdShk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smbPxcdShk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0909;
}
.cid-smbPxcdShk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smbPxcdShk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smbPxcdShk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smbPxcdShk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smbPxcdShk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smbPxcdShk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smbPxcdShk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smbPxcdShk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbPxcdShk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbPxcdShk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smbPxcdShk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbPxcdShk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smbPxcdShk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smbPxcdShk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbPxcdShk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smbPxcdShk a.nav-link {
  display: flex;
  align-items: left;
  justify-content: center;
}
.cid-smbPxcdShk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smbPxcdShk .navbar {
    height: 70px;
  }
  .cid-smbPxcdShk .navbar.opened {
    height: auto;
  }
  .cid-smbPxcdShk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smbPxdE3pI {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-smbPxdE3pI .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-smbPxdE3pI .mbr-section-title {
  letter-spacing: .1em;
}
.cid-smbPxdE3pI .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-smbPxdE3pI .mbr-media {
  height: 70px;
}
.cid-smbPxdE3pI .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-smbPxdE3pI .mbr-media span:hover {
  opacity: 0.7;
}
.cid-smbPxdE3pI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-smbPxdE3pI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-smbPxdE3pI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-smbPxdE3pI .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-smbPxdE3pI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-smbPxdE3pI a.close:hover {
  color: #ffffff;
}
.cid-smbPxdE3pI .mbr-text,
.cid-smbPxdE3pI .mbr-section-btn {
  color: #efefef;
}
.cid-smbPxen9br {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaeaea;
}
.cid-smbPxen9br .mbr-text,
.cid-smbPxen9br blockquote {
  color: #767676;
}
.cid-smbPxen9br .mbr-text {
  color: #000000;
}
.cid-smbPxen9br .mbr-text P {
  text-align: left;
}
.cid-smbPxeVxr1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smbPxfwQxO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-smbPxfwQxO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smbPxfwQxO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smbPxfwQxO .text-wrapper {
    padding: 2rem;
  }
}
.cid-smbPxfwQxO .mbr-section-title {
  color: #7e0909;
  text-align: left;
}
.cid-smbPxg9LcK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smbPxgFWJj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smbPxgFWJj .google-map {
  height: 25rem;
  position: relative;
}
.cid-smbPxgFWJj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-smbPxgFWJj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smbPxgFWJj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smbPxgFWJj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-smbPxgFWJj .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-smbPxgFWJj .form-container {
  padding: 3rem;
}
.cid-smbPxgFWJj .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-smbPxgFWJj .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smbPxgFWJj .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-smbPxgFWJj .form-group,
  .cid-smbPxgFWJj .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-smbPxgFWJj .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-smbPxgFWJj .form-control:focus,
.cid-smbPxgFWJj .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-smbPxgFWJj textarea.form-control {
  min-height: 170px;
}
.cid-smbPxgFWJj .form-group {
  margin-bottom: 1rem;
}
.cid-smbPxgFWJj input::-webkit-input-placeholder,
.cid-smbPxgFWJj textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-smbPxgFWJj input:-moz-placeholder,
.cid-smbPxgFWJj textarea:-moz-placeholder {
  color: #565656;
}
.cid-smbPxgFWJj .jq-selectbox li,
.cid-smbPxgFWJj .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbPxgFWJj .jq-selectbox li:hover,
.cid-smbPxgFWJj .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbPxgFWJj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-smbPxgFWJj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smbPxgFWJj .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-smbPxgFWJj .text-block {
    margin-bottom: 2rem;
  }
  .cid-smbPxgFWJj .wrapper {
    margin-top: 0;
  }
}
.cid-smbPxgFWJj .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smbPxgFWJj .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-smbPxgFWJj .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-smbPxgFWJj .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-smbPxgFWJj .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smbPxgFWJj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smbPxgFWJj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smbPxhx4a5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e0909;
}
.cid-smbPxhx4a5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smbU3QjitN {
  z-index: 1000;
  width: 100%;
}
.cid-smbU3QjitN nav.navbar {
  position: fixed;
}
.cid-smbU3QjitN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbU3QjitN .dropdown-menu {
  opacity: 0.7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smbU3QjitN .dropdown-item:focus {
  background: #7e0909 !important;
  color: white !important;
}
.cid-smbU3QjitN .dropdown-item:hover {
  background: #7e0909 !important;
  color: #cccccc !important;
}
.cid-smbU3QjitN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smbU3QjitN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smbU3QjitN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smbU3QjitN .nav-dropdown .link.dropdown-toggle::after {
  margin: 0.667em 1em !important;
  margin-top: 0.2rem;
}
.cid-smbU3QjitN .nav-link {
  position: relative;
}
.cid-smbU3QjitN .container {
  display: flex;
  margin: auto;
}
.cid-smbU3QjitN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smbU3QjitN .dropdown-menu,
.cid-smbU3QjitN .navbar.opened {
  background: #7e0909 !important;
}
.cid-smbU3QjitN .nav-item:focus,
.cid-smbU3QjitN .nav-link:focus {
  outline: none;
}
.cid-smbU3QjitN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smbU3QjitN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smbU3QjitN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smbU3QjitN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smbU3QjitN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smbU3QjitN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smbU3QjitN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(126, 9, 9, 0.7);
}
.cid-smbU3QjitN .navbar.opened {
  transition: all 0.3s;
}
.cid-smbU3QjitN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smbU3QjitN .navbar .navbar-logo img {
  width: auto;
}
.cid-smbU3QjitN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smbU3QjitN .navbar.collapsed {
  justify-content: center;
}
.cid-smbU3QjitN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smbU3QjitN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smbU3QjitN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smbU3QjitN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smbU3QjitN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smbU3QjitN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smbU3QjitN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smbU3QjitN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smbU3QjitN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smbU3QjitN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smbU3QjitN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smbU3QjitN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smbU3QjitN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smbU3QjitN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smbU3QjitN .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-smbU3QjitN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smbU3QjitN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smbU3QjitN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smbU3QjitN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smbU3QjitN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smbU3QjitN .navbar.navbar-short {
  min-height: 60px;
}
.cid-smbU3QjitN .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-smbU3QjitN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smbU3QjitN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smbU3QjitN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smbU3QjitN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smbU3QjitN .dropdown-item.active,
.cid-smbU3QjitN .dropdown-item:active {
  background-color: transparent;
}
.cid-smbU3QjitN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smbU3QjitN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smbU3QjitN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smbU3QjitN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0909;
}
.cid-smbU3QjitN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smbU3QjitN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smbU3QjitN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smbU3QjitN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smbU3QjitN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smbU3QjitN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smbU3QjitN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smbU3QjitN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbU3QjitN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smbU3QjitN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smbU3QjitN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbU3QjitN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smbU3QjitN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smbU3QjitN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smbU3QjitN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smbU3QjitN a.nav-link {
  display: flex;
  align-items: left;
  justify-content: center;
}
.cid-smbU3QjitN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smbU3QjitN .navbar {
    height: 70px;
  }
  .cid-smbU3QjitN .navbar.opened {
    height: auto;
  }
  .cid-smbU3QjitN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smbU3RmEAA {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fotowoltaika-1-2000x1124.jpg");
}
.cid-smbU3RmEAA .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-smbU3RmEAA .mbr-section-title {
  letter-spacing: .1em;
}
.cid-smbU3RmEAA .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-smbU3RmEAA .mbr-media {
  height: 70px;
}
.cid-smbU3RmEAA .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-smbU3RmEAA .mbr-media span:hover {
  opacity: 0.7;
}
.cid-smbU3RmEAA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-smbU3RmEAA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-smbU3RmEAA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-smbU3RmEAA .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-smbU3RmEAA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-smbU3RmEAA a.close:hover {
  color: #ffffff;
}
.cid-smbU3RmEAA .mbr-text,
.cid-smbU3RmEAA .mbr-section-btn {
  color: #efefef;
}
.cid-smbVtxZ2mZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-smbVtxZ2mZ .mbr-section-subtitle {
  color: #7e0909;
  text-align: center;
  font-weight: 300;
}
.cid-smbVtxZ2mZ .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-smbVtxZ2mZ .timeline-text-content p {
  margin-bottom: 0;
}
.cid-smbVtxZ2mZ .time-line-date-content {
  margin-right: 2rem;
}
.cid-smbVtxZ2mZ .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-smbVtxZ2mZ .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-smbVtxZ2mZ .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-smbVtxZ2mZ .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-smbVtxZ2mZ .mbr-timeline-date,
.cid-smbVtxZ2mZ .timeline-text-content {
  transition: all .4s;
}
.cid-smbVtxZ2mZ .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-smbVtxZ2mZ .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-smbVtxZ2mZ .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-smbVtxZ2mZ .reverse .time-line-date-content p {
  float: left;
}
.cid-smbVtxZ2mZ .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-smbVtxZ2mZ .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-smbVtxZ2mZ .iconBackground {
    left: 0 !important;
  }
  .cid-smbVtxZ2mZ .separline:before {
    left: 0!important;
  }
  .cid-smbVtxZ2mZ .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-smbVtxZ2mZ .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-smbVtxZ2mZ .time-line-date-content p {
    float: left !important;
  }
  .cid-smbVtxZ2mZ .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-smbVtxZ2mZ .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-smbVtxZ2mZ .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-smbVtxZ2mZ .mbr-timeline-date {
  color: #7e0909;
}
.cid-smbVtxZ2mZ .mbr-timeline-title {
  color: #7e0909;
}
.cid-smbVtxZ2mZ .mbr-timeline-text {
  color: #000000;
}
.cid-smbU3SICSF {
  padding-top: 45px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-smbU3SICSF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smbU3SICSF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smbU3SICSF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smbU3SICSF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smbU3SICSF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7e0909;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #7e0909, #7e0909);
}
.cid-smbU3SICSF .icon-focus {
  display: none;
}
.cid-smbU3SICSF .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-smbU3SICSF ul {
  font-size: 0;
}
.cid-smbU3SICSF .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-smbU3SICSF .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-smbU3SICSF .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7e0909, #ff3366);
}
.cid-smbU3SICSF .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-smbU3SICSF .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-smbU3SICSF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-smbU3SICSF .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-smbU3SICSF .btn:hover {
  background: transparent !important;
}
.cid-smbU3SICSF .btn:hover:before {
  background: transparent !important;
}
.cid-smbU3SICSF .btn:before {
  background-color: transparent !important;
}
.cid-smbU3SICSF .btn:focus {
  box-shadow: none;
}
.cid-smbU3SICSF .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #7e0909;
}
.cid-smbWZNOg6a {
  padding-top: 45px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-smbWZNOg6a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smbWZNOg6a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smbWZNOg6a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smbWZNOg6a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smbWZNOg6a .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7e0909;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #7e0909, #7e0909);
}
.cid-smbWZNOg6a .icon-focus {
  display: none;
}
.cid-smbWZNOg6a .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-smbWZNOg6a ul {
  font-size: 0;
}
.cid-smbWZNOg6a .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-smbWZNOg6a .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-smbWZNOg6a .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7e0909, #ff3366);
}
.cid-smbWZNOg6a .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-smbWZNOg6a .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-smbWZNOg6a .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-smbWZNOg6a .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-smbWZNOg6a .btn:hover {
  background: transparent !important;
}
.cid-smbWZNOg6a .btn:hover:before {
  background: transparent !important;
}
.cid-smbWZNOg6a .btn:before {
  background-color: transparent !important;
}
.cid-smbWZNOg6a .btn:focus {
  box-shadow: none;
}
.cid-smbWZNOg6a .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #7e0909;
}
.cid-smbU3TvEvv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-smbU3TvEvv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smbU3TvEvv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smbU3TvEvv .text-wrapper {
    padding: 2rem;
  }
}
.cid-smbU3TvEvv .mbr-section-title {
  color: #7e0909;
  text-align: left;
}
.cid-smbU3U5rWh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smbU3UGDuW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smbU3UGDuW .google-map {
  height: 25rem;
  position: relative;
}
.cid-smbU3UGDuW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-smbU3UGDuW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smbU3UGDuW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smbU3UGDuW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-smbU3UGDuW .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-smbU3UGDuW .form-container {
  padding: 3rem;
}
.cid-smbU3UGDuW .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-smbU3UGDuW .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smbU3UGDuW .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-smbU3UGDuW .form-group,
  .cid-smbU3UGDuW .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-smbU3UGDuW .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-smbU3UGDuW .form-control:focus,
.cid-smbU3UGDuW .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-smbU3UGDuW textarea.form-control {
  min-height: 170px;
}
.cid-smbU3UGDuW .form-group {
  margin-bottom: 1rem;
}
.cid-smbU3UGDuW input::-webkit-input-placeholder,
.cid-smbU3UGDuW textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-smbU3UGDuW input:-moz-placeholder,
.cid-smbU3UGDuW textarea:-moz-placeholder {
  color: #565656;
}
.cid-smbU3UGDuW .jq-selectbox li,
.cid-smbU3UGDuW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbU3UGDuW .jq-selectbox li:hover,
.cid-smbU3UGDuW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smbU3UGDuW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-smbU3UGDuW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smbU3UGDuW .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-smbU3UGDuW .text-block {
    margin-bottom: 2rem;
  }
  .cid-smbU3UGDuW .wrapper {
    margin-top: 0;
  }
}
.cid-smbU3UGDuW .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smbU3UGDuW .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-smbU3UGDuW .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-smbU3UGDuW .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-smbU3UGDuW .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smbU3UGDuW .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smbU3UGDuW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smbU3VH3e2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e0909;
}
.cid-smbU3VH3e2 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smIR8AfO4Q {
  z-index: 1000;
  width: 100%;
}
.cid-smIR8AfO4Q nav.navbar {
  position: fixed;
}
.cid-smIR8AfO4Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smIR8AfO4Q .dropdown-menu {
  opacity: 0.7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smIR8AfO4Q .dropdown-item:focus {
  background: #7e0909 !important;
  color: white !important;
}
.cid-smIR8AfO4Q .dropdown-item:hover {
  background: #7e0909 !important;
  color: #cccccc !important;
}
.cid-smIR8AfO4Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smIR8AfO4Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smIR8AfO4Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smIR8AfO4Q .nav-dropdown .link.dropdown-toggle::after {
  margin: 0.667em 1em !important;
  margin-top: 0.2rem;
}
.cid-smIR8AfO4Q .nav-link {
  position: relative;
}
.cid-smIR8AfO4Q .container {
  display: flex;
  margin: auto;
}
.cid-smIR8AfO4Q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smIR8AfO4Q .dropdown-menu,
.cid-smIR8AfO4Q .navbar.opened {
  background: #7e0909 !important;
}
.cid-smIR8AfO4Q .nav-item:focus,
.cid-smIR8AfO4Q .nav-link:focus {
  outline: none;
}
.cid-smIR8AfO4Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smIR8AfO4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smIR8AfO4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smIR8AfO4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smIR8AfO4Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smIR8AfO4Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smIR8AfO4Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(126, 9, 9, 0.7);
}
.cid-smIR8AfO4Q .navbar.opened {
  transition: all 0.3s;
}
.cid-smIR8AfO4Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smIR8AfO4Q .navbar .navbar-logo img {
  width: auto;
}
.cid-smIR8AfO4Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smIR8AfO4Q .navbar.collapsed {
  justify-content: center;
}
.cid-smIR8AfO4Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smIR8AfO4Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smIR8AfO4Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smIR8AfO4Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smIR8AfO4Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smIR8AfO4Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smIR8AfO4Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smIR8AfO4Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smIR8AfO4Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smIR8AfO4Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smIR8AfO4Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smIR8AfO4Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smIR8AfO4Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smIR8AfO4Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smIR8AfO4Q .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-smIR8AfO4Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smIR8AfO4Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smIR8AfO4Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smIR8AfO4Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smIR8AfO4Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smIR8AfO4Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-smIR8AfO4Q .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-smIR8AfO4Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smIR8AfO4Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smIR8AfO4Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smIR8AfO4Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smIR8AfO4Q .dropdown-item.active,
.cid-smIR8AfO4Q .dropdown-item:active {
  background-color: transparent;
}
.cid-smIR8AfO4Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smIR8AfO4Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smIR8AfO4Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smIR8AfO4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0909;
}
.cid-smIR8AfO4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smIR8AfO4Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smIR8AfO4Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smIR8AfO4Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smIR8AfO4Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smIR8AfO4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smIR8AfO4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smIR8AfO4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smIR8AfO4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smIR8AfO4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smIR8AfO4Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smIR8AfO4Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smIR8AfO4Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smIR8AfO4Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smIR8AfO4Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smIR8AfO4Q a.nav-link {
  display: flex;
  align-items: left;
  justify-content: center;
}
.cid-smIR8AfO4Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smIR8AfO4Q .navbar {
    height: 70px;
  }
  .cid-smIR8AfO4Q .navbar.opened {
    height: auto;
  }
  .cid-smIR8AfO4Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smIR8BGwpM {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/dla-rolnika-1-2000x683.jpg");
}
.cid-smIR8BGwpM .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-smIR8BGwpM .mbr-section-title {
  letter-spacing: .1em;
}
.cid-smIR8BGwpM .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-smIR8BGwpM .mbr-media {
  height: 70px;
}
.cid-smIR8BGwpM .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-smIR8BGwpM .mbr-media span:hover {
  opacity: 0.7;
}
.cid-smIR8BGwpM .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-smIR8BGwpM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-smIR8BGwpM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-smIR8BGwpM .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-smIR8BGwpM a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-smIR8BGwpM a.close:hover {
  color: #ffffff;
}
.cid-smIR8BGwpM .mbr-text,
.cid-smIR8BGwpM .mbr-section-btn {
  color: #efefef;
}
.cid-smIR8Cx3EX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaeaea;
}
.cid-smIR8Cx3EX .mbr-text,
.cid-smIR8Cx3EX blockquote {
  color: #767676;
}
.cid-smIR8Cx3EX .mbr-text {
  color: #000000;
}
.cid-smIR8CYVqF {
  padding-top: 45px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-smIR8CYVqF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smIR8CYVqF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smIR8CYVqF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smIR8CYVqF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smIR8CYVqF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7e0909;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #7e0909, #7e0909);
}
.cid-smIR8CYVqF .icon-focus {
  display: none;
}
.cid-smIR8CYVqF .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-smIR8CYVqF ul {
  font-size: 0;
}
.cid-smIR8CYVqF .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-smIR8CYVqF .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-smIR8CYVqF .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7e0909, #ff3366);
}
.cid-smIR8CYVqF .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-smIR8CYVqF .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-smIR8CYVqF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-smIR8CYVqF .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-smIR8CYVqF .btn:hover {
  background: transparent !important;
}
.cid-smIR8CYVqF .btn:hover:before {
  background: transparent !important;
}
.cid-smIR8CYVqF .btn:before {
  background-color: transparent !important;
}
.cid-smIR8CYVqF .btn:focus {
  box-shadow: none;
}
.cid-smIR8CYVqF .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #7e0909;
}
.cid-smIR8DLtuy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-smIR8DLtuy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smIR8DLtuy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smIR8DLtuy .text-wrapper {
    padding: 2rem;
  }
}
.cid-smIR8DLtuy .mbr-section-title {
  color: #7e0909;
  text-align: left;
}
.cid-smIR8EmLt3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-smIR8EW7vw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smIR8EW7vw .google-map {
  height: 25rem;
  position: relative;
}
.cid-smIR8EW7vw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-smIR8EW7vw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smIR8EW7vw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smIR8EW7vw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-smIR8EW7vw .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-smIR8EW7vw .form-container {
  padding: 3rem;
}
.cid-smIR8EW7vw .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-smIR8EW7vw .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smIR8EW7vw .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-smIR8EW7vw .form-group,
  .cid-smIR8EW7vw .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-smIR8EW7vw .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-smIR8EW7vw .form-control:focus,
.cid-smIR8EW7vw .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-smIR8EW7vw textarea.form-control {
  min-height: 170px;
}
.cid-smIR8EW7vw .form-group {
  margin-bottom: 1rem;
}
.cid-smIR8EW7vw input::-webkit-input-placeholder,
.cid-smIR8EW7vw textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-smIR8EW7vw input:-moz-placeholder,
.cid-smIR8EW7vw textarea:-moz-placeholder {
  color: #565656;
}
.cid-smIR8EW7vw .jq-selectbox li,
.cid-smIR8EW7vw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smIR8EW7vw .jq-selectbox li:hover,
.cid-smIR8EW7vw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smIR8EW7vw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-smIR8EW7vw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smIR8EW7vw .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-smIR8EW7vw .text-block {
    margin-bottom: 2rem;
  }
  .cid-smIR8EW7vw .wrapper {
    margin-top: 0;
  }
}
.cid-smIR8EW7vw .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smIR8EW7vw .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-smIR8EW7vw .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-smIR8EW7vw .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-smIR8EW7vw .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smIR8EW7vw .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smIR8EW7vw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smIR8FPdZK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e0909;
}
.cid-smIR8FPdZK .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-stsJgD5W8t {
  z-index: 1000;
  width: 100%;
}
.cid-stsJgD5W8t nav.navbar {
  position: fixed;
}
.cid-stsJgD5W8t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stsJgD5W8t .dropdown-menu {
  opacity: 0.7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-stsJgD5W8t .dropdown-item:focus {
  background: #7e0909 !important;
  color: white !important;
}
.cid-stsJgD5W8t .dropdown-item:hover {
  background: #7e0909 !important;
  color: #cccccc !important;
}
.cid-stsJgD5W8t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-stsJgD5W8t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-stsJgD5W8t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-stsJgD5W8t .nav-dropdown .link.dropdown-toggle::after {
  margin: 0.667em 1em !important;
  margin-top: 0.2rem;
}
.cid-stsJgD5W8t .nav-link {
  position: relative;
}
.cid-stsJgD5W8t .container {
  display: flex;
  margin: auto;
}
.cid-stsJgD5W8t .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stsJgD5W8t .dropdown-menu,
.cid-stsJgD5W8t .navbar.opened {
  background: #7e0909 !important;
}
.cid-stsJgD5W8t .nav-item:focus,
.cid-stsJgD5W8t .nav-link:focus {
  outline: none;
}
.cid-stsJgD5W8t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stsJgD5W8t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stsJgD5W8t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-stsJgD5W8t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stsJgD5W8t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stsJgD5W8t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stsJgD5W8t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: rgba(126, 9, 9, 0.7);
}
.cid-stsJgD5W8t .navbar.opened {
  transition: all 0.3s;
}
.cid-stsJgD5W8t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-stsJgD5W8t .navbar .navbar-logo img {
  width: auto;
}
.cid-stsJgD5W8t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stsJgD5W8t .navbar.collapsed {
  justify-content: center;
}
.cid-stsJgD5W8t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stsJgD5W8t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stsJgD5W8t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-stsJgD5W8t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stsJgD5W8t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stsJgD5W8t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-stsJgD5W8t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stsJgD5W8t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-stsJgD5W8t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-stsJgD5W8t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stsJgD5W8t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stsJgD5W8t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stsJgD5W8t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stsJgD5W8t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-stsJgD5W8t .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-stsJgD5W8t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stsJgD5W8t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stsJgD5W8t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stsJgD5W8t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stsJgD5W8t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stsJgD5W8t .navbar.navbar-short {
  min-height: 60px;
}
.cid-stsJgD5W8t .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-stsJgD5W8t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-stsJgD5W8t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stsJgD5W8t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stsJgD5W8t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stsJgD5W8t .dropdown-item.active,
.cid-stsJgD5W8t .dropdown-item:active {
  background-color: transparent;
}
.cid-stsJgD5W8t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stsJgD5W8t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stsJgD5W8t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stsJgD5W8t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0909;
}
.cid-stsJgD5W8t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stsJgD5W8t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stsJgD5W8t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stsJgD5W8t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stsJgD5W8t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-stsJgD5W8t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-stsJgD5W8t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stsJgD5W8t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stsJgD5W8t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stsJgD5W8t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stsJgD5W8t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stsJgD5W8t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stsJgD5W8t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stsJgD5W8t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stsJgD5W8t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-stsJgD5W8t a.nav-link {
  display: flex;
  align-items: left;
  justify-content: center;
}
.cid-stsJgD5W8t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stsJgD5W8t .navbar {
    height: 70px;
  }
  .cid-stsJgD5W8t .navbar.opened {
    height: auto;
  }
  .cid-stsJgD5W8t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stsJgE6mnJ {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-stsJgE6mnJ .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-stsJgE6mnJ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-stsJgE6mnJ .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-stsJgE6mnJ .mbr-media {
  height: 70px;
}
.cid-stsJgE6mnJ .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-stsJgE6mnJ .mbr-media span:hover {
  opacity: 0.7;
}
.cid-stsJgE6mnJ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-stsJgE6mnJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-stsJgE6mnJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-stsJgE6mnJ .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-stsJgE6mnJ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-stsJgE6mnJ a.close:hover {
  color: #ffffff;
}
.cid-stsJgE6mnJ .mbr-text,
.cid-stsJgE6mnJ .mbr-section-btn {
  color: #efefef;
}
.cid-stsLDGP3ox {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-stsLDGP3ox .title {
  margin-bottom: 2rem;
}
.cid-stsLDGP3ox .mbr-section-subtitle {
  color: #767676;
}
.cid-stsLDGP3ox a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-stsLDGP3ox a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-stsLDGP3ox textarea.form-control {
  min-height: 188px;
}
.cid-stsJgFKA5p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-stsJgFKA5p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-stsJgFKA5p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-stsJgFKA5p .text-wrapper {
    padding: 2rem;
  }
}
.cid-stsJgFKA5p .mbr-section-title {
  color: #7e0909;
  text-align: left;
}
.cid-stsJgGuFz6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/86088fa5d62585df20dba5795b0e90ff-1575x1181.jpg");
}
.cid-stsJgHgYcp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-stsJgHgYcp .google-map {
  height: 25rem;
  position: relative;
}
.cid-stsJgHgYcp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-stsJgHgYcp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-stsJgHgYcp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-stsJgHgYcp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-stsJgHgYcp .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-stsJgHgYcp .form-container {
  padding: 3rem;
}
.cid-stsJgHgYcp .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-stsJgHgYcp .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2e2e2e, #2e2e2e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-stsJgHgYcp .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-stsJgHgYcp .form-group,
  .cid-stsJgHgYcp .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-stsJgHgYcp .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-stsJgHgYcp .form-control:focus,
.cid-stsJgHgYcp .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-stsJgHgYcp textarea.form-control {
  min-height: 170px;
}
.cid-stsJgHgYcp .form-group {
  margin-bottom: 1rem;
}
.cid-stsJgHgYcp input::-webkit-input-placeholder,
.cid-stsJgHgYcp textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-stsJgHgYcp input:-moz-placeholder,
.cid-stsJgHgYcp textarea:-moz-placeholder {
  color: #565656;
}
.cid-stsJgHgYcp .jq-selectbox li,
.cid-stsJgHgYcp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-stsJgHgYcp .jq-selectbox li:hover,
.cid-stsJgHgYcp .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-stsJgHgYcp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-stsJgHgYcp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-stsJgHgYcp .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-stsJgHgYcp .text-block {
    margin-bottom: 2rem;
  }
  .cid-stsJgHgYcp .wrapper {
    margin-top: 0;
  }
}
.cid-stsJgHgYcp .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-stsJgHgYcp .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-stsJgHgYcp .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-stsJgHgYcp .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-stsJgHgYcp .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-stsJgHgYcp .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stsJgHgYcp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stsJgIvHhz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e0909;
}
.cid-stsJgIvHhz .media-container-row .mbr-text {
  color: #ffffff;
}
