@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light:400);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700);





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: 'Shadows Into Light', handwriting;
  font-size: 6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Shadows Into Light', handwriting;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Shadows Into Light', handwriting;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #ff3366 !important;
}
.bg-info {
  background-color: #cc2952 !important;
}
.bg-warning {
  background-color: #55b4d4 !important;
}
.bg-danger {
  background-color: #e4d295 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !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: #ffffff !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ff3366 !important;
}
.text-info {
  color: #cc2952 !important;
}
.text-warning {
  color: #55b4d4 !important;
}
.text-danger {
  color: #e4d295 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cc0033 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #771830 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #277e9c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cfaf44 !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: #cc2952;
}
.alert-warning {
  background-color: #55b4d4;
}
.alert-danger {
  background-color: #e4d295;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f5ccd6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a 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: 'Oswald', sans-serif;
  font-size: 1.5rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
.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: #ffffff;
  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: #ffffff;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ffffff;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
/* 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;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qy470pHqhi .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qy470pHqhi .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qy470pHqhi a {
  font-style: normal;
}
.cid-qy470pHqhi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qy470pHqhi .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qy470pHqhi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qy470pHqhi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qy470pHqhi .menu-logo {
  margin-right: auto;
}
.cid-qy470pHqhi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qy470pHqhi .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-qy470pHqhi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qy470pHqhi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qy470pHqhi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qy470pHqhi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qy470pHqhi .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qy470pHqhi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qy470pHqhi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qy470pHqhi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qy470pHqhi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qy470pHqhi .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-qy470pHqhi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qy470pHqhi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qy470pHqhi button.navbar-toggler:focus {
  outline: none;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qy470pHqhi .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qy470pHqhi .collapsed .btn {
  display: flex;
}
.cid-qy470pHqhi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing,
.cid-qy470pHqhi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qy470pHqhi .collapsed button.navbar-toggler {
  display: block;
}
.cid-qy470pHqhi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qy470pHqhi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qy470pHqhi .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-qy470pHqhi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qy470pHqhi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qy470pHqhi .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-qy470pHqhi .navbar-expand {
    flex-direction: column;
  }
  .cid-qy470pHqhi img {
    height: 3.8rem !important;
  }
  .cid-qy470pHqhi .btn {
    display: flex;
  }
  .cid-qy470pHqhi button.navbar-toggler {
    display: block;
  }
  .cid-qy470pHqhi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qy470pHqhi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qy470pHqhi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing,
  .cid-qy470pHqhi .navbar-collapse.show {
    display: block !important;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-nav,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-buttons,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qy470pHqhi .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-qy470pHqhi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qy470pHqhi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qy470pHqhi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qy470pHqhi .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qHMS5MV50K {
  background-image: url("../../../assets/images/img-20171103-171300-1999x2666.jpg");
}
.cid-qHMS5MV50K H1 {
  text-align: right;
  color: #ffffff;
}
.cid-qHMS5MV50K .mbr-text,
.cid-qHMS5MV50K .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-qHLmQ19Et8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHLmQ19Et8 .mbr-text,
.cid-qHLmQ19Et8 blockquote {
  color: #767676;
}
.cid-qHLmQ19Et8 .mbr-text B {
  color: #7f1933;
}
.cid-qHPYKf90uF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHPYKf90uF .mbr-section-subtitle {
  color: #767676;
}
.cid-qHPW6Xxhlv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHPW6Xxhlv .line {
  background-color: #c1c1c1;
  color: #c1c1c1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qHPW6Xxhlv .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-qHPW6Xxhlv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qHPW6Xxhlv .inner-container {
    width: 100% !important;
  }
}
.cid-qHPW6Xxhlv .section-text B {
  color: #cc2952;
}
.cid-qHPYxAebCN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHPYxAebCN .card-img {
  background-color: #fff;
}
.cid-qHPYxAebCN .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHPYxAebCN .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHPYxAebCN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHPYxAebCN p {
  text-align: left;
}
.cid-qHPYxAebCN .mbr-text {
  color: #767676;
}
.cid-qHPYxAebCN .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHPYxAebCN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHPYxAebCN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHPYxAebCN .card-title {
  color: #7f1933;
}
.cid-qHPZHqGGQO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHPZHqGGQO .card-img {
  background-color: #fff;
}
.cid-qHPZHqGGQO .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHPZHqGGQO .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHPZHqGGQO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHPZHqGGQO p {
  text-align: left;
}
.cid-qHPZHqGGQO .mbr-text {
  color: #767676;
}
.cid-qHPZHqGGQO .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHPZHqGGQO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHPZHqGGQO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHPZHqGGQO .card-title {
  color: #7f1933;
}
.cid-qHQbg36u7g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHQbg36u7g .card-img {
  background-color: #fff;
}
.cid-qHQbg36u7g .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHQbg36u7g .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHQbg36u7g h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHQbg36u7g p {
  text-align: left;
}
.cid-qHQbg36u7g .mbr-text {
  color: #767676;
}
.cid-qHQbg36u7g .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHQbg36u7g .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHQbg36u7g .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHQbg36u7g .card-title {
  color: #7f1933;
}
.cid-qHQbgZzAsc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHQbgZzAsc .card-img {
  background-color: #fff;
}
.cid-qHQbgZzAsc .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHQbgZzAsc .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHQbgZzAsc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHQbgZzAsc p {
  text-align: left;
}
.cid-qHQbgZzAsc .mbr-text {
  color: #767676;
}
.cid-qHQbgZzAsc .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHQbgZzAsc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHQbgZzAsc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHQbgZzAsc .card-title {
  color: #7f1933;
}
.cid-qHQbhBFQEd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHQbhBFQEd .card-img {
  background-color: #fff;
}
.cid-qHQbhBFQEd .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHQbhBFQEd .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHQbhBFQEd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHQbhBFQEd p {
  text-align: left;
}
.cid-qHQbhBFQEd .mbr-text {
  color: #767676;
}
.cid-qHQbhBFQEd .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHQbhBFQEd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHQbhBFQEd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHQbhBFQEd .card-title {
  color: #7f1933;
}
.cid-qHQbicmByx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHQbicmByx .card-img {
  background-color: #fff;
}
.cid-qHQbicmByx .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHQbicmByx .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHQbicmByx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHQbicmByx p {
  text-align: left;
}
.cid-qHQbicmByx .mbr-text {
  color: #465052;
}
.cid-qHQbicmByx .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHQbicmByx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHQbicmByx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHQbicmByx .card-title {
  color: #7f1933;
}
.cid-qHQbjD1ITi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHQbjD1ITi .card-img {
  background-color: #fff;
}
.cid-qHQbjD1ITi .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHQbjD1ITi .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHQbjD1ITi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHQbjD1ITi p {
  text-align: left;
}
.cid-qHQbjD1ITi .mbr-text {
  color: #767676;
}
.cid-qHQbjD1ITi .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHQbjD1ITi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHQbjD1ITi .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHQbjD1ITi .card-title {
  color: #7f1933;
}
.cid-qHQbk8Kmo3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHQbk8Kmo3 .card-img {
  background-color: #fff;
}
.cid-qHQbk8Kmo3 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHQbk8Kmo3 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHQbk8Kmo3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHQbk8Kmo3 p {
  text-align: left;
}
.cid-qHQbk8Kmo3 .mbr-text {
  color: #767676;
}
.cid-qHQbk8Kmo3 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHQbk8Kmo3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHQbk8Kmo3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHQbk8Kmo3 .card-title {
  color: #7f1933;
}
.cid-qHQbkDy2L4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHQbkDy2L4 .card-img {
  background-color: #fff;
}
.cid-qHQbkDy2L4 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHQbkDy2L4 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHQbkDy2L4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHQbkDy2L4 p {
  text-align: left;
}
.cid-qHQbkDy2L4 .mbr-text {
  color: #767676;
}
.cid-qHQbkDy2L4 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHQbkDy2L4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHQbkDy2L4 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHQbkDy2L4 .card-title {
  color: #7f1933;
}
.cid-qHQbl7MEkZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHQbl7MEkZ .card-img {
  background-color: #fff;
}
.cid-qHQbl7MEkZ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHQbl7MEkZ .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHQbl7MEkZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHQbl7MEkZ p {
  text-align: left;
}
.cid-qHQbl7MEkZ .mbr-text {
  color: #767676;
}
.cid-qHQbl7MEkZ .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHQbl7MEkZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHQbl7MEkZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHQbl7MEkZ .card-title {
  color: #7f1933;
}
.cid-qHQblC7VWx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHQblC7VWx .card-img {
  background-color: #fff;
}
.cid-qHQblC7VWx .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHQblC7VWx .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHQblC7VWx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHQblC7VWx p {
  text-align: left;
}
.cid-qHQblC7VWx .mbr-text {
  color: #767676;
}
.cid-qHQblC7VWx .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHQblC7VWx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHQblC7VWx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHQblC7VWx .card-title {
  color: #7f1933;
}
.cid-qHQhbaU42n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHQhbaU42n .card-img {
  background-color: #fff;
}
.cid-qHQhbaU42n .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHQhbaU42n .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qHQhbaU42n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qHQhbaU42n p {
  text-align: left;
}
.cid-qHQhbaU42n .mbr-text {
  color: #767676;
}
.cid-qHQhbaU42n .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHQhbaU42n .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qHQhbaU42n .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qHQhbaU42n .card-title {
  color: #7f1933;
}
.cid-qxXZYgi3tR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff3366;
}
.cid-qxXZYgi3tR [class^="socicon-"]:before,
.cid-qxXZYgi3tR [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qxXZYgi3tR .btn-social {
  border-color: #ffffff;
}
.cid-qxXZYgi3tR .btn-social:hover {
  background: #ffffff;
}
.cid-qxXZYgi3tR .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-qxXZYgi3tR .btn {
    font-size: 20px !important;
  }
}
.cid-qxXZYgi3tR .btn-social,
.cid-qxXZYgi3tR .mbr-section-title {
  color: #ffffff;
}
.cid-qL8CpbvZeg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qL8CpbvZeg .content {
    text-align: center;
  }
  .cid-qL8CpbvZeg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qL8CpbvZeg .img-logo img {
  height: 6rem;
}
.cid-qL8CpbvZeg [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qL8CpbvZeg .input-group-btn {
  display: inline-block;
}
.cid-qL8CpbvZeg .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qL8CpbvZeg .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qL8CpbvZeg [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qL8CpbvZeg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qL8CpbvZeg .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qL8CpbvZeg .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qL8CpbvZeg .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qL8CpbvZeg .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qL8CpbvZeg .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qL8CpbvZeg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qL8CpbvZeg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qL8CpbvZeg form .input-group input.form-control,
.cid-qL8CpbvZeg form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qL8CpbvZeg .form-inline {
  justify-content: center;
}
.cid-qL8CpbvZeg .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qL8CpbvZeg .foot-logo {
    text-align: center !important;
  }
  .cid-qL8CpbvZeg .foot-title {
    text-align: center !important;
  }
  .cid-qL8CpbvZeg .mbr-text {
    text-align: center !important;
  }
}
.cid-qL8CpbvZeg .mbr-links-column {
  color: #ff7f9f;
}
.cid-qy470pHqhi .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qy470pHqhi .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qy470pHqhi a {
  font-style: normal;
}
.cid-qy470pHqhi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qy470pHqhi .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qy470pHqhi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qy470pHqhi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qy470pHqhi .menu-logo {
  margin-right: auto;
}
.cid-qy470pHqhi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qy470pHqhi .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-qy470pHqhi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qy470pHqhi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qy470pHqhi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qy470pHqhi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qy470pHqhi .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qy470pHqhi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qy470pHqhi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qy470pHqhi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qy470pHqhi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qy470pHqhi .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-qy470pHqhi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qy470pHqhi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qy470pHqhi button.navbar-toggler:focus {
  outline: none;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qy470pHqhi .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qy470pHqhi .collapsed .btn {
  display: flex;
}
.cid-qy470pHqhi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing,
.cid-qy470pHqhi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qy470pHqhi .collapsed button.navbar-toggler {
  display: block;
}
.cid-qy470pHqhi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qy470pHqhi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qy470pHqhi .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-qy470pHqhi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qy470pHqhi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qy470pHqhi .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-qy470pHqhi .navbar-expand {
    flex-direction: column;
  }
  .cid-qy470pHqhi img {
    height: 3.8rem !important;
  }
  .cid-qy470pHqhi .btn {
    display: flex;
  }
  .cid-qy470pHqhi button.navbar-toggler {
    display: block;
  }
  .cid-qy470pHqhi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qy470pHqhi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qy470pHqhi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing,
  .cid-qy470pHqhi .navbar-collapse.show {
    display: block !important;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-nav,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-buttons,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qy470pHqhi .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-qy470pHqhi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qy470pHqhi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qy470pHqhi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qy470pHqhi .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qHMSmgfAyG {
  background-image: url("../../../assets/images/img-20171022-100246-2000x1500.jpg");
}
.cid-qHMSmgfAyG H1 {
  text-align: right;
  color: #cebfaf;
}
.cid-qHMSmgfAyG .mbr-text,
.cid-qHMSmgfAyG .mbr-section-btn {
  text-align: right;
}
.cid-qL8FVW5wtD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qL8FVW5wtD .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8FVW5wtD .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qL8FVW5wtD .mbr-text {
  color: #767676;
}
.cid-qL8FVW5wtD .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qL8FVW5wtD .mbr-author-name {
  color: #ff3366;
}
.cid-qL8FVW5wtD .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qL8FVW5wtD .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qL8FVW5wtD .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qL8FVW5wtD .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qL8FVW5wtD .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qL8FVW5wtD .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qL8FRyHFoA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cc2952;
}
.cid-qL8FRyHFoA .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-qL8FRyHFoA .mbr-author-name {
  font-weight: bold;
  color: #efefef;
}
.cid-qL8FRyHFoA .mbr-author-desc {
  color: #cccccc;
}
.cid-qL8FSMJ1g8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f4f6;
}
.cid-qL8FSMJ1g8 .testimonial-text {
  font-style: italic;
  color: #232323;
  font-weight: 300;
}
.cid-qL8FSMJ1g8 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-qL8FSMJ1g8 .mbr-author-desc {
  color: #232;
}
.cid-qxXZYgi3tR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff3366;
}
.cid-qxXZYgi3tR [class^="socicon-"]:before,
.cid-qxXZYgi3tR [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qxXZYgi3tR .btn-social {
  border-color: #ffffff;
}
.cid-qxXZYgi3tR .btn-social:hover {
  background: #ffffff;
}
.cid-qxXZYgi3tR .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-qxXZYgi3tR .btn {
    font-size: 20px !important;
  }
}
.cid-qxXZYgi3tR .btn-social,
.cid-qxXZYgi3tR .mbr-section-title {
  color: #ffffff;
}
.cid-qL8F0BmoZU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qL8F0BmoZU .content {
    text-align: center;
  }
  .cid-qL8F0BmoZU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qL8F0BmoZU .img-logo img {
  height: 6rem;
}
.cid-qL8F0BmoZU [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qL8F0BmoZU .input-group-btn {
  display: inline-block;
}
.cid-qL8F0BmoZU .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qL8F0BmoZU .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qL8F0BmoZU [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qL8F0BmoZU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qL8F0BmoZU .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qL8F0BmoZU .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qL8F0BmoZU .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qL8F0BmoZU .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qL8F0BmoZU .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qL8F0BmoZU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qL8F0BmoZU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qL8F0BmoZU form .input-group input.form-control,
.cid-qL8F0BmoZU form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qL8F0BmoZU .form-inline {
  justify-content: center;
}
.cid-qL8F0BmoZU .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qL8F0BmoZU .foot-logo {
    text-align: center !important;
  }
  .cid-qL8F0BmoZU .foot-title {
    text-align: center !important;
  }
  .cid-qL8F0BmoZU .mbr-text {
    text-align: center !important;
  }
}
.cid-qL8F0BmoZU .mbr-links-column {
  color: #ff7f9f;
}
.cid-qy470pHqhi .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qy470pHqhi .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qy470pHqhi a {
  font-style: normal;
}
.cid-qy470pHqhi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qy470pHqhi .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qy470pHqhi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qy470pHqhi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qy470pHqhi .menu-logo {
  margin-right: auto;
}
.cid-qy470pHqhi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qy470pHqhi .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-qy470pHqhi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qy470pHqhi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qy470pHqhi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qy470pHqhi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qy470pHqhi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qy470pHqhi .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qy470pHqhi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qy470pHqhi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qy470pHqhi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qy470pHqhi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qy470pHqhi .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-qy470pHqhi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qy470pHqhi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qy470pHqhi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qy470pHqhi button.navbar-toggler:focus {
  outline: none;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qy470pHqhi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qy470pHqhi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qy470pHqhi .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qy470pHqhi .collapsed .btn {
  display: flex;
}
.cid-qy470pHqhi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing,
.cid-qy470pHqhi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qy470pHqhi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qy470pHqhi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qy470pHqhi .collapsed button.navbar-toggler {
  display: block;
}
.cid-qy470pHqhi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qy470pHqhi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qy470pHqhi .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-qy470pHqhi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qy470pHqhi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qy470pHqhi .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-qy470pHqhi .navbar-expand {
    flex-direction: column;
  }
  .cid-qy470pHqhi img {
    height: 3.8rem !important;
  }
  .cid-qy470pHqhi .btn {
    display: flex;
  }
  .cid-qy470pHqhi button.navbar-toggler {
    display: block;
  }
  .cid-qy470pHqhi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qy470pHqhi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qy470pHqhi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing,
  .cid-qy470pHqhi .navbar-collapse.show {
    display: block !important;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-nav,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-buttons,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qy470pHqhi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qy470pHqhi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qy470pHqhi .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-qy470pHqhi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qy470pHqhi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qy470pHqhi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qy470pHqhi .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qxXY3zfEyI {
  background-image: url("../../../assets/images/img-20171021-100001-2000x1500.jpg");
}
.cid-qxXY3zfEyI .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qxXY3zfEyI H3 {
  text-align: right;
  color: #ffffff;
}
.cid-qxXY3zfEyI H1 {
  color: #ff7f9f;
  text-align: center;
}
.cid-qxXY3zfEyI .mbr-text,
.cid-qxXY3zfEyI .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-qxXY3zfEyI B {
  color: #ffffff;
}
.cid-qJzrd6C1gm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qJzrd6C1gm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qJzrd6C1gm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qJzrd6C1gm .mbr-text {
    text-align: center;
  }
}
.cid-qJzrd6C1gm H1 {
  color: #cc2952;
}
.cid-qJzrd6C1gm .mbr-text,
.cid-qJzrd6C1gm .mbr-section-btn {
  color: #232323;
}
.cid-qHxRf0IwR9 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qHxRf0IwR9 h3 {
  font-weight: 300;
}
.cid-qHxRf0IwR9 .card-img {
  width: initial;
}
.cid-qHxRf0IwR9 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qHxRf0IwR9 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
}
.cid-qHxRf0IwR9 .media {
  margin: initial;
  align-items: center;
}
.cid-qHxRf0IwR9 .mbr-section-subtitle {
  color: #7f1933;
}
.cid-qHxRf0IwR9 .mbr-text {
  color: #767676;
}
.cid-qHxRf0IwR9 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-qHxVYOtiL2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHxVYOtiL2 .testimonial-text {
  font-style: italic;
  color: #7f1933;
  font-weight: 300;
}
.cid-qHxVYOtiL2 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-qHxVYOtiL2 .mbr-author-desc {
  color: #232;
}
.cid-qxXZIVd6KI {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qxXZIVd6KI h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qxXZIVd6KI .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qxXZIVd6KI .mbr-section-subtitle {
  color: #465052;
}
.cid-qxXZIVd6KI .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qxXZIVd6KI ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qxXZIVd6KI path {
  stroke: #cc2952;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qxXZIVd6KI .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-qxXZIVd6KI P {
  text-align: center;
}
.cid-qHxH9nY6ph {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHxH9nY6ph .line {
  background-color: #cccccc;
  color: #cccccc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qHxH9nY6ph .section-text {
  padding: 2rem 0;
}
.cid-qHxH9nY6ph .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qHxH9nY6ph .inner-container {
    width: 100% !important;
  }
}
.cid-qHxH9nY6ph .section-text B {
  color: #7f1933;
}
.cid-qHxBVEcy4l {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-20171021-122741-1999x2666.jpg");
}
.cid-qHxBVEcy4l .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qHxBVEcy4l .card-box {
  padding: 0 2rem;
}
.cid-qHxBVEcy4l .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qHxBVEcy4l .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qHxBVEcy4l h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qHxBVEcy4l p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qHxBVEcy4l .mbr-text {
  color: #767676;
}
.cid-qHxBVEcy4l .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qHxBVEcy4l .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qxXZYgi3tR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff3366;
}
.cid-qxXZYgi3tR [class^="socicon-"]:before,
.cid-qxXZYgi3tR [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qxXZYgi3tR .btn-social {
  border-color: #ffffff;
}
.cid-qxXZYgi3tR .btn-social:hover {
  background: #ffffff;
}
.cid-qxXZYgi3tR .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-qxXZYgi3tR .btn {
    font-size: 20px !important;
  }
}
.cid-qxXZYgi3tR .btn-social,
.cid-qxXZYgi3tR .mbr-section-title {
  color: #ffffff;
}
.cid-qHxOeXyExc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHxOeXyExc .mbr-section-subtitle {
  color: #767676;
}
.cid-qHxOeXyExc .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qHxOeXyExc .mbr-text {
  color: #767676;
}
.cid-qHxOeXyExc .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qHxOeXyExc .mbr-author-name {
  color: #767676;
}
.cid-qHxOeXyExc .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qHxOeXyExc .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qHxOeXyExc .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qHxOeXyExc .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qHxOeXyExc .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qHxOeXyExc .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qJz7tWA1Fx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qJz7tWA1Fx .content {
    text-align: center;
  }
  .cid-qJz7tWA1Fx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qJz7tWA1Fx .img-logo img {
  height: 6rem;
}
.cid-qJz7tWA1Fx [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qJz7tWA1Fx .input-group-btn {
  display: inline-block;
}
.cid-qJz7tWA1Fx .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qJz7tWA1Fx .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qJz7tWA1Fx [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qJz7tWA1Fx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qJz7tWA1Fx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qJz7tWA1Fx .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qJz7tWA1Fx .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qJz7tWA1Fx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qJz7tWA1Fx .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qJz7tWA1Fx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qJz7tWA1Fx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qJz7tWA1Fx form .input-group input.form-control,
.cid-qJz7tWA1Fx form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qJz7tWA1Fx .form-inline {
  justify-content: center;
}
.cid-qJz7tWA1Fx .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qJz7tWA1Fx .foot-logo {
    text-align: center !important;
  }
  .cid-qJz7tWA1Fx .foot-title {
    text-align: center !important;
  }
  .cid-qJz7tWA1Fx .mbr-text {
    text-align: center !important;
  }
}
.cid-qJz7tWA1Fx .foot-logo {
  color: #ff7f9f;
}
.cid-qJz7tWA1Fx .mbr-links-column {
  color: #ff7f9f;
}
.cid-qJztj6vOWz {
  background-image: url("../../../assets/images/img-20171021-100001-2000x1500.jpg");
}
.cid-qJztj6vOWz .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qJztj6vOWz H3 {
  text-align: right;
  color: #ffffff;
}
.cid-qJztj6vOWz H1 {
  color: #ff7f9f;
  text-align: center;
}
.cid-qJztj6vOWz .mbr-text,
.cid-qJztj6vOWz .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-qJztj6vOWz B {
  color: #ffffff;
}
.cid-qJztj7bjtc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qJztj7bjtc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qJztj7bjtc .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qJztj7bjtc .mbr-text {
    text-align: center;
  }
}
.cid-qJztj7bjtc H1 {
  color: #cc2952;
}
.cid-qJztj7bjtc .mbr-text,
.cid-qJztj7bjtc .mbr-section-btn {
  color: #232323;
}
.cid-qJztjfUVfc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qJztjfUVfc .mbr-section-subtitle {
  color: #767676;
}
.cid-qJztjfUVfc .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qJztjfUVfc .mbr-text {
  color: #767676;
}
.cid-qJztjfUVfc .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qJztjfUVfc .mbr-author-name {
  color: #767676;
}
.cid-qJztjfUVfc .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qJztjfUVfc .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qJztjfUVfc .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qJztjfUVfc .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qJztjfUVfc .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qJztjfUVfc .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qJztjgTnkC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qJztjgTnkC .content {
    text-align: center;
  }
  .cid-qJztjgTnkC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qJztjgTnkC .img-logo img {
  height: 6rem;
}
.cid-qJztjgTnkC [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qJztjgTnkC .input-group-btn {
  display: inline-block;
}
.cid-qJztjgTnkC .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qJztjgTnkC .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qJztjgTnkC [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qJztjgTnkC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qJztjgTnkC .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qJztjgTnkC .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qJztjgTnkC .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qJztjgTnkC .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qJztjgTnkC .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qJztjgTnkC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qJztjgTnkC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qJztjgTnkC form .input-group input.form-control,
.cid-qJztjgTnkC form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qJztjgTnkC .form-inline {
  justify-content: center;
}
.cid-qJztjgTnkC .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qJztjgTnkC .foot-logo {
    text-align: center !important;
  }
  .cid-qJztjgTnkC .foot-title {
    text-align: center !important;
  }
  .cid-qJztjgTnkC .mbr-text {
    text-align: center !important;
  }
}
.cid-qJztjgTnkC .foot-logo {
  color: #ff7f9f;
}
.cid-qJztjgTnkC .mbr-links-column {
  color: #ff7f9f;
}
.cid-qJFBhQ4fCT .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qJFBhQ4fCT .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qJFBhQ4fCT a {
  font-style: normal;
}
.cid-qJFBhQ4fCT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qJFBhQ4fCT .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qJFBhQ4fCT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qJFBhQ4fCT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qJFBhQ4fCT .menu-logo {
  margin-right: auto;
}
.cid-qJFBhQ4fCT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qJFBhQ4fCT .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-qJFBhQ4fCT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qJFBhQ4fCT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qJFBhQ4fCT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qJFBhQ4fCT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qJFBhQ4fCT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qJFBhQ4fCT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qJFBhQ4fCT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qJFBhQ4fCT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qJFBhQ4fCT .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qJFBhQ4fCT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qJFBhQ4fCT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qJFBhQ4fCT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qJFBhQ4fCT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qJFBhQ4fCT .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-qJFBhQ4fCT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qJFBhQ4fCT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qJFBhQ4fCT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qJFBhQ4fCT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qJFBhQ4fCT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qJFBhQ4fCT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qJFBhQ4fCT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qJFBhQ4fCT button.navbar-toggler:focus {
  outline: none;
}
.cid-qJFBhQ4fCT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qJFBhQ4fCT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qJFBhQ4fCT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qJFBhQ4fCT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qJFBhQ4fCT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qJFBhQ4fCT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qJFBhQ4fCT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qJFBhQ4fCT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qJFBhQ4fCT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qJFBhQ4fCT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qJFBhQ4fCT .collapsed .btn {
  display: flex;
}
.cid-qJFBhQ4fCT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.collapsing,
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qJFBhQ4fCT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qJFBhQ4fCT .collapsed button.navbar-toggler {
  display: block;
}
.cid-qJFBhQ4fCT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qJFBhQ4fCT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qJFBhQ4fCT .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-qJFBhQ4fCT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qJFBhQ4fCT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qJFBhQ4fCT .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-qJFBhQ4fCT .navbar-expand {
    flex-direction: column;
  }
  .cid-qJFBhQ4fCT img {
    height: 3.8rem !important;
  }
  .cid-qJFBhQ4fCT .btn {
    display: flex;
  }
  .cid-qJFBhQ4fCT button.navbar-toggler {
    display: block;
  }
  .cid-qJFBhQ4fCT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qJFBhQ4fCT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qJFBhQ4fCT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qJFBhQ4fCT .navbar-collapse.collapsing,
  .cid-qJFBhQ4fCT .navbar-collapse.show {
    display: block !important;
  }
  .cid-qJFBhQ4fCT .navbar-collapse.collapsing .navbar-nav,
  .cid-qJFBhQ4fCT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qJFBhQ4fCT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qJFBhQ4fCT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qJFBhQ4fCT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qJFBhQ4fCT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qJFBhQ4fCT .navbar-collapse.collapsing .navbar-buttons,
  .cid-qJFBhQ4fCT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qJFBhQ4fCT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qJFBhQ4fCT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qJFBhQ4fCT .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-qJFBhQ4fCT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qJFBhQ4fCT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qJFBhQ4fCT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qJFBhQ4fCT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qJFBP29xkb {
  background-image: url("../../../assets/images/img-20171022-111914-2000x1500.jpg");
}
.cid-qJFBP29xkb H1 {
  text-align: right;
}
.cid-qJFBP29xkb .mbr-text,
.cid-qJFBP29xkb .mbr-section-btn {
  text-align: right;
}
.cid-qJFBP29xkb H3 {
  text-align: right;
}
.cid-qJFBhSdtfu {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qJFBhSdtfu h3 {
  font-weight: 300;
}
.cid-qJFBhSdtfu .card-img {
  width: initial;
}
.cid-qJFBhSdtfu .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qJFBhSdtfu .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
}
.cid-qJFBhSdtfu .media {
  margin: initial;
  align-items: center;
}
.cid-qJFBhSdtfu .mbr-section-subtitle {
  color: #7f1933;
}
.cid-qJFBhSdtfu .mbr-text {
  color: #767676;
}
.cid-qJFBhSdtfu .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-qJFBhTluaa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qJFBhTluaa .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qJFBhTluaa .mbr-section-subtitle {
  color: #767676;
}
.cid-qJFBhTluaa .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qJFBhTluaa .mbr-iconfont {
  font-size: 48px;
}
.cid-qJFBhTluaa .card-img {
  margin-bottom: 1.5rem;
}
.cid-qJFBhTluaa .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qJFBhTluaa .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qJFBhTluaa .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qJFBhTluaa .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qJFBhTluaa .nav-tabs .nav-link:hover {
  background: #7f1933;
}
.cid-qJFBhTluaa .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #7f1933;
  background: #7f1933;
}
.cid-qJFBhTluaa .nav-tabs .nav-link.active:hover {
  border: 2px solid #7f1933;
}
.cid-qJFBhVlGyj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qJFBhVlGyj .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qJFBhVlGyj .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qJFBhVlGyj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qJFBhVlGyj .inner-container {
    width: 100% !important;
  }
}
.cid-qJFBhVlGyj .section-text DIV {
  text-align: left;
}
.cid-qJFBhW6j5l {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qJFBhW6j5l .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qJFBhW6j5l .mbr-section-subtitle {
  color: #767676;
}
.cid-qJFBhW6j5l .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qJFBhW6j5l .mbr-iconfont {
  font-size: 48px;
}
.cid-qJFBhW6j5l .card-img {
  margin-bottom: 1.5rem;
}
.cid-qJFBhW6j5l .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qJFBhW6j5l .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qJFBhW6j5l .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qJFBhW6j5l .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qJFBhW6j5l .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-qJFBhW6j5l .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-qJFBhW6j5l .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-qJFBhW6j5l H4 {
  color: #149dcc;
}
.cid-qLlYXmTZ9z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qLlYXmTZ9z h2 {
  text-align: center;
}
.cid-qLlYXmTZ9z h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qLlYXmTZ9z p {
  color: #767676;
}
.cid-qLlYXmTZ9z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qLlYXmTZ9z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qLlYXmTZ9z .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qLlYXmTZ9z .mbr-section-subtitle {
  color: #767676;
}
.cid-qLlYXmTZ9z .card-title {
  font-weight: 500;
}
.cid-qLlYXmTZ9z .card-img {
  text-align: inherit;
}
.cid-qLlYXmTZ9z .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qLlYXmTZ9z .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qLlYXmTZ9z .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qLlYXmTZ9z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qLlYXmTZ9z .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qLlYXmTZ9z .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qLlYXmTZ9z .mbr-section-title {
  color: #0f7699;
}
.cid-qLlYXmTZ9z .mbr-section-text {
  color: #465052;
}
.cid-qJFBhZ81rc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qJFBhZ81rc .testimonial-text {
  font-style: italic;
  color: #7f1933;
  font-weight: 300;
}
.cid-qJFBhZ81rc .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-qJFBhZ81rc .mbr-author-desc {
  color: #232;
}
.cid-qJFBi1ez8k {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff3366;
}
.cid-qJFBi1ez8k [class^="socicon-"]:before,
.cid-qJFBi1ez8k [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qJFBi1ez8k .btn-social {
  border-color: #ffffff;
}
.cid-qJFBi1ez8k .btn-social:hover {
  background: #ffffff;
}
.cid-qJFBi1ez8k .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-qJFBi1ez8k .btn {
    font-size: 20px !important;
  }
}
.cid-qJFBi1ez8k .btn-social,
.cid-qJFBi1ez8k .mbr-section-title {
  color: #ffffff;
}
.cid-qJFBi4My8g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qJFBi4My8g .content {
    text-align: center;
  }
  .cid-qJFBi4My8g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qJFBi4My8g .img-logo img {
  height: 6rem;
}
.cid-qJFBi4My8g [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qJFBi4My8g .input-group-btn {
  display: inline-block;
}
.cid-qJFBi4My8g .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qJFBi4My8g .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qJFBi4My8g [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qJFBi4My8g .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qJFBi4My8g .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qJFBi4My8g .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qJFBi4My8g .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qJFBi4My8g .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qJFBi4My8g .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qJFBi4My8g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qJFBi4My8g .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qJFBi4My8g form .input-group input.form-control,
.cid-qJFBi4My8g form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qJFBi4My8g .form-inline {
  justify-content: center;
}
.cid-qJFBi4My8g .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qJFBi4My8g .foot-logo {
    text-align: center !important;
  }
  .cid-qJFBi4My8g .foot-title {
    text-align: center !important;
  }
  .cid-qJFBi4My8g .mbr-text {
    text-align: center !important;
  }
}
.cid-qJFBi4My8g .foot-logo {
  color: #ff7f9f;
}
.cid-qJFBi4My8g .mbr-links-column {
  color: #ff7f9f;
}
.cid-qJJjowv7eq .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qJJjowv7eq .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qJJjowv7eq a {
  font-style: normal;
}
.cid-qJJjowv7eq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qJJjowv7eq .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qJJjowv7eq .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qJJjowv7eq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qJJjowv7eq .menu-logo {
  margin-right: auto;
}
.cid-qJJjowv7eq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qJJjowv7eq .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-qJJjowv7eq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qJJjowv7eq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qJJjowv7eq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qJJjowv7eq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qJJjowv7eq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qJJjowv7eq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qJJjowv7eq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qJJjowv7eq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qJJjowv7eq .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qJJjowv7eq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qJJjowv7eq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qJJjowv7eq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qJJjowv7eq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qJJjowv7eq .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-qJJjowv7eq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qJJjowv7eq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qJJjowv7eq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qJJjowv7eq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qJJjowv7eq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qJJjowv7eq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qJJjowv7eq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qJJjowv7eq button.navbar-toggler:focus {
  outline: none;
}
.cid-qJJjowv7eq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qJJjowv7eq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qJJjowv7eq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qJJjowv7eq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qJJjowv7eq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qJJjowv7eq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qJJjowv7eq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qJJjowv7eq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qJJjowv7eq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qJJjowv7eq .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qJJjowv7eq .collapsed .btn {
  display: flex;
}
.cid-qJJjowv7eq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qJJjowv7eq .collapsed .navbar-collapse.collapsing,
.cid-qJJjowv7eq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qJJjowv7eq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qJJjowv7eq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qJJjowv7eq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qJJjowv7eq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qJJjowv7eq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qJJjowv7eq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qJJjowv7eq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qJJjowv7eq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qJJjowv7eq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qJJjowv7eq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qJJjowv7eq .collapsed button.navbar-toggler {
  display: block;
}
.cid-qJJjowv7eq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qJJjowv7eq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qJJjowv7eq .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-qJJjowv7eq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qJJjowv7eq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qJJjowv7eq .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-qJJjowv7eq .navbar-expand {
    flex-direction: column;
  }
  .cid-qJJjowv7eq img {
    height: 3.8rem !important;
  }
  .cid-qJJjowv7eq .btn {
    display: flex;
  }
  .cid-qJJjowv7eq button.navbar-toggler {
    display: block;
  }
  .cid-qJJjowv7eq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qJJjowv7eq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qJJjowv7eq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qJJjowv7eq .navbar-collapse.collapsing,
  .cid-qJJjowv7eq .navbar-collapse.show {
    display: block !important;
  }
  .cid-qJJjowv7eq .navbar-collapse.collapsing .navbar-nav,
  .cid-qJJjowv7eq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qJJjowv7eq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qJJjowv7eq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qJJjowv7eq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qJJjowv7eq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qJJjowv7eq .navbar-collapse.collapsing .navbar-buttons,
  .cid-qJJjowv7eq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qJJjowv7eq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qJJjowv7eq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qJJjowv7eq .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-qJJjowv7eq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qJJjowv7eq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qJJjowv7eq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qJJjowv7eq .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qJJjoxdDmI {
  background-image: url("../../../assets/images/img-20171021-100022-2000x1500.jpg");
}
.cid-qJJjoxdDmI .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qJJjoxdDmI H3 {
  text-align: right;
  color: #ffffff;
}
.cid-qJJjoxdDmI H1 {
  color: #ff7f9f;
  text-align: center;
}
.cid-qJJjoxdDmI .mbr-text,
.cid-qJJjoxdDmI .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-qJJjoxdDmI B {
  color: #ffffff;
}
.cid-qJJjoyL0XZ {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qJJjoyL0XZ h3 {
  font-weight: 300;
}
.cid-qJJjoyL0XZ .card-img {
  width: initial;
}
.cid-qJJjoyL0XZ .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qJJjoyL0XZ .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
}
.cid-qJJjoyL0XZ .media {
  margin: initial;
  align-items: center;
}
.cid-qJJjoyL0XZ .mbr-section-subtitle {
  color: #7f1933;
}
.cid-qJJjoyL0XZ .mbr-text {
  color: #767676;
}
.cid-qJJjoyL0XZ .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-qJJjozL581 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qJJjozL581 .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qJJjozL581 .mbr-section-subtitle {
  color: #767676;
}
.cid-qJJjozL581 .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qJJjozL581 .mbr-iconfont {
  font-size: 48px;
}
.cid-qJJjozL581 .card-img {
  margin-bottom: 1.5rem;
}
.cid-qJJjozL581 .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qJJjozL581 .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qJJjozL581 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qJJjozL581 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qJJjozL581 .nav-tabs .nav-link:hover {
  background: #7f1933;
}
.cid-qJJjozL581 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #7f1933;
  background: #7f1933;
}
.cid-qJJjozL581 .nav-tabs .nav-link.active:hover {
  border: 2px solid #7f1933;
}
.cid-qJJjoBS1Bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qJJjoBS1Bg .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qJJjoBS1Bg .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qJJjoBS1Bg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qJJjoBS1Bg .inner-container {
    width: 100% !important;
  }
}
.cid-qJJjoBS1Bg .section-text DIV {
  text-align: left;
}
.cid-qJJjoCqFyF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qJJjoCqFyF .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qJJjoCqFyF .mbr-section-subtitle {
  color: #767676;
}
.cid-qJJjoCqFyF .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qJJjoCqFyF .mbr-iconfont {
  font-size: 48px;
}
.cid-qJJjoCqFyF .card-img {
  margin-bottom: 1.5rem;
}
.cid-qJJjoCqFyF .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qJJjoCqFyF .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qJJjoCqFyF .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qJJjoCqFyF .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qJJjoCqFyF .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-qJJjoCqFyF .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-qJJjoCqFyF .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-qJJjoCqFyF H4 {
  color: #149dcc;
}
.cid-qLm08RgIBH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qLm08RgIBH h2 {
  text-align: center;
}
.cid-qLm08RgIBH h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qLm08RgIBH p {
  color: #767676;
}
.cid-qLm08RgIBH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qLm08RgIBH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qLm08RgIBH .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qLm08RgIBH .mbr-section-subtitle {
  color: #767676;
}
.cid-qLm08RgIBH .card-title {
  font-weight: 500;
}
.cid-qLm08RgIBH .card-img {
  text-align: inherit;
}
.cid-qLm08RgIBH .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qLm08RgIBH .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qLm08RgIBH .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qLm08RgIBH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qLm08RgIBH .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qLm08RgIBH .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qJJjoFmGFj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qJJjoFmGFj .testimonial-text {
  font-style: italic;
  color: #7f1933;
  font-weight: 300;
}
.cid-qJJjoFmGFj .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-qJJjoFmGFj .mbr-author-desc {
  color: #232;
}
.cid-qJJjoHeJQU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff3366;
}
.cid-qJJjoHeJQU [class^="socicon-"]:before,
.cid-qJJjoHeJQU [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qJJjoHeJQU .btn-social {
  border-color: #ffffff;
}
.cid-qJJjoHeJQU .btn-social:hover {
  background: #ffffff;
}
.cid-qJJjoHeJQU .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-qJJjoHeJQU .btn {
    font-size: 20px !important;
  }
}
.cid-qJJjoHeJQU .btn-social,
.cid-qJJjoHeJQU .mbr-section-title {
  color: #ffffff;
}
.cid-qJJjoKaeLv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qJJjoKaeLv .content {
    text-align: center;
  }
  .cid-qJJjoKaeLv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qJJjoKaeLv .img-logo img {
  height: 6rem;
}
.cid-qJJjoKaeLv [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qJJjoKaeLv .input-group-btn {
  display: inline-block;
}
.cid-qJJjoKaeLv .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qJJjoKaeLv .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qJJjoKaeLv [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qJJjoKaeLv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qJJjoKaeLv .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qJJjoKaeLv .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qJJjoKaeLv .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qJJjoKaeLv .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qJJjoKaeLv .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qJJjoKaeLv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qJJjoKaeLv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qJJjoKaeLv form .input-group input.form-control,
.cid-qJJjoKaeLv form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qJJjoKaeLv .form-inline {
  justify-content: center;
}
.cid-qJJjoKaeLv .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qJJjoKaeLv .foot-logo {
    text-align: center !important;
  }
  .cid-qJJjoKaeLv .foot-title {
    text-align: center !important;
  }
  .cid-qJJjoKaeLv .mbr-text {
    text-align: center !important;
  }
}
.cid-qJJjoKaeLv .foot-logo {
  color: #ff7f9f;
}
.cid-qJJjoKaeLv .mbr-links-column {
  color: #ff7f9f;
}
.cid-qL8pLIFuiu .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qL8pLIFuiu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qL8pLIFuiu a {
  font-style: normal;
}
.cid-qL8pLIFuiu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qL8pLIFuiu .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qL8pLIFuiu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qL8pLIFuiu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qL8pLIFuiu .menu-logo {
  margin-right: auto;
}
.cid-qL8pLIFuiu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qL8pLIFuiu .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-qL8pLIFuiu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qL8pLIFuiu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qL8pLIFuiu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qL8pLIFuiu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qL8pLIFuiu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qL8pLIFuiu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qL8pLIFuiu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qL8pLIFuiu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qL8pLIFuiu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qL8pLIFuiu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qL8pLIFuiu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qL8pLIFuiu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qL8pLIFuiu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qL8pLIFuiu .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-qL8pLIFuiu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qL8pLIFuiu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qL8pLIFuiu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qL8pLIFuiu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qL8pLIFuiu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qL8pLIFuiu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qL8pLIFuiu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qL8pLIFuiu button.navbar-toggler:focus {
  outline: none;
}
.cid-qL8pLIFuiu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qL8pLIFuiu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qL8pLIFuiu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qL8pLIFuiu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qL8pLIFuiu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qL8pLIFuiu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qL8pLIFuiu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qL8pLIFuiu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qL8pLIFuiu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qL8pLIFuiu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qL8pLIFuiu .collapsed .btn {
  display: flex;
}
.cid-qL8pLIFuiu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qL8pLIFuiu .collapsed .navbar-collapse.collapsing,
.cid-qL8pLIFuiu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qL8pLIFuiu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qL8pLIFuiu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qL8pLIFuiu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qL8pLIFuiu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qL8pLIFuiu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qL8pLIFuiu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qL8pLIFuiu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qL8pLIFuiu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qL8pLIFuiu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qL8pLIFuiu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qL8pLIFuiu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qL8pLIFuiu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qL8pLIFuiu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qL8pLIFuiu .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-qL8pLIFuiu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qL8pLIFuiu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qL8pLIFuiu .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-qL8pLIFuiu .navbar-expand {
    flex-direction: column;
  }
  .cid-qL8pLIFuiu img {
    height: 3.8rem !important;
  }
  .cid-qL8pLIFuiu .btn {
    display: flex;
  }
  .cid-qL8pLIFuiu button.navbar-toggler {
    display: block;
  }
  .cid-qL8pLIFuiu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qL8pLIFuiu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qL8pLIFuiu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qL8pLIFuiu .navbar-collapse.collapsing,
  .cid-qL8pLIFuiu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qL8pLIFuiu .navbar-collapse.collapsing .navbar-nav,
  .cid-qL8pLIFuiu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qL8pLIFuiu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qL8pLIFuiu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qL8pLIFuiu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qL8pLIFuiu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qL8pLIFuiu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qL8pLIFuiu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qL8pLIFuiu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qL8pLIFuiu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qL8pLIFuiu .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-qL8pLIFuiu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qL8pLIFuiu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qL8pLIFuiu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qL8pLIFuiu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qL8pLJntmt {
  background-image: url("../../../assets/images/img-20180124-170205-1999x2666.jpg");
}
.cid-qL8pLJntmt H1 {
  color: #1a4a97;
  text-align: right;
}
.cid-qL8pLJntmt .mbr-text,
.cid-qL8pLJntmt .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-qL8pLJntmt H3 {
  text-align: right;
}
.cid-qL8pLK20kB {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qL8pLK20kB h3 {
  font-weight: 300;
}
.cid-qL8pLK20kB .card-img {
  width: initial;
}
.cid-qL8pLK20kB .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qL8pLK20kB .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
}
.cid-qL8pLK20kB .media {
  margin: initial;
  align-items: center;
}
.cid-qL8pLK20kB .mbr-section-subtitle {
  color: #1a4a97;
}
.cid-qL8pLK20kB .mbr-text {
  color: #767676;
}
.cid-qL8pLK20kB .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-qL8pLL7qn4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qL8pLL7qn4 .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qL8pLL7qn4 .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8pLL7qn4 .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qL8pLL7qn4 .mbr-iconfont {
  font-size: 48px;
}
.cid-qL8pLL7qn4 .card-img {
  margin-bottom: 1.5rem;
}
.cid-qL8pLL7qn4 .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qL8pLL7qn4 .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qL8pLL7qn4 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qL8pLL7qn4 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qL8pLL7qn4 .nav-tabs .nav-link:hover {
  background: #7f1933;
}
.cid-qL8pLL7qn4 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #7f1933;
  background: #7f1933;
}
.cid-qL8pLL7qn4 .nav-tabs .nav-link.active:hover {
  border: 2px solid #7f1933;
}
.cid-qL8pLOycd4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qL8pLOycd4 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qL8pLOycd4 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qL8pLOycd4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qL8pLOycd4 .inner-container {
    width: 100% !important;
  }
}
.cid-qL8pLOycd4 .section-text DIV {
  text-align: left;
}
.cid-qL8pLPVYmT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qL8pLPVYmT .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qL8pLPVYmT .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8pLPVYmT .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qL8pLPVYmT .mbr-iconfont {
  font-size: 48px;
}
.cid-qL8pLPVYmT .card-img {
  margin-bottom: 1.5rem;
}
.cid-qL8pLPVYmT .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qL8pLPVYmT .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qL8pLPVYmT .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qL8pLPVYmT .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qL8pLPVYmT .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-qL8pLPVYmT .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-qL8pLPVYmT .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-qL8pLPVYmT H4 {
  color: #149dcc;
}
.cid-qLm1RO5Oyd {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qLm1RO5Oyd h2 {
  text-align: center;
}
.cid-qLm1RO5Oyd h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qLm1RO5Oyd p {
  color: #767676;
}
.cid-qLm1RO5Oyd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qLm1RO5Oyd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qLm1RO5Oyd .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qLm1RO5Oyd .mbr-section-subtitle {
  color: #767676;
}
.cid-qLm1RO5Oyd .card-title {
  font-weight: 500;
}
.cid-qLm1RO5Oyd .card-img {
  text-align: inherit;
}
.cid-qLm1RO5Oyd .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qLm1RO5Oyd .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qLm1RO5Oyd .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qLm1RO5Oyd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qLm1RO5Oyd .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qLm1RO5Oyd .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qLm1RO5Oyd .mbr-section-title {
  color: #0f7699;
}
.cid-qL8pLSKz6K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qL8pLSKz6K .testimonial-text {
  font-style: italic;
  color: #7f1933;
  font-weight: 300;
}
.cid-qL8pLSKz6K .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-qL8pLSKz6K .mbr-author-desc {
  color: #232;
}
.cid-qL8pLTkZAn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff3366;
}
.cid-qL8pLTkZAn [class^="socicon-"]:before,
.cid-qL8pLTkZAn [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qL8pLTkZAn .btn-social {
  border-color: #ffffff;
}
.cid-qL8pLTkZAn .btn-social:hover {
  background: #ffffff;
}
.cid-qL8pLTkZAn .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-qL8pLTkZAn .btn {
    font-size: 20px !important;
  }
}
.cid-qL8pLTkZAn .btn-social,
.cid-qL8pLTkZAn .mbr-section-title {
  color: #ffffff;
}
.cid-qL8pLTS0F8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qL8pLTS0F8 .content {
    text-align: center;
  }
  .cid-qL8pLTS0F8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qL8pLTS0F8 .img-logo img {
  height: 6rem;
}
.cid-qL8pLTS0F8 [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qL8pLTS0F8 .input-group-btn {
  display: inline-block;
}
.cid-qL8pLTS0F8 .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qL8pLTS0F8 .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qL8pLTS0F8 [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qL8pLTS0F8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qL8pLTS0F8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qL8pLTS0F8 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qL8pLTS0F8 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qL8pLTS0F8 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qL8pLTS0F8 .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qL8pLTS0F8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qL8pLTS0F8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qL8pLTS0F8 form .input-group input.form-control,
.cid-qL8pLTS0F8 form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qL8pLTS0F8 .form-inline {
  justify-content: center;
}
.cid-qL8pLTS0F8 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qL8pLTS0F8 .foot-logo {
    text-align: center !important;
  }
  .cid-qL8pLTS0F8 .foot-title {
    text-align: center !important;
  }
  .cid-qL8pLTS0F8 .mbr-text {
    text-align: center !important;
  }
}
.cid-qL8pLTS0F8 .foot-logo {
  color: #ff7f9f;
}
.cid-qL8pLTS0F8 .mbr-links-column {
  color: #ff7f9f;
}
.cid-qLlaTOiujX .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qLlaTOiujX .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qLlaTOiujX a {
  font-style: normal;
}
.cid-qLlaTOiujX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qLlaTOiujX .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLlaTOiujX .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLlaTOiujX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLlaTOiujX .menu-logo {
  margin-right: auto;
}
.cid-qLlaTOiujX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLlaTOiujX .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-qLlaTOiujX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLlaTOiujX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLlaTOiujX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLlaTOiujX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLlaTOiujX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLlaTOiujX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLlaTOiujX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLlaTOiujX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLlaTOiujX .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLlaTOiujX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLlaTOiujX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLlaTOiujX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLlaTOiujX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLlaTOiujX .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-qLlaTOiujX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLlaTOiujX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLlaTOiujX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLlaTOiujX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLlaTOiujX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLlaTOiujX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLlaTOiujX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLlaTOiujX button.navbar-toggler:focus {
  outline: none;
}
.cid-qLlaTOiujX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLlaTOiujX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLlaTOiujX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLlaTOiujX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLlaTOiujX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLlaTOiujX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLlaTOiujX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLlaTOiujX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLlaTOiujX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLlaTOiujX .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLlaTOiujX .collapsed .btn {
  display: flex;
}
.cid-qLlaTOiujX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLlaTOiujX .collapsed .navbar-collapse.collapsing,
.cid-qLlaTOiujX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLlaTOiujX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLlaTOiujX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLlaTOiujX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLlaTOiujX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLlaTOiujX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLlaTOiujX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLlaTOiujX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLlaTOiujX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLlaTOiujX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLlaTOiujX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLlaTOiujX .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLlaTOiujX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLlaTOiujX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLlaTOiujX .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-qLlaTOiujX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLlaTOiujX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLlaTOiujX .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-qLlaTOiujX .navbar-expand {
    flex-direction: column;
  }
  .cid-qLlaTOiujX img {
    height: 3.8rem !important;
  }
  .cid-qLlaTOiujX .btn {
    display: flex;
  }
  .cid-qLlaTOiujX button.navbar-toggler {
    display: block;
  }
  .cid-qLlaTOiujX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLlaTOiujX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLlaTOiujX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLlaTOiujX .navbar-collapse.collapsing,
  .cid-qLlaTOiujX .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLlaTOiujX .navbar-collapse.collapsing .navbar-nav,
  .cid-qLlaTOiujX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLlaTOiujX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLlaTOiujX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLlaTOiujX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLlaTOiujX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLlaTOiujX .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLlaTOiujX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLlaTOiujX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLlaTOiujX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLlaTOiujX .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-qLlaTOiujX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLlaTOiujX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLlaTOiujX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLlaTOiujX .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLlaTOXrp7 {
  background-image: url("../../../assets/images/cfff10c8-49f0-4ebd-adb6-9ee48d2effb8-1600x1200.jpg");
}
.cid-qLlaTOXrp7 H1 {
  color: #e5fe13;
  text-align: right;
}
.cid-qLlaTOXrp7 .mbr-text,
.cid-qLlaTOXrp7 .mbr-section-btn {
  color: #e5fe13;
  text-align: right;
}
.cid-qLlaTOXrp7 H3 {
  text-align: right;
}
.cid-qLlaTPzv7T {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qLlaTPzv7T h3 {
  font-weight: 300;
}
.cid-qLlaTPzv7T .card-img {
  width: initial;
}
.cid-qLlaTPzv7T .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qLlaTPzv7T .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
}
.cid-qLlaTPzv7T .media {
  margin: initial;
  align-items: center;
}
.cid-qLlaTPzv7T .mbr-section-subtitle {
  color: #7f1933;
}
.cid-qLlaTPzv7T .mbr-text {
  color: #767676;
}
.cid-qLlaTPzv7T .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-qLlaTQAF7q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qLlaTQAF7q .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qLlaTQAF7q .mbr-section-subtitle {
  color: #767676;
}
.cid-qLlaTQAF7q .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLlaTQAF7q .mbr-iconfont {
  font-size: 48px;
}
.cid-qLlaTQAF7q .card-img {
  margin-bottom: 1.5rem;
}
.cid-qLlaTQAF7q .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLlaTQAF7q .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qLlaTQAF7q .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qLlaTQAF7q .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qLlaTQAF7q .nav-tabs .nav-link:hover {
  background: #7f1933;
}
.cid-qLlaTQAF7q .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #7f1933;
  background: #7f1933;
}
.cid-qLlaTQAF7q .nav-tabs .nav-link.active:hover {
  border: 2px solid #7f1933;
}
.cid-qLlaTSC5LV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qLlaTSC5LV .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qLlaTSC5LV .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qLlaTSC5LV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qLlaTSC5LV .inner-container {
    width: 100% !important;
  }
}
.cid-qLlaTSC5LV .section-text DIV {
  text-align: left;
}
.cid-qLlaTT32c6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qLlaTT32c6 .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qLlaTT32c6 .mbr-section-subtitle {
  color: #767676;
}
.cid-qLlaTT32c6 .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLlaTT32c6 .mbr-iconfont {
  font-size: 48px;
}
.cid-qLlaTT32c6 .card-img {
  margin-bottom: 1.5rem;
}
.cid-qLlaTT32c6 .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLlaTT32c6 .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qLlaTT32c6 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qLlaTT32c6 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qLlaTT32c6 .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-qLlaTT32c6 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-qLlaTT32c6 .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-qLlaTT32c6 H4 {
  color: #149dcc;
}
.cid-qLm14kIhpv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qLm14kIhpv h2 {
  text-align: center;
}
.cid-qLm14kIhpv h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qLm14kIhpv p {
  color: #767676;
}
.cid-qLm14kIhpv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qLm14kIhpv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qLm14kIhpv .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qLm14kIhpv .mbr-section-subtitle {
  color: #767676;
}
.cid-qLm14kIhpv .card-title {
  font-weight: 500;
}
.cid-qLm14kIhpv .card-img {
  text-align: inherit;
}
.cid-qLm14kIhpv .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qLm14kIhpv .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qLm14kIhpv .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qLm14kIhpv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qLm14kIhpv .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qLm14kIhpv .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qLm14kIhpv .mbr-section-title {
  color: #0f7699;
}
.cid-qLlaTVP1Xh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qLlaTVP1Xh .testimonial-text {
  font-style: italic;
  color: #7f1933;
  font-weight: 300;
}
.cid-qLlaTVP1Xh .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-qLlaTVP1Xh .mbr-author-desc {
  color: #232;
}
.cid-qLlaTWqcdm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff3366;
}
.cid-qLlaTWqcdm [class^="socicon-"]:before,
.cid-qLlaTWqcdm [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qLlaTWqcdm .btn-social {
  border-color: #ffffff;
}
.cid-qLlaTWqcdm .btn-social:hover {
  background: #ffffff;
}
.cid-qLlaTWqcdm .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-qLlaTWqcdm .btn {
    font-size: 20px !important;
  }
}
.cid-qLlaTWqcdm .btn-social,
.cid-qLlaTWqcdm .mbr-section-title {
  color: #ffffff;
}
.cid-qLlaTWUhyb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qLlaTWUhyb .content {
    text-align: center;
  }
  .cid-qLlaTWUhyb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qLlaTWUhyb .img-logo img {
  height: 6rem;
}
.cid-qLlaTWUhyb [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qLlaTWUhyb .input-group-btn {
  display: inline-block;
}
.cid-qLlaTWUhyb .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qLlaTWUhyb .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qLlaTWUhyb [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qLlaTWUhyb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qLlaTWUhyb .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLlaTWUhyb .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLlaTWUhyb .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLlaTWUhyb .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLlaTWUhyb .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qLlaTWUhyb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLlaTWUhyb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLlaTWUhyb form .input-group input.form-control,
.cid-qLlaTWUhyb form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qLlaTWUhyb .form-inline {
  justify-content: center;
}
.cid-qLlaTWUhyb .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qLlaTWUhyb .foot-logo {
    text-align: center !important;
  }
  .cid-qLlaTWUhyb .foot-title {
    text-align: center !important;
  }
  .cid-qLlaTWUhyb .mbr-text {
    text-align: center !important;
  }
}
.cid-qLlaTWUhyb .foot-logo {
  color: #ff7f9f;
}
.cid-qLlaTWUhyb .mbr-links-column {
  color: #ff7f9f;
}
.cid-qLlbdmCeYr .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qLlbdmCeYr .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qLlbdmCeYr a {
  font-style: normal;
}
.cid-qLlbdmCeYr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qLlbdmCeYr .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLlbdmCeYr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLlbdmCeYr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLlbdmCeYr .menu-logo {
  margin-right: auto;
}
.cid-qLlbdmCeYr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLlbdmCeYr .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-qLlbdmCeYr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLlbdmCeYr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLlbdmCeYr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLlbdmCeYr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLlbdmCeYr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLlbdmCeYr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLlbdmCeYr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLlbdmCeYr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLlbdmCeYr .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLlbdmCeYr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLlbdmCeYr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLlbdmCeYr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLlbdmCeYr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLlbdmCeYr .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-qLlbdmCeYr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLlbdmCeYr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLlbdmCeYr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLlbdmCeYr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLlbdmCeYr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLlbdmCeYr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLlbdmCeYr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLlbdmCeYr button.navbar-toggler:focus {
  outline: none;
}
.cid-qLlbdmCeYr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLlbdmCeYr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLlbdmCeYr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLlbdmCeYr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLlbdmCeYr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLlbdmCeYr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLlbdmCeYr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLlbdmCeYr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLlbdmCeYr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLlbdmCeYr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLlbdmCeYr .collapsed .btn {
  display: flex;
}
.cid-qLlbdmCeYr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLlbdmCeYr .collapsed .navbar-collapse.collapsing,
.cid-qLlbdmCeYr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLlbdmCeYr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLlbdmCeYr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLlbdmCeYr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLlbdmCeYr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLlbdmCeYr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLlbdmCeYr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLlbdmCeYr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLlbdmCeYr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLlbdmCeYr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLlbdmCeYr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLlbdmCeYr .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLlbdmCeYr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLlbdmCeYr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLlbdmCeYr .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-qLlbdmCeYr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLlbdmCeYr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLlbdmCeYr .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-qLlbdmCeYr .navbar-expand {
    flex-direction: column;
  }
  .cid-qLlbdmCeYr img {
    height: 3.8rem !important;
  }
  .cid-qLlbdmCeYr .btn {
    display: flex;
  }
  .cid-qLlbdmCeYr button.navbar-toggler {
    display: block;
  }
  .cid-qLlbdmCeYr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLlbdmCeYr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLlbdmCeYr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLlbdmCeYr .navbar-collapse.collapsing,
  .cid-qLlbdmCeYr .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLlbdmCeYr .navbar-collapse.collapsing .navbar-nav,
  .cid-qLlbdmCeYr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLlbdmCeYr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLlbdmCeYr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLlbdmCeYr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLlbdmCeYr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLlbdmCeYr .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLlbdmCeYr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLlbdmCeYr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLlbdmCeYr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLlbdmCeYr .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-qLlbdmCeYr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLlbdmCeYr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLlbdmCeYr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLlbdmCeYr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLlbdnsBNI {
  background-image: url("../../../assets/images/img-20180227-171652-2000x1500.jpg");
}
.cid-qLlbdnsBNI H1 {
  text-align: left;
  color: #500519;
}
.cid-qLlbdnsBNI H3 {
  text-align: left;
}
.cid-qLlbdnsBNI .mbr-text,
.cid-qLlbdnsBNI .mbr-section-btn {
  text-align: left;
}
.cid-qLlbdoe7WW {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qLlbdoe7WW h3 {
  font-weight: 300;
}
.cid-qLlbdoe7WW .card-img {
  width: initial;
}
.cid-qLlbdoe7WW .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qLlbdoe7WW .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
}
.cid-qLlbdoe7WW .media {
  margin: initial;
  align-items: center;
}
.cid-qLlbdoe7WW .mbr-section-subtitle {
  color: #7f1933;
}
.cid-qLlbdoe7WW .mbr-text {
  color: #767676;
}
.cid-qLlbdoe7WW .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-qLlbdp7uYW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qLlbdp7uYW .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qLlbdp7uYW .mbr-section-subtitle {
  color: #767676;
}
.cid-qLlbdp7uYW .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLlbdp7uYW .mbr-iconfont {
  font-size: 48px;
}
.cid-qLlbdp7uYW .card-img {
  margin-bottom: 1.5rem;
}
.cid-qLlbdp7uYW .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLlbdp7uYW .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qLlbdp7uYW .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qLlbdp7uYW .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qLlbdp7uYW .nav-tabs .nav-link:hover {
  background: #7f1933;
}
.cid-qLlbdp7uYW .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #7f1933;
  background: #7f1933;
}
.cid-qLlbdp7uYW .nav-tabs .nav-link.active:hover {
  border: 2px solid #7f1933;
}
.cid-qLlbdrj8Zz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qLlbdrj8Zz .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qLlbdrj8Zz .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qLlbdrj8Zz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qLlbdrj8Zz .inner-container {
    width: 100% !important;
  }
}
.cid-qLlbdrj8Zz .section-text DIV {
  text-align: left;
}
.cid-qLlbdrLS2S {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qLlbdrLS2S .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qLlbdrLS2S .mbr-section-subtitle {
  color: #767676;
}
.cid-qLlbdrLS2S .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLlbdrLS2S .mbr-iconfont {
  font-size: 48px;
}
.cid-qLlbdrLS2S .card-img {
  margin-bottom: 1.5rem;
}
.cid-qLlbdrLS2S .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLlbdrLS2S .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qLlbdrLS2S .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qLlbdrLS2S .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qLlbdrLS2S .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-qLlbdrLS2S .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-qLlbdrLS2S .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-qLlbdrLS2S H4 {
  color: #149dcc;
}
.cid-qLlXDulFzP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qLlXDulFzP h2 {
  text-align: center;
}
.cid-qLlXDulFzP h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qLlXDulFzP p {
  color: #767676;
}
.cid-qLlXDulFzP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qLlXDulFzP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qLlXDulFzP .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qLlXDulFzP .mbr-section-subtitle {
  color: #767676;
}
.cid-qLlXDulFzP .card-title {
  font-weight: 500;
}
.cid-qLlXDulFzP .card-img {
  text-align: inherit;
}
.cid-qLlXDulFzP .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qLlXDulFzP .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qLlXDulFzP .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qLlXDulFzP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qLlXDulFzP .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qLlXDulFzP .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qLlXDulFzP .mbr-section-title {
  color: #0f7699;
}
.cid-qLlXDulFzP .mbr-section-text B {
  color: #465052;
}
.cid-qLlXDulFzP .mbr-section-text {
  color: #465052;
}
.cid-qLlbduxLDk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qLlbduxLDk .testimonial-text {
  font-style: italic;
  color: #7f1933;
  font-weight: 300;
}
.cid-qLlbduxLDk .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-qLlbduxLDk .mbr-author-desc {
  color: #232;
}
.cid-qLlbdvb6Qp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff3366;
}
.cid-qLlbdvb6Qp [class^="socicon-"]:before,
.cid-qLlbdvb6Qp [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qLlbdvb6Qp .btn-social {
  border-color: #ffffff;
}
.cid-qLlbdvb6Qp .btn-social:hover {
  background: #ffffff;
}
.cid-qLlbdvb6Qp .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-qLlbdvb6Qp .btn {
    font-size: 20px !important;
  }
}
.cid-qLlbdvb6Qp .btn-social,
.cid-qLlbdvb6Qp .mbr-section-title {
  color: #ffffff;
}
.cid-qLlbdvIE6r {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qLlbdvIE6r .content {
    text-align: center;
  }
  .cid-qLlbdvIE6r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qLlbdvIE6r .img-logo img {
  height: 6rem;
}
.cid-qLlbdvIE6r [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qLlbdvIE6r .input-group-btn {
  display: inline-block;
}
.cid-qLlbdvIE6r .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qLlbdvIE6r .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qLlbdvIE6r [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qLlbdvIE6r .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qLlbdvIE6r .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLlbdvIE6r .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLlbdvIE6r .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLlbdvIE6r .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLlbdvIE6r .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qLlbdvIE6r .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLlbdvIE6r .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLlbdvIE6r form .input-group input.form-control,
.cid-qLlbdvIE6r form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qLlbdvIE6r .form-inline {
  justify-content: center;
}
.cid-qLlbdvIE6r .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qLlbdvIE6r .foot-logo {
    text-align: center !important;
  }
  .cid-qLlbdvIE6r .foot-title {
    text-align: center !important;
  }
  .cid-qLlbdvIE6r .mbr-text {
    text-align: center !important;
  }
}
.cid-qLlbdvIE6r .foot-logo {
  color: #ff7f9f;
}
.cid-qLlbdvIE6r .mbr-links-column {
  color: #ff7f9f;
}
.cid-qLxEiHflAn .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qLxEiHflAn .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qLxEiHflAn a {
  font-style: normal;
}
.cid-qLxEiHflAn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qLxEiHflAn .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLxEiHflAn .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLxEiHflAn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLxEiHflAn .menu-logo {
  margin-right: auto;
}
.cid-qLxEiHflAn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLxEiHflAn .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-qLxEiHflAn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLxEiHflAn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLxEiHflAn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLxEiHflAn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLxEiHflAn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLxEiHflAn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLxEiHflAn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLxEiHflAn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLxEiHflAn .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLxEiHflAn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLxEiHflAn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLxEiHflAn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLxEiHflAn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLxEiHflAn .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-qLxEiHflAn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLxEiHflAn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLxEiHflAn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLxEiHflAn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLxEiHflAn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLxEiHflAn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLxEiHflAn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLxEiHflAn button.navbar-toggler:focus {
  outline: none;
}
.cid-qLxEiHflAn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLxEiHflAn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLxEiHflAn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLxEiHflAn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLxEiHflAn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLxEiHflAn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLxEiHflAn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLxEiHflAn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLxEiHflAn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLxEiHflAn .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLxEiHflAn .collapsed .btn {
  display: flex;
}
.cid-qLxEiHflAn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLxEiHflAn .collapsed .navbar-collapse.collapsing,
.cid-qLxEiHflAn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLxEiHflAn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLxEiHflAn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLxEiHflAn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLxEiHflAn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLxEiHflAn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLxEiHflAn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLxEiHflAn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLxEiHflAn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLxEiHflAn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLxEiHflAn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLxEiHflAn .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLxEiHflAn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLxEiHflAn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLxEiHflAn .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-qLxEiHflAn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLxEiHflAn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLxEiHflAn .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-qLxEiHflAn .navbar-expand {
    flex-direction: column;
  }
  .cid-qLxEiHflAn img {
    height: 3.8rem !important;
  }
  .cid-qLxEiHflAn .btn {
    display: flex;
  }
  .cid-qLxEiHflAn button.navbar-toggler {
    display: block;
  }
  .cid-qLxEiHflAn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLxEiHflAn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLxEiHflAn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLxEiHflAn .navbar-collapse.collapsing,
  .cid-qLxEiHflAn .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLxEiHflAn .navbar-collapse.collapsing .navbar-nav,
  .cid-qLxEiHflAn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLxEiHflAn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLxEiHflAn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLxEiHflAn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLxEiHflAn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLxEiHflAn .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLxEiHflAn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLxEiHflAn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLxEiHflAn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLxEiHflAn .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-qLxEiHflAn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLxEiHflAn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLxEiHflAn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLxEiHflAn .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLxEiHKhy0 {
  background-image: url("../../../assets/images/img-20171021-100050-2000x1500.jpg");
}
.cid-qLxEiHKhy0 H1 {
  text-align: left;
  color: #e5fe13;
}
.cid-qLxEiHKhy0 H3 {
  text-align: left;
  color: #f7ed4a;
}
.cid-qLxEiHKhy0 .mbr-text,
.cid-qLxEiHKhy0 .mbr-section-btn {
  text-align: left;
  color: #f7ed4a;
}
.cid-qLxEiImTj5 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qLxEiImTj5 h3 {
  font-weight: 300;
}
.cid-qLxEiImTj5 .card-img {
  width: initial;
}
.cid-qLxEiImTj5 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qLxEiImTj5 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
}
.cid-qLxEiImTj5 .media {
  margin: initial;
  align-items: center;
}
.cid-qLxEiImTj5 .mbr-section-subtitle {
  color: #7f1933;
}
.cid-qLxEiImTj5 .mbr-text {
  color: #767676;
}
.cid-qLxEiImTj5 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-qLxEiJhYIA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qLxEiJhYIA .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qLxEiJhYIA .mbr-section-subtitle {
  color: #767676;
}
.cid-qLxEiJhYIA .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLxEiJhYIA .mbr-iconfont {
  font-size: 48px;
}
.cid-qLxEiJhYIA .card-img {
  margin-bottom: 1.5rem;
}
.cid-qLxEiJhYIA .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLxEiJhYIA .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qLxEiJhYIA .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qLxEiJhYIA .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qLxEiJhYIA .nav-tabs .nav-link:hover {
  background: #7f1933;
}
.cid-qLxEiJhYIA .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #7f1933;
  background: #7f1933;
}
.cid-qLxEiJhYIA .nav-tabs .nav-link.active:hover {
  border: 2px solid #7f1933;
}
.cid-qLxEiLvaCz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qLxEiLvaCz .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qLxEiLvaCz .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qLxEiLvaCz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qLxEiLvaCz .inner-container {
    width: 100% !important;
  }
}
.cid-qLxEiLvaCz .section-text DIV {
  text-align: left;
}
.cid-qLxEiM5dR2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qLxEiM5dR2 .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-qLxEiM5dR2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qLxEiM5dR2 .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLxEiM5dR2 .mbr-iconfont {
  font-size: 48px;
}
.cid-qLxEiM5dR2 .card-img {
  margin-bottom: 1.5rem;
}
.cid-qLxEiM5dR2 .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qLxEiM5dR2 .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qLxEiM5dR2 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qLxEiM5dR2 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qLxEiM5dR2 .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-qLxEiM5dR2 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-qLxEiM5dR2 .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-qLxEiM5dR2 H4 {
  color: #149dcc;
}
.cid-qLxEiOOuuN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qLxEiOOuuN h2 {
  text-align: center;
}
.cid-qLxEiOOuuN h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qLxEiOOuuN p {
  color: #767676;
}
.cid-qLxEiOOuuN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qLxEiOOuuN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qLxEiOOuuN .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qLxEiOOuuN .mbr-section-subtitle {
  color: #767676;
}
.cid-qLxEiOOuuN .card-title {
  font-weight: 500;
}
.cid-qLxEiOOuuN .card-img {
  text-align: inherit;
}
.cid-qLxEiOOuuN .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qLxEiOOuuN .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qLxEiOOuuN .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qLxEiOOuuN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qLxEiOOuuN .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qLxEiOOuuN .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qLxEiOOuuN .mbr-section-title {
  color: #0f7699;
}
.cid-qLxEiOOuuN .mbr-section-text B {
  color: #465052;
}
.cid-qLxEiOOuuN .mbr-section-text {
  color: #465052;
}
.cid-qLxEiPywoV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qLxEiPywoV .testimonial-text {
  font-style: italic;
  color: #7f1933;
  font-weight: 300;
}
.cid-qLxEiPywoV .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-qLxEiPywoV .mbr-author-desc {
  color: #232;
}
.cid-qLxEiQ9Gzs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff3366;
}
.cid-qLxEiQ9Gzs [class^="socicon-"]:before,
.cid-qLxEiQ9Gzs [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qLxEiQ9Gzs .btn-social {
  border-color: #ffffff;
}
.cid-qLxEiQ9Gzs .btn-social:hover {
  background: #ffffff;
}
.cid-qLxEiQ9Gzs .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-qLxEiQ9Gzs .btn {
    font-size: 20px !important;
  }
}
.cid-qLxEiQ9Gzs .btn-social,
.cid-qLxEiQ9Gzs .mbr-section-title {
  color: #ffffff;
}
.cid-qLxEiQJMEG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qLxEiQJMEG .content {
    text-align: center;
  }
  .cid-qLxEiQJMEG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qLxEiQJMEG .img-logo img {
  height: 6rem;
}
.cid-qLxEiQJMEG [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qLxEiQJMEG .input-group-btn {
  display: inline-block;
}
.cid-qLxEiQJMEG .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qLxEiQJMEG .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qLxEiQJMEG [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qLxEiQJMEG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qLxEiQJMEG .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLxEiQJMEG .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLxEiQJMEG .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLxEiQJMEG .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLxEiQJMEG .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qLxEiQJMEG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLxEiQJMEG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLxEiQJMEG form .input-group input.form-control,
.cid-qLxEiQJMEG form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qLxEiQJMEG .form-inline {
  justify-content: center;
}
.cid-qLxEiQJMEG .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qLxEiQJMEG .foot-logo {
    text-align: center !important;
  }
  .cid-qLxEiQJMEG .foot-title {
    text-align: center !important;
  }
  .cid-qLxEiQJMEG .mbr-text {
    text-align: center !important;
  }
}
.cid-qLxEiQJMEG .foot-logo {
  color: #ff7f9f;
}
.cid-qLxEiQJMEG .mbr-links-column {
  color: #ff7f9f;
}
.cid-qPzABIwdoO .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qPzABIwdoO .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qPzABIwdoO a {
  font-style: normal;
}
.cid-qPzABIwdoO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qPzABIwdoO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qPzABIwdoO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qPzABIwdoO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qPzABIwdoO .menu-logo {
  margin-right: auto;
}
.cid-qPzABIwdoO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qPzABIwdoO .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-qPzABIwdoO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qPzABIwdoO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qPzABIwdoO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qPzABIwdoO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qPzABIwdoO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qPzABIwdoO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qPzABIwdoO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qPzABIwdoO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qPzABIwdoO .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qPzABIwdoO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qPzABIwdoO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qPzABIwdoO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qPzABIwdoO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qPzABIwdoO .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-qPzABIwdoO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qPzABIwdoO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qPzABIwdoO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qPzABIwdoO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qPzABIwdoO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qPzABIwdoO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qPzABIwdoO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qPzABIwdoO button.navbar-toggler:focus {
  outline: none;
}
.cid-qPzABIwdoO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qPzABIwdoO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qPzABIwdoO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qPzABIwdoO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qPzABIwdoO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qPzABIwdoO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qPzABIwdoO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qPzABIwdoO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qPzABIwdoO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qPzABIwdoO .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qPzABIwdoO .collapsed .btn {
  display: flex;
}
.cid-qPzABIwdoO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qPzABIwdoO .collapsed .navbar-collapse.collapsing,
.cid-qPzABIwdoO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qPzABIwdoO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qPzABIwdoO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qPzABIwdoO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qPzABIwdoO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qPzABIwdoO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qPzABIwdoO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qPzABIwdoO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qPzABIwdoO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qPzABIwdoO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qPzABIwdoO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qPzABIwdoO .collapsed button.navbar-toggler {
  display: block;
}
.cid-qPzABIwdoO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qPzABIwdoO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qPzABIwdoO .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-qPzABIwdoO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qPzABIwdoO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qPzABIwdoO .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-qPzABIwdoO .navbar-expand {
    flex-direction: column;
  }
  .cid-qPzABIwdoO img {
    height: 3.8rem !important;
  }
  .cid-qPzABIwdoO .btn {
    display: flex;
  }
  .cid-qPzABIwdoO button.navbar-toggler {
    display: block;
  }
  .cid-qPzABIwdoO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qPzABIwdoO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qPzABIwdoO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qPzABIwdoO .navbar-collapse.collapsing,
  .cid-qPzABIwdoO .navbar-collapse.show {
    display: block !important;
  }
  .cid-qPzABIwdoO .navbar-collapse.collapsing .navbar-nav,
  .cid-qPzABIwdoO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qPzABIwdoO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qPzABIwdoO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qPzABIwdoO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qPzABIwdoO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qPzABIwdoO .navbar-collapse.collapsing .navbar-buttons,
  .cid-qPzABIwdoO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qPzABIwdoO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qPzABIwdoO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qPzABIwdoO .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-qPzABIwdoO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qPzABIwdoO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qPzABIwdoO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qPzABIwdoO .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qPzABJ2P36 {
  background-image: url("../../../assets/images/mbr-1441x1080.jpg");
}
.cid-qPzABJ2P36 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-qPzABJ2P36 .mbr-text,
.cid-qPzABJ2P36 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-qPzFmxPCSr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qPzFmxPCSr .mbr-text,
.cid-qPzFmxPCSr blockquote {
  color: #767676;
}
.cid-qPzFmxPCSr P {
  color: #073b4c;
}
.cid-qPzDiCZIBM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-qPzDiCZIBM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qPzDiCZIBM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qPzDiCZIBM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qPzDiCZIBM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qPzDiCZIBM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0f7699;
  background: linear-gradient(to left, #0f7699, #073b4c) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qPzDiCZIBM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qPzDiCZIBM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qPzDiCZIBM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qPzDiCZIBM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #0f7699 !important;
  background: linear-gradient(to left, #0f7699, #073b4c) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qPzDJqH6qC {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #073b4c;
}
.cid-qPzDJqH6qC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qPzDJqH6qC .video-block {
    width: 100% !important;
  }
}
.cid-qPzABLMyIV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff3366;
}
.cid-qPzABLMyIV [class^="socicon-"]:before,
.cid-qPzABLMyIV [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qPzABLMyIV .btn-social {
  border-color: #ffffff;
}
.cid-qPzABLMyIV .btn-social:hover {
  background: #ffffff;
}
.cid-qPzABLMyIV .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-qPzABLMyIV .btn {
    font-size: 20px !important;
  }
}
.cid-qPzABLMyIV .btn-social,
.cid-qPzABLMyIV .mbr-section-title {
  color: #ffffff;
}
.cid-qPzABMhhYa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qPzABMhhYa .content {
    text-align: center;
  }
  .cid-qPzABMhhYa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qPzABMhhYa .img-logo img {
  height: 6rem;
}
.cid-qPzABMhhYa [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qPzABMhhYa .input-group-btn {
  display: inline-block;
}
.cid-qPzABMhhYa .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qPzABMhhYa .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qPzABMhhYa [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qPzABMhhYa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qPzABMhhYa .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qPzABMhhYa .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qPzABMhhYa .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qPzABMhhYa .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qPzABMhhYa .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qPzABMhhYa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qPzABMhhYa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qPzABMhhYa form .input-group input.form-control,
.cid-qPzABMhhYa form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qPzABMhhYa .form-inline {
  justify-content: center;
}
.cid-qPzABMhhYa .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qPzABMhhYa .foot-logo {
    text-align: center !important;
  }
  .cid-qPzABMhhYa .foot-title {
    text-align: center !important;
  }
  .cid-qPzABMhhYa .mbr-text {
    text-align: center !important;
  }
}
.cid-qPzABMhhYa .mbr-links-column {
  color: #ff7f9f;
}
