@import url(https://fonts.googleapis.com/css?family=Abel:400);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Abel', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Abel', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Abel', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Abel', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Abel', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #465052 !important;
}
.bg-success {
  background-color: #cc2952 !important;
}
.bg-info {
  background-color: #0f7699 !important;
}
.bg-warning {
  background-color: #c4bc3b !important;
}
.bg-danger {
  background-color: #55b4d4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #465052;
  border-color: #465052;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #232829;
  border-color: #232829;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7f1933;
  border-color: #7f1933;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #3f0c19;
  border-color: #3f0c19;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #084053;
  border-color: #084053;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-success,
.btn-success:active {
  background-color: #cc2952;
  border-color: #cc2952;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #8c1c38;
  border-color: #8c1c38;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c4bc3b;
  border-color: #c4bc3b;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #898429;
  border-color: #898429;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #55b4d4;
  border-color: #55b4d4;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #2d8fb0;
  border-color: #2d8fb0;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.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: #171a1b;
  color: #171a1b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #767123;
  color: #767123;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #c4bc3b;
  border-color: #c4bc3b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !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: #465052 !important;
}
.text-secondary {
  color: #7f1933 !important;
}
.text-success {
  color: #cc2952 !important;
}
.text-info {
  color: #0f7699 !important;
}
.text-warning {
  color: #c4bc3b !important;
}
.text-danger {
  color: #55b4d4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #171a1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2a0811 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #771830 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #062e3c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #767123 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #277e9c !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: #0f7699;
}
.alert-warning {
  background-color: #c4bc3b;
}
.alert-danger {
  background-color: #55b4d4;
}
.mbr-gallery-filter li.active .btn {
  background-color: #465052;
  border-color: #465052;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #465052;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f5ccd6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e2dd9d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8fcfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Abel', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #465052;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #465052;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #465052;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #465052;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #465052;
}
/* Headers*/
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.cid-qsFGemrGgr .navbar {
  padding: .5rem 0;
  background: #181818;
  transition: none;
  min-height: 77px;
}
.cid-qsFGemrGgr .navbar-dropdown.bg-color.transparent.opened {
  background: #181818;
}
.cid-qsFGemrGgr a {
  font-style: normal;
}
.cid-qsFGemrGgr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qsFGemrGgr .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qsFGemrGgr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qsFGemrGgr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qsFGemrGgr .menu-logo {
  margin-right: auto;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qsFGemrGgr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qsFGemrGgr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qsFGemrGgr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qsFGemrGgr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qsFGemrGgr .dropdown .dropdown-menu {
  background: #181818;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qsFGemrGgr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qsFGemrGgr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qsFGemrGgr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qsFGemrGgr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qsFGemrGgr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qsFGemrGgr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qsFGemrGgr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qsFGemrGgr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qsFGemrGgr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qsFGemrGgr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qsFGemrGgr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qsFGemrGgr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qsFGemrGgr button.navbar-toggler:focus {
  outline: none;
}
.cid-qsFGemrGgr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qsFGemrGgr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qsFGemrGgr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qsFGemrGgr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qsFGemrGgr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qsFGemrGgr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qsFGemrGgr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qsFGemrGgr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qsFGemrGgr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qsFGemrGgr .collapsed .btn {
  display: flex;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qsFGemrGgr .collapsed button.navbar-toggler {
  display: block;
}
.cid-qsFGemrGgr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qsFGemrGgr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qsFGemrGgr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qsFGemrGgr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qsFGemrGgr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qsFGemrGgr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qsFGemrGgr img {
    height: 3.8rem !important;
  }
  .cid-qsFGemrGgr .btn {
    display: flex;
  }
  .cid-qsFGemrGgr button.navbar-toggler {
    display: block;
  }
  .cid-qsFGemrGgr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qsFGemrGgr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qsFGemrGgr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing,
  .cid-qsFGemrGgr .navbar-collapse.show {
    display: block !important;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing .navbar-nav,
  .cid-qsFGemrGgr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qsFGemrGgr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qsFGemrGgr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing .navbar-buttons,
  .cid-qsFGemrGgr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qsFGemrGgr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qsFGemrGgr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qsFGemrGgr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qsFGemrGgr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qsFGemrGgr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qBgSIcAI0K {
  background-image: url("../../../assets/images/mbr.jpg");
}
@media (min-width: 992px) {
  .cid-qBgSIcAI0K .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qBgSIcAI0K .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qBgSIcAI0K .mbr-text {
    text-align: center;
  }
}
.cid-qGryUEI1Rw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qGryUEI1Rw .mbr-section-subtitle {
  color: #767676;
}
.cid-qGryUEI1Rw .mbr-text {
  color: #767676;
}
.cid-qGryUEI1Rw .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qGryUEI1Rw .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qGryUEI1Rw .card-wrapper .card-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-qGryUEI1Rw .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-qGryUEI1Rw .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
}
.cid-qGryUEI1Rw .card-wrapper .card-img img {
  width: 100%;
  height: 100%;
}
.cid-qGryUEI1Rw .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-qGryUEI1Rw .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-qGryUEI1Rw .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-qGryUEI1Rw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qGryUEI1Rw .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-qGryUEI1Rw .popup-btn .mbr-section-btn {
  height: 100%;
  display: flex !important;
  opacity: 0;
}
.cid-qGryUEI1Rw .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-qGryUEI1Rw .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-qGrzVrufVT {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGrzVrufVT .mbr-section-subtitle {
  color: #767676;
}
.cid-qGrzVrufVT .mbr-text {
  color: #767676;
}
.cid-qGrzVrufVT .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qGrzVrufVT .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qGrzVrufVT .card-wrapper .card-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-qGrzVrufVT .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-qGrzVrufVT .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
}
.cid-qGrzVrufVT .card-wrapper .card-img img {
  width: 100%;
  height: 100%;
}
.cid-qGrzVrufVT .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-qGrzVrufVT .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-qGrzVrufVT .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-qGrzVrufVT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qGrzVrufVT .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-qGrzVrufVT .popup-btn .mbr-section-btn {
  height: 100%;
  display: flex !important;
  opacity: 0;
}
.cid-qGrzVrufVT .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-qGrzVrufVT .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-qsFMNudgHR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-qsFMNudgHR .carousel-control {
  background: #000;
}
.cid-qsFMNudgHR .mbr-section-subtitle {
  color: #767676;
}
.cid-qsFMNudgHR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qsFMNudgHR .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qsFMNudgHR .carousel-item .wrap-img {
  text-align: center;
}
.cid-qsFMNudgHR .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qsFMNudgHR .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qsFMNudgHR .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qsFMNudgHR .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qsFMNudgHR .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qsFMNudgHR .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qsFMNudgHR .cloneditem-1,
.cid-qsFMNudgHR .cloneditem-2,
.cid-qsFMNudgHR .cloneditem-3,
.cid-qsFMNudgHR .cloneditem-4,
.cid-qsFMNudgHR .cloneditem-5 {
  display: none;
}
.cid-qsFMNudgHR .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-qsFMNudgHR .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qsFMNudgHR .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qsFMNudgHR .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qsFMNudgHR .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qsFMNudgHR .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qsFMNudgHR .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides2 .cloneditem-1,
  .cid-qsFMNudgHR .carousel-inner.slides2 .cloneditem-2,
  .cid-qsFMNudgHR .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qsFMNudgHR .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qsFMNudgHR .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qsFMNudgHR .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qsFMNudgHR .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qsFMNudgHR .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides3 .cloneditem-1,
  .cid-qsFMNudgHR .carousel-inner.slides3 .cloneditem-2,
  .cid-qsFMNudgHR .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qsFMNudgHR .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qsFMNudgHR .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qsFMNudgHR .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qsFMNudgHR .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qsFMNudgHR .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides4 .cloneditem-1,
  .cid-qsFMNudgHR .carousel-inner.slides4 .cloneditem-2,
  .cid-qsFMNudgHR .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qsFMNudgHR .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qsFMNudgHR .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qsFMNudgHR .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qsFMNudgHR .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qsFMNudgHR .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides5 .cloneditem-1,
  .cid-qsFMNudgHR .carousel-inner.slides5 .cloneditem-2,
  .cid-qsFMNudgHR .carousel-inner.slides5 .cloneditem-3,
  .cid-qsFMNudgHR .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qsFMNudgHR .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qsFMNudgHR .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qsFMNudgHR .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qsFMNudgHR .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qsFMNudgHR .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qsFMNudgHR .carousel-inner.slides6 .cloneditem-1,
  .cid-qsFMNudgHR .carousel-inner.slides6 .cloneditem-2,
  .cid-qsFMNudgHR .carousel-inner.slides6 .cloneditem-3,
  .cid-qsFMNudgHR .carousel-inner.slides6 .cloneditem-4,
  .cid-qsFMNudgHR .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qsFMNudgHR H2 {
  color: #ffffff;
}
.cid-qGrRnqPZR5 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qGrRnqPZR5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qGrPshehDV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGrPshehDV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGrPshehDV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGrPshehDV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGrPshehDV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGrPshehDV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGrPshehDV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGrPshehDV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGrPshehDV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGrPshehDV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qsFO4H40RL {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-qsFO4H40RL .title {
  margin-bottom: 2rem;
}
.cid-qsFO4H40RL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qsFO4H40RL a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qsFO4H40RL a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qsFO4H40RL .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qsFO4H40RL .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qsFO4H40RL H2 {
  color: #ffffff;
}
.cid-qsFO4H40RL LABEL {
  color: #ffffff;
}
.cid-qsFO4H40RL .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qsFPfv8Tj4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-qsFPfv8Tj4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qsFPfv8Tj4 .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-qsFPfv8Tj4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qsFPfv8Tj4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qsFOyPGHsZ {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #181818;
}
@media (max-width: 767px) {
  .cid-qsFOyPGHsZ .content {
    text-align: center;
  }
  .cid-qsFOyPGHsZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qsFOyPGHsZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qsFOyPGHsZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qsFOyPGHsZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qsFOyPGHsZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qsFOyPGHsZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qsFOyPGHsZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qsFOyPGHsZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qsFOyPGHsZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qsFOyPGHsZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qsFOyPGHsZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qsFOyPGHsZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qsFGemrGgr .navbar {
  padding: .5rem 0;
  background: #181818;
  transition: none;
  min-height: 77px;
}
.cid-qsFGemrGgr .navbar-dropdown.bg-color.transparent.opened {
  background: #181818;
}
.cid-qsFGemrGgr a {
  font-style: normal;
}
.cid-qsFGemrGgr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qsFGemrGgr .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qsFGemrGgr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qsFGemrGgr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qsFGemrGgr .menu-logo {
  margin-right: auto;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qsFGemrGgr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qsFGemrGgr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qsFGemrGgr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qsFGemrGgr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qsFGemrGgr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qsFGemrGgr .dropdown .dropdown-menu {
  background: #181818;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qsFGemrGgr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qsFGemrGgr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qsFGemrGgr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qsFGemrGgr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qsFGemrGgr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qsFGemrGgr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qsFGemrGgr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qsFGemrGgr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qsFGemrGgr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qsFGemrGgr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qsFGemrGgr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qsFGemrGgr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qsFGemrGgr button.navbar-toggler:focus {
  outline: none;
}
.cid-qsFGemrGgr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qsFGemrGgr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qsFGemrGgr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qsFGemrGgr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qsFGemrGgr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qsFGemrGgr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qsFGemrGgr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qsFGemrGgr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qsFGemrGgr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qsFGemrGgr .collapsed .btn {
  display: flex;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qsFGemrGgr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qsFGemrGgr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qsFGemrGgr .collapsed button.navbar-toggler {
  display: block;
}
.cid-qsFGemrGgr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qsFGemrGgr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qsFGemrGgr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qsFGemrGgr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qsFGemrGgr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qsFGemrGgr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qsFGemrGgr img {
    height: 3.8rem !important;
  }
  .cid-qsFGemrGgr .btn {
    display: flex;
  }
  .cid-qsFGemrGgr button.navbar-toggler {
    display: block;
  }
  .cid-qsFGemrGgr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qsFGemrGgr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qsFGemrGgr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing,
  .cid-qsFGemrGgr .navbar-collapse.show {
    display: block !important;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing .navbar-nav,
  .cid-qsFGemrGgr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qsFGemrGgr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qsFGemrGgr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing .navbar-buttons,
  .cid-qsFGemrGgr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qsFGemrGgr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qsFGemrGgr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qsFGemrGgr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qsFGemrGgr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qsFGemrGgr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qsFGemrGgr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGrV3Va0Hk {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-qGrV3Va0Hk h1 {
  color: #616161;
}
.cid-qGrV3Va0Hk h2,
.cid-qGrV3Va0Hk h3,
.cid-qGrV3Va0Hk p {
  color: #767676;
}
.cid-qGrV3Va0Hk .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGrV3Va0Hk H1 {
  color: #ffffff;
}
.cid-qGrV3Va0Hk H3 {
  color: #cccccc;
}
.cid-qGrV3Va0Hk P {
  color: #ffffff;
}
.cid-qGrYxZkdXJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181818;
}
.cid-qGrYxZkdXJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGrYxZkdXJ .btn {
  margin: 0 0 .5rem 0;
}
.cid-qGrYxZkdXJ SPAN {
  color: #efefef;
}
.cid-qGs4sDJv3n {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qGs4sDJv3n .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-qGrYbV7Eku {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGrYbV7Eku .mbr-text {
  color: #767676;
}
.cid-qGrYbV7Eku h4 {
  text-align: center;
}
.cid-qGrYbV7Eku p {
  text-align: center;
}
.cid-qGrYbV7Eku .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qGs7NFiQne {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-qGs7NFiQne .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGs7NFiQne .section-text {
  padding: 2rem 0;
}
.cid-qGs7NFiQne .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGs7NFiQne .inner-container {
    width: 100% !important;
  }
}
.cid-qGs9fa7dn1 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #181818;
}
.cid-qGs9fa7dn1 .mbr-text {
  color: #efefef;
}
.cid-qGs9fa7dn1 h4 {
  text-align: center;
}
.cid-qGs9fa7dn1 p {
  text-align: center;
}
.cid-qGs9fa7dn1 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qGs9fa7dn1 .card-title,
.cid-qGs9fa7dn1 .card-img {
  color: #ffffff;
}
.cid-qGsewPSe05 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-qGsewPSe05 h3 {
  font-weight: 300;
}
.cid-qGsewPSe05 .card-img {
  width: initial;
}
.cid-qGsewPSe05 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qGsewPSe05 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qGsewPSe05 .media {
  margin: initial;
  align-items: center;
}
.cid-qGsewPSe05 .mbr-section-subtitle {
  color: #efefef;
}
.cid-qGsewPSe05 .mbr-text {
  color: #c1c1c1;
}
.cid-qGsewPSe05 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGsewPSe05 .mbr-section-title {
  color: #ffffff;
}
.cid-qGsewPSe05 .card-title {
  color: #ffffff;
}
.cid-qGsxJzFvlQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGsxJzFvlQ .carousel-control {
  background: #000;
}
.cid-qGsxJzFvlQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qGsxJzFvlQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGsxJzFvlQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qGsxJzFvlQ .carousel-item .wrap-img {
  text-align: center;
}
.cid-qGsxJzFvlQ .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qGsxJzFvlQ .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGsxJzFvlQ .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qGsxJzFvlQ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qGsxJzFvlQ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qGsxJzFvlQ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qGsxJzFvlQ .cloneditem-1,
.cid-qGsxJzFvlQ .cloneditem-2,
.cid-qGsxJzFvlQ .cloneditem-3,
.cid-qGsxJzFvlQ .cloneditem-4,
.cid-qGsxJzFvlQ .cloneditem-5 {
  display: none;
}
.cid-qGsxJzFvlQ .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-qGsxJzFvlQ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qGsxJzFvlQ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qGsxJzFvlQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qGsxJzFvlQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsxJzFvlQ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides2 .cloneditem-1,
  .cid-qGsxJzFvlQ .carousel-inner.slides2 .cloneditem-2,
  .cid-qGsxJzFvlQ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qGsxJzFvlQ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qGsxJzFvlQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qGsxJzFvlQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsxJzFvlQ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides3 .cloneditem-1,
  .cid-qGsxJzFvlQ .carousel-inner.slides3 .cloneditem-2,
  .cid-qGsxJzFvlQ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qGsxJzFvlQ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qGsxJzFvlQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qGsxJzFvlQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsxJzFvlQ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides4 .cloneditem-1,
  .cid-qGsxJzFvlQ .carousel-inner.slides4 .cloneditem-2,
  .cid-qGsxJzFvlQ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qGsxJzFvlQ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qGsxJzFvlQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qGsxJzFvlQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsxJzFvlQ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides5 .cloneditem-1,
  .cid-qGsxJzFvlQ .carousel-inner.slides5 .cloneditem-2,
  .cid-qGsxJzFvlQ .carousel-inner.slides5 .cloneditem-3,
  .cid-qGsxJzFvlQ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qGsxJzFvlQ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qGsxJzFvlQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qGsxJzFvlQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsxJzFvlQ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsxJzFvlQ .carousel-inner.slides6 .cloneditem-1,
  .cid-qGsxJzFvlQ .carousel-inner.slides6 .cloneditem-2,
  .cid-qGsxJzFvlQ .carousel-inner.slides6 .cloneditem-3,
  .cid-qGsxJzFvlQ .carousel-inner.slides6 .cloneditem-4,
  .cid-qGsxJzFvlQ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qGsxJzFvlQ H2 {
  color: #171717;
}
.cid-qGsxWx96Xp {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qGsxWx96Xp .mbr-section-subtitle {
  color: #767676;
}
.cid-qGsxXs8THC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGsxXs8THC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGsxXs8THC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGsxXs8THC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGsxXs8THC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGsxXs8THC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGsxXs8THC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGsxXs8THC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGsxXs8THC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGsxXs8THC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGspUmat4u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGspUmat4u .counter-container {
  color: #767676;
}
.cid-qGspUmat4u .counter-container ul {
  margin-bottom: 0;
}
.cid-qGspUmat4u .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qGspUmat4u .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #5b686b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-qGrTQOIkm0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-qGrTQOIkm0 .title {
  margin-bottom: 2rem;
}
.cid-qGrTQOIkm0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGrTQOIkm0 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGrTQOIkm0 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGrTQOIkm0 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGrTQOIkm0 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGrTQOIkm0 H2 {
  color: #ffffff;
}
.cid-qGrTQOIkm0 LABEL {
  color: #ffffff;
}
.cid-qGrTQOIkm0 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qGrTPQj2Fr {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #181818;
}
@media (max-width: 767px) {
  .cid-qGrTPQj2Fr .content {
    text-align: center;
  }
  .cid-qGrTPQj2Fr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGrTPQj2Fr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGrTPQj2Fr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGrTPQj2Fr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGrTPQj2Fr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGrTPQj2Fr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGrTPQj2Fr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGrTPQj2Fr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGrTPQj2Fr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGrTPQj2Fr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGrTPQj2Fr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGrTPQj2Fr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGsDHkNA2o .navbar {
  padding: .5rem 0;
  background: #181818;
  transition: none;
  min-height: 77px;
}
.cid-qGsDHkNA2o .navbar-dropdown.bg-color.transparent.opened {
  background: #181818;
}
.cid-qGsDHkNA2o a {
  font-style: normal;
}
.cid-qGsDHkNA2o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGsDHkNA2o .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGsDHkNA2o .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGsDHkNA2o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGsDHkNA2o .menu-logo {
  margin-right: auto;
}
.cid-qGsDHkNA2o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGsDHkNA2o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGsDHkNA2o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGsDHkNA2o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGsDHkNA2o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGsDHkNA2o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGsDHkNA2o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGsDHkNA2o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGsDHkNA2o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGsDHkNA2o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGsDHkNA2o .dropdown .dropdown-menu {
  background: #181818;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGsDHkNA2o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGsDHkNA2o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGsDHkNA2o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGsDHkNA2o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGsDHkNA2o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGsDHkNA2o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGsDHkNA2o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGsDHkNA2o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGsDHkNA2o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGsDHkNA2o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGsDHkNA2o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGsDHkNA2o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGsDHkNA2o button.navbar-toggler:focus {
  outline: none;
}
.cid-qGsDHkNA2o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGsDHkNA2o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGsDHkNA2o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGsDHkNA2o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGsDHkNA2o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGsDHkNA2o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGsDHkNA2o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGsDHkNA2o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGsDHkNA2o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGsDHkNA2o .collapsed .btn {
  display: flex;
}
.cid-qGsDHkNA2o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGsDHkNA2o .collapsed .navbar-collapse.collapsing,
.cid-qGsDHkNA2o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGsDHkNA2o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGsDHkNA2o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGsDHkNA2o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGsDHkNA2o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGsDHkNA2o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGsDHkNA2o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGsDHkNA2o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGsDHkNA2o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGsDHkNA2o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGsDHkNA2o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGsDHkNA2o .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGsDHkNA2o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGsDHkNA2o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGsDHkNA2o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGsDHkNA2o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGsDHkNA2o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGsDHkNA2o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGsDHkNA2o img {
    height: 3.8rem !important;
  }
  .cid-qGsDHkNA2o .btn {
    display: flex;
  }
  .cid-qGsDHkNA2o button.navbar-toggler {
    display: block;
  }
  .cid-qGsDHkNA2o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGsDHkNA2o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGsDHkNA2o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGsDHkNA2o .navbar-collapse.collapsing,
  .cid-qGsDHkNA2o .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGsDHkNA2o .navbar-collapse.collapsing .navbar-nav,
  .cid-qGsDHkNA2o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGsDHkNA2o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGsDHkNA2o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGsDHkNA2o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGsDHkNA2o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGsDHkNA2o .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGsDHkNA2o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGsDHkNA2o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGsDHkNA2o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGsDHkNA2o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGsDHkNA2o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGsDHkNA2o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGsDHkNA2o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGsDHm5y3k {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-qGsDHm5y3k h1 {
  color: #616161;
}
.cid-qGsDHm5y3k h2,
.cid-qGsDHm5y3k h3,
.cid-qGsDHm5y3k p {
  color: #767676;
}
.cid-qGsDHm5y3k .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGsDHm5y3k H1 {
  color: #ffffff;
}
.cid-qGsDHm5y3k H3 {
  color: #cccccc;
}
.cid-qGsDHm5y3k P {
  color: #ffffff;
}
.cid-qGsDHn5lML {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181818;
}
.cid-qGsDHn5lML .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGsDHn5lML .btn {
  margin: 0 0 .5rem 0;
}
.cid-qGsDHn5lML SPAN {
  color: #efefef;
}
.cid-qGsDHo5QZr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qGsDHo5QZr .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-qGsDHov4Bo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qGsDHov4Bo .mbr-text {
  color: #767676;
}
.cid-qGsDHov4Bo h4 {
  text-align: center;
}
.cid-qGsDHov4Bo p {
  text-align: center;
}
.cid-qGsDHov4Bo .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qGsGnPmzYE {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGsGnPmzYE .mbr-text {
  color: #767676;
}
.cid-qGsGnPmzYE h4 {
  text-align: center;
}
.cid-qGsGnPmzYE p {
  text-align: center;
}
.cid-qGsGnPmzYE .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qGsDHpMawV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-qGsDHpMawV .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGsDHpMawV .section-text {
  padding: 2rem 0;
}
.cid-qGsDHpMawV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGsDHpMawV .inner-container {
    width: 100% !important;
  }
}
.cid-qGsDHrkyFb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-qGsDHrkyFb h3 {
  font-weight: 300;
}
.cid-qGsDHrkyFb .card-img {
  width: initial;
}
.cid-qGsDHrkyFb .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qGsDHrkyFb .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qGsDHrkyFb .media {
  margin: initial;
  align-items: center;
}
.cid-qGsDHrkyFb .mbr-section-subtitle {
  color: #efefef;
}
.cid-qGsDHrkyFb .mbr-text {
  color: #c1c1c1;
}
.cid-qGsDHrkyFb .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGsDHrkyFb .mbr-section-title {
  color: #ffffff;
}
.cid-qGsDHrkyFb .card-title {
  color: #ffffff;
}
.cid-qGsDHsBAxy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGsDHsBAxy .carousel-control {
  background: #000;
}
.cid-qGsDHsBAxy .mbr-section-subtitle {
  color: #767676;
}
.cid-qGsDHsBAxy .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGsDHsBAxy .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qGsDHsBAxy .carousel-item .wrap-img {
  text-align: center;
}
.cid-qGsDHsBAxy .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qGsDHsBAxy .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGsDHsBAxy .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qGsDHsBAxy .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qGsDHsBAxy .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qGsDHsBAxy .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qGsDHsBAxy .cloneditem-1,
.cid-qGsDHsBAxy .cloneditem-2,
.cid-qGsDHsBAxy .cloneditem-3,
.cid-qGsDHsBAxy .cloneditem-4,
.cid-qGsDHsBAxy .cloneditem-5 {
  display: none;
}
.cid-qGsDHsBAxy .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-qGsDHsBAxy .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qGsDHsBAxy .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qGsDHsBAxy .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qGsDHsBAxy .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qGsDHsBAxy .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsDHsBAxy .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides2 .cloneditem-1,
  .cid-qGsDHsBAxy .carousel-inner.slides2 .cloneditem-2,
  .cid-qGsDHsBAxy .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qGsDHsBAxy .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qGsDHsBAxy .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qGsDHsBAxy .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qGsDHsBAxy .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsDHsBAxy .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides3 .cloneditem-1,
  .cid-qGsDHsBAxy .carousel-inner.slides3 .cloneditem-2,
  .cid-qGsDHsBAxy .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qGsDHsBAxy .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qGsDHsBAxy .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qGsDHsBAxy .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qGsDHsBAxy .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsDHsBAxy .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides4 .cloneditem-1,
  .cid-qGsDHsBAxy .carousel-inner.slides4 .cloneditem-2,
  .cid-qGsDHsBAxy .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qGsDHsBAxy .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qGsDHsBAxy .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qGsDHsBAxy .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qGsDHsBAxy .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsDHsBAxy .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides5 .cloneditem-1,
  .cid-qGsDHsBAxy .carousel-inner.slides5 .cloneditem-2,
  .cid-qGsDHsBAxy .carousel-inner.slides5 .cloneditem-3,
  .cid-qGsDHsBAxy .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qGsDHsBAxy .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qGsDHsBAxy .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qGsDHsBAxy .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qGsDHsBAxy .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsDHsBAxy .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsDHsBAxy .carousel-inner.slides6 .cloneditem-1,
  .cid-qGsDHsBAxy .carousel-inner.slides6 .cloneditem-2,
  .cid-qGsDHsBAxy .carousel-inner.slides6 .cloneditem-3,
  .cid-qGsDHsBAxy .carousel-inner.slides6 .cloneditem-4,
  .cid-qGsDHsBAxy .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qGsDHsBAxy H2 {
  color: #171717;
}
.cid-qGsDHtthlx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qGsDHtthlx .mbr-section-subtitle {
  color: #767676;
}
.cid-qGsDHujO9V {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGsDHujO9V .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGsDHujO9V .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGsDHujO9V .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGsDHujO9V .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGsDHujO9V .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGsDHujO9V .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGsDHujO9V .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGsDHujO9V .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGsDHujO9V .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGsDHwfDys {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGsDHwfDys .counter-container {
  color: #767676;
}
.cid-qGsDHwfDys .counter-container ul {
  margin-bottom: 0;
}
.cid-qGsDHwfDys .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qGsDHwfDys .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #5b686b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-qGsDHwFJyB {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-qGsDHwFJyB .title {
  margin-bottom: 2rem;
}
.cid-qGsDHwFJyB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGsDHwFJyB a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGsDHwFJyB a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGsDHwFJyB .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGsDHwFJyB .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGsDHwFJyB H2 {
  color: #ffffff;
}
.cid-qGsDHwFJyB LABEL {
  color: #ffffff;
}
.cid-qGsDHwFJyB .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qGsDHxmKJt {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #181818;
}
@media (max-width: 767px) {
  .cid-qGsDHxmKJt .content {
    text-align: center;
  }
  .cid-qGsDHxmKJt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGsDHxmKJt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGsDHxmKJt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGsDHxmKJt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGsDHxmKJt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGsDHxmKJt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGsDHxmKJt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGsDHxmKJt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGsDHxmKJt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGsDHxmKJt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGsDHxmKJt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGsDHxmKJt .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGsMYlzlmV .navbar {
  padding: .5rem 0;
  background: #181818;
  transition: none;
  min-height: 77px;
}
.cid-qGsMYlzlmV .navbar-dropdown.bg-color.transparent.opened {
  background: #181818;
}
.cid-qGsMYlzlmV a {
  font-style: normal;
}
.cid-qGsMYlzlmV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGsMYlzlmV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGsMYlzlmV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGsMYlzlmV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGsMYlzlmV .menu-logo {
  margin-right: auto;
}
.cid-qGsMYlzlmV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGsMYlzlmV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGsMYlzlmV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGsMYlzlmV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGsMYlzlmV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGsMYlzlmV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGsMYlzlmV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGsMYlzlmV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGsMYlzlmV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGsMYlzlmV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGsMYlzlmV .dropdown .dropdown-menu {
  background: #181818;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGsMYlzlmV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGsMYlzlmV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGsMYlzlmV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGsMYlzlmV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGsMYlzlmV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGsMYlzlmV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGsMYlzlmV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGsMYlzlmV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGsMYlzlmV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGsMYlzlmV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGsMYlzlmV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGsMYlzlmV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGsMYlzlmV button.navbar-toggler:focus {
  outline: none;
}
.cid-qGsMYlzlmV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGsMYlzlmV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGsMYlzlmV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGsMYlzlmV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGsMYlzlmV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGsMYlzlmV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGsMYlzlmV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGsMYlzlmV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGsMYlzlmV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGsMYlzlmV .collapsed .btn {
  display: flex;
}
.cid-qGsMYlzlmV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGsMYlzlmV .collapsed .navbar-collapse.collapsing,
.cid-qGsMYlzlmV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGsMYlzlmV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGsMYlzlmV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGsMYlzlmV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGsMYlzlmV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGsMYlzlmV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGsMYlzlmV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGsMYlzlmV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGsMYlzlmV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGsMYlzlmV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGsMYlzlmV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGsMYlzlmV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGsMYlzlmV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGsMYlzlmV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGsMYlzlmV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGsMYlzlmV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGsMYlzlmV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGsMYlzlmV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGsMYlzlmV img {
    height: 3.8rem !important;
  }
  .cid-qGsMYlzlmV .btn {
    display: flex;
  }
  .cid-qGsMYlzlmV button.navbar-toggler {
    display: block;
  }
  .cid-qGsMYlzlmV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGsMYlzlmV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGsMYlzlmV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGsMYlzlmV .navbar-collapse.collapsing,
  .cid-qGsMYlzlmV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGsMYlzlmV .navbar-collapse.collapsing .navbar-nav,
  .cid-qGsMYlzlmV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGsMYlzlmV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGsMYlzlmV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGsMYlzlmV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGsMYlzlmV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGsMYlzlmV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGsMYlzlmV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGsMYlzlmV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGsMYlzlmV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGsMYlzlmV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGsMYlzlmV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGsMYlzlmV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGsMYlzlmV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGsMYn01ot {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-qGsMYn01ot h1 {
  color: #616161;
}
.cid-qGsMYn01ot h2,
.cid-qGsMYn01ot h3,
.cid-qGsMYn01ot p {
  color: #767676;
}
.cid-qGsMYn01ot .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGsMYn01ot H1 {
  color: #ffffff;
}
.cid-qGsMYn01ot H3 {
  color: #cccccc;
}
.cid-qGsMYn01ot P {
  color: #ffffff;
}
.cid-qGsMYoouzx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181818;
}
.cid-qGsMYoouzx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGsMYoouzx .btn {
  margin: 0 0 .5rem 0;
}
.cid-qGsMYoouzx SPAN {
  color: #efefef;
}
.cid-qGsMYp4Izx {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qGsMYp4Izx .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-qGsMYqdzjs {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qGsMYqdzjs .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qGsMYqdzjs h4 {
  text-align: center;
}
.cid-qGsMYqdzjs p {
  text-align: center;
}
.cid-qGsMYqdzjs .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qGsMYsTvby {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-qGsMYsTvby .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGsMYsTvby .section-text {
  padding: 2rem 0;
}
.cid-qGsMYsTvby .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGsMYsTvby .inner-container {
    width: 100% !important;
  }
}
.cid-qGsMYu5ywm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-qGsMYu5ywm h3 {
  font-weight: 300;
}
.cid-qGsMYu5ywm .card-img {
  width: initial;
}
.cid-qGsMYu5ywm .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qGsMYu5ywm .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qGsMYu5ywm .media {
  margin: initial;
  align-items: center;
}
.cid-qGsMYu5ywm .mbr-section-subtitle {
  color: #efefef;
}
.cid-qGsMYu5ywm .mbr-text {
  color: #c1c1c1;
}
.cid-qGsMYu5ywm .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGsMYu5ywm .mbr-section-title {
  color: #ffffff;
}
.cid-qGsMYu5ywm .card-title {
  color: #ffffff;
}
.cid-qGsMYvc7T0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGsMYvc7T0 .carousel-control {
  background: #000;
}
.cid-qGsMYvc7T0 .mbr-section-subtitle {
  color: #767676;
}
.cid-qGsMYvc7T0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGsMYvc7T0 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qGsMYvc7T0 .carousel-item .wrap-img {
  text-align: center;
}
.cid-qGsMYvc7T0 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qGsMYvc7T0 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGsMYvc7T0 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qGsMYvc7T0 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qGsMYvc7T0 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qGsMYvc7T0 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qGsMYvc7T0 .cloneditem-1,
.cid-qGsMYvc7T0 .cloneditem-2,
.cid-qGsMYvc7T0 .cloneditem-3,
.cid-qGsMYvc7T0 .cloneditem-4,
.cid-qGsMYvc7T0 .cloneditem-5 {
  display: none;
}
.cid-qGsMYvc7T0 .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-qGsMYvc7T0 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qGsMYvc7T0 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qGsMYvc7T0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qGsMYvc7T0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsMYvc7T0 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides2 .cloneditem-1,
  .cid-qGsMYvc7T0 .carousel-inner.slides2 .cloneditem-2,
  .cid-qGsMYvc7T0 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qGsMYvc7T0 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qGsMYvc7T0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qGsMYvc7T0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsMYvc7T0 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides3 .cloneditem-1,
  .cid-qGsMYvc7T0 .carousel-inner.slides3 .cloneditem-2,
  .cid-qGsMYvc7T0 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qGsMYvc7T0 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qGsMYvc7T0 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qGsMYvc7T0 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsMYvc7T0 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides4 .cloneditem-1,
  .cid-qGsMYvc7T0 .carousel-inner.slides4 .cloneditem-2,
  .cid-qGsMYvc7T0 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qGsMYvc7T0 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qGsMYvc7T0 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qGsMYvc7T0 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsMYvc7T0 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides5 .cloneditem-1,
  .cid-qGsMYvc7T0 .carousel-inner.slides5 .cloneditem-2,
  .cid-qGsMYvc7T0 .carousel-inner.slides5 .cloneditem-3,
  .cid-qGsMYvc7T0 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qGsMYvc7T0 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qGsMYvc7T0 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qGsMYvc7T0 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsMYvc7T0 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsMYvc7T0 .carousel-inner.slides6 .cloneditem-1,
  .cid-qGsMYvc7T0 .carousel-inner.slides6 .cloneditem-2,
  .cid-qGsMYvc7T0 .carousel-inner.slides6 .cloneditem-3,
  .cid-qGsMYvc7T0 .carousel-inner.slides6 .cloneditem-4,
  .cid-qGsMYvc7T0 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qGsMYvc7T0 H2 {
  color: #171717;
}
.cid-qGsMYxb3cl {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qGsMYxb3cl .mbr-section-subtitle {
  color: #767676;
}
.cid-qGsMYxPM0r {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGsMYxPM0r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGsMYxPM0r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGsMYxPM0r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGsMYxPM0r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGsMYxPM0r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGsMYxPM0r .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGsMYxPM0r .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGsMYxPM0r .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGsMYxPM0r .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGsMYAMcdG {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-qGsMYAMcdG .title {
  margin-bottom: 2rem;
}
.cid-qGsMYAMcdG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGsMYAMcdG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGsMYAMcdG a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGsMYAMcdG .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGsMYAMcdG .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGsMYAMcdG H2 {
  color: #ffffff;
}
.cid-qGsMYAMcdG LABEL {
  color: #ffffff;
}
.cid-qGsMYAMcdG .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qGsMYCLYI7 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #181818;
}
@media (max-width: 767px) {
  .cid-qGsMYCLYI7 .content {
    text-align: center;
  }
  .cid-qGsMYCLYI7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGsMYCLYI7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGsMYCLYI7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGsMYCLYI7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGsMYCLYI7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGsMYCLYI7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGsMYCLYI7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGsMYCLYI7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGsMYCLYI7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGsMYCLYI7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGsMYCLYI7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGsMYCLYI7 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGsN0ukSm6 .navbar {
  padding: .5rem 0;
  background: #181818;
  transition: none;
  min-height: 77px;
}
.cid-qGsN0ukSm6 .navbar-dropdown.bg-color.transparent.opened {
  background: #181818;
}
.cid-qGsN0ukSm6 a {
  font-style: normal;
}
.cid-qGsN0ukSm6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGsN0ukSm6 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGsN0ukSm6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGsN0ukSm6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGsN0ukSm6 .menu-logo {
  margin-right: auto;
}
.cid-qGsN0ukSm6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGsN0ukSm6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGsN0ukSm6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGsN0ukSm6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGsN0ukSm6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGsN0ukSm6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGsN0ukSm6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGsN0ukSm6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGsN0ukSm6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGsN0ukSm6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGsN0ukSm6 .dropdown .dropdown-menu {
  background: #181818;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGsN0ukSm6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGsN0ukSm6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGsN0ukSm6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGsN0ukSm6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGsN0ukSm6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGsN0ukSm6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGsN0ukSm6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGsN0ukSm6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGsN0ukSm6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGsN0ukSm6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGsN0ukSm6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGsN0ukSm6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGsN0ukSm6 button.navbar-toggler:focus {
  outline: none;
}
.cid-qGsN0ukSm6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGsN0ukSm6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGsN0ukSm6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGsN0ukSm6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGsN0ukSm6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGsN0ukSm6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGsN0ukSm6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGsN0ukSm6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGsN0ukSm6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGsN0ukSm6 .collapsed .btn {
  display: flex;
}
.cid-qGsN0ukSm6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.collapsing,
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGsN0ukSm6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGsN0ukSm6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGsN0ukSm6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGsN0ukSm6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGsN0ukSm6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGsN0ukSm6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGsN0ukSm6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGsN0ukSm6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGsN0ukSm6 img {
    height: 3.8rem !important;
  }
  .cid-qGsN0ukSm6 .btn {
    display: flex;
  }
  .cid-qGsN0ukSm6 button.navbar-toggler {
    display: block;
  }
  .cid-qGsN0ukSm6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGsN0ukSm6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGsN0ukSm6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGsN0ukSm6 .navbar-collapse.collapsing,
  .cid-qGsN0ukSm6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGsN0ukSm6 .navbar-collapse.collapsing .navbar-nav,
  .cid-qGsN0ukSm6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGsN0ukSm6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGsN0ukSm6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGsN0ukSm6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGsN0ukSm6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGsN0ukSm6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGsN0ukSm6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGsN0ukSm6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGsN0ukSm6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGsN0ukSm6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGsN0ukSm6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGsN0ukSm6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGsN0ukSm6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGsN0vmu4b {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-qGsN0vmu4b h1 {
  color: #616161;
}
.cid-qGsN0vmu4b h2,
.cid-qGsN0vmu4b h3,
.cid-qGsN0vmu4b p {
  color: #767676;
}
.cid-qGsN0vmu4b .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGsN0vmu4b H1 {
  color: #ffffff;
}
.cid-qGsN0vmu4b H3 {
  color: #cccccc;
}
.cid-qGsN0vmu4b P {
  color: #ffffff;
}
.cid-qGsN0w8WCF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181818;
}
.cid-qGsN0w8WCF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGsN0w8WCF .btn {
  margin: 0 0 .5rem 0;
}
.cid-qGsN0w8WCF SPAN {
  color: #efefef;
}
.cid-qGsN0wTb05 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qGsN0wTb05 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-qGt2dZA7m4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qGt2dZA7m4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qGt2dZA7m4 p {
  color: #767676;
  text-align: left;
}
.cid-qGt2dZA7m4 .card-box {
  padding-top: 2rem;
}
.cid-qGt2dZA7m4 .card-wrapper {
  height: 100%;
}
.cid-qGt2LzEiGO {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-qGt2LzEiGO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qGt2LzEiGO p {
  color: #767676;
  text-align: left;
}
.cid-qGt2LzEiGO .card-box {
  padding-top: 2rem;
}
.cid-qGt2LzEiGO .card-wrapper {
  height: 100%;
}
.cid-qGsN0AD2Lr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-qGsN0AD2Lr .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGsN0AD2Lr .section-text {
  padding: 2rem 0;
}
.cid-qGsN0AD2Lr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGsN0AD2Lr .inner-container {
    width: 100% !important;
  }
}
.cid-qGsN0BeYN6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-qGsN0BeYN6 h3 {
  font-weight: 300;
}
.cid-qGsN0BeYN6 .card-img {
  width: initial;
}
.cid-qGsN0BeYN6 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qGsN0BeYN6 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qGsN0BeYN6 .media {
  margin: initial;
  align-items: center;
}
.cid-qGsN0BeYN6 .mbr-section-subtitle {
  color: #efefef;
}
.cid-qGsN0BeYN6 .mbr-text {
  color: #c1c1c1;
}
.cid-qGsN0BeYN6 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGsN0BeYN6 .mbr-section-title {
  color: #ffffff;
}
.cid-qGsN0BeYN6 .card-title {
  color: #ffffff;
}
.cid-qGsN0Cgxvz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGsN0Cgxvz .carousel-control {
  background: #000;
}
.cid-qGsN0Cgxvz .mbr-section-subtitle {
  color: #767676;
}
.cid-qGsN0Cgxvz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGsN0Cgxvz .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qGsN0Cgxvz .carousel-item .wrap-img {
  text-align: center;
}
.cid-qGsN0Cgxvz .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qGsN0Cgxvz .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGsN0Cgxvz .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qGsN0Cgxvz .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qGsN0Cgxvz .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qGsN0Cgxvz .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qGsN0Cgxvz .cloneditem-1,
.cid-qGsN0Cgxvz .cloneditem-2,
.cid-qGsN0Cgxvz .cloneditem-3,
.cid-qGsN0Cgxvz .cloneditem-4,
.cid-qGsN0Cgxvz .cloneditem-5 {
  display: none;
}
.cid-qGsN0Cgxvz .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-qGsN0Cgxvz .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qGsN0Cgxvz .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qGsN0Cgxvz .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qGsN0Cgxvz .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsN0Cgxvz .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides2 .cloneditem-1,
  .cid-qGsN0Cgxvz .carousel-inner.slides2 .cloneditem-2,
  .cid-qGsN0Cgxvz .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qGsN0Cgxvz .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qGsN0Cgxvz .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qGsN0Cgxvz .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsN0Cgxvz .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides3 .cloneditem-1,
  .cid-qGsN0Cgxvz .carousel-inner.slides3 .cloneditem-2,
  .cid-qGsN0Cgxvz .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qGsN0Cgxvz .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qGsN0Cgxvz .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qGsN0Cgxvz .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsN0Cgxvz .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides4 .cloneditem-1,
  .cid-qGsN0Cgxvz .carousel-inner.slides4 .cloneditem-2,
  .cid-qGsN0Cgxvz .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qGsN0Cgxvz .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qGsN0Cgxvz .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qGsN0Cgxvz .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsN0Cgxvz .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides5 .cloneditem-1,
  .cid-qGsN0Cgxvz .carousel-inner.slides5 .cloneditem-2,
  .cid-qGsN0Cgxvz .carousel-inner.slides5 .cloneditem-3,
  .cid-qGsN0Cgxvz .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qGsN0Cgxvz .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qGsN0Cgxvz .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qGsN0Cgxvz .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGsN0Cgxvz .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGsN0Cgxvz .carousel-inner.slides6 .cloneditem-1,
  .cid-qGsN0Cgxvz .carousel-inner.slides6 .cloneditem-2,
  .cid-qGsN0Cgxvz .carousel-inner.slides6 .cloneditem-3,
  .cid-qGsN0Cgxvz .carousel-inner.slides6 .cloneditem-4,
  .cid-qGsN0Cgxvz .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qGsN0Cgxvz H2 {
  color: #171717;
}
.cid-qGsN0DA5TK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qGsN0DA5TK .mbr-section-subtitle {
  color: #767676;
}
.cid-qGsN0EfzQc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGsN0EfzQc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGsN0EfzQc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGsN0EfzQc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGsN0EfzQc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGsN0EfzQc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGsN0EfzQc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGsN0EfzQc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGsN0EfzQc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGsN0EfzQc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGtaiFXL4u {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/12186411-1084397984905388-2209041418755249543-o.jpg");
}
.cid-qGtaiFXL4u .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qGtaiFXL4u .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qGtaiFXL4u .content-container {
    padding-right: 5rem;
  }
}
.cid-qGsN0GR9DN {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-qGsN0GR9DN .title {
  margin-bottom: 2rem;
}
.cid-qGsN0GR9DN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGsN0GR9DN a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGsN0GR9DN a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGsN0GR9DN .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGsN0GR9DN .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGsN0GR9DN H2 {
  color: #ffffff;
}
.cid-qGsN0GR9DN LABEL {
  color: #ffffff;
}
.cid-qGsN0GR9DN .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qGsN0IS98A {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #181818;
}
@media (max-width: 767px) {
  .cid-qGsN0IS98A .content {
    text-align: center;
  }
  .cid-qGsN0IS98A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGsN0IS98A .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGsN0IS98A .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGsN0IS98A .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGsN0IS98A .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGsN0IS98A .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGsN0IS98A .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGsN0IS98A .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGsN0IS98A .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGsN0IS98A .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGsN0IS98A .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGsN0IS98A .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGy153LoS4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-qGy153LoS4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qGy153LoS4 .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-qGy153LoS4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qGy153LoS4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qGy2boyyzW {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-qGy2boyyzW .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-qGy2boyyzW .social-list a:focus {
  text-decoration: none;
}
.cid-qGy2boyyzW H2 {
  color: #ffffff;
}
.cid-qGy14Xl8I6 .navbar {
  padding: .5rem 0;
  background: #181818;
  transition: none;
  min-height: 77px;
}
.cid-qGy14Xl8I6 .navbar-dropdown.bg-color.transparent.opened {
  background: #181818;
}
.cid-qGy14Xl8I6 a {
  font-style: normal;
}
.cid-qGy14Xl8I6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGy14Xl8I6 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGy14Xl8I6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGy14Xl8I6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGy14Xl8I6 .menu-logo {
  margin-right: auto;
}
.cid-qGy14Xl8I6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGy14Xl8I6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGy14Xl8I6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGy14Xl8I6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGy14Xl8I6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGy14Xl8I6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGy14Xl8I6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGy14Xl8I6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGy14Xl8I6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGy14Xl8I6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGy14Xl8I6 .dropdown .dropdown-menu {
  background: #181818;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGy14Xl8I6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGy14Xl8I6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGy14Xl8I6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGy14Xl8I6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGy14Xl8I6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGy14Xl8I6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGy14Xl8I6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGy14Xl8I6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGy14Xl8I6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGy14Xl8I6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGy14Xl8I6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGy14Xl8I6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGy14Xl8I6 button.navbar-toggler:focus {
  outline: none;
}
.cid-qGy14Xl8I6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGy14Xl8I6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGy14Xl8I6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGy14Xl8I6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGy14Xl8I6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGy14Xl8I6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGy14Xl8I6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGy14Xl8I6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGy14Xl8I6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGy14Xl8I6 .collapsed .btn {
  display: flex;
}
.cid-qGy14Xl8I6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.collapsing,
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGy14Xl8I6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGy14Xl8I6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGy14Xl8I6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGy14Xl8I6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGy14Xl8I6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGy14Xl8I6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGy14Xl8I6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGy14Xl8I6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGy14Xl8I6 img {
    height: 3.8rem !important;
  }
  .cid-qGy14Xl8I6 .btn {
    display: flex;
  }
  .cid-qGy14Xl8I6 button.navbar-toggler {
    display: block;
  }
  .cid-qGy14Xl8I6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGy14Xl8I6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGy14Xl8I6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGy14Xl8I6 .navbar-collapse.collapsing,
  .cid-qGy14Xl8I6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGy14Xl8I6 .navbar-collapse.collapsing .navbar-nav,
  .cid-qGy14Xl8I6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGy14Xl8I6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGy14Xl8I6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGy14Xl8I6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGy14Xl8I6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGy14Xl8I6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGy14Xl8I6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGy14Xl8I6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGy14Xl8I6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGy14Xl8I6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGy14Xl8I6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGy14Xl8I6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGy14Xl8I6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGy153cYiR {
  padding-top: 45px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-qGy153cYiR .title {
  margin-bottom: 2rem;
}
.cid-qGy153cYiR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGy153cYiR a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGy153cYiR a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGy153cYiR .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGy153cYiR .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGy153cYiR H2 {
  color: #ffffff;
}
.cid-qGy153cYiR LABEL {
  color: #ffffff;
}
.cid-qGy153cYiR .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qGy154qwOW {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #181818;
}
@media (max-width: 767px) {
  .cid-qGy154qwOW .content {
    text-align: center;
  }
  .cid-qGy154qwOW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGy154qwOW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGy154qwOW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGy154qwOW .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGy154qwOW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGy154qwOW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGy154qwOW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGy154qwOW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGy154qwOW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGy154qwOW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGy154qwOW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGy154qwOW .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGtfRNaIVk .navbar {
  padding: .5rem 0;
  background: #181818;
  transition: none;
  min-height: 77px;
}
.cid-qGtfRNaIVk .navbar-dropdown.bg-color.transparent.opened {
  background: #181818;
}
.cid-qGtfRNaIVk a {
  font-style: normal;
}
.cid-qGtfRNaIVk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGtfRNaIVk .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGtfRNaIVk .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGtfRNaIVk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGtfRNaIVk .menu-logo {
  margin-right: auto;
}
.cid-qGtfRNaIVk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGtfRNaIVk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGtfRNaIVk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGtfRNaIVk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGtfRNaIVk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGtfRNaIVk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGtfRNaIVk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGtfRNaIVk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGtfRNaIVk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGtfRNaIVk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGtfRNaIVk .dropdown .dropdown-menu {
  background: #181818;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGtfRNaIVk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGtfRNaIVk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGtfRNaIVk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGtfRNaIVk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGtfRNaIVk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGtfRNaIVk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGtfRNaIVk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGtfRNaIVk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGtfRNaIVk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGtfRNaIVk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGtfRNaIVk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGtfRNaIVk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGtfRNaIVk button.navbar-toggler:focus {
  outline: none;
}
.cid-qGtfRNaIVk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGtfRNaIVk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGtfRNaIVk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGtfRNaIVk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGtfRNaIVk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGtfRNaIVk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGtfRNaIVk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGtfRNaIVk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGtfRNaIVk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGtfRNaIVk .collapsed .btn {
  display: flex;
}
.cid-qGtfRNaIVk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGtfRNaIVk .collapsed .navbar-collapse.collapsing,
.cid-qGtfRNaIVk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGtfRNaIVk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGtfRNaIVk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGtfRNaIVk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGtfRNaIVk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGtfRNaIVk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGtfRNaIVk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGtfRNaIVk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGtfRNaIVk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGtfRNaIVk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGtfRNaIVk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGtfRNaIVk .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGtfRNaIVk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGtfRNaIVk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGtfRNaIVk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGtfRNaIVk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGtfRNaIVk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGtfRNaIVk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGtfRNaIVk img {
    height: 3.8rem !important;
  }
  .cid-qGtfRNaIVk .btn {
    display: flex;
  }
  .cid-qGtfRNaIVk button.navbar-toggler {
    display: block;
  }
  .cid-qGtfRNaIVk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGtfRNaIVk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGtfRNaIVk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGtfRNaIVk .navbar-collapse.collapsing,
  .cid-qGtfRNaIVk .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGtfRNaIVk .navbar-collapse.collapsing .navbar-nav,
  .cid-qGtfRNaIVk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGtfRNaIVk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGtfRNaIVk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGtfRNaIVk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGtfRNaIVk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGtfRNaIVk .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGtfRNaIVk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGtfRNaIVk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGtfRNaIVk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGtfRNaIVk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGtfRNaIVk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGtfRNaIVk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGtfRNaIVk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGtfRNO3Zf {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/12186411-1084397984905388-2209041418755249543-o.jpg");
}
.cid-qGtfRNO3Zf h1 {
  color: #616161;
}
.cid-qGtfRNO3Zf h2,
.cid-qGtfRNO3Zf h3,
.cid-qGtfRNO3Zf p {
  color: #767676;
}
.cid-qGtfRNO3Zf .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGtfRNO3Zf H1 {
  color: #ffffff;
}
.cid-qGtfRNO3Zf H3 {
  color: #cccccc;
}
.cid-qGtfRNO3Zf P {
  color: #ffffff;
}
.cid-qGtk0reayL {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qGtk0reayL h2 {
  text-align: center;
}
.cid-qGtk0reayL h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qGtk0reayL p {
  color: #767676;
}
.cid-qGtk0reayL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qGtk0reayL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qGtk0reayL .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qGtk0reayL .mbr-section-subtitle {
  color: #767676;
}
.cid-qGtk0reayL .card-title {
  font-weight: 500;
}
.cid-qGtk0reayL .card-img {
  text-align: inherit;
}
.cid-qGtk0reayL .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qGtk0reayL .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qGtk0reayL .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qGtk0reayL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qGtk0reayL .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qGtk0reayL .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qGtn8vrJHH {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-qGtfRYgNfV {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-qGtfRYgNfV .title {
  margin-bottom: 2rem;
}
.cid-qGtfRYgNfV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGtfRYgNfV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGtfRYgNfV a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGtfRYgNfV .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGtfRYgNfV .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGtfRYgNfV H2 {
  color: #ffffff;
}
.cid-qGtfRYgNfV LABEL {
  color: #ffffff;
}
.cid-qGtfRYgNfV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qGtfRYVPSj {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #181818;
}
@media (max-width: 767px) {
  .cid-qGtfRYVPSj .content {
    text-align: center;
  }
  .cid-qGtfRYVPSj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGtfRYVPSj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGtfRYVPSj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGtfRYVPSj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGtfRYVPSj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGtfRYVPSj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGtfRYVPSj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGtfRYVPSj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGtfRYVPSj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGtfRYVPSj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGtfRYVPSj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGtfRYVPSj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGxpg8sVeN .navbar {
  padding: .5rem 0;
  background: #181818;
  transition: none;
  min-height: 77px;
}
.cid-qGxpg8sVeN .navbar-dropdown.bg-color.transparent.opened {
  background: #181818;
}
.cid-qGxpg8sVeN a {
  font-style: normal;
}
.cid-qGxpg8sVeN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGxpg8sVeN .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGxpg8sVeN .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGxpg8sVeN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGxpg8sVeN .menu-logo {
  margin-right: auto;
}
.cid-qGxpg8sVeN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGxpg8sVeN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGxpg8sVeN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGxpg8sVeN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGxpg8sVeN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGxpg8sVeN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGxpg8sVeN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGxpg8sVeN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGxpg8sVeN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGxpg8sVeN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGxpg8sVeN .dropdown .dropdown-menu {
  background: #181818;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGxpg8sVeN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGxpg8sVeN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGxpg8sVeN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGxpg8sVeN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGxpg8sVeN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGxpg8sVeN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGxpg8sVeN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGxpg8sVeN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGxpg8sVeN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGxpg8sVeN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGxpg8sVeN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGxpg8sVeN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGxpg8sVeN button.navbar-toggler:focus {
  outline: none;
}
.cid-qGxpg8sVeN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGxpg8sVeN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGxpg8sVeN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGxpg8sVeN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGxpg8sVeN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGxpg8sVeN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGxpg8sVeN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGxpg8sVeN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGxpg8sVeN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGxpg8sVeN .collapsed .btn {
  display: flex;
}
.cid-qGxpg8sVeN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGxpg8sVeN .collapsed .navbar-collapse.collapsing,
.cid-qGxpg8sVeN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGxpg8sVeN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGxpg8sVeN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGxpg8sVeN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGxpg8sVeN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGxpg8sVeN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGxpg8sVeN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGxpg8sVeN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGxpg8sVeN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGxpg8sVeN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGxpg8sVeN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGxpg8sVeN .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGxpg8sVeN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGxpg8sVeN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGxpg8sVeN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGxpg8sVeN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGxpg8sVeN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGxpg8sVeN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGxpg8sVeN img {
    height: 3.8rem !important;
  }
  .cid-qGxpg8sVeN .btn {
    display: flex;
  }
  .cid-qGxpg8sVeN button.navbar-toggler {
    display: block;
  }
  .cid-qGxpg8sVeN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGxpg8sVeN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGxpg8sVeN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGxpg8sVeN .navbar-collapse.collapsing,
  .cid-qGxpg8sVeN .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGxpg8sVeN .navbar-collapse.collapsing .navbar-nav,
  .cid-qGxpg8sVeN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGxpg8sVeN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGxpg8sVeN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGxpg8sVeN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGxpg8sVeN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGxpg8sVeN .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGxpg8sVeN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGxpg8sVeN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGxpg8sVeN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGxpg8sVeN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGxpg8sVeN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGxpg8sVeN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGxpg8sVeN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGxpg93jbK {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/prod-video-1.jpg");
}
.cid-qGxpg93jbK h1 {
  color: #616161;
}
.cid-qGxpg93jbK h2,
.cid-qGxpg93jbK h3,
.cid-qGxpg93jbK p {
  color: #767676;
}
.cid-qGxpg93jbK .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGxpg93jbK H1 {
  color: #ffffff;
}
.cid-qGxpg93jbK H3 {
  color: #cccccc;
}
.cid-qGxpg93jbK P {
  color: #ffffff;
}
.cid-qGxpg9zqp2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181818;
}
.cid-qGxpg9zqp2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGxpg9zqp2 .btn {
  margin: 0 0 .5rem 0;
}
.cid-qGxpg9zqp2 SPAN {
  color: #efefef;
}
.cid-qGxpga4xXy {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qGxpga4xXy .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-qGxpgar3Jd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qGxpgar3Jd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qGxpgar3Jd p {
  color: #767676;
  text-align: left;
}
.cid-qGxpgar3Jd .card-box {
  padding-top: 2rem;
}
.cid-qGxpgar3Jd .card-wrapper {
  height: 100%;
}
.cid-qGxpgbh3MU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-qGxpgbh3MU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qGxpgbh3MU p {
  color: #767676;
  text-align: left;
}
.cid-qGxpgbh3MU .card-box {
  padding-top: 2rem;
}
.cid-qGxpgbh3MU .card-wrapper {
  height: 100%;
}
.cid-qGxyDj358N {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-21.jpg");
}
.cid-qGxyDj358N h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qGxyDj358N p {
  color: #767676;
  text-align: left;
}
.cid-qGxyDj358N .card-box {
  padding-top: 2rem;
}
.cid-qGxyDj358N .card-wrapper {
  height: 100%;
}
.cid-qGxyDj358N .card-title {
  color: #ffffff;
}
.cid-qGxyDj358N H2 {
  color: #ffffff;
}
.cid-qGxCDVEuc4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #7f1933, #f20a45);
}
@media (min-width: 992px) {
  .cid-qGxCDVEuc4 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qGxCDVEuc4 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qGxpgc3X3j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-qGxpgc3X3j .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGxpgc3X3j .section-text {
  padding: 2rem 0;
}
.cid-qGxpgc3X3j .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGxpgc3X3j .inner-container {
    width: 100% !important;
  }
}
.cid-qGxpgcpXAh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-qGxpgcpXAh h3 {
  font-weight: 300;
}
.cid-qGxpgcpXAh .card-img {
  width: initial;
}
.cid-qGxpgcpXAh .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qGxpgcpXAh .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qGxpgcpXAh .media {
  margin: initial;
  align-items: center;
}
.cid-qGxpgcpXAh .mbr-section-subtitle {
  color: #efefef;
}
.cid-qGxpgcpXAh .mbr-text {
  color: #c1c1c1;
}
.cid-qGxpgcpXAh .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGxpgcpXAh .mbr-section-title {
  color: #ffffff;
}
.cid-qGxpgcpXAh .card-title {
  color: #ffffff;
}
.cid-qGxpgdq5J9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGxpgdq5J9 .carousel-control {
  background: #000;
}
.cid-qGxpgdq5J9 .mbr-section-subtitle {
  color: #767676;
}
.cid-qGxpgdq5J9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGxpgdq5J9 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qGxpgdq5J9 .carousel-item .wrap-img {
  text-align: center;
}
.cid-qGxpgdq5J9 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qGxpgdq5J9 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGxpgdq5J9 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qGxpgdq5J9 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qGxpgdq5J9 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qGxpgdq5J9 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qGxpgdq5J9 .cloneditem-1,
.cid-qGxpgdq5J9 .cloneditem-2,
.cid-qGxpgdq5J9 .cloneditem-3,
.cid-qGxpgdq5J9 .cloneditem-4,
.cid-qGxpgdq5J9 .cloneditem-5 {
  display: none;
}
.cid-qGxpgdq5J9 .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-qGxpgdq5J9 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qGxpgdq5J9 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qGxpgdq5J9 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qGxpgdq5J9 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGxpgdq5J9 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides2 .cloneditem-1,
  .cid-qGxpgdq5J9 .carousel-inner.slides2 .cloneditem-2,
  .cid-qGxpgdq5J9 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qGxpgdq5J9 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qGxpgdq5J9 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qGxpgdq5J9 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGxpgdq5J9 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides3 .cloneditem-1,
  .cid-qGxpgdq5J9 .carousel-inner.slides3 .cloneditem-2,
  .cid-qGxpgdq5J9 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qGxpgdq5J9 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qGxpgdq5J9 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qGxpgdq5J9 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGxpgdq5J9 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides4 .cloneditem-1,
  .cid-qGxpgdq5J9 .carousel-inner.slides4 .cloneditem-2,
  .cid-qGxpgdq5J9 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qGxpgdq5J9 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qGxpgdq5J9 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qGxpgdq5J9 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGxpgdq5J9 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides5 .cloneditem-1,
  .cid-qGxpgdq5J9 .carousel-inner.slides5 .cloneditem-2,
  .cid-qGxpgdq5J9 .carousel-inner.slides5 .cloneditem-3,
  .cid-qGxpgdq5J9 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qGxpgdq5J9 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qGxpgdq5J9 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qGxpgdq5J9 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGxpgdq5J9 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGxpgdq5J9 .carousel-inner.slides6 .cloneditem-1,
  .cid-qGxpgdq5J9 .carousel-inner.slides6 .cloneditem-2,
  .cid-qGxpgdq5J9 .carousel-inner.slides6 .cloneditem-3,
  .cid-qGxpgdq5J9 .carousel-inner.slides6 .cloneditem-4,
  .cid-qGxpgdq5J9 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qGxpgdq5J9 H2 {
  color: #171717;
}
.cid-qGxpgebrVG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qGxpgebrVG .mbr-section-subtitle {
  color: #767676;
}
.cid-qGxpgeBsoi {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGxpgeBsoi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGxpgeBsoi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGxpgeBsoi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGxpgeBsoi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGxpgeBsoi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGxpgeBsoi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGxpgeBsoi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGxpgeBsoi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGxpgeBsoi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGxpgguGEY {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-qGxpgguGEY .title {
  margin-bottom: 2rem;
}
.cid-qGxpgguGEY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGxpgguGEY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGxpgguGEY a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGxpgguGEY .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGxpgguGEY .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGxpgguGEY H2 {
  color: #ffffff;
}
.cid-qGxpgguGEY LABEL {
  color: #ffffff;
}
.cid-qGxpgguGEY .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qGxpgh7yPL {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #181818;
}
@media (max-width: 767px) {
  .cid-qGxpgh7yPL .content {
    text-align: center;
  }
  .cid-qGxpgh7yPL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGxpgh7yPL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGxpgh7yPL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGxpgh7yPL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGxpgh7yPL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGxpgh7yPL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGxpgh7yPL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGxpgh7yPL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGxpgh7yPL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGxpgh7yPL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGxpgh7yPL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGxpgh7yPL .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGy2QI2cMs .navbar {
  padding: .5rem 0;
  background: #181818;
  transition: none;
  min-height: 77px;
}
.cid-qGy2QI2cMs .navbar-dropdown.bg-color.transparent.opened {
  background: #181818;
}
.cid-qGy2QI2cMs a {
  font-style: normal;
}
.cid-qGy2QI2cMs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGy2QI2cMs .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGy2QI2cMs .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGy2QI2cMs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGy2QI2cMs .menu-logo {
  margin-right: auto;
}
.cid-qGy2QI2cMs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGy2QI2cMs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGy2QI2cMs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGy2QI2cMs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGy2QI2cMs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGy2QI2cMs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGy2QI2cMs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGy2QI2cMs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGy2QI2cMs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGy2QI2cMs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGy2QI2cMs .dropdown .dropdown-menu {
  background: #181818;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGy2QI2cMs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGy2QI2cMs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGy2QI2cMs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGy2QI2cMs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGy2QI2cMs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGy2QI2cMs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGy2QI2cMs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGy2QI2cMs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGy2QI2cMs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGy2QI2cMs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGy2QI2cMs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGy2QI2cMs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGy2QI2cMs button.navbar-toggler:focus {
  outline: none;
}
.cid-qGy2QI2cMs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGy2QI2cMs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGy2QI2cMs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGy2QI2cMs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGy2QI2cMs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGy2QI2cMs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGy2QI2cMs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGy2QI2cMs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGy2QI2cMs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGy2QI2cMs .collapsed .btn {
  display: flex;
}
.cid-qGy2QI2cMs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGy2QI2cMs .collapsed .navbar-collapse.collapsing,
.cid-qGy2QI2cMs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGy2QI2cMs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGy2QI2cMs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGy2QI2cMs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGy2QI2cMs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGy2QI2cMs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGy2QI2cMs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGy2QI2cMs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGy2QI2cMs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGy2QI2cMs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGy2QI2cMs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGy2QI2cMs .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGy2QI2cMs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGy2QI2cMs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGy2QI2cMs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGy2QI2cMs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGy2QI2cMs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGy2QI2cMs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGy2QI2cMs img {
    height: 3.8rem !important;
  }
  .cid-qGy2QI2cMs .btn {
    display: flex;
  }
  .cid-qGy2QI2cMs button.navbar-toggler {
    display: block;
  }
  .cid-qGy2QI2cMs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGy2QI2cMs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGy2QI2cMs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGy2QI2cMs .navbar-collapse.collapsing,
  .cid-qGy2QI2cMs .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGy2QI2cMs .navbar-collapse.collapsing .navbar-nav,
  .cid-qGy2QI2cMs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGy2QI2cMs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGy2QI2cMs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGy2QI2cMs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGy2QI2cMs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGy2QI2cMs .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGy2QI2cMs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGy2QI2cMs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGy2QI2cMs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGy2QI2cMs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGy2QI2cMs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGy2QI2cMs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGy2QI2cMs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGy2QMFUdE {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qGy2QMFUdE .mbr-section-subtitle {
  color: #767676;
}
.cid-qGy2QNbGpL {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGy2QNbGpL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGy2QNbGpL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGy2QNbGpL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGy2QNbGpL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGy2QNbGpL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGy2QNbGpL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGy2QNbGpL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGy2QNbGpL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGy2QNbGpL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGy2QLG8eB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-qGy2QLG8eB .carousel-control {
  background: #000;
}
.cid-qGy2QLG8eB .mbr-section-subtitle {
  color: #767676;
}
.cid-qGy2QLG8eB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGy2QLG8eB .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qGy2QLG8eB .carousel-item .wrap-img {
  text-align: center;
}
.cid-qGy2QLG8eB .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qGy2QLG8eB .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGy2QLG8eB .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qGy2QLG8eB .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qGy2QLG8eB .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qGy2QLG8eB .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qGy2QLG8eB .cloneditem-1,
.cid-qGy2QLG8eB .cloneditem-2,
.cid-qGy2QLG8eB .cloneditem-3,
.cid-qGy2QLG8eB .cloneditem-4,
.cid-qGy2QLG8eB .cloneditem-5 {
  display: none;
}
.cid-qGy2QLG8eB .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-qGy2QLG8eB .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qGy2QLG8eB .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qGy2QLG8eB .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qGy2QLG8eB .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qGy2QLG8eB .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGy2QLG8eB .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides2 .cloneditem-1,
  .cid-qGy2QLG8eB .carousel-inner.slides2 .cloneditem-2,
  .cid-qGy2QLG8eB .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qGy2QLG8eB .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qGy2QLG8eB .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qGy2QLG8eB .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qGy2QLG8eB .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGy2QLG8eB .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides3 .cloneditem-1,
  .cid-qGy2QLG8eB .carousel-inner.slides3 .cloneditem-2,
  .cid-qGy2QLG8eB .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qGy2QLG8eB .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qGy2QLG8eB .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qGy2QLG8eB .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qGy2QLG8eB .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGy2QLG8eB .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides4 .cloneditem-1,
  .cid-qGy2QLG8eB .carousel-inner.slides4 .cloneditem-2,
  .cid-qGy2QLG8eB .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qGy2QLG8eB .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qGy2QLG8eB .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qGy2QLG8eB .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qGy2QLG8eB .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGy2QLG8eB .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides5 .cloneditem-1,
  .cid-qGy2QLG8eB .carousel-inner.slides5 .cloneditem-2,
  .cid-qGy2QLG8eB .carousel-inner.slides5 .cloneditem-3,
  .cid-qGy2QLG8eB .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qGy2QLG8eB .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qGy2QLG8eB .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qGy2QLG8eB .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qGy2QLG8eB .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGy2QLG8eB .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGy2QLG8eB .carousel-inner.slides6 .cloneditem-1,
  .cid-qGy2QLG8eB .carousel-inner.slides6 .cloneditem-2,
  .cid-qGy2QLG8eB .carousel-inner.slides6 .cloneditem-3,
  .cid-qGy2QLG8eB .carousel-inner.slides6 .cloneditem-4,
  .cid-qGy2QLG8eB .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qGy2QLG8eB H2 {
  color: #ffffff;
}
.cid-qGy2QOY26I {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-qGy2QOY26I .title {
  margin-bottom: 2rem;
}
.cid-qGy2QOY26I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGy2QOY26I a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGy2QOY26I a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGy2QOY26I .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGy2QOY26I .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGy2QOY26I H2 {
  color: #ffffff;
}
.cid-qGy2QOY26I LABEL {
  color: #ffffff;
}
.cid-qGy2QOY26I .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qGy2QQD1ju {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #181818;
}
@media (max-width: 767px) {
  .cid-qGy2QQD1ju .content {
    text-align: center;
  }
  .cid-qGy2QQD1ju .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGy2QQD1ju .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGy2QQD1ju .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGy2QQD1ju .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGy2QQD1ju .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGy2QQD1ju .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGy2QQD1ju .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGy2QQD1ju .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGy2QQD1ju .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGy2QQD1ju .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGy2QQD1ju .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGy2QQD1ju .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGy6bEkfG5 .navbar {
  padding: .5rem 0;
  background: #181818;
  transition: none;
  min-height: 77px;
}
.cid-qGy6bEkfG5 .navbar-dropdown.bg-color.transparent.opened {
  background: #181818;
}
.cid-qGy6bEkfG5 a {
  font-style: normal;
}
.cid-qGy6bEkfG5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGy6bEkfG5 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGy6bEkfG5 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGy6bEkfG5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGy6bEkfG5 .menu-logo {
  margin-right: auto;
}
.cid-qGy6bEkfG5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGy6bEkfG5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGy6bEkfG5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGy6bEkfG5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGy6bEkfG5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGy6bEkfG5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGy6bEkfG5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGy6bEkfG5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGy6bEkfG5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGy6bEkfG5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGy6bEkfG5 .dropdown .dropdown-menu {
  background: #181818;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGy6bEkfG5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGy6bEkfG5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGy6bEkfG5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGy6bEkfG5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGy6bEkfG5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGy6bEkfG5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGy6bEkfG5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGy6bEkfG5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGy6bEkfG5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGy6bEkfG5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGy6bEkfG5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGy6bEkfG5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGy6bEkfG5 button.navbar-toggler:focus {
  outline: none;
}
.cid-qGy6bEkfG5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGy6bEkfG5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGy6bEkfG5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGy6bEkfG5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGy6bEkfG5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGy6bEkfG5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGy6bEkfG5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGy6bEkfG5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGy6bEkfG5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGy6bEkfG5 .collapsed .btn {
  display: flex;
}
.cid-qGy6bEkfG5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.collapsing,
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGy6bEkfG5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGy6bEkfG5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGy6bEkfG5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGy6bEkfG5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGy6bEkfG5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGy6bEkfG5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGy6bEkfG5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGy6bEkfG5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGy6bEkfG5 img {
    height: 3.8rem !important;
  }
  .cid-qGy6bEkfG5 .btn {
    display: flex;
  }
  .cid-qGy6bEkfG5 button.navbar-toggler {
    display: block;
  }
  .cid-qGy6bEkfG5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGy6bEkfG5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGy6bEkfG5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGy6bEkfG5 .navbar-collapse.collapsing,
  .cid-qGy6bEkfG5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGy6bEkfG5 .navbar-collapse.collapsing .navbar-nav,
  .cid-qGy6bEkfG5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGy6bEkfG5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGy6bEkfG5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGy6bEkfG5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGy6bEkfG5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGy6bEkfG5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGy6bEkfG5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGy6bEkfG5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGy6bEkfG5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGy6bEkfG5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGy6bEkfG5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGy6bEkfG5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGy6bEkfG5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGy6bEZeU2 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-qGy6bEZeU2 h1 {
  color: #616161;
}
.cid-qGy6bEZeU2 h2,
.cid-qGy6bEZeU2 h3,
.cid-qGy6bEZeU2 p {
  color: #767676;
}
.cid-qGy6bEZeU2 .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGy6bEZeU2 H1 {
  color: #ffffff;
}
.cid-qGy6bEZeU2 H3 {
  color: #cccccc;
}
.cid-qGy6bEZeU2 P {
  color: #ffffff;
}
.cid-qGy6bG90ac {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181818;
}
.cid-qGy6bG90ac .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGy6bG90ac .btn {
  margin: 0 0 .5rem 0;
}
.cid-qGy6bG90ac SPAN {
  color: #efefef;
}
.cid-qGy6bGMsVE {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qGy6bGMsVE .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-qGy6bHcmMy {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qGy6bHcmMy .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qGy6bHcmMy h4 {
  text-align: center;
}
.cid-qGy6bHcmMy p {
  text-align: center;
}
.cid-qGy6bHcmMy .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qGy6bI9TUg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-qGy6bI9TUg .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGy6bI9TUg .section-text {
  padding: 2rem 0;
}
.cid-qGy6bI9TUg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGy6bI9TUg .inner-container {
    width: 100% !important;
  }
}
.cid-qGy6bIBn5R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-qGy6bIBn5R h3 {
  font-weight: 300;
}
.cid-qGy6bIBn5R .card-img {
  width: initial;
}
.cid-qGy6bIBn5R .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qGy6bIBn5R .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qGy6bIBn5R .media {
  margin: initial;
  align-items: center;
}
.cid-qGy6bIBn5R .mbr-section-subtitle {
  color: #efefef;
}
.cid-qGy6bIBn5R .mbr-text {
  color: #c1c1c1;
}
.cid-qGy6bIBn5R .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGy6bIBn5R .mbr-section-title {
  color: #ffffff;
}
.cid-qGy6bIBn5R .card-title {
  color: #ffffff;
}
.cid-qGy6bJt9rh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGy6bJt9rh .carousel-control {
  background: #000;
}
.cid-qGy6bJt9rh .mbr-section-subtitle {
  color: #767676;
}
.cid-qGy6bJt9rh .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGy6bJt9rh .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qGy6bJt9rh .carousel-item .wrap-img {
  text-align: center;
}
.cid-qGy6bJt9rh .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qGy6bJt9rh .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGy6bJt9rh .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qGy6bJt9rh .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qGy6bJt9rh .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qGy6bJt9rh .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qGy6bJt9rh .cloneditem-1,
.cid-qGy6bJt9rh .cloneditem-2,
.cid-qGy6bJt9rh .cloneditem-3,
.cid-qGy6bJt9rh .cloneditem-4,
.cid-qGy6bJt9rh .cloneditem-5 {
  display: none;
}
.cid-qGy6bJt9rh .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-qGy6bJt9rh .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qGy6bJt9rh .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qGy6bJt9rh .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qGy6bJt9rh .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qGy6bJt9rh .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGy6bJt9rh .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides2 .cloneditem-1,
  .cid-qGy6bJt9rh .carousel-inner.slides2 .cloneditem-2,
  .cid-qGy6bJt9rh .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qGy6bJt9rh .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qGy6bJt9rh .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qGy6bJt9rh .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qGy6bJt9rh .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGy6bJt9rh .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides3 .cloneditem-1,
  .cid-qGy6bJt9rh .carousel-inner.slides3 .cloneditem-2,
  .cid-qGy6bJt9rh .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qGy6bJt9rh .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qGy6bJt9rh .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qGy6bJt9rh .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qGy6bJt9rh .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGy6bJt9rh .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides4 .cloneditem-1,
  .cid-qGy6bJt9rh .carousel-inner.slides4 .cloneditem-2,
  .cid-qGy6bJt9rh .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qGy6bJt9rh .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qGy6bJt9rh .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qGy6bJt9rh .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qGy6bJt9rh .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGy6bJt9rh .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides5 .cloneditem-1,
  .cid-qGy6bJt9rh .carousel-inner.slides5 .cloneditem-2,
  .cid-qGy6bJt9rh .carousel-inner.slides5 .cloneditem-3,
  .cid-qGy6bJt9rh .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qGy6bJt9rh .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qGy6bJt9rh .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qGy6bJt9rh .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qGy6bJt9rh .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGy6bJt9rh .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGy6bJt9rh .carousel-inner.slides6 .cloneditem-1,
  .cid-qGy6bJt9rh .carousel-inner.slides6 .cloneditem-2,
  .cid-qGy6bJt9rh .carousel-inner.slides6 .cloneditem-3,
  .cid-qGy6bJt9rh .carousel-inner.slides6 .cloneditem-4,
  .cid-qGy6bJt9rh .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qGy6bJt9rh H2 {
  color: #171717;
}
.cid-qGy6bKjuLk {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qGy6bKjuLk .mbr-section-subtitle {
  color: #767676;
}
.cid-qGy6bKSpUm {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGy6bKSpUm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGy6bKSpUm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGy6bKSpUm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGy6bKSpUm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGy6bKSpUm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGy6bKSpUm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGy6bKSpUm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGy6bKSpUm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGy6bKSpUm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGy6bMFhC2 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-qGy6bMFhC2 .title {
  margin-bottom: 2rem;
}
.cid-qGy6bMFhC2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGy6bMFhC2 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGy6bMFhC2 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGy6bMFhC2 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGy6bMFhC2 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGy6bMFhC2 H2 {
  color: #ffffff;
}
.cid-qGy6bMFhC2 LABEL {
  color: #ffffff;
}
.cid-qGy6bMFhC2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qGy6bNtZSg {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #181818;
}
@media (max-width: 767px) {
  .cid-qGy6bNtZSg .content {
    text-align: center;
  }
  .cid-qGy6bNtZSg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGy6bNtZSg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGy6bNtZSg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGy6bNtZSg .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGy6bNtZSg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGy6bNtZSg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGy6bNtZSg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGy6bNtZSg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGy6bNtZSg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGy6bNtZSg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGy6bNtZSg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGy6bNtZSg .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGy8H2SbNa .navbar {
  padding: .5rem 0;
  background: #181818;
  transition: none;
  min-height: 77px;
}
.cid-qGy8H2SbNa .navbar-dropdown.bg-color.transparent.opened {
  background: #181818;
}
.cid-qGy8H2SbNa a {
  font-style: normal;
}
.cid-qGy8H2SbNa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGy8H2SbNa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGy8H2SbNa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGy8H2SbNa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGy8H2SbNa .menu-logo {
  margin-right: auto;
}
.cid-qGy8H2SbNa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGy8H2SbNa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGy8H2SbNa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGy8H2SbNa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGy8H2SbNa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGy8H2SbNa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGy8H2SbNa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGy8H2SbNa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGy8H2SbNa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGy8H2SbNa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGy8H2SbNa .dropdown .dropdown-menu {
  background: #181818;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGy8H2SbNa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGy8H2SbNa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGy8H2SbNa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGy8H2SbNa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGy8H2SbNa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGy8H2SbNa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGy8H2SbNa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGy8H2SbNa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGy8H2SbNa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGy8H2SbNa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGy8H2SbNa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGy8H2SbNa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGy8H2SbNa button.navbar-toggler:focus {
  outline: none;
}
.cid-qGy8H2SbNa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGy8H2SbNa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGy8H2SbNa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGy8H2SbNa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGy8H2SbNa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGy8H2SbNa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGy8H2SbNa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGy8H2SbNa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGy8H2SbNa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGy8H2SbNa .collapsed .btn {
  display: flex;
}
.cid-qGy8H2SbNa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGy8H2SbNa .collapsed .navbar-collapse.collapsing,
.cid-qGy8H2SbNa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGy8H2SbNa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGy8H2SbNa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGy8H2SbNa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGy8H2SbNa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGy8H2SbNa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGy8H2SbNa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGy8H2SbNa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGy8H2SbNa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGy8H2SbNa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGy8H2SbNa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGy8H2SbNa .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGy8H2SbNa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGy8H2SbNa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGy8H2SbNa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGy8H2SbNa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGy8H2SbNa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGy8H2SbNa .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGy8H2SbNa img {
    height: 3.8rem !important;
  }
  .cid-qGy8H2SbNa .btn {
    display: flex;
  }
  .cid-qGy8H2SbNa button.navbar-toggler {
    display: block;
  }
  .cid-qGy8H2SbNa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGy8H2SbNa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGy8H2SbNa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGy8H2SbNa .navbar-collapse.collapsing,
  .cid-qGy8H2SbNa .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGy8H2SbNa .navbar-collapse.collapsing .navbar-nav,
  .cid-qGy8H2SbNa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGy8H2SbNa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGy8H2SbNa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGy8H2SbNa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGy8H2SbNa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGy8H2SbNa .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGy8H2SbNa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGy8H2SbNa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGy8H2SbNa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGy8H2SbNa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGy8H2SbNa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGy8H2SbNa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGy8H2SbNa .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGy8H3y5Yb {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-19.jpg");
}
.cid-qGy8H3y5Yb h1 {
  color: #616161;
}
.cid-qGy8H3y5Yb h2,
.cid-qGy8H3y5Yb h3,
.cid-qGy8H3y5Yb p {
  color: #767676;
}
.cid-qGy8H3y5Yb .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGy8H3y5Yb H1 {
  color: #ffffff;
}
.cid-qGy8H3y5Yb H3 {
  color: #cccccc;
}
.cid-qGy8H3y5Yb P {
  color: #ffffff;
}
.cid-qGy8H46ODl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #181818;
}
.cid-qGy8H46ODl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGy8H46ODl .btn {
  margin: 0 0 .5rem 0;
}
.cid-qGy8H46ODl SPAN {
  color: #efefef;
}
.cid-qGy8H4LBq2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qGy8H4LBq2 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-qGy8Hd6MRR {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-qGy8Hd6MRR .title {
  margin-bottom: 2rem;
}
.cid-qGy8Hd6MRR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGy8Hd6MRR a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGy8Hd6MRR a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGy8Hd6MRR .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGy8Hd6MRR .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGy8Hd6MRR H2 {
  color: #ffffff;
}
.cid-qGy8Hd6MRR LABEL {
  color: #ffffff;
}
.cid-qGy8Hd6MRR .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qGy8HdPsLk {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #181818;
}
@media (max-width: 767px) {
  .cid-qGy8HdPsLk .content {
    text-align: center;
  }
  .cid-qGy8HdPsLk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGy8HdPsLk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGy8HdPsLk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGy8HdPsLk .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGy8HdPsLk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGy8HdPsLk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGy8HdPsLk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGy8HdPsLk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGy8HdPsLk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGy8HdPsLk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGy8HdPsLk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGy8HdPsLk .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}

.cid-qEmtGUZkEA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-qEmtGUZkEA .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-qEmtGUZkEA .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qEmtGUZkEA .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-qEmtGUZkEA .wrap-img {
  padding-bottom: 1rem;
}
.cid-qEmtGUZkEA .wrap-img img {
  max-width: 100%;
}
.cid-qEmtGUZkEA .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qEmtGUZkEA .mbr-section-title SPAN {
  color: #ffffff;
}
							  
.cid-qH72cFQBhp {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-24.jpg");
}
.cid-qH72cFQBhp .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
							  
.cid-qH6UB79X98 {
  background-image: url("../../../assets/images/mbr-23.jpg");
}
.cid-qH6UB79X98 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}							  